@media (max-width: 1400px) {
    footer .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .preguntas-section a {
        margin-top: 36px;
    }

    .beneficios2-section .beneficio {
        margin-bottom: 36px;
    }
} 

@media (max-width: 992px) {
    nav .container {
        width: 100%;
    }

    .columna.first {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        text-align: center;
    }

    .beneficios-section .first {
        width: 100%;
    }

    .beneficios-section .first p{
        max-width: 100%;
        text-align: center;
    }

    .preguntas-section a {
        margin-inline: auto;
    }

    .propuesta-section .col-xl-5 {
        padding: 180px 0 50px 20px;
    }

    .propuesta-section .col-xl-7 .img-superior {
        margin-top: 80px;
        position: relative;
        text-align: end;
    }

    .propuesta-section .col-xl-7 .img-inferior {
        bottom: -150px;
        left: 30%;
    }

    .ps-productos {
        flex-wrap: wrap;
    }
} 


@media (max-width: 768px) {
    nav {
        top: 5px;
    }

    nav .container {
        padding: 0px 30px;
    }

    nav .container {
        height: 80px;
    }

    .beneficios2-section .beneficio .info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        min-height: 0;
    }

    .beneficios2-section .beneficio {
        max-width: 90%;
    }

    body h1 {
        font-size: 36px !important;
    }

    body h2 {
        font-size: 30px !important;
    }
    
    body h3 {
        font-size: 24px !important;
    }

    .producto-section .info h2 {
        margin-bottom: 24px;
    }

    .nosotros-section p {
        font-size: 16px;
    }

    .terminos-section h2 {
        font-size: 24px !important;
        line-height: 38px;
        font-weight: 400;
    }
} 

@media (max-width: 720px) {

    .ps-producto img{
        max-height: 100%;
        padding: 10px 20px;
    }

    .cabezera-section {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .accordion-body {
        padding: 10px;
    }

    .preguntas-section a {
        margin-top: 24px;
    }


    .propuesta-section .col-xl-7 .img-superior {
        position: relative;
        width: 90%;
    }

    .propuesta-section .col-xl-7 .img-inferior {
        max-width: 260px;
        right: 10%;

        bottom: -120px;
    }

    .cabezera-section {
        margin: 250px 0 100px 0;
    }

    .cabezera-section {
        margin: 120px 0 50px 0;
        padding: 180px 0 100px 0;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .contacto-section .col-lg-6 {
        padding: 50px 10px 100px 10px;
    }

    .form-presupuesto {
        padding: 40px 20px;
    }

    .nosotros-section ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .datos {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
    }
} 
