html {
    font-size: 62.5%;
}

nav ul {
    font-size: 2rem;
}
.btn-asesoria{
    font-size:2.2rem;
}
.otros-servicios-sec01 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
}

.otros-servicios-sec01 .texto-sec01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--color-blue);
    font-size: 3rem;
    font-family: var(--font-family-Opsa);
    text-align: center;
    padding: 110px 50px 0px 50px;
    font-weight: 100;
}
.otros-servicios-sec01 .texto-sec01 p{
    width: 356px;
    height: 100%;
    padding:140px 0;
    font-size:3.6rem;
}

.otros-servicios-sec01 .social-media {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 100px;
}

.otros-servicios-sec01 .social-media img {
    width: 70px;
    height: 70px;
    opacity: 1;
}

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

.estrategia {
    height: 700px;
    padding: 0 50px;
}

.otros-servicios-sec02 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: var(--font-family-Opsa);
    font-weight: lighter;
}

.otros-servicios-sec02 .sec02-up {
    font-size: 3.2rem;
    padding: 50px;
    margin-bottom: 30px;
}

.otros-servicios-sec02 .sec02-medio {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 140px;
    font-size: 2.8rem;
    line-height: 50px;
    margin-bottom: 50px;
}

.otros-servicios-sec02 .sec02-down {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.8rem;
    padding: 50px;
}
.contacto-bg-white div:nth-child(2) .correo p {
    font-size: 2.5rem;
}

@media only screen and (max-width: 576px) {
    .hamburgermenu img {
        width: 35px;
    }
    nav ul li a{
        font-size: 2rem;
    }
    .otros-servicios-sec01 {
        flex-direction: column;
    }
    
    .otros-servicios-sec01 .texto-sec01 {
        width: 100%;
        font-size: 36px;
        padding: 0;
        margin-top: 145px;
        margin-bottom: 50px;
    }
    .otros-servicios-sec01 .texto-sec01 p{
        width:100%;
        padding:0;
    }
    .otros-servicios-sec01 .social-media  {
        margin-right: 45px;
    }
    .otros-servicios-sec01 .social-media img {
        width: 50px;
        height: 50px;
    }

    .estrategia {
        height: 620px;
        padding: 0;
    }
    .otros-servicios-sec02 .sec02-medio {
        flex-direction: column;
        gap: 0px;
        margin-bottom: 0;
    }
    .otros-servicios-sec02 .sec02-medio .sec02-der{
        padding-left: 40px;
    }
    .contacto-bg-white div:nth-child(1) h2 {
        margin-bottom: 45px;
        margin-top: 10px;
        height: 145px;
    }
}

@media only screen and (min-width: 577px) and (max-width:992px) {
    .hamburgermenu img {
        width: 35px;
    }
    nav ul li a{
        font-size: 2rem;
    }
    .otros-servicios-sec01 {
        flex-direction: column;
    }
    
    .otros-servicios-sec01 .texto-sec01 {
        width: 100%;
        font-size: 36px;
        padding: 0;
        margin-top: 145px;
        margin-bottom: 50px;
    }
    .otros-servicios-sec01 .texto-sec01 p{
        width:85%;
        height:20%;
        padding:0;
    }
    .otros-servicios-sec01 .social-media  {
        margin-right: 45px;
    }
    .otros-servicios-sec01 .social-media img {
        width: 50px;
        height: 50px;
    }

    .estrategia {
        height: 620px;
        padding: 0;
    }
    .otros-servicios-sec02 .sec02-medio {
        flex-direction: column;
        gap: 0px;
        margin-bottom: 0;
    }
    .otros-servicios-sec02 .sec02-medio .sec02-der{
        padding-left: 40px;
    }
    .contacto-bg-white div:nth-child(1) h2 {
        margin-bottom: 45px;
        margin-top: 10px;
        height: 145px;
    }
}

@media only screen and (min-width: 993px) and (max-width:1500px) {
    .btn-asesoria{
        font-size:1.5rem;
        padding:5px;
    }
    .otros-servicios-sec01 .texto-sec01 {
        width: 58%;
        margin-bottom: 100px;
    }
    .otros-servicios-sec01 .social-media{
        width:80%;
        gap:30px;
        padding-right: 0px;
    }
}