.seccion-portada{
    width: 100%;
    height: 400px;
    background-color: #F0F1FB;
    float: left;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.back-portada{
    width: 100%;
    height: 100%;
    background: url("../assets/back-portadas.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    opacity: .15;
}

.contenedor-genral-portada{
    width: 1400px;
    height: 100%;
    background-color: transparent;
    float: left;
    position: relative;
}

.contenedor-genral-portada h1{
    width: 100%;
    height: fit-content;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 62px;
    color: #202020;
    line-height: 72px;
    position: absolute;
    bottom: 40px;
    left: 0;
}






.seccion-intro-cofundadores{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 120px;
    padding-bottom: 40px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-cofundadores{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-cofundador{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.contenedor-img-coofundador{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-img-coofundador img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-cofundador{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.info-cofundador{
    width: 100%;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.info-cofundador h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #AF81B8;
    line-height: 32px;
    text-align: left;
    margin-bottom: 40px;
}

.info-cofundador h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.info-cofundador .p-sub{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #202020;
    line-height: 36px;
    margin-bottom: 20px;
}

.info-cofundador p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
}

.info-cofundador .txt-r{
    text-align: right;
}






.seccion-formacion-academica{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-formacion-academica{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedor-general-formacion-academica h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size:52px;
    color: #202020;
    line-height: 62px;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.contenedor-general-formacion-academica p{
    width: 60%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 60px;
}

.contenedor-formacion-academica{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formacion-academica{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
}

.contenedor-icon-formacion-academica{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 30px;
    display: inline-flex;
    justify-content: center;
}

.formacion-academica img{
    width: 60px;
    height: 60px;
    float: left;
    background-color: transparent;
}

.info-formacion-academica{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-formacion-academica h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
}

.info-formacion-academica p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #202020;
    line-height: 24px;
    text-align: center;
}





.seccion-fundaciones{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 0px;
    padding-bottom: 80px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-fundaciones{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-info-fundaciones{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-fundaciones h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    margin-bottom: 20px;
}

.contenedor-info-fundaciones p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 26px;
    margin-bottom: 60px;
}

.contenedor-puntos-fundaciones{
    width: 64%;
    height: auto;
    background-color: transparent;
    float: left;
}

.punto-fundaciones{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
}

.contenedor-cabecera-punto-fundaciones{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-cabecera-punto-fundaciones img{
    width: 60px;
    height: 60px;
    float: left;
    background-color: transparent;
    margin-right: 30px;
}

.titulos-puntos-fundaciones{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.titulos-puntos-fundaciones h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #202020;
    line-height: 46px;
}

.titulos-puntos-fundaciones .p-sub{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #202020;
    line-height: 26px;
    margin-bottom: 20px;
}

.punto-fundaciones p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 26px;
}






.seccion-labor{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 0px;
    padding-bottom: 80px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-labor{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-info-labor{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-labor h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    margin-bottom: 20px;
}

.contenedor-info-labor p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 26px;
    margin-bottom: 60px;
}

.contenedor-puntos-labor{
    width: 64%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: transparent;
}

.punto-labor{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
}

.contenedor-cabecera-punto-labor{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    flex-wrap: wrap;
}

.contenedor-cabecera-punto-labor img{
    width: 40px;
    height: 40px;
    float: left;
    background-color: transparent;
    margin-bottom: 20px;
}

.titulos-puntos-labor{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.titulos-puntos-labor h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
}

.punto-labor p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    color: #202020;
    line-height: 24px;
}





.seccion-proposito{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 0px;
    padding-bottom: 80px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-proposito{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-img-proposito{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
}

.img-proposito{
    width: 70%;
    height: 650px;
    background: url("../assets/mi-proposito-es-acompanar-procesos-de-transformacion-humana-desde-una-mirada-integral.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    border-radius: 20px;
    position: relative;
}

.punto-uno-proposito{
    width: 140px;
    height: 140px;
    float: left;
    background-color: #AF81B8;
    position: absolute;
    bottom: 60px;
    left: -70px;
    border-radius: 20px;
}

.punto-uno-proposito img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.punto-dos-proposito{
    width: 140px;
    height: 140px;
    float: left;
    background-color: #83C2C4;
    position: absolute;
    top: 60px;
    right: -70px;
    border-radius: 20px;
}

.punto-dos-proposito img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-info-proposito{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-proposito h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #202020;
    line-height: 62px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.contenedor-info-proposito .p-sub{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #202020;
    line-height: 36px;
    margin-bottom: 20px;
}

.contenedor-info-proposito p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 40px;
}

.contenedor-mision-vision{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.mis-vis{
    width: 46%;
    height: auto;
    background-color: transparent;
    float: left;
}

.mis-vis img{
    width: 40px;
    height: 40px;
    float: left;
    background-color: transparent;
    margin-bottom: 20px;
}

.info-mis-vis{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-mis-vis h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #202020;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
}

.info-mis-vis p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    color: #202020;
    line-height: 24px;
}







.seccion-banner-final{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-bottom: 120px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-banner-final{
    width: 1400px;
    height: 450px;
    background-color: #AF81B8;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 60px;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.back-banner-final{
    width: 100%;
    height: 100%;
    background: url("../assets/back-banners.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    opacity: .15;
}

.contenedor-info-banner{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 25px;
    position: relative;
    z-index: 10;
}

.contenedor-info-banner h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 62px;
    text-align: left;
    margin-bottom: 20px;
}

.contenedor-info-banner p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 40px;
}

.contenedor-info-banner .nombre-banner-final{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 0px;
    font-style: italic;
}

.contenedor-img-banner{
    width: 44%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    z-index: 10;
}

.contenedor-img-banner img{
    width: 400px;
    height: 400px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}









@media only screen and (max-width: 1580px){

    .seccion-portada{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-genral-portada{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }






    .seccion-intro-cofundadores{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-cofundadores{
        width: 100%;
    }






    .seccion-formacion-academica{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-formacion-academica{
        width: 100%;
    }





    .seccion-fundaciones{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-fundaciones{
        width: 100%;
    }





    .seccion-labor{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-labor{
        width: 100%;
    }





    .seccion-proposito{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-proposito{
        width: 100%;
    }






    .seccion-banner-final{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-banner-final{
        width: 100%;
        height: auto;
    }
}








@media only screen and (max-width: 1380px){

    .info-cofundador h3{
        margin-bottom: 20px;
    }




    .contenedor-general-formacion-academica p{
        width: 80%;
    }

    .info-formacion-academica p{
        width: 100%;
    }






    .contenedor-info-fundaciones{
        width: 40%;
    }
    .contenedor-puntos-fundaciones{
        width: 54%;
    }





    .contenedor-info-labor{
        width: 40%;
    }

    .contenedor-puntos-labor{
        width: 54%;
    }

    .punto-labor{
        width: 46%;
    }






    .contenedor-info-banner{
        width: 55%;
    }

    .contenedor-img-banner{
        width: 39%;
    }
}








@media only screen and (max-width: 1180px){

    .contenedor-general-andres{
        flex-wrap: wrap-reverse;
    }

    .contenedor-img-andres{
        width: 100%;
    }

    .contenedor-info-andres{
        width: 100%;
        padding-top: 0px;
        margin-bottom: 60px;
    }

    .contenedor-info-andres h2{
        letter-spacing: 0;
    }






    .contenedor-img-coofundador img{
        margin-top: -20px;
    }

    .contenedor-cofundador img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-cofundador{
        width: 100%;
        height: auto;
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        margin-top: unset;
        margin-bottom: unset;
    }







    .contenedor-general-formacion-academica p{
        width: 100%;
    }

    .info-formacion-academica p{
        width: 100%;
    }






    .contenedor-info-fundaciones{
        width: 46%;
    }
    .contenedor-puntos-fundaciones{
        width: 46%;
    }





    .contenedor-info-labor{
        width: 46%;
    }

    .contenedor-puntos-labor{
        width: 46%;
    }

    .punto-labor{
        width: 46%;
    }







    .contenedor-general-proposito{
        flex-wrap: wrap-reverse;
    }

    .contenedor-img-proposito{
        width: 100%;
    }

    .contenedor-info-proposito{
        width: 100%;
        margin-bottom: 60px;
    }






    .contenedor-info-banner{
        width: 100%;
    }

    .contenedor-img-banner{
        width: 39%;
        display: none;
        visibility: hidden;
    }
}









@media only screen and (max-width: 980px){

    .seccion-portada{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-genral-portada h1{
        height: fit-content;
        text-align: center;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 52px;
        line-height: 62px;
        padding-left: 70px;
        padding-right: 70px;
    }




    .seccion-intro-cofundadores{
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 0px;
    }

    .contenedor-cofundador{
        flex-wrap: wrap;
    }

    .contenedor-cofundador-reverse{
        flex-wrap: wrap-reverse;
    }

    .contenedor-img-coofundador{
        width: 100%;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-coofundador img{
        width: 450px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .contenedor-info-cofundador{
        width: 100%;
    }

    .info-cofundador h3{
        text-align: center;
    }

    .info-cofundador h2{
        text-align: center;
    }

    .info-cofundador .p-sub{
        text-align: center;
    }

    .info-cofundador p{
        text-align: center;
    }

    .info-cofundador .txt-r{
        text-align: center;
    }






    .seccion-formacion-academica{
        padding-left: 70px;
        padding-right: 70px;
    }

    .formacion-academica{
        width: 46%;
    }




    .seccion-fundaciones{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-fundaciones{
        flex-wrap: wrap;
    }

    .contenedor-info-fundaciones{
        width: 100%;
    }

    .contenedor-info-fundaciones h2{
        text-align: center;
    }

    .contenedor-info-fundaciones p{
        text-align: center;
    }

    .contenedor-puntos-fundaciones{
        width: 100%;
    }





    .seccion-labor{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-labor{
        flex-wrap: wrap;
    }

    .contenedor-info-labor{
        width: 100%;
    }

    .contenedor-info-labor h2{
        text-align: center;
    }

    .contenedor-info-labor p{
        text-align: center;
    }

    .contenedor-puntos-labor{
        width: 100%;
    }

    .punto-labor{
        width: 30%;
    }





    .seccion-proposito{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-proposito h2{
        text-align: center;
    }

    .contenedor-info-proposito .p-sub{
        text-align: center;
    }

    .contenedor-info-proposito p{
        text-align: center;
    }

    .info-mis-vis p{
        text-align: left;
    }






    .seccion-banner-final{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-info-banner{
        width: 100%;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-banner h2{
        text-align: center;
    }

    .contenedor-info-banner p{
        text-align: center;
    }

    .contenedor-info-banner .nombre-banner-final{
        text-align: center;
    }

    .contenedor-img-banner{
        width: 39%;
        display: none;
        visibility: hidden;
    }
}









@media only screen and (max-width: 780px){

    .seccion-portada{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-genral-portada h1{
        padding-left: 50px;
        padding-right: 50px;
        letter-spacing: -1px;
    }




    .seccion-intro-cofundadores{
        padding-left: 50px;
        padding-right: 50px;
    }






    .seccion-formacion-academica{
        padding-left: 50px;
        padding-right: 50px;
    }




    .seccion-fundaciones{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-cabecera-punto-fundaciones{
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-cabecera-punto-fundaciones img{
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .titulos-puntos-fundaciones h3{
        text-align: center;
    }

    .titulos-puntos-fundaciones .p-sub{
        text-align: center;
    }

    .punto-fundaciones p{
        text-align: center;
    }





    .seccion-labor{
        padding-left: 50px;
        padding-right: 50px;
    }

    .punto-labor{
        width: 46%;
    }





    .seccion-proposito{
        padding-left: 50px;
        padding-right: 50px;
    }

    .info-mis-vis p{
        text-align: left;
    }






    .seccion-banner-final{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-banner-final{
        padding: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner{
        margin-bottom: 20px;
    }

    .contenedor-info-banner h2{
        letter-spacing: -2px;
        text-align: center;
    }

    .contenedor-img-banner{
        width: 100%;
        display: block;
        visibility: visible;
    }

    .contenedor-img-banner img{
        position: relative;
    }
}








@media only screen and (max-width: 580px){

    .seccion-portada{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-genral-portada h1{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 44px;
        line-height: 54px;
    }




    .seccion-intro-cofundadores{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-img-coofundador img{
        width: 100%;
    }

    .info-cofundador h2{
        font-size: 44px;
        line-height: 54px;
        letter-spacing: 0px;
    }






    .seccion-formacion-academica{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-formacion-academica h2{
        font-size: 44px;
        line-height: 54px;
    }




    .seccion-fundaciones{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-info-fundaciones h2{
        font-size: 44px;
        line-height: 54px;
    }

    .titulos-puntos-fundaciones h3{
        text-align: center;
        margin-bottom: 10px;
    }





    .seccion-labor{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-info-labor h2{
        font-size: 44px;
        line-height: 54px;
    }

    .punto-labor{
        width: 46%;
    }





    .seccion-proposito{
        padding-left: 30px;
        padding-right: 30px;
    }

    .img-proposito{
        width: 100%;
    }

    .punto-uno-proposito{
        left: -30px;
    }
    .punto-dos-proposito{
        right: -30px;
    }

    .contenedor-info-proposito h2{
        font-size: 44px;
        line-height: 54px;
    }

    .info-mis-vis p{
        text-align: left;
    }






    .seccion-banner-final{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-banner-final{
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner{
        margin-bottom: 20px;
    }

    .contenedor-info-banner h2{
        letter-spacing: -2px;
        text-align: center;
        font-size: 44px;
        line-height: 54px;
    }

    .contenedor-img-banner img{
        width: 100%;
        height: auto;
        position: relative;
    }
}








@media only screen and (max-width: 480px){

    .seccion-portada{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-genral-portada h1{
        padding-left: 20px;
        padding-right: 20px;
    }




    .seccion-intro-cofundadores{
        padding-left: 20px;
        padding-right: 20px;
    }





    .seccion-formacion-academica{
        padding-left: 20px;
        padding-right: 20px;
    }

    .formacion-academica{
        width: 100%;
        margin-bottom: 0px;
    }




    .seccion-fundaciones{
        padding-left: 20px;
        padding-right: 20px;
    }





    .seccion-labor{
        padding-left: 20px;
        padding-right: 20px;
    }

    .punto-labor{
        width: 100%;
    }

    .contenedor-cabecera-punto-labor{
        justify-content: center;
    }

    .titulos-puntos-labor h3{
        text-align: center;
    }

    .titulos-puntos-labor h3 br{
        display: none;
        visibility: hidden;
    }

    .punto-labor p{
        text-align: center;
    }





    .seccion-proposito{
        padding-left: 20px;
        padding-right: 20px;
    }

    .img-proposito{
        width: 100%;
    }

    .punto-uno-proposito{
        left: -20px;
    }
    .punto-dos-proposito{
        right: -20px;
    }

    .contenedor-info-proposito h2{
        font-size: 50px;
        line-height: 56px;
    }

    .contenedor-mision-vision{
        justify-content: center;
        flex-wrap: wrap;
    }

    .mis-vis{
        width: 100%;
        margin-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .info-mis-vis h3{
        text-align: center;
    }

    .info-mis-vis p{
        text-align: center;
    }






    .seccion-banner-final{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-banner-final{
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner h2{
        letter-spacing: -1px;
        text-align: center;
        font-size: 40px;
        line-height: 46px;
    }

    .contenedor-img-banner img{
        width: 100%;
        height: auto;
        position: relative;
    }
}










@media only screen and (max-width: 380px){

    .seccion-portada{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-genral-portada h1{
        padding-left: 15px;
        padding-right: 15px;
    }




    .seccion-intro-cofundadores{
        padding-left: 15px;
        padding-right: 15px;
    }






    .seccion-formacion-academica{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-general-formacion-academica h2{
        letter-spacing: -.5px;
    }




    .seccion-fundaciones{
        padding-left: 15px;
        padding-right: 15px;
    }





    .seccion-labor{
        padding-left: 15px;
        padding-right: 15px;
    }





    .seccion-proposito{
        padding-left: 15px;
        padding-right: 15px;
    }

    .punto-uno-proposito{
        left: -15px;
    }
    .punto-dos-proposito{
        right: -15px;
    }

    .contenedor-info-proposito h2{
        letter-spacing: -2px;
    }






    .seccion-banner-final{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-general-banner-final{
        padding: 20px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-wrap: wrap;
    }

    .contenedor-info-banner h2{
        letter-spacing: -2px;
    }
}