﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;500;600&display=swap');


/*
    ********************************  SECCION Conoce Fundary
*/
.nuestro-Fundary {
    background: #FFF;
    margin-top:10vh;
    width: 100%;
    height:20vh;
    text-align: center;
    position: relative;
}

.conoce-img-Personas1 {
    height: 79%;
    width: 70%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nuestro-Seccion2 {
    background: rgba(247, 250, 254, 1);
    width: 100%;
    height: 65vh;
    text-align: center;
    position: relative;

}

.nuestro-img-perfiles {
    height: 80%;
    width: 60%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.conoce-titulos3 {
    position: absolute;
    width: 15vw;
    left: calc(50vw - 115px);
    top: 50vh;
}

.conoce-div-alianza {
    position: absolute;
    bottom: 2vh;
    width: 100vw;
    height: 83px;
    background-color: rgba(247, 250, 254, 1);
}

.conoce-img-alianza {
    position: absolute;
    bottom: 29px;
    left: calc(59vw - 407px);
}

@media only screen and (max-width: 600px) {
    .web {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}
