: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: 100%;
	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;
}

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

.precio::before {
    content: "Desde";
    display: block;
    font-size: 10px;
    color: #ff66a3;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 15px;
}

.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: 23%;
    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);
    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;
}


.title{
    width: 68%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 24px;
    color: white;
    margin-top: 8px;
    line-height: 26px;
}

.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: 244px;
    font-size: 14px;
    height: 28px;
    background-color: #ec7a08;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin: 2px auto 13px auto;
    text-transform: uppercase;
}


.modelo{font-size: 1.05em;color: black;margin-bottom: 2px;}
.coche{width: 62%;}

.contenedor-tarjetas {
    display: contents;
}

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

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


.tarjeta_dest .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    font-size: 1.1em;
    position: relative;
    margin-left: 5px;
    color: #001e79;
    line-height: 21px;
}

.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: 1.1em;
    position: relative;
    margin-left: 5px;
    color: #001e79;
    line-height: 23px;
}

.precio {
    font-size: 1.3em;
    font-weight: bold;
    color: #ff66a3;
    margin-top: 7px;
    margin-bottom: 9px;
}

.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: 3px 0 1px 0;
    font-size: 1em;
	cursor:pointer;
}

.icono {
    position: absolute;
    top: 38%;
    left: 64%;
    transform: translateY(-50%);
    width: 41px;
    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 5px auto;
    font-weight: 400;
    color: white;
    font-size: 19px;
}

.button{
    background-color: #ec7a08;
    color: white;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    border-radius: 19px;
    margin-block: -4px 8px;
    padding: 8px 20px;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

/* Nuevos estilos para los botones secundarios */
.botones-secundarios {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 21px;
}

.boton-secundario {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 19px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 48%;
    transition: all 0.3s ease;
}

.boton-secundario:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.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);
}

/* ######## TABLET ######## */
@media (min-width: 700px) and (max-width: 999px){
    .logo{
        width: 35%;
    }
    
    .seguro_coche{
        width: 50%;
    }

    .button {
        width: 70%;
    }

    .botones-secundarios {
        width: 70%;
        gap: 12px;
    }

    .boton-secundario {
        font-size: 16px;
    }
}

/* ######## LAPTOP (1000px - 1536px) ######## */
@media (min-width: 1000px) and (max-width: 1536px){
    
    /* ========== HEADER ========== */
    
    .header {
    text-align: center;
    background-color: #273ca3;
    height: 100vh;
    min-height: 591px;
}
    
    .logo{
        margin-top: 19px;
        width: 14%;
        margin-bottom: 3px;
    }
    
    .logo_individual {
        width: 12% !important;
    }
    
    .title {
        width: 100%;
        margin: 0 auto;
        font-weight: 600;
        font-size: 37px;
        color: white;
        margin-top: 0px;
        line-height: 48px;
    }
    
    .text_header {
        width: 100%;
        margin: 2px auto 0px auto;
        font-weight: 400;
        color: white;
        font-size: 26px;
    }
    
    .modelos-destacados {
        width: 280px;
        font-size: 18px;
        height: 38px;
        background-color: #ec7a08;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        line-height: 38px;
        border-radius: 5px;
        margin: 7px auto 15px auto;
        text-transform: uppercase;
    }
    
    .contenedor-tarjetas {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }
    
    .tarjeta_dest {
        width: 45%;
        background-color: white;
        color: black;
        border-radius: 10px;
        padding: 9px 20px;
        margin-bottom: 15px;
        text-align: left;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .tarjeta_dest .contenido {
        display: flex;
        align-items: center;
        position: relative;
    }
    
    .tarjeta_dest .coche {
        width: 55%;
    }
    
    .tarjeta_dest .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        font-size: 1.15em;
        position: relative;
        margin-left: 10px;
        color: #001e79;
        line-height: 24px;
    }
    
    .tarjeta_dest .modelo {
        font-size: 1.15em;
        color: black;
        margin-bottom: 4px;
    }
    
    .tarjeta_dest .precio {
        font-size: 1.3em;
        font-weight: bold;
        color: #ff66a3;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .tarjeta_dest .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: 4px 0 1px 0;
        font-size: 1.05em;
        cursor: pointer;
    }
    
    .button {
        background-color: #ec7a08;
        color: white;
        width: 49%;
        margin: 0 auto;
        font-weight: 600;
        border-radius: 19px;
        margin-block: 4px 15px;
        padding: 12px 20px;
        font-size: 18px;
        display: flex;
        justify-content: space-around;
        cursor: pointer;
        margin-bottom: 15px;
    }

    .botones-secundarios {
        width: 50%;
        gap: 15px;
        margin-bottom: 25px;
    }

    .boton-secundario {
        font-size: 14px;
        padding: 8px 22px;
    }
    
    /* ========== BODY ========== */
    .content{
        width: 72%;
        margin: 0 auto;
    }

    .nivel{
        font-size: 32px;
        margin-top: 15px;
    }
    
    .subnivel{
        font-size: 18px;
        color: #ec7a08;
        margin-bottom: 10px;
    }

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

    .seguros{
        width: 11%;
        font-size: 14px;
        padding: 13px 10px;
    }

    .seguro_coche{
        width: 50%;
    }

    .cards_container{
        flex-direction: row;
        flex-wrap: wrap;
        width: 85%;
        gap: 25px;
        padding-top: 15px;
    }

    .tarjeta{
        width: 45%;
        background-color: white;
        color: black;
        border-radius: 10px;
        padding: 10px 15px;
        margin-bottom: 15px;
        text-align: left;
    }
    
    .tarjeta .coche {
        width: 60%;
    }
    
    .tarjeta .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        font-size: 1.15em;
        position: relative;
        margin-left: 8px;
        color: #001e79;
        line-height: 24px;
    }
    
    .tarjeta .modelo {
        font-size: 1.1em;
        color: black;
        margin-bottom: 3px;
    }
    
    .tarjeta .precio {
        font-size: 1.3em;
        font-weight: bold;
        color: #ff66a3;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .tarjeta .boton-oferta {
        display: block;
        width: 100%;
        background-color: white;
        color: #ff66a3;
        text-align: center;
        padding: 8px 0;
        border: 2px solid #ff66a3;
        border-radius: 5px;
        font-weight: 600;
        margin: 5px 0 1px 0;
        font-size: 1.05em;
        cursor: pointer;
    }
    
    .tarjeta .icono {
        position: absolute;
        top: 35%;
        left: 62%;
        transform: translateY(-50%);
        width: 42px;
        height: auto;
    }

    .card{
        width: 30%;
    }

    .card_response{
        width: 76%;
    }

    .logo_card{
        width: 200px;
    }

    .card_text{
        font-size: 14px;
    }

    .amount{
        font-size: 14px;
    }

    .big{
        font-size: 50px;
    }

    .cta{
        font-size: 16px;
    }

    .section{
        width: 78%;
        font-size: 24px;
        padding: 8px 10px;
    }

    .text{
        font-size: 20px;
    }
    
    /* ========== CUADROS DE MARCAS ========== */
    .cuadro {
        width: 18%;
        background-color: white;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        height: 130px;
    }
    
    .cuadro img {
        width: 45%;
        height: auto;
        border-radius: 5px;
        filter: grayscale(1);
    }

    .logo_box{
        width: 15%;
    }

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

/* ######## DESKTOP (1537px+) ######## */
@media (min-width: 1537px) {
    .logo_individual {
        width: 6% !important;
    }
    
    .cuadro {
        width: 13%;
        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: 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: 13px;
        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: 3px 0 1px 0;
        font-size: 1.2em;
    }
    
    .tarjeta_dest .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        font-size: 1.3em;
        position: relative;
        margin-left: 5px;
        color: #001e79;
        line-height: 28px;
    }
    
    .modelo {
        font-size: 1.25em;
        color: black;
        margin-bottom: 6px;
    }
    
    .button {
        background-color: #ec7a08;
        color: white;
        width: 45%;
        margin: 0 auto;
        font-weight: 600;
        border-radius: 19px;
        margin-block: 30px 12px;
        padding: 14px 20px;
        font-size: 22px;
        display: flex;
        justify-content: space-around;
        cursor: pointer;
        margin-bottom: 35px;
    }

    .botones-secundarios {
        width: 45%;
        gap: 15px;
        margin-bottom: 21px;
    }

    .boton-secundario {
        font-size: 18px;
        padding: 12px 25px;
    }
  
    .contenedor-tarjetas {
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .tarjeta_dest {
        width: 49%;
        background-color: white;
        color: black;
        border-radius: 10px;
        padding: 26px;
        margin-bottom: 13px;
        text-align: left;
        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: 12px 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: 79%;
        margin: 0 auto;
        font-weight: 600;
        font-size: 58px;
        color: white;
        margin-top: 0px;
        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: 7%;
        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;
    }
}