html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


.section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, #000000, #000000);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.fullWidthSection {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.ctable {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.paddingContenedor {
    padding: 40px 180px 40px 90px;
}

.paddingContenedor--profesional {
    padding: 90px 180px 200px 90px;
    position: relative;
    z-index: 3;
}

.ctable__cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}



.section__tituloInterna--profesional {
    padding-bottom: 30px;
}

.section__tituloInterna {
    font-family: 'Montserrat-Regular';
    color: #ffffff;
    display: flex;
    /* Utilizar flexbox */
    justify-content: center;
    /* Centrar horizontalmente los elementos */
    align-items: center;
    /* Alinear verticalmente los elementos */
    box-sizing: border-box;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    /* Centrar el contenedor */
    text-align: center;
    /* Opcional: Centrar el texto dentro del contenedor */
}


.section__tituloInterna>strong {
    font-size: 70px;
    line-height: 1.3;
    margin-right: 80px;
}

.section__tituloInterna>p {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    text-align: justify;
}

.section__tituloInterna>* {
    margin: 0 10px;
}










.title-servicios {
    margin-bottom: 40px;
    padding-left: 80px;
    font-size: 55px;
    color: aliceblue;
    font-family: 'Montserrat-Regular';
}

.titulo-servicios {
    text-align: center;
}
















.soluciones__tabla {
    margin-top: 20px;
    width: 100%;
    max-width: 940px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
}


.soluciones__tabla__nav {
    font-family: 'Montserrat-Regular';
    text-align: left;
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.soluciones__tabla__nav__item {
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    font-size: 17px;
    border-left: 1px solid rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .4);
    color: #fff;
    transition: background .25s ease;
}

.soluciones__tabla__nav__item:first-of-type {

    border-left: 0;
}

.soluciones__tabla__nav__item strong {
    display: block;
}

.soluciones__tabla__nav__item.act,
.soluciones__tabla__nav__item:hover {
    font-family: 'Montserrat-Regular';
    background: #000000;
}

.soluciones__tabla__contenido {
    background: rgba(0, 0, 0, .6);
    min-height: 220px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.soluciones__tabla__contenido__item {
    font-family: 'Montserrat-Regular';
    text-align: left;
    color: #fff;
    padding: 30px;
    display: none;
    font-size: 18px;
    line-height: 1.3;
}

.soluciones__tabla__contenido__item.act {
    display: block;
    padding: 20px;
    padding-top: 10px;
}

.soluciones__fondo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.soluciones__fondo.act {
    opacity: 1;
    z-index: 2;
}

.soluciones__fondos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.bgCover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.viñeta {
    list-style-type: none;
}

.viñeta li::before {
    content: " - ";
    padding-right: 5px;
}


/* SERVICIOS */


/* Proyectos */
.awesome-slider {
    position: relative;
    width: 100%;
    height: 100%;
    list-style-type: none;
    padding: 0;
}

.item {
    width: 200px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
}

.item:nth-of-type(1),
.item:nth-of-type(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
}

.item:nth-of-type(3) {
    left: 50%;
}

.item:nth-of-type(4) {
    left: calc(50% + 220px);
}

.item:nth-of-type(5) {
    left: calc(50% + 440px);
}

.item:nth-of-type(6) {
    left: calc(50% + 660px);
    opacity: 0;
}

.content {
    width: min(30vw, 400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica, sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
}

.content .title {
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
}

.content .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem;
}

.content button {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
}

.item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

.nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
}

.nav .btn {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
}

.nav .btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}



.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

.title-equipo {
    font-size: 50px;
    line-height: 2;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat-Regular';
}

.tabla {
    display: table;
    padding-top: 60px;
    width: 60%;
    height: 100%;
}


.img-equipo {
    width: 200px !important;
    height: 300px !important;
    background-size: contain;
    /* Ajusta la imagen para que encaje dentro del contenedor */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    background-position: center;
    /* Centra la imagen dentro del contenedor */
    /* Opcional: añadir un borde para visualizar el contenedor */
}

.celdaTabla {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bloques-seccion {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.titulo-bloque {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    width: 100%;
    margin: 0;
    padding: 20px;
}

.flecha-bloque {
    width: 20px;
    height: 20px;
}

.title-servicios {
    margin-bottom: 40px;
    margin-left: 100px;
    font-size: 60px;
    color: aliceblue;
    font-family: 'Montserrat-Regular';
}

.titulo-servicios {
    margin: 100px 0 0 100px;
    padding: 100px 0 0 100px;
}

@keyframes show {
    0% {
        filter: blur(5px);
        transform: translateY(calc(-50% + 75px));
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}

@media (min-width: 1200px) and (max-width: 2200px) {
    .content {
        width: 300px;
        left: 10rem;
    }

    .content .title-project {
        font-size: 2rem;
    }
}

@media (max-width: 1600px) {
    .title-servicios {
        margin-left: 100px;
        padding-left: 100px;
        font-size: 60px;
    }
}

@media (max-width: 1500px) {
    .titulo-servicios {
        margin: 100px 0 0 100px;
        padding: 100px 0 0 100px;
    }
}


@media (max-width: 1400px) {
    .title-servicios {
        padding-left: 40px;
        font-size: 60px;
    }

    .titulo-servicios {
        margin: 100px 0 0 100px;
        padding: 100px 0 0 100px;
    }


    .item {
        width: 150px;
        height: 250px;
    }

    .item:nth-of-type(4) {
        left: calc(57% + 110px);
    }
}

@media (max-width: 1200px) {
    .title-servicios {
        margin-bottom: 10px;
    }

    .titulo-servicios {
        margin: 100px 0 0 70px;
        padding: 100px 0 0 70px;
    }


    .title-equipo {
        font-size: 50px;
    }

    .soluciones__tabla {
        width: 115%;
    }

    .soluciones__tabla__nav__item {
        font-size: 14px;
    }


}

@media (max-width: 1100px) {
    .content {
        top: 45%;
        left: -1rem;
    }

    .content .title-project {
        font-size: 2rem;
    }


    .item {
        top: 45%;
        width: 100px;
        height: 170px;
    }

    .item:nth-of-type(4) {
        left: calc(50% + 110px);
    }

    .tabla {
        display: table;
        padding-top: 60px;
        width: 70%;
    }

    .img-equipo {
        width: 150px !important;
        height: 250px !important;
    }

    .soluciones__tabla__contenido__item {
        padding: 30px;
        display: none;
        font-size: 16px;
        line-height: 1.3;
    }

    .title-servicios {
        margin: 0;
        padding: 0;
    }

    .titulo-servicios {
        margin: 100px 0 0;
        padding: 100px 0 0;
    }

    .section__tituloInterna {
        font-family: 'Montserrat-Regular';
        width: 120%;
    }

    .section__tituloInterna>strong {
        font-size: 60px;
        line-height: 1.2;
    }
}


@media (max-width: 1000px) {
    .title-servicios {
        margin: 70px 60px 0 0px;
        padding: 70px 0 0 0px;
    }

    .titulo-servicios {
        margin: 70px 0 0 0px;
        padding: 70px 0 0 0px;
    }


    .title-equipo {
        font-size: 38px;
        line-height: 1.9;
    }

    .soluciones__tabla {
        padding-bottom: 40px;
    }

    .soluciones__tabla__nav__item {
        font-size: 11px;
    }

    .soluciones__tabla__contenido__item {
        padding: 20px;
        font-size: 11px;
        line-height: 1.05;
    }

}

@media(max-width: 900px) {
    .header {
        background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
        width: 100%;
        margin: 0%;
        padding: 20px;
    }

    .title-servicios {
        margin: 70px 60px 0 0px;
        padding: 70px 0 0 0px;
        font-size: 40px;
    }

    .title-equipo {
        font-size: 30px;
        line-height: 2.2;
    }

    .soluciones__tabla {
        padding-bottom: 40px;
        width: 115%;
    }

    .soluciones__tabla__nav__item {
        font-size: 10px;
    }

    .soluciones__tabla__nav__item .sub-titulo {
        font-size: 1px;
    }

    .soluciones__tabla__contenido__item {
        padding: 20px;
        font-size: 11px;
        line-height: 1.05;
    }

    .pa{
        line-height: 1!important;
    }
    
    .titulo-servicios {
        margin: 70px 0 0 0px;
        padding: 70px 0 0 0px;
    }


}


@media (min-width: 650px) and (max-width: 900px) {

    .content {
        left: -3rem;
    }

    .content .title-project {
        font-size: 1.5rem;
    }



    .item {
        width: 100px;
        height: 170px;
    }

    .item:nth-of-type(4) {
        left: calc(45% + 170px);
    }

    .item:nth-of-type(5) {
        left: calc(50% + 340px);
    }

    .item:nth-of-type(6) {
        left: calc(50% + 510px);
        opacity: 0;
    }
}


@media screen and (max-width:850px) {


    .title-servicios {
        margin: 70px 60px 0 0px;
        padding: 70px 0 0 0px;
        font-size: 40px;
    }


    .section__tituloInterna {
        font-family: 'Montserrat-Regular';
        color: #ffffff;
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
        max-width: 970px;
    }

    .section__tituloInterna>strong {
        padding-left: 70px;
        font-size: 60px;
    }

    .section__tituloInterna-valores {
        padding-top: 50px;
    }

    .section__tituloInterna>.section_tituloValores {
        font-size: 50px;
        line-height: 0;
    }

    .section__tituloInterna>.section_valoresP {
        padding-top: 20px;
        font-size: 15px;
        margin-left: 30px;
        width: 80%;
    }

    .custom-arrow {
        padding-top: 20px;
        width: 30px;
    }


}



@media (max-width: 650px) {
    .content {
        width: 170px;
        left: -6rem;
    }

    .content .title-project {
        font-size: 1.2rem;
    }

    .soluciones__tabla__nav__item {
        font-size: 14px !important;
    }

    .title-equipo {
        font-size: 50px !important;
        line-height: 2.2;
    }

    .soluciones__tabla__contenido__item {
        padding: 20px;
        font-size: 14px;
        line-height: 1.7 !important;
    }

    .p{
        padding-bottom: 29px;
    }

    .par{
        line-height: 1.4!important;
        padding-bottom: 30px;
    }

    .pa{
        line-height: 0!important;
    }

    .item {
        width: 100px;
        height: 170px;
    }

    .item:nth-of-type(4) {
        left: calc(45% + 140px);
    }

    .item:nth-of-type(5) {
        left: calc(50% + 280px);
    }

    .item:nth-of-type(6) {
        left: calc(50% + 420px);
        opacity: 0;
    }
}




@media screen and (max-width:768px) {

    .title-equipo {
        font-size: 30px;
        margin-left: 100px !important;
    }



    .soluciones__tabla__nav__item {
        font-size: 10px;
    }

    .soluciones__tabla__contenido__item {
        padding: 20px;
        font-size: 14px;
        line-height: 1.4;
    }

    .pa{
        line-height: 1.0!important;
    }

    .pa{
        line-height: 1.5!important;
    }

    .soluciones__tabla {
        margin-bottom: 100px;
        width: 100%;
        max-width: 940px;
    }

    .tabla {
        display: table;
        width: 100%;
        margin-left: -60px !important;
    }

    .img-equipo {
        width: 80px !important;
        height: 120px !important;
        margin-left: 90px !important;
    }


    .bloques-seccion {
        flex-direction: column;
        align-items: center;
    }

    .w3-container {
        margin-left: 70px;
        font-size: 10px;
    }




    .section__tituloInterna>strong br {
        display: none
    }

    .section__tituloInterna--profesional img {
        display: none
    }

    .section__tituloInterna--profesional p {
        padding: 0;
        width: 100%
    }

    .section__tituloInterna {
        margin-top: 100px;
        font-family: 'Montserrat-Regular';
        font-size: 10px;
        width: 100%;
        max-width: 970px;
    }

    .section__tituloInterna>strong {
        padding-left: 60px;
        font-size: 50px;
        line-height: 1.2;
    }

    .section__tituloInterna>p {
        font-family: 'Montserrat-Regular';
        text-align: justify;
        font-size: 17px;
    }

    .paddingContenedor,
    .paddingContenedor--inversionistas,
    .paddingContenedor--nosotros,
    .paddingContenedor--sostenibilidad {
        padding-left: 15px;
        padding-right: 15px
    }

    .paddingContenedor--home {
        padding: 100px 15px
    }

    .paddingContenedor--nosotros {
        padding: 120px 15px 300px
    }

    .paddingContenedor--soluciones {
        padding: 120px 15px 90px
    }

    .paddingContenedor--inversionistas {
        padding: 120px 15px 340px
    }

    .paddingContenedor--sostenibilidad {
        padding: 120px 15px 300px
    }

    .paddingContenedor--operaciones {
        padding: 120px 15px 90px
    }

    .paddingContenedor--profesional {
        padding: 120px 15px 110px
    }


    .profesional__bloque__contenido {
        display: none
    }
}

@media screen and (max-width:600px) {

    .title-equipo {
        font-size: 40px !important;
        line-height: 2 !important;
    }

    .soluciones__tabla {
        width: 90%;
    }

    .soluciones__tabla__nav__item {
        font-size: 10px !important;
    }

    .soluciones__tabla__contenido__item {
        font-size: 12px;
        line-height: 1.3;
    }


    .p{
        padding-bottom: 10px;
    }

    .par{
        line-height: 1.5!important;
        padding-bottom: 12px;
    }

    .pa{
        line-height: 1.55!important;
        padding-bottom: 29px;
    }

    .title-servicios {
        margin: 70px 0 0 0px;
        padding: 70px 0 0 0px;
        font-size: 35px;
    }

    .section__tituloInterna>strong {
        padding-left: 60px;
        font-size: 40px;
        line-height: 1.2;
    }

    .section__tituloInterna>p {
        font-family: 'Montserrat-Regular';
        text-align: justify;
        font-size: 15px;
    }
}


@media screen and (max-width:520px) {


    .section__tituloInterna>strong {
        padding-left: 70px;
        font-size: 40px;
        line-height: 1.2;

    }

    .section__tituloInterna>p {
        font-family: 'Montserrat-Regular';
        text-align: justify;
        font-size: 15px;
    }



    .soluciones__tabla__nav {
        text-align: left
    }

    .soluciones__tabla__nav__item {
        width: 33.3%
    }

    .soluciones__tabla__contenido {
        min-height: auto
    }

    .soluciones__tabla__contenido__item {
        font-size: 12px;
        line-height: 1.5 !important;
    }


    .p{
        padding-bottom: 10px;
    }

    .par{
        line-height: 1.5!important;
        padding-bottom: 9px !important;
    }

    .pa{
        line-height: 1.25!important;
        padding-bottom: 4px;
    }

}

@media (max-width: 480px) {
    .title-equipo {
        text-align: center;
        font-size: 30px;
        color: aliceblue;
        font-family: 'Montserrat-Regular';
    }


    .title-servicios {
        font-size: 27px;
    }

    .section__tituloInterna>strong {
        padding-right: 10px;
        font-size: 35px;
        line-height: 1.2;

    }

    .section__tituloInterna>p {

        font-family: 'Montserrat-Regular';
        text-align: justify;
        font-size: 13px;
    }

    .section__tituloInterna>.section_tituloValores {
        font-size: 50px;
        margin-left: -10px;
        line-height: 0;
    }

    .soluciones__tabla__nav__item {
        font-size: 9px !important;
    }

    .soluciones__tabla__contenido__item {
        font-size: 12px;
        line-height: 1.2 !important;
    }


    .p{
        padding-bottom: 10px;
    }

    .par{
        line-height: 1.2 !important;
        padding-bottom: 4px !important;
    }

    .pa{
        line-height: 1.2!important;
        padding-bottom: 0px;
    }

    .content {
        width: 170px;
        left: -9rem;
    }

    .content .title-project {
        font-size: 1.1rem;
    }


    .item {
        width: 80px;
        height: 140px;
    }


    .item:nth-of-type(4) {
        left: calc(45% + 110px);
    }

    .item:nth-of-type(5) {
        left: calc(50% + 220px);
    }

    .item:nth-of-type(6) {
        left: calc(50% + 330px);
        opacity: 0;
    }
}


@media screen and (max-width:420px) {
    .title-equipo {
        text-align: center;
        font-size: 20px;
        color: aliceblue;
        font-family: 'Montserrat-Regular';
    }

    .bloques-seccion {
        flex-direction: column;
        align-items: center;
    }

    .tabla {
        display: table;
        padding-top: 70px;
        width: 100%;
        height: 100%;
        margin-left: -90px !important;
    }

    .img-equipo {
        width: 80px !important;
        height: 120px !important;
        margin-left: 100px !important;
    }


    .bloques-seccion {
        flex-direction: column;
        align-items: center;
    }

    .w3-container {
        margin-left: 84px;
        font-size: 10px;
    }

    .section__tituloInterna {
        margin-top: 100px;
        font-family: 'Montserrat-Regular';
        font-size: 10px;
        width: 70%;
    }

    .section__tituloInterna>strong {
        margin-right: 100px;
        padding-right: 100px;
        font-size: 35px;
        line-height: 1.2;

    }

    .section__tituloInterna>.section_tituloValores {
        font-size: 50px;
        margin-left: -10px;
        line-height: 0;
    }

    .section__tituloInterna>p {

        font-family: 'Montserrat-Regular';
        text-align: justify;
        font-size: 14px;
    }

    .paddingContenedor--inversionistas {
        padding: 120px 15px 280px
    }

    .paddingContenedor--soluciones {
        padding: 120px 15px 50px
    }


    .botones-abajo--soluciones {
        padding-bottom: 100px;
        margin-bottom: 100px;
    }


    .soluciones__tabla {
        width: 100%;
        max-width: 940px;
        padding-bottom: 100px;
    }

    .soluciones__tabla__nav__item {
        font-size: 9px !important;
    }

    .soluciones__tabla__contenido__item {
        font-size: 12px;
        line-height: 1.4 !important;
    }


    .p{
        padding-bottom: 10px;
    }

    .par{
        line-height: 1.2 !important;
        padding-bottom: 4px !important;
    }

    .pa{
        line-height: 1.2!important;
        padding-bottom: 5px;
    }


}

@media screen and (max-width:420px) {
    .soluciones__tabla__nav__item {
        font-size: 8px !important;
    }

    .soluciones__tabla__contenido__item {
        font-size: 10px;
        line-height: 1.4 !important;
    }


    .p{
        padding-bottom: 10px;
    }

    .par{
        line-height: 1.3 !important;
        padding-bottom: 2px !important;
    }

    .pa{
        font-size: 0.61rem;
        line-height: 1.2!important;
        padding-top: 0px;
        padding-bottom: 8px !important;
    }

}