html {
    font-size: 62.5%;
}

nav ul {
    font-size: 2rem;
}
.btn-asesoria{
    font-size:2.2rem;
}

.que-hacemos-sec01 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 80px 0 70px;
}

.que-hacemos-sec01 h1 {
    width: 420px;
    height: 157px;
    color: var(--color-blue);
    font-family: var(--font-family-OpsaB);
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 110PX;
}

.text-orange {
    color: var(--color-orange);
    font-weight: bold;
    font-family: var(--font-family-OpsaB);
}

.que-hacemos-sec01 p {
    width: 860px;
    height: 140px;
    color: var(--color-blue);
    font-family: var(--font-family-Opsa);
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 70px;
}

.estrategia {
    height: 490px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.que-hacemos-sec02 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 550px;
}

.que-hacemos-sec02 .img-qh-sec02 {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 100px;
}

.que-hacemos-sec02 .img-qh-sec02 img {
    width: 250px;
    height: 250px;
}

.que-hacemos-sec02 .contenido-qh-sec01 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    color: white;
    padding-left: 50px;
}

.que-hacemos-sec02 .contenido-qh-sec01 h2 {
    font-family: var(--font-family-Opsa);
    font-size: 3.6rem;
    text-align: center;
    width: 590px;
    height: 100px;
    padding-left: 30px ;
}

.que-hacemos-sec02 .contenido-qh-sec01 p {
    font-family: var(--font-family-OS);
    font-size: 2.2rem;
    text-align: justify;
    width: 630px;
    height: 150px;
}

.que-hacemos-sec02 .contenido-qh-sec01 .p-final-sec02 {
    font-family: var(--font-family-Opsa);
    font-size: 2rem;
    display: flex;
    justify-content: end;
    width: 80%;
    height: 30px;
}

.que-hacemos-sec02 .contenido-qh-sec01 .p-final-sec02 p {
    padding-left: 0px;
    width: 650px;
    height: 150px;
}

.que-hacemos-sec03 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.que-hacemos-sec03 .contenido-qh-sec03 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-top: 130px;
    padding-left: 260px;
}

.que-hacemos-sec03 .contenido-qh-sec03 h2 {
    font-size: 3.6rem;
    font-family: var(--font-family-OS);
    width: 670px;
    height: 110px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 30px;
}

.que-hacemos-sec03 .contenido-qh-sec03 p {
    font-size: 2.2rem;
    font-family: var(--font-family-OS);
    width: 585px;
    height: 135px;
    text-align: justify;
    color: var(--color-blue);
}

.p-final-sec03 {
    width: 100%;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.que-hacemos-sec03 .img-qh-sec03 {
    display: flex;
    justify-self: center;
    align-items: center;
    width: 60%;
    height: 100%;
    padding-right: 400px;
}

.que-hacemos-sec03 .img-qh-sec03 img {
    width: 250px;
    height: 220px;
    opacity: 1;
}

.btn-planes {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btn-planes .btn-asesoria {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 35px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: bold;
}

.btn-action {
    text-decoration: none;
    color: var(--color-blue);
    font-family: var(--font-family-OpsaB);
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 25px;
}

.btn-action a img {
    width: 30px;
    height: 30px;
    z-index: 2;
    opacity: 1;
    margin-left: 20px;
}
.contacto-bg-white div:nth-child(2) .correo p{
    font-size: 2.5rem;
}
@media only screen and (max-width: 576px) {
    .hamburgermenu img {
        width: 35px;
    }

    .estrategia {
        height: 100%;
        padding: 15px;
    }

    .que-hacemos-sec01 {
        width: 100%;
        height: 100%;
    }

    .que-hacemos-sec01 h1 {
        width: 100%;
        height: 120px;
        margin-bottom: 85px;
        margin-top: 110px;
        padding: 10px;
    }

    .que-hacemos-sec01 p {
        width: 100%;
        height: 100%;
        font-size: 2.2rem;
        margin-bottom: 30px;
        text-align: justify;
        padding: 0;
    }

    .que-hacemos-sec02 {
        height: 100%;
        width: 100%;
        flex-direction: column-reverse;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 {
        gap: 40px;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 h2 {
        width: 100%;
        height:100%;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 p {
        width: 100%;
        height:100%;
        padding:10px;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 .p-final-sec02 p {
        padding-right: 0;
        font-size: 2.2rem;
        padding-left: 0;
        width:100%;
    }

    .que-hacemos-sec02 .img-qh-sec02 {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .que-hacemos-sec03 {
        flex-direction: column;
        width: 100%;
        height: 850px;
        padding: 0;
    }

    .que-hacemos-sec03 .contenido-qh-sec03 {
        width: 100%;
        padding-top:0px;
        height: 100%;
        justify-content:none;
        padding:10px;
    }

    .que-hacemos-sec03 .contenido-qh-sec03 h2 {
        font-size: 3.6rem;
        width: 100%;
        height:100%;
        margin-bottom:20px;
    }

    .que-hacemos-sec03 .contenido-qh-sec03 p {
        font-size: 2.2rem;
        width: 100%;
        height:100%;
    }

    .que-hacemos-sec03 .img-qh-sec03 {
        padding-left: 30px;
        height: 100%;
        width: 100%;
    }

    .que-hacemos-sec03 .img-qh-sec03 img {

        height: 300px;
        width: 300px;
    }

    .btn-planes .btn-asesoria {
        width: 90%;
        font-size: 1.8rem;
        text-align: center;
    }

    .btn-action {
        font-size: 2rem;
    }

    .btn-action a img {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 577px) and (max-width:992px) {
    .hamburgermenu img {
        width: 35px;
    }

    .estrategia {
        height: 100%;
        padding: 15px;
    }

    .que-hacemos-sec01 {
        width: 100%;
        height: 100%;
    }
    .que-hacemos-sec01 h1 {
        width: 100%;
        height: 120px;
        margin-bottom: 85px;
        margin-top: 110px;
        padding: 10px;
    }

    .que-hacemos-sec01 p {
        width: 100%;
        height: 100%;
        font-size: 2.8rem;
        margin-bottom: 30px;
        text-align: justify;
        padding: 0;
    }
    .que-hacemos-sec02 {
        height: 100%;
        width: 100%;
        flex-direction: column-reverse;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 {
        gap: 40px;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 h2 {
        width: 100%;
        height:100%;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 p {
        width: 100%;
        height:100%;
        padding:10px;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 .p-final-sec02 p {
        padding-right: 0;
        font-size: 2.8rem;
        padding-left: 0;
        width:100%;
    }

    .que-hacemos-sec02 .img-qh-sec02 {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .que-hacemos-sec03 {
        flex-direction: column;
        width: 100%;
        height: 850px;
        padding: 0;
    }

    .que-hacemos-sec03 .contenido-qh-sec03 {
        width: 100%;
        padding-top:0px;
        height: 100%;
        justify-content:none;
        padding:10px;
    }

    .que-hacemos-sec03 .contenido-qh-sec03 h2 {
        font-size: 3.6rem;
        width: 100%;
        height:100%;
        margin-bottom:20px;
    }

    .que-hacemos-sec03 .contenido-qh-sec03 p {
        font-size: 2.8rem;
        width: 100%;
        height:100%;
    }
    .que-hacemos-sec03 .contenido-qh-sec03 .p-final-sec03 p {
        text-align:end;
    }

    .que-hacemos-sec03 .img-qh-sec03 {
        padding-left: 30px;
        height: 100%;
        width: 100%;
    }

    .que-hacemos-sec03 .img-qh-sec03 img {

        height: 300px;
        width: 300px;
    }

    .btn-planes .btn-asesoria {
        width: 90%;
        font-size: 1.8rem;
        text-align: center;
    }

    .btn-action {
        font-size: 2rem;
    }

    .btn-action a img {
        margin-left: 10px;
    }
    .btn-asesoria{
        font-size:2.4rem;
    }

}

@media only screen and (min-width: 993px) and (max-width:1500px) {
    .hamburgermenu img {
        width: 35px;
    }

    .estrategia {
        padding: 15px;
    }

    .que-hacemos-sec01 {
        width: 100%;
        height: 100%;
    }

    .que-hacemos-sec01 h1 {
        width: 50%;
        height: 120px;
        padding: 10px;
    }

    .que-hacemos-sec01 p {
        width: 70%;
        height: 100%;
        font-size: 2.2rem;
        margin-bottom: 30px;
        text-align: justify;
        padding: 0;
    }
    .btn-action{
        margin-bottom:20px;
    }
    .que-hacemos-sec02 {
        height: 100%;
        width: 100%;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 {
        gap: 40px;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 h2 {
        width: 100%;
        height:100%;
        margin-top:20px;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 p {
        width: 100%;
        height:100%;
        padding:10px;
    }

    .que-hacemos-sec02 .contenido-qh-sec01 .p-final-sec02 {
        width:100%;
        height:100%;
    }
    .que-hacemos-sec02 .contenido-qh-sec01 .p-final-sec02 p {
        padding-right: 0;
        font-size: 2.2rem;
        padding-left: 0;
        width:100%;
        text-align:center;
        height:100%;
    }

    .que-hacemos-sec02 .img-qh-sec02 {
        padding-top: 40px;
        margin-bottom: 30px;
        justify-content:center;
    }

    .que-hacemos-sec03 {
        width: 100%;
        height: 550px;
        padding: 0;
    }

    .que-hacemos-sec03 .contenido-qh-sec03 {
        width: 100%;
        padding-top:0px;
        height: 60%;
        padding:10px;
    }

    .que-hacemos-sec03 .contenido-qh-sec03 h2 {
        font-size: 3.6rem;
        width: 100%;
        margin-bottom:20px;
    }

    .que-hacemos-sec03 .contenido-qh-sec03 p {
        font-size: 2.2rem;
        width: 100%;
    }

    .que-hacemos-sec03 .img-qh-sec03 {
        padding-left: 30px;
        height: 100%;
        width: 100%;
    }

    .que-hacemos-sec03 .img-qh-sec03 img {
        height: 300px;
        width: 400px;
    }

    .btn-planes .btn-asesoria {
        width: 90%;
        font-size: 1.8rem;
        text-align: center;
    }

    .btn-action {
        font-size: 2rem;
    }

    .btn-action a img {
        margin-left: 10px;
    }
}