html {
    font-size: 62.5%;
}

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

.nosotros-sec-01 {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.nosotros-sec-01 .otros-servicios-izq {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 100px;
}

.nosotros-sec-01 .otros-servicios-izq .p-nosotros {
    width: 445px;
    height: 260px;
    color: var(--color-blue);
    font-family: var(--font-family-Opsa);
    font-weight: lighter;
    text-align: center;
    font-size: 4.25rem;
}

.nosotros-sec-01 .otros-servicios-izq .p-nosotros .text_blue {
    color: var(--color-blue);
    font-family: var(--font-family-OpsaB);
    font-weight: bold;
}

.nosotros-sec-01 .otros-servicios-izq .p-nosotros .text_orange {
    color: var(--color-orange);
    font-family: var(--font-family-OpsaB);
    font-weight: bold;
}

.nosotros-sec-01 .otros-servicios-der {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.nosotros-sec-01 .otros-servicios-der .img-nosotros {
    z-index: 1;
    width: 580px;
    height: 500px;
    opacity: 1;
}

.nosotros-sec02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.nosotros-sec02 .nosotros-sec02-up {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nosotros-sec02 .nosotros-sec02-up span:nth-child(1) {
    font-size: 5.3rem;
    
}

.nosotros-sec02 .nosotros-sec02-up span:nth-child(2) {
    margin-top: 20px;
}

.nosotros-sec02 .nosotros-sec02-down {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 80px;
}

.nosotros-sec02 .nosotros-sec02-down img {
    width: 680px;
    height: 420px;
}

.nosotros-sec02 .nosotros-sec02-down p {
    width: 500px;
    color: white;
    font-family: var(--font-family-OS);
    font-weight: lighter;
    font-size: 2.2rem;
}

.nosotros-sec02 .nosotros-sec02-down p span {
    color: var(--color-orange);
    font-family: var(--font-family-OpsaB);
    font-weight: bold;
}

.nosotros-sec02 .nosotros-sec02-down p span a {
    text-decoration: none;
    color: var(--color-orange);
}

.estrategia {
    height: 250px;
    padding: 0 150px;
}

.nosotros-sec03 {
    font-family: var(--font-family-Opsa);
    color: var(--color-blue);
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 50px;
}

.nosotros-sec03 p {
    width: 920px;
    font-size: 2.2rem;
    line-height: 30px;

}

.nosotros-sec03 .nosotros-sec03-up {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-family: var(--font-family-OS);
    color: white;
    text-align: center;
}

.nosotros-sec03 .nosotros-sec03-up p {
    font-size: 2.4rem;
    font-family: var(--font-family-OS);
    margin-bottom: 30px;

}

.nosotros-sec03 .nosotros-sec03-up p span {
    color: var(--color-orange);
    font-weight: bold;
}

.nosotros-sec03 .nosotros-sec03-down {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.icons {
    width: 150px;
    height: 150px;
}

.svg-flecha {
    width: 80px;
    height: 80px;
}

.nosotros-sec-04 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 350px;
    gap: 60px;
}

.nosotros-sec-04 .sec-04-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 40%;
}

.nosotros-sec-04 .sec-04-up .img-sec-04 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -130px;
    right: 380px;
    z-index: 2;
}

.nosotros-sec-04 .sec-04-up h2 {
    width: 50%;
    height: 45px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: var(--color-blue);
    font-family: var(--font-family-Opsa);
    margin-bottom: 30px;
}

.nosotros-sec-04 .sec-04-up p {
    width: 980px;
    height: 140px;
    font-size: 2.2rem;
    font-weight: 200;
    color: var(--color-blue);
    font-family: var(--font-family-Opsa);
    text-align: justify;
}

.nosotros-sec-04 .sec-04-up p span {
    color: var(--color-orange);
    font-weight: bold;
}

.btn-action {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

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

.btn-action a img {
    width: 32px;
    height: 32px;
    z-index: 2;
    opacity: 1;
    margin-left: 25px;
}

.bg-white img {
    height: 50%;
}
picture svg{
    width: 100%;
    margin-top: 5px;
}

@media only screen and (max-width: 576px) {

    .nosotros-sec-01 {
        height: 790px;
        width: 100%;
        flex-direction: column;
    }

    .nosotros-sec-01 .otros-servicios-izq {
        width: 100%;
        margin-top: 10px;
    }

    .nosotros-sec-01 .otros-servicios-izq .p-nosotros {
        width: 100%;
        margin-top: 30px;
    }

    .nosotros-sec-01 .otros-servicios-izq .p-nosotros .text_blue {
        font-size: 38px;
    }

    .nosotros-sec-01 .otros-servicios-izq .p-nosotros .text_orange {
        font-size: 38px;
    }

    .nosotros-sec-01 .otros-servicios-der .img-nosotros {
        z-index: 1;
        width: 100%;
        height: auto;
        opacity: 1;
        position: static;
    }

    .nosotros-sec02 {
        height: 810px;
    }

    .nosotros-sec02 .nosotros-sec02-up {
        margin-bottom: 20px;
        width: 100%;
    }

    .nosotros-sec02 .nosotros-sec02-up span:nth-child(1) {
        font-size: 33px;
        margin-top: 60px;
        width: 214px;
        margin-left: 20px;
    }

    .nosotros-sec02 .nosotros-sec02-up span:nth-child(2) .img-logo {
        width: 180px;
        height: 100px;
        position: absolute;
        top: 45px;
        right: 0;
    }

    .nosotros-sec02 .nosotros-sec02-down {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .nosotros-sec02 .nosotros-sec02-down img {
        width: 100%;
        height: 250px;
    }

    .nosotros-sec02 .nosotros-sec02-down p {
        width: 100%;
        color: white;
        font-family: var(--font-family-OS);
        font-weight: 100;
        font-size: 25px;
        text-align: justify;
        padding: 10px;
    }

    .estrategia {
        height: 430px;
        padding: 8px;
    }

    .nosotros-sec03 {
        font-size: 30px;
        line-height: 3rem;
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .nosotros-sec03 .nosotros-sec03-up {
        font-size: 25px;
        text-align: justify;
        padding: 3px;
    }

    .nosotros-sec03 .nosotros-sec03-up p {
        font-size: 2rem;
        width: 100%;
    }

    .nosotros-sec03 .nosotros-sec03-down {
        flex-direction: column;
        padding: 20px;
    }

    .svg-flecha {
        transform: rotate(90deg);
        padding-top: 20px;
    }

    .nosotros-sec-04 {
        height: 100%;
    }

    .nosotros-sec-04 .sec-04-up {
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .nosotros-sec-04 .sec-04-up h2 {
        width: 100%;
        font-size: 3rem;
        padding: 20px
    }

    .nosotros-sec-04 .sec-04-up p:nth-child(2) {
        width: 100%;
        height: 100%;
        font-size: 2.2rem;
        padding: 0 20px;
    }

    .nosotros-sec-04 .sec-04-up .img-sec-04 {
        position: absolute;
        padding: 0 50px;
        margin-bottom: 20px;
        top: 465px;
        right: 20px;
    }

    .btn-action {
        flex-direction: column;
    }

    .btn-action a {
        font-size: 30px;
        padding: 10px;
    }

    .hamburgermenu img {
        width: 35px;
    }

    nav ul li a {
        font-size: 30px;
    }

    .bg-white img {
        height: 1300px;
    }
}

@media only screen and (min-width: 577px) and (max-width:992px) {
    .btn-asesoria {
        font-size: 2.2rem;
    }

    .nosotros-sec-01 {
        height: 790px;
        width: 100%;
        flex-direction: column;
    }

    .nosotros-sec-01 .otros-servicios-izq {
        width: 100%;
        margin-top: 10px;
    }

    .nosotros-sec-01 .otros-servicios-izq .p-nosotros {
        width: 100%;
        margin-top: 30px;
        padding: 30px;
    }

    .nosotros-sec-01 .otros-servicios-izq .p-nosotros .text_blue {
        font-size: 38px;
    }

    .nosotros-sec-01 .otros-servicios-izq .p-nosotros .text_orange {
        font-size: 38px;
    }

    .nosotros-sec-01 .otros-servicios-der .img-nosotros {
        z-index: 1;
        width: 400px;
        height: auto;
        opacity: 1;
        position: static;
    }

    .nosotros-sec02 {
        height: 860px;
    }

    .nosotros-sec02 .nosotros-sec02-up {
        margin-bottom: 50px;
    }

    .nosotros-sec02 .nosotros-sec02-up span:nth-child(1) {
        font-size: 33px;
        padding-right: 185px;
        margin-top: 60px;
    }

    .nosotros-sec02 .nosotros-sec02-up span:nth-child(2) .img-logo {
        width: 180px;
        height: 100px;
        position: absolute;
        top: 45px;
        right: 0;
    }

    .nosotros-sec02 .nosotros-sec02-down {
        flex-direction: column-reverse;
        gap: 0;
        margin-bottom:20px;
    }

    .nosotros-sec02 .nosotros-sec02-down img {
        width: 100%;
        height: auto;
    }

    .nosotros-sec02 .nosotros-sec02-down p {
        width: 100%;
        color: white;
        font-family: var(--font-family-OS);
        font-weight: 100;
        font-size: 25px;
        text-align: justify;
        padding: 20px;
    }

    .estrategia {
        height: 360px;
        padding: 8px;
    }

    .nosotros-sec03 {
        font-size: 30px;
        line-height: 3rem;
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .nosotros-sec03 .nosotros-sec03-up {
        font-size: 25px;
        text-align: justify;
        padding: 3px;
    }

    .nosotros-sec03 .nosotros-sec03-up p {
        font-size: 2.2rem;
        width: 100%;
    }

    .nosotros-sec03 .nosotros-sec03-down {
        padding: 20px;
    }

    .svg-flecha {
        padding-top: 20px;
    }

    .nosotros-sec-04 {
        height: 100%;
    }

    .nosotros-sec-04 .sec-04-up {
        padding: 0;
        height: 550px;
        width: 100%;
    }

    .nosotros-sec-04 .sec-04-up h2 {
        width: 100%;
        font-size: 3rem;
        padding: 20px
    }

    .nosotros-sec-04 .sec-04-up p {
        width: 100%;
        font-size: 2.2rem;
        padding: 0 20px;
    }

    .nosotros-sec-04 .sec-04-up .img-sec-04 {
        position: absolute;
        padding: 0 50px;
        margin-bottom: 20px;
        top: 30px;
        right: 20px;
    }

    .btn-action {
        flex-direction: column;
    }

    .btn-action a {
        font-size: 30px;
        padding: 10px;
    }

    .hamburgermenu img {
        width: 35px;
    }

    nav ul li a {
        font-size: 30px;
    }

    .bg-white img {
        height: 1300px;
    }

}

@media only screen and (min-width: 993px) and (max-width:1500px) {
    .btn-asesoria {
        font-size: 1.6rem;
        padding: 5px;
    }

    .nosotros-sec-01 {
        height: 700px;
        width: 100%;
    }

    .nosotros-sec-01 .otros-servicios-izq {
        width: 100%;
        margin-top: 10px;
    }

    .nosotros-sec-01 .otros-servicios-izq .p-nosotros {
        width: 100%;
        margin-top: 30px;
        padding: 30px;
    }

    .nosotros-sec-01 .otros-servicios-izq .p-nosotros .text_blue {
        font-size: 38px;
    }

    .nosotros-sec-01 .otros-servicios-izq .p-nosotros .text_orange {
        font-size: 38px;
    }

    .nosotros-sec-01 .otros-servicios-der .img-nosotros {
        z-index: 1;
        width: 600px;
        height: auto;
        opacity: 1;
        position: static;
    }

    .nosotros-sec02 {
        height: 530px;
    }

    .nosotros-sec02 .nosotros-sec02-up {
        margin-bottom: 50px;
    }

    .nosotros-sec02 .nosotros-sec02-up span:nth-child(1) {
        font-size: 33px;
        padding-right: 185px;
        margin-top: 60px;
    }

    .nosotros-sec02 .nosotros-sec02-up span:nth-child(2) .img-logo {
        width: 180px;
        height: 100px;
        position: absolute;
        top: 45px;
        right: 0;
    }

    .nosotros-sec02 .nosotros-sec02-down {
        gap: 20px;
    }

    .nosotros-sec02 .nosotros-sec02-down img {
        width: 450px;
        height: 380px;
    } 

    .nosotros-sec02 .nosotros-sec02-down p {
        width: 100%;
        color: white;
        font-family: var(--font-family-OS);
        font-weight: 100;
        font-size: 25px;
        text-align: justify;
        padding: 20px;
    }

    .estrategia {
        height: 280px;
        padding: 8px;
    }

    .nosotros-sec03 {
        font-size: 30px;
        line-height: 3rem;
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .nosotros-sec03 .nosotros-sec03-up {
        font-size: 25px;
        text-align: justify;
        padding: 3px;
    }

    .nosotros-sec03 .nosotros-sec03-up p {
        font-size: 2.2rem;
        width: 100%;
    }

    .nosotros-sec03 .nosotros-sec03-down {
        padding: 20px;
    }

    .svg-flecha {
        padding-top: 20px;
    }

    .nosotros-sec-04 {
        height: 100%;
    }

    .nosotros-sec-04 .sec-04-up {
        padding: 50px;
        height: 450px;
        width: 100%;
        justify-content:flex-start;
    }

    .nosotros-sec-04 .sec-04-up h2 {
        width: 100%;
        font-size: 3rem;
        padding: 20px
    }

    .nosotros-sec-04 .sec-04-up p {
        width: 100%;
        font-size: 2.2rem;
        padding: 0 20px;
    }

    .nosotros-sec-04 .sec-04-up .img-sec-04 {
        position: absolute;
        padding: 0 50px;
        margin-bottom: 20px;
        top: 240px;
        right: 140px;
    }

    .btn-action {
        flex-direction: column;
    }

    .btn-action a {
        font-size: 30px;
        padding: 10px;
    }

    .hamburgermenu img {
        width: 35px;
    }

    .bg-white img {
        height: auto;
    }
}