/*---------------------------------------- Nosotros 2 ------------------------------------------------*/
/*#region*/


#nosotros-2 {
    grid-template-rows: 100vh auto;
}

.nosotros-2-image-container {
    position: absolute;
    height: 95vh;
    /*background-color: rgba(74, 87, 10, 0.6);*/
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.nosotros-2-image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    z-index: -1;
    scale: 1.2;
    left: -10%;
}

.nosotros-2-image-container h3 {
    color: var(--blanco);
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-family: Arvo-Bold;
    font-size: 4rem;
}

.nosotros-2-banner-container {
    margin-top: 95vh;
    height: 5vh;
    background: linear-gradient(to right, var(--oro-20) 20%, transparent);
}

@media (max-width: 800px) {
    .nosotros-2-image-container {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: end;
        background-image: url(../../imagenes/ics/Originales/Nosotros.jpg);
        background-position: 80% center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .nosotros-2-image-container img {
        display: none;
    }

    .nosotros-2-image-container h3 {
        transform: none;
        position: relative;
        top: auto;
        right: auto;
        text-align: right;
        margin-right: 4%;
    }
}

@media (max-width: 700px) {
    .nosotros-2-image-container {
        background-image: url(../../imagenes/ics/Originales/NOSOTROS-Fondo-Banner-mobile.jpg);
    }
}

















.nosotros-2-blue-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    background-image: url(../../imagenes/ics/Originales/Nosotros-Background-Blue.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.nosotros-2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    color: var(--blanco);
    padding: 8rem 0;
}

.nosotros-2-grid > div:first-child {
    padding: 3rem 0;
}

.nosotros-2-grid p {
    font-family: Aglet-Regular;
}

.nosotros-2-grid span {
    background-color: #000bc1;
    padding: 0.2rem;
    font-family: Aglet-Regular;
}
















.nosotros-2-blue-image-container {
    position: absolute;
    width: 60rem;
    height: 25rem;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.nosotros-2-blue-image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.nosotros-2-blue-image-grid {
    position: relative;
}

.nosotros-2-blue-image-grid img {
    display: none;
}

.nosotros-2-bar-green {
    position: absolute;
    background-color: var(--verde-aqua);
    border-radius: 5px;
}

.nosotros-2-bar-vertical-green {
    width: 5px;
    height: 100px;
    right: 0;
    top: calc(100% + 6.5rem);
}

@media (max-width: 1200px) {
    .nosotros-2-grid > div:first-child {
        display: flex;
        align-items: center;
    }

    .nosotros-2-blue-image-container {
        display: none;
    }

    .nosotros-2-blue-image-grid img {
        display: block;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);

    }
}

@media (max-width: 850px) {
    .nosotros-2-grid {
        grid-template-columns: 1fr;
        row-gap: 4rem;
        padding: 10rem 0;
    }

    .nosotros-2-grid > div:first-child {
        padding: 0;
    }

    .nosotros-2-bar-vertical-green {
        right: auto;
        left: 50%;
        top: calc(100% + 4.5rem); 
        transform: translate(-50%, 0);
    }
}





















.nosotros-equipo {
    min-height: 50vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.nosotros-equipo-desc {
    display: grid;
    grid-template-columns: 1fr 3fr;
    min-height: 40vh;
    padding: 4rem 0;
}

.nosotros-equipo-column-left {
    display: flex;
    align-items: flex-start;
}

.nosotros-equipo-title {
    display: flex;
    align-items: center;
}

.nosotros-equipo-column-left img {
    width: 5rem;
}

.nosotros-equipo-column-left h3 {
    text-transform: uppercase;
    color: var(--azul-marino);
    margin-left: -2rem;
    z-index: 1;
    font-family: Arvo-Bold;
}

.nosotros-equipo-column-right {
    align-self: self-end;
    position: relative;
}

.nosotros-equipo-column-right p {
    padding: 8rem 5rem 5rem 5rem;
    text-align: right;
    color: var(--azul-marino);
    font-family: Aglet-Regular;
}

.nosotros-2-bar-equipo-vertical-green {
    position: absolute;
    width: 5px;
    top: 0;
    height: 100%;
}

.nosotros-2-bar-responsive-green.nosotros-2-bar-responsive-equipo-vertical-green {
    display: none;
}


@media (max-width: 1000px) {
    .nosotros-equipo-column-right p {
        padding: 8rem 5rem 5rem 0;
    }
}

@media (max-width: 850px) {
    .nosotros-equipo {
        overflow: hidden;
    }
    .nosotros-equipo-desc {
        padding: 5rem 0;
        grid-template-columns: 1fr;
        row-gap: 2rem;
    }
    .nosotros-equipo-column-left {
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .nosotros-equipo-column-right {
        align-self: center;
    }
    .nosotros-equipo-column-right p {
        padding: 0;
        text-align: center;
    }
    .nosotros-2-bar-green.nosotros-2-bar-equipo-vertical-green {
        display: none;
    }
    .nosotros-2-bar-responsive-green.nosotros-2-bar-responsive-equipo-vertical-green {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 150%;
        transform: translate(-50%, 0);
        background-color: var(--verde-aqua);
        width: 5px;
        height: 200px;
        border-radius: 0 0 5px 5px;
    }
}




















/*---------------------------------------- Slider Nosotros ------------------------------------------------*/
/*#region*/

.slider-nosotros {
    min-height: 50vh;
    background-image: linear-gradient(to left, var(--oro-20) 50%, transparent);
    overflow: hidden;
}

.slider-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: grid;
    align-items: center;
}

.slider-container .btn-slider {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: var(--azul-marino);
    font-size: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.slider-container .btn-slider-prev {
    left: 0;
}

.slider-container .btn-slider-next {
    right: 0;
}



.slider-content {
    display: flex;
    width: calc(300px * 10);/* Dependera de la cantidad de elementos */
    justify-content: space-between;
    padding: 5rem 0;
    transition: margin-left 0.5s linear;
    margin-left: -300px;
}

.slider-item {
    flex-basis: calc(300px  - 4rem);
    /*display: grid;*/
    justify-items: center;
    text-align: center;
}

.slider-item span {
    margin-top: 1rem;
    font-family: Arvo-Bold;
    color: var(--azul-marino);
}

.slider-item p {
    font-family: Aglet-Regular;
    color: var(--azul-marino);
    text-align: center;
}

.slider-item-image-container {
    width: 80%;
    /*height: calc(300px - 4rem);*/
    height: calc(calc(300px - 4rem) * 0.8);
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 1rem;
    margin-left: 10%;
}

.slider-item img {
    text-align: center;
    display: inline-block;
}


.slider-container-responsive {
    display: none;
}






@media (max-width: 900px) {

    .slider-nosotros {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .slider-container {
        display: none;
    }

    .slider-container-responsive {
        position: relative;
        overflow: auto;
        display: grid;
        align-items: center;
        height: 100%;
    }

    .slider-container-responsive::-webkit-scrollbar {
        width: 15px;
        height: 10px;
        /* width of the entire scrollbar */
    }

    .slider-container-responsive::-webkit-scrollbar-track {
        background: var(--azul-marino);
        border-radius: 5px;
        /* color of the tracking area */
    }

    .slider-container-responsive::-webkit-scrollbar-thumb {
        background-color: var(--verde-aqua);
        /* color of the scroll thumb */
        border-radius: 20px;
        /* roundness of the scroll thumb */
        border: 1px solid var(--azul-marino);
        /* creates padding around scroll thumb */
    }

    .slider-content-responsive {
        display: flex;
        width: calc(300px * 10);
        justify-content: space-between;
        margin: 1rem 0;
    }

    .slider-item-responsive {
        flex-basis: calc(300px - 4rem);
        /*display: grid;*/
        justify-items: center;
        text-align: center;
    }

    .slider-item-responsive span {
        margin-top: 1rem;
        font-family: Arvo-Bold;
        color: var(--azul-marino);
    }

    .slider-item-responsive p {
        font-family: Aglet-Regular;
        color: var(--azul-marino);
        text-align: center;
    }

    .slider-item-responsive img {
        text-align: center;
        display: inline-block;
    }

}

/*#endregion*/





































.nosotros-2-proposito-title-container {
    min-height: 30vh;
    background-color: var(--azul-marino);
    display: flex;
    align-items: flex-end;
}

.nosotros-2-proposito-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 8rem;
}

.nosotros-2-proposito-title > div:first-child {
    margin-right: 2rem;
    position: relative;
}

.nosotros-2-proposito-title > div:last-child {
    flex-grow: 1;
    position: relative;
}

.nosotros-2-proposito-title h1 {
    text-transform: uppercase;
    color: var(--blanco);
    line-height: 0.7;
    font-size: 5rem;
    font-weight: 700;
    font-family: Arvo-Bold;
}

.nosotros-2-proposito-bar {
    position: absolute;
    background-color: var(--verde-aqua);
    border-radius: 5px;
}

.nosotros-2-proposito-bar-horizontal {
    height: 5px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.nosotros-2-proposito-bar-vertical {
    height: 50%;
    width: 5px;
    right: 0;
    top: 50%;
}





.nosotros-2-proposito-title-right > div:first-child {
    order: 2;
    margin-right: 0;
    margin-left: 2rem;
}

.nosotros-2-proposito-title-right .nosotros-2-proposito-bar-vertical {
    left: 0;
}











.nosotros-2-proposito-desc-container {
    min-height: 40vh;
    display: flex;
    align-items: center;
    position: relative;
}

.nosotros-2-proposito-desc {
    width: 100%;
    display: grid;
    grid-template-columns: 8fr 2fr;
    padding: 8rem 5rem;
}

.nosotros-2-proposito-desc.nosotros-2-proposito-desc-left {
    grid-template-columns: 2fr 8fr;
}

.nosotros-2-proposito-desc {
    color: var(--azul-marino);
}

.nosotros-2-proposito-desc-left p {
    grid-column: 2 / 3;
    text-align: right;
    font-family: Aglet-Semi-Bold;
}

.nosotros-2-proposito-desc span {
    background-color: var(--verde-aqua-20);
    padding: 0.4rem 0;
    font-family: Aglet-Semi-Bold;
}

.nosotros-2-proposito-desc-left span:nth-child(1),
.nosotros-2-proposito-desc-right span:nth-child(1),
.nosotros-2-proposito-desc-right span:nth-child(3) {
    font-weight: 700;
    font-family: Aglet-Bold;
}




.nosotros-2-proposito-bar-vertical-left,
.nosotros-2-proposito-bar-vertical-right {
    width: 5px;
    top: 0;
    height: 100px;
}

.nosotros-2-proposito-desc-right p {
    font-family: Aglet-Semi-Bold;
}



@media (max-width: 850px) {
    .nosotros-2-proposito-title h1 {
        font-size: 4rem;
    }
}

@media (max-width: 800px) {
    .nosotros-2-proposito-title > div:first-child {
        flex-basis: 60%;
    }
    .nosotros-2-proposito-title h1 {
        line-height: 1;
    }

    .nosotros-2-proposito-title-right h1 {
        text-align: right;
    }

    .nosotros-2-proposito-desc.nosotros-2-proposito-desc-left,
    .nosotros-2-proposito-desc.nosotros-2-proposito-desc-right {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .nosotros-2-proposito-title > div:first-child {
        flex-basis: 60%;
    }

    .nosotros-2-proposito-title h1 {
        font-size: 3rem;
    }
}

































.nosotros-2-image-2-container {
    min-height: 50vh;
    /*background-color: rgba(213, 234, 117, 0.5);*/
    position: relative;
}

.nosotros-2-image-2-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    z-index: -1;
}


@media (max-width: 900px) {
    .nosotros-2-image-2-container {
        min-height: 55vh;
    }
    .nosotros-2-bar-responsive {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 5px;
        height: 50%;
        border-radius: 5px 5px 0 0;
        background-color: var(--verde-aqua);
    }
}



@media (max-width: 700px) {
    .nosotros-2-image-2-container {
        background-image: url(../../imagenes/ics/Originales/NOSOTROS-Banner-mobile.jpg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .nosotros-2-image-2-container img {
        display: none;
    }
}













.nosotros-2-valores-content {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.nuestros-valores-title {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}

.nuestros-valores-title img {
    width: 5rem;
}

.nuestros-valores-title h3 {
    text-transform: uppercase;
    color: var(--azul-marino);
    margin-left: -3rem;
    z-index: 1;
    font-family: Arvo-Bold;
}

.nuestros-valores-desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10rem;
}

.nuestros-valores-desc > div:first-child {
    display: grid;
    row-gap: 3rem;
}

.nuestros-valores-desc > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.nuestros-valores-desc > div:last-child > div:last-child {
    margin-top: 3rem;
}


.nuestros-valores-item {
    padding: 2rem;
    /*background-color: var(--blanco);*/
    color: var(--azul-marino);
    /*border-radius: 0 50px 50px 0;*/
    background: linear-gradient(90deg, var(--blanco), var(--blanco) 80%, transparent 80%, transparent);
    position: relative;
}

.nuestros-valores-circle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    background-color: var(--blanco);
    border-radius: 0 50% 50% 0; 
    z-index: -1;
}

.nuestros-valores-item.nuestros-valores-item-right {
    background: linear-gradient(to left, var(--blanco), var(--blanco) 80%, transparent 80%, transparent);
}

.nuestros-valores-item.nuestros-valores-item-right > div:nth-child(3) {
    display: flex;
    justify-content: end;
}

.nuestros-valores-item.nuestros-valores-item-right .nuestros-valores-circle {
    left: 0;
    border-radius: 50% 0 0 50%;
}

.nuestros-valores-item h4 {
    font-family: Arvo-Bold;
}

.nuestros-valores-item-right {
    border-radius: 50px 0 0 50px;
}

.nuestros-valores-item p {
    width: 80%;
    font-family: Aglet-Regular;
}

.nuestros-valores-item-right > div:last-child {
    display: flex;
    justify-content: flex-end;
}

.nuestros-valores-item-right p {
    width: 100%;
    flex-basis: 80%;
    font-family: Aglet-Regular;
}

.nuestros-valores-item-bar {
    width: 30%;
    height: 3px;
    background-color: var(--verde-aqua);
    margin: 0.5rem 0;
    border-radius: 5px;
}

.nuestros-valores-item-right .nuestros-valores-item-bar {
    margin-left: 70%;
}

.nuestros-valores-desc-responsive {
    display: none;
}

.nuestros-valores-item-bar-responsive {
    display: none;
}









@media (max-width: 1000px) {
    .nuestros-valores-desc {
        column-gap: 5rem;
    }

    .nuestros-valores-item p {
        width: 90%;
    }

    .nuestros-valores-item-right p {
        flex-basis: 90%;
    }
}

@media (max-width: 900px) {
    .nosotros-2-valores-container {
        overflow: hidden;
    }

    .nosotros-2-valores-content {
        max-width: 100%;
    }
    .nuestros-valores-title {
        justify-content: center;
        position: relative;
    }
    .nuestros-valores-desc {
        display: none;
    }


    .nuestros-valores-desc-responsive {
        display: grid;
        row-gap: 3rem;
        margin-top: 5rem;
    }

    .nuestros-valores-desc-responsive .nuestros-valores-item {
        width: 92%;
        background: linear-gradient(90deg, var(--blanco), var(--blanco) 85%, transparent 85%, transparent);
        min-height: 12rem;
    }

    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(2),
    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(4) {
        justify-self: end;
        background: linear-gradient(to left, var(--blanco), var(--blanco) 85%, transparent 85%, transparent);
        display: grid;
    }

    .nuestros-valores-desc-responsive .nuestros-valores-item-right h4 {
        text-align: right;
    }

    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(2) > div:nth-child(3),
    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(4) > div:nth-child(3) {
        justify-self: end;
        width: 80%;
        text-align: right;
    }

    .nuestros-valores-desc-responsive .nuestros-valores-item p {
        width: 80%;
    }


    .nuestros-valores-item-bar-responsive {
        display: block;
        position: absolute;
        width: 5px;
        height: 200px;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, -10%);
        background-color: var(--verde-aqua);
        border-radius: 5px;
    }
}


@media (max-width: 600px) {
    .nuestros-valores-desc-responsive .nuestros-valores-item p {
        width: 90%;
        font-size: 1.6rem;
    }
    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(2) > div:nth-child(3),
    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(4) > div:nth-child(3) {
        width: 97%;
    }
    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(2) > div:nth-child(3) p,
    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(4) > div:nth-child(3) p {
        width: 100%;
        font-size: 1.6rem;
    }

    .nuestros-valores-item-bar {
        width: 50%;
    }

    .nuestros-valores-item-right .nuestros-valores-item-bar {
        margin-left: 50%;
    }
}

@media (max-width: 450px) {
    .nuestros-valores-desc-responsive .nuestros-valores-item {
        background: linear-gradient(90deg, var(--blanco), var(--blanco) 70%, transparent 70%, transparent);
    }

    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(2),
    .nuestros-valores-desc-responsive .nuestros-valores-item:nth-child(4) {
        background: linear-gradient(to left, var(--blanco), var(--blanco) 70%, transparent 70%, transparent);
    }
}

/*#endregion*/


