:root{
    --color-lda:#da3332;
    --color-mutua: #007297;
    --color-genesis:#007dc3;
    --color-caser: #007363;
    --color-pelayo: #00568a;
    --color-generali: #c5271b;
    --color-allianz: #007ab3;
}

*,
*::after,
*::before {
	box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html{
    scroll-behavior: smooth;
}

img {
	max-width: 91%;
	display: block;
}

ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

body{
   margin: 0;
}

.header{
    text-align: center;
    background-color: #273ca3;
    height: 100vh;
    min-height: 840px;
}

.privacy  {margin-top: 21px;
    margin-right: 68px;}

.desde-texto {
    font-size: 12px;
    color: #ff66a3;
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}

.precio::before {
    content: "Desde";
    display: block;
    font-size: 11px;
    color: #ff66a3;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 13px;
    /* margin-top: -2px; */
}

.precio2::before {
    content: "Financiado desde";
    display: block;
    font-size: 8px;
    color: #ff66a3;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 6px;
    /* margin-top: -2px; */
}

.precio3::before {
    content: "Desde";
    display: block;
    font-size: 8px;
    color: #ff66a3;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 6px;
    /* margin-top: -2px; */
}

.honda {background-color:#000000; }

.logo_individual {width: 24%!important;}

.logo_marca_individual {filter: invert(1) brightness(1000%);width: 21%!important;}

.header_white{
    background-color: white;
}

.content{
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    align-items: center;
    color: #001e79;
}

.logo{
    width: 25%;
    margin: 0 auto;
    margin-top: 10px;
}

.close{
    align-self: flex-end;
    margin-right: 21px;
    width: 15px;
    cursor: pointer;
}


/* SecciÃƒÆ’Ã†â€™Ãƒâ€ 'ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n de cuadros en mobile */
.cuadros-section {
    margin-top: 3%;
    padding: 20px;
    text-align: center;
    background-color: #ecefff;
}

.contenedor-cuadros {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.cuadro {
    width: calc(50% - 10px); /* 2 por fila en mobile */
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    height: 121px;
}

.cuadro img {
    width: 50%;
    height: auto;
    border-radius: 5px;
    filter: grayscale(1);
}

/* Footer en mobile */
.footer {
    background-color: #273ca3;
    color: white;
    text-align: center;
    padding: 14px;
    width: 100%;
    align-items: center;
}

.footer img {
    width: 80px;
    margin-bottom: 10px;
    margin: 0 auto;
}

.footer p {
    margin: 0;
    font-size: 12px;
}


/* Fondo modal */
#main_form {
    display: none;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Fondo semi-transparente */
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	overflow-y: auto;
}

/* Contenedor principal del formulario */
.aux_div_form {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
    margin: 0 auto;
    top: 2%;
    bottom: 2%;
    padding-top: 17px;
}

/* BotÃƒÂ³n de cerrar */
#closeForm {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.2s;
}

#closeForm:hover {
    background-color: #c0392b;
}

/* Imagen del formulario */
.img_form {
    max-width: 80%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
    margin: 0 auto;
}

/* Campo del nombre del modelo */
#model_name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
    color: #333;
}

#model_data {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    cursor: pointer;
}


	
#model_data span {
    background-color: #f0f0f0;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: background-color 0.3s;
}

#model_data #model_data_price {
    font-weight: bold;
    color: #ff66a3;
    background-color: #ffddeb;
}


#model_data .model_data_price {
    font-weight: bold;
    color: #ff66a3;
    background-color: #ffddeb;
}



#model_data span:hover {
    background-color: #e0e0e0;
}

/* Campos de formulario */
.data_form {
    margin-top: 18px;
}

.field_form {
    margin-bottom: 16px;
}
.field_form input[type="checkbox"] {transform: scale(1.5);}

.field_form input[type="text"],
.field_form input[type="tel"],
.field_form input[type="email"] {
    width: 100%;
    padding: 13px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: border-color 0.3s;
}

.field_form input:focus {
    border-color: #3498db;
    outline: none;
}

/* BotÃƒÂ³n de envÃƒÂ­o */
#enviar_form {
    width: 100%;
    background-color: #3498db;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 11px;
}

#enviar_form:hover {
    background-color: #2980b9;
}

/* AnimaciÃƒÂ³n de entrada */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
		}
    to {
        opacity: 1;
        transform: scale(1);
    }
}



.title{
    width: 86%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 28px;
    color: white;
    margin-top: 14px;
    line-height: 29px;
}

.title_individual{
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 26px;
    color: white;
    margin-top: 14px;
    line-height: 31px;
}

.nivel{
        font-size: 25px;
    }

 .subnivel{
        font-size: 14px;
        color: #ec7a08;
    }


.modelos-destacados {
    width: 263px;
    height: 27px;
    background-color: #ec7a08;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 27px;
    border-radius: 5px;
    margin: 5px auto 11px auto;
    text-transform: uppercase;
    font-size: 15px;
}


.modelo{line-height: 104%;font-size: 0.95em;color: black;margin-bottom: 3px;padding-top: 10px;}
.coche{width: 63%;margin-top: -5px;}

.contenedor-tarjetas {
    display: contents;
}

.tarjeta_dest {
    width: 88%;
    background-color: white;
    color: black;
    border-radius: 10px;
    padding: 1px 10px 7px 10px;
    margin-bottom: 10px;
    text-align: left;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.tarjeta_dest .contenido {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -2px;
}


.tarjeta_dest .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    font-size: 0.9em;
    position: relative; /* Para contener la imagen flotante */
    margin-left: 8px;
    color: #001e79;
    line-height: 19px;
}

.tarjeta {
    width: 99%;
    background-color: white;
    color: black;
    border-radius: 10px;
    padding: 5px 10px 7px 10px;
    margin-bottom: 13px;
    text-align: left;
}

.tarjeta .contenido {
    display: flex;
    align-items: center;
    position: relative;
}


.tarjeta .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    font-size: 1em;
    position: relative; /* Para contener la imagen flotante */
    margin-left: 9px;
    color: #001e79;
    line-height: 21px;
}

.precio {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff66a3;
    margin-top: 3px;
    margin-bottom: 4px;
}

.precio2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #ff66a3;
    margin-top: 4px;
    margin-bottom: 12px;
}

#model_data .span_desde {
	font-size: 14px;
	font-weight: 400;
}
#model_data .span_precio_financiado {
	font-weight: bold;
	color: #ff66a3;
	background-color: #ffddeb;
}

.boton-oferta-dest {
    display: block;
    width: 100%;
    background-color: white;
    color: #ff66a3;
    text-align: center;
    padding: 5px 0;
    border: 2px solid #ff66a3;
    border-radius: 5px;
    font-weight: 600;
    margin: -1px 0 1px 0;
    font-size: 1em;
    cursor:pointer;
}

.boton-oferta {
    display: block;
    width: 100%;
    background-color: white;
    color: #ff66a3;
    text-align: center;
    padding: 5px 0;
    border: 2px solid #ff66a3;
    border-radius: 5px;
    font-weight: 600;
    margin: 5px 0 1px 0;
    font-size: 1em;
    cursor:pointer;
}

.icono {
    position: absolute;
    top: 44%;
    left: 64%; /* Ajusta segÃƒÆ’Ã†â€™Ãƒâ€ 'ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºn necesites */
    transform: translateY(-50%);
    width: 41px; /* Ajusta el tamaÃƒÆ’Ã†â€™Ãƒâ€ 'ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±o */
    height: auto;
}

.seguros_container{
    display: flex;
    justify-content: center;
    margin-top: 7px;
    margin-bottom: 4px;
    gap: 6px;
    text-align: center;
    width: 100%;
    padding: 13px;
}

.sticky{
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
    padding-block: 11px;
}

.seguros{
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid white;
    padding: 12px 8px;
    font-size: 10px;
    transition: all .5s ease-out;
}

.disabled{
    background-color: #d3d3d3;
}

.seguros_white{
    background-color: white;
    color: #001e79;
    border: 1px solid #001e79;
    border-radius: 6px;
}

.seguros_blue{
    background-color: #007297;
}

.seguros_purple{
    background-color: #c796d8;
}

.flecha_dw{
    width: 20px;
    margin-top: 10px;
}

.seguro_coche{
    width: 80%;
}

.text_header{
    width: 100%;
    margin: 3px auto 0px auto;
    font-weight: 400;
    color: white;
    font-size: 20px;
}

.button{
    background-color: #ec7a08;
    color: white;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    border-radius: 19px;
    margin-block: 2px 21px;
    padding: 7px 20px;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    /* cursor: pointer; */
}

.text_question{
    font-size: 14px;
    width: 83%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
}

.column_top{
    margin-top: 60px;
    height: 58%;
    justify-content: space-between;
}

.question{
    height: 100%;
    background-color: white;
    transition: all .5s ease-in-out;
}

.question_container{
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    width: 90%;
}

.label{
    font-size: 22px;
}

.select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 55px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #7159ad;
    font-size: 18px;
    padding-inline: 10px;
    position: relative;
    outline: none;
    background-color: white;
    color: #505050;
    background-image: url('/img/flecha_dw_morada.svg');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
}

.options{
    display: flex;
    flex-direction: column;
}

.option-button{
    height: 55px;
    border-radius: 10px;
    border: 2px solid #7159ad;
    font-size: 18px;
    padding-inline: 10px;
    background-color: white;
    margin-bottom: 15px;
    transition: all .5s ease-out;
    color: #505050;
}

.option-button:hover{
    background-color: #e3d9fc;
}

.back-button{
    background-color: #ec7a08;
    color: white;
    border: none;
    width: 30%;
    padding: 10px 20px;
    margin: 0 auto;
    min-width: 100px;
    max-width: 100px;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

.img_question{
    width: 100%;
    min-width: 273px;
}

.loading {
    text-align: center;
    font-size: 1.2rem;
}

.spinner_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65%;
    margin-top: 30vh;
}
  
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #7159ad;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-top: 10px;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.response_container{
    margin-block: 80px 50px;
}

.title_response{
    font-size: 34px;
    color: #7159ad;
    line-height: 34px;
}

.text_response{
    color: black;
    font-size: 18px;
    width: 82%;
    margin: 0 auto;
    margin-top: 20px;
}

.body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 20px;
    color: #001e79;
    padding-bottom: 0;
}

.hidden{
    display: none;
    transition: all .5s ease-in-out;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
  
.fade-in.show {
    opacity: 1;
}
  
.fade-out {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
  
.fade-out.hide {
    opacity: 0;
}

.max{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scroll-margin-top: 50px;
    margin-top: 0px;
}

.cards_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    width: 100%;
    gap: 10px;
}

.section{
    margin-bottom: 0;
    font-weight: normal;
    padding: 6px 10px;
    width: 100%;
    text-align: center;
    font-size: 21px;
}

hr{
    width: 60%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
}

.section_compactos{
    background-color: #ec7a08;
    color: white;
}

.section_suvs{
    color: white;
    background: #ec7a08;
}

.section_sedan{

color: white;

background: #ec7a08;
}

.section_hibridos{

color: white;

background: #ec7a08;
}

.section_electricos{

color: white;

background: #ec7a08;
}

.card{
    width: 85%;
    border: 1px solid #bdbdbd;
    position: relative;
    padding-top: 14px;
    padding-bottom: 20px;
    color: black;
    text-align: left;
}

.card::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
}

.card_lda::after{
    background-color: var(--color-lda);
}

.card_mutua::after{
    background-color: var(--color-mutua);
}

.card_genesis::after{
    background-color: #000093;
}

.card_caser::after{
    background-color: var(--color-caser);
}

.card_pelayo::after{
    background-color: var(--color-pelayo);
}

.card_generali::after{
    background-color: var(--color-generali);
}

.card_allianz::after{
    background-color: var(--color-allianz);
}

.card_header{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    font-size: 12px;
    border-bottom: 1px solid #d0c8e4;
    padding-bottom: 10px;
}

.logo_card{
    width: 120px;
}

.card_content{
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.card_text{
    font-size: 10px;
    width: 60%;
}

.card_title{
    display: inline-block;
    font-weight: bold;
    margin-block: 10px 3px;
}

.card_price{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list{
    list-style-type: square;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5; 
}

.amount{
    font-size: 10px;
    margin-top: 10px;
}

.big{
    font-size: 38px;
    position: relative;
    top: -5px;
}

.small{

    position: relative;
    top: -5px;
}

.cta{
    background-color: #ec7a08;
    color: white;
    display: inline-block;
    border-radius: 100px;
    margin-block: 4px;
    padding: 9px 11px;
    font-size: 12px;
    cursor: pointer;
}

.remarked {
    color: #fff;
    background-color: #bbb !important;
    border: none;
}

.row{
    width: 85%;
    text-align: center;
    color: black;
    padding-block: 30px;
}

.text{
    padding-top: 20px;
}

.logos_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-block: 10px 20px;
    margin: 0 auto;
    gap: 10px;
}

.logo_box{
    width: 30%;
    padding: 10px;
}

.logo_lda{
    border: 1px solid var(--color-lda);
}

.logo_pelayo{
    border: 1px solid var(--color-pelayo);
}

.logo_caser{
    border: 1px solid var(--color-caser);
}

.logo_genesis{
    border: 1px solid var(--color-genesis);
}

.logo_allianz{
    border: 1px solid var(--color-allianz);
}

/* ######## COMPUTER######## */
@media (min-width: 1537px) {
    .logo_individual {width: 6%!important;}
    
    .cuadro {
    width: calc(50% - 10px);
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    height: 121px;
    width: 13%;
}
    
    .cuadro img {
    width: 32%;
    height: auto;
    border-radius: 5px;
    filter: grayscale(1);
}
    
    
    .tarjeta .info {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    font-size: 1.3em;
    position: relative;
    margin-left: 9px;
    color: #001e79;
    line-height: 29px;
}
    
    .tarjeta {
    width: 41%;
    background-color: white;
    color: black;
    border-radius: 10px;
    padding: 5px 10px 7px 10px;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 35px;
}
    
    .boton-oferta {
    display: block;
    width: 100%;
    background-color: white;
    color: #ff66a3;
    text-align: center;
    padding: 5px 0;
    border: 2px solid #ff66a3;
    border-radius: 5px;
    font-weight: 600;
    margin: 9px 0 1px 0;
    font-size: 1.2em;
}
    
    .tarjeta_dest .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    font-size: 1.1em;
    position: relative;
    margin-left: 10px;
    color: #001e79;
    line-height: 28px;
}
    .modelo {
    font-size: 1.1em;
    color: black;
    margin-bottom: 6px;
    margin-top: 1px;
}
    
    .button {
    background-color: #ec7a08;
    color: white;
    width: 45%;
    margin: 0 auto;
    font-weight: 600;
    border-radius: 19px;
    margin-block: 20px 21px;
    padding: 14px 20px;
    font-size: 22px;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
  
    .contenedor-tarjetas {
        display: flex;
        justify-content: center; /* Centra las tarjetas */
        gap: 15px; /* Espacio entre tarjetas */
        flex-wrap: wrap; /* Para asegurar responsividad */
    }
    
    .tarjeta_dest {
    width: 49%;
    background-color: white;
    color: black;
    border-radius: 10px;
    padding: 26px;
    margin-bottom: 13px;
    text-align: left;
    padding-top: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
    
    .modelos-destacados {
    display: block;
    font-size: 21px;
    width: 318px;
    height: 44px;
    background-color: #ec7a08;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    line-height: 43px;
    margin: 39px auto 13px auto;
    text-transform: uppercase;
}
    
    .text_header {
    width: 100%;
    margin: 16px auto 9px auto;
    font-weight: 400;
    color: white;
    font-size: 35px;
}
    
    .title {
    width: 83%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 58px;
    color: white;
    margin-top: 14px;
    line-height: 63px;
}
    
    .logo{
        margin-top: 40px;
        width: 21%;
        margin-bottom: 30px;
    }

    .seguro_coche{
        width: 50%;
    }

    .content{
        width: 50%;
        margin: 0 auto;
        justify-content: flex-start;
    }

    .text_question{
        width: 60%;
        margin-bottom: 50px;
        font-size: 22px;
    }

    .text_response{
        width: 60%;
    }

    .seguros_container{
        width: 100%;
        gap: 22px;
    }

    .seguros{
        width: 9%;
        font-size: 17px;
        padding: 13px;
    }

    .seguros_dsk{
        font-size: 13px;
    }

    .cards_container{
        flex-direction: row;
        flex-wrap: wrap;
        width: 68%;
        gap: 65px;
    }

    .card{
        width: 30%;
    }

    .card_response{
        width: 60%;
    }

    .logo_card{
        width: 200px;
    }

    .card_text{
        font-size: 14px;
    }

    .amount{
        font-size: 14px;
    }

    .big{
        font-size: 50px;
    }

    .cta{
        font-size: 16px;
    }

    .max{
        margin-top: 40px;
    }

    .section{
        width: 58%;
    }

    .text{
        font-size: 20px;
    }

    .logo_box{
        width: 10%;
    }
    
    .nivel{
        font-size: 40px;
    }
    
   .subnivel{
        font-size: 24px;
        color: #ec7a08;
    }
}

/* ######## LAPTOP ######## */
@media (min-width: 1000px) and (max-width: 1500px){
    
    .header {
    text-align: center;
    background-color: #273ca3;
    /* height: 55vh; */
    min-height: 671px;
}
    
    
        .seguros {
        width: 9%;
        font-size: 17px;
        padding: 13px;
    }
    
    img {
    /* max-width: 36%; */
    display: block;
}
    
    .logo_individual {width: 12%!important;}
    
    .cuadro {
        width: calc(50% - 10px);
        background-color: white;
        padding: 10px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        height: 121px;
        width: 16%;
    }
    
    .cuadro img {
        width: 45%;
        height: auto;
        border-radius: 5px;
        filter: grayscale(1);
    }
    
    .tarjeta .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        font-size: 1.1em;
        position: relative;
        margin-left: 9px;
        color: #001e79;
        line-height: 24px;
    }
    
    .tarjeta {
        width: 45%;
        background-color: white;
        color: black;
        border-radius: 10px;
        padding: 5px 10px 7px 10px;
        margin-bottom: 15px;
        text-align: left;
        margin-top: 25px;
    }
    
    .boton-oferta {
        display: block;
        width: 100%;
        background-color: white;
        color: #ff66a3;
        text-align: center;
        padding: 5px 0;
        border: 2px solid #ff66a3;
        border-radius: 5px;
        font-weight: 600;
        margin: 7px 0 1px 0;
        font-size: 1.1em;
    }
    
    .tarjeta_dest .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        font-size: 1.0em;
        position: relative;
        margin-left: 10px;
        color: #001e79;
        line-height: 22px;
    }
    
    .modelo {
        font-size: 1.0em;
        color: black;
        margin-bottom: 4px;
        margin-top: 1px;
    }
    
    .button {
        background-color: #ec7a08;
        color: white;
        width: 50%;
        margin: 0 auto;
        font-weight: 600;
        border-radius: 19px;
        margin-block: 15px 21px;
        padding: 12px 20px;
        font-size: 20px;
        display: flex;
        justify-content: space-around;
        cursor: pointer;
    }
  
    .contenedor-tarjetas {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    
    .tarjeta_dest {
        width: 32%;
        background-color: white;
        color: black;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 13px;
        text-align: left;
        padding-top: 12px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .modelos-destacados {
        display: block;
        font-size: 18px;
        width: 280px;
        height: 38px;
        background-color: #ec7a08;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        line-height: 37px;
        margin: 4px auto 13px auto;
        text-transform: uppercase;
    }
    
    .text_header {
        width: 100%;
        margin: 12px auto 9px auto;
        font-weight: 400;
        color: white;
        font-size: 28px;
    }
    
    .title {
        width: 100%;
        margin: 0 auto;
        font-weight: 600;
        font-size: 45px;
        color: white;
        margin-top: 14px;
        line-height: 50px;
    }
    
    .logo{
        margin-top: 30px;
        width: 11%;
        margin-bottom: -1px;
    }

    .content{
        width: 100%;
        margin: 0 auto;
    }

    .seguros{
        font-size: 13px;
        width: 12%;
    }

    .seguros_container {
        width: 100%;
        gap: 15px;
    }

    .seguro_coche{
        width: 50%;
    }

    .cards_container{
        flex-direction: row;
        flex-wrap: wrap;
        width: 85%;
        gap: 30px;
    }

    .card{
        width: 30%;
    }

    .card_response{
        width: 80%;
    }

    .logo_card{
        width: 180px;
    }

    .card_text{
        font-size: 13px;
    }

    .amount{
        font-size: 13px;
    }

    .big{
        font-size: 45px;
    }

    .cta{
        font-size: 15px;
    }

    .section{
        width: 30%;
        font-size: 19px;
    }

    .text{
        font-size: 18px;
    }

    .logo_box{
        width: 15%;
    }

    .nivel{
        font-size: 32px;
    }
    
    .subnivel{
        font-size: 18px;
        color: #ec7a08;
    }

    .text_question{
        font-size: 16px;
        width: 70%;
    }
}

@media (min-width: 700px) and (max-width: 1023px){
    .logo{
        width: 35%;
    }
    
    .seguro_coche{
        width: 50%;
    }
}


@media (max-width: 768px) {
    .field_form {
    margin-bottom: 11px;
}
    
    
    .field_form input[type="text"], .field_form input[type="tel"], .field_form input[type="email"] {
    width: 100%;
    padding: 9px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: border-color 0.3s;
}
    
    
  #model_data span {
    font-size: 14px;
  }
  .privacy {font-size: 13px;margin-right: 31px;}
}