@media only screen and (max-width: 3840px){

    .contenedor-modal-doc-onu{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu.muestra-modal-doc{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu button{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 40px;
        border: none;
        appearance: none;
        outline: none;
    }

    .contenedor-modal-doc-onu button img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-modal-doc-onu .img-doc-grande{
        width: 500px;
        height: 650px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    





    .seccion-portada-nosotros{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-nosotros.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 1200px;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-general-nosotros{
        width: 1200px;
        height: auto;
        background-color: #ffffff;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: relative;
    }

    .contenedor-img-titulo-nosotros{
        width: 46%;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-titulo-nosotros figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-img-titulo-nosotros figure img{
        width: auto;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-nosotros{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #00C2CB;
        font-weight: 700;
        letter-spacing: .5px;
        margin-top: 10px;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }







    .seccion-banca-responsable{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-banca-responsable{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .contenedor-titulo-banca-responsable{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-banca-responsable h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .contenedor-info-br{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-br p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-galeria-doc-onu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-galeria-doc-onu figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-galeria-doc-onu figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nav-doc-onu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-nav-doc-onu input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .contenedor-nav-doc-onu label{
        width: 10px;
        height: 10px;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        border-radius: 50px;
        cursor: pointer;
        border: solid 1px #002627;
    }

    .contenedor-nav-doc-onu input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .contenedor-info-br a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        margin-top: 40px;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-br a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-br a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-br a:hover{
        background-color: #00C2CB;
        color: #ffffff;
    }

    .contenedor-listado-principios{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .titulo-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .titulo-listado-principios p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-principio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-principio img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 0%;
        margin-top: -15px;
    }

    .contenedor-info-principio{
        width: 90%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 5px;
    }

    .contenedor-info-principio h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-principio p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }





    .seccion-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-mision-objetivos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 140px;
        padding-top: 140px;
        padding-bottom: 140px;
        background: url('../assets/img-mision.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .contenedor-mision-objetivos .img-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .contenedor-mision-objetivos .img-obj img{
        width: 80px;
        height: 80px;
        float: left;
        background-color: transparent;
    }

    .contenedor-mision-objetivos h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        margin-top: 10px;
    }

    .contenedor-mision-objetivos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-mision-objetivos a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
    }

    .contenedor-mision-objetivos a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-mision-objetivos a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-mision-objetivos a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }

    .contenedor-objetivos{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 140px;
    }

    .contenedor-objetivos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
    }

    .cont-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .objetivos{
        width: 30%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .img-obj-1{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-1.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-2{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-3{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-3.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .objetivos img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        bottom: -30px;
        left: 20px;
    }

    .info-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 20px;
        padding-top: 50px;
    }

    .info-obj h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-obj p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }
}















@media only screen and (max-width: 1380px){
    
    .contenedor-modal-doc-onu{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu.muestra-modal-doc{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu button{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 40px;
        border: none;
        appearance: none;
        outline: none;
    }

    .contenedor-modal-doc-onu button img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-modal-doc-onu .img-doc-grande{
        width: 500px;
        height: 650px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }




    
    .seccion-portada-nosotros{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-nosotros.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: relative;
    }

    .contenedor-img-titulo-nosotros{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-titulo-nosotros figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-img-titulo-nosotros figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-nosotros{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #00C2CB;
        font-weight: 700;
        letter-spacing: .5px;
        margin-top: 0px;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }







    .seccion-banca-responsable{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .contenedor-titulo-banca-responsable{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-banca-responsable h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .contenedor-info-br{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-br p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-galeria-doc-onu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-galeria-doc-onu figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-galeria-doc-onu figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nav-doc-onu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-nav-doc-onu input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .contenedor-nav-doc-onu label{
        width: 10px;
        height: 10px;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        border-radius: 50px;
        cursor: pointer;
        border: solid 1px #002627;
    }

    .contenedor-nav-doc-onu input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .contenedor-info-br a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        margin-top: 40px;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-br a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-br a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-br a:hover{
        background-color: #00C2CB;
        color: #ffffff;
    }

    .contenedor-listado-principios{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .titulo-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .titulo-listado-principios p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-principio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-principio img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 0%;
        margin-top: -15px;
    }

    .contenedor-info-principio{
        width: 90%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 5px;
    }

    .contenedor-info-principio h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-principio p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }





    .seccion-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-mision-objetivos{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 90px;
        padding-top: 140px;
        padding-bottom: 140px;
        background: url('../assets/img-mision.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .contenedor-mision-objetivos .img-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .contenedor-mision-objetivos .img-obj img{
        width: 80px;
        height: 80px;
        float: left;
        background-color: transparent;
    }

    .contenedor-mision-objetivos h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
        margin-top: 10px;
    }

    .contenedor-mision-objetivos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-mision-objetivos a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
    }

    .contenedor-mision-objetivos a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-mision-objetivos a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-mision-objetivos a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }

    .contenedor-objetivos{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 90px;
    }

    .contenedor-objetivos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: left;
    }

    .cont-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .img-obj-1{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-1.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-2{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-3{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-3.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .objetivos img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        bottom: -30px;
        left: 20px;
    }

    .info-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 20px;
        padding-top: 50px;
    }

    .info-obj h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-obj p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }
}

















@media only screen and (max-width: 1180px){

    .contenedor-modal-doc-onu{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu.muestra-modal-doc{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu button{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 40px;
        border: none;
        appearance: none;
        outline: none;
    }

    .contenedor-modal-doc-onu button img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-modal-doc-onu .img-doc-grande{
        width: 500px;
        height: 650px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }





    
    .seccion-portada-nosotros{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-nosotros.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: relative;
    }

    .contenedor-img-titulo-nosotros{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-titulo-nosotros figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-img-titulo-nosotros figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-nosotros{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #00C2CB;
        font-weight: 700;
        letter-spacing: .5px;
        margin-top: 0px;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }







    .seccion-banca-responsable{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .contenedor-titulo-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-banca-responsable h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .contenedor-info-br{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-info-br p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-galeria-doc-onu{
        width: 400px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-galeria-doc-onu figure{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-galeria-doc-onu figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nav-doc-onu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-nav-doc-onu input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .contenedor-nav-doc-onu label{
        width: 10px;
        height: 10px;
        background-color: transparent;
        float: left;
        margin-right: 10px;
        border-radius: 50px;
        cursor: pointer;
        border: solid 1px #002627;
    }

    .contenedor-nav-doc-onu input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .contenedor-btn-doc-onu{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-br a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-br a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-br a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-br a:hover{
        background-color: #00C2CB;
        color: #ffffff;
    }

    .contenedor-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .titulo-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .titulo-listado-principios p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-principio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-principio img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 0%;
        margin-top: -15px;
    }

    .contenedor-info-principio{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-principio h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-principio p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }





    .seccion-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 140px;
        padding-top: 140px;
        padding-bottom: 140px;
        background: url('../assets/img-mision.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos .img-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-mision-objetivos .img-obj img{
        width: 80px;
        height: 80px;
        float: left;
        background-color: transparent;
    }

    .contenedor-mision-objetivos h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-mision-objetivos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-mision-objetivos a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
    }

    .contenedor-mision-objetivos a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-mision-objetivos a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-mision-objetivos a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }

    .contenedor-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 90px;
        padding-left: 90px;
    }

    .contenedor-objetivos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .cont-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .objetivos{
        width: 31%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .img-obj-1{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-1.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-2{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-3{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-3.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .objetivos img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        bottom: -30px;
        left: 20px;
    }

    .info-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 20px;
        padding-top: 50px;
    }

    .info-obj h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-obj p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }
}



















@media only screen and (max-width: 980px){

    .contenedor-modal-doc-onu{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu.muestra-modal-doc{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu button{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 40px;
        border: none;
        appearance: none;
        outline: none;
    }

    .contenedor-modal-doc-onu button img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-modal-doc-onu .img-doc-grande{
        width: 400px;
        height: 550px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }




    
    .seccion-portada-nosotros{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-nosotros.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-img-titulo-nosotros{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-titulo-nosotros figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-img-titulo-nosotros figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-nosotros h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #00C2CB;
        font-weight: 700;
        letter-spacing: .5px;
        margin-top: 0px;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }







    .seccion-banca-responsable{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .contenedor-titulo-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-banca-responsable h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .contenedor-info-br{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-br p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-br a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        margin-top: 40px;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-br a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-br a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-br a:hover{
        background-color: #00C2CB;
        color: #ffffff;
    }

    .contenedor-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .titulo-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .titulo-listado-principios p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-principio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-principio img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 0%;
        margin-top: -15px;
    }

    .contenedor-info-principio{
        width: 92%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-principio h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-principio p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }





    .seccion-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 140px;
        padding-top: 140px;
        padding-bottom: 140px;
        background: url('../assets/img-mision.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos .img-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-mision-objetivos .img-obj img{
        width: 80px;
        height: 80px;
        float: left;
        background-color: transparent;
    }

    .contenedor-mision-objetivos h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-mision-objetivos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-mision-objetivos a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
    }

    .contenedor-mision-objetivos a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-mision-objetivos a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-mision-objetivos a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }

    .contenedor-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 70px;
        padding-left: 70px;
    }

    .contenedor-objetivos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .cont-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .objetivos{
        width: 31%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .img-obj-1{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-1.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-2{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-3{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-3.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .objetivos img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        bottom: -30px;
        left: 20px;
    }

    .info-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 20px;
        padding-top: 50px;
    }

    .info-obj h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-obj p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }
}



















@media only screen and (max-width: 780px){

    .contenedor-modal-doc-onu{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu.muestra-modal-doc{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu button{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 40px;
        border: none;
        appearance: none;
        outline: none;
    }

    .contenedor-modal-doc-onu button img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-modal-doc-onu .img-doc-grande{
        width: 400px;
        height: 550px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }






    
    .seccion-portada-nosotros{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-nosotros.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-img-titulo-nosotros{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-titulo-nosotros figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-img-titulo-nosotros figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-nosotros h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #00C2CB;
        font-weight: 700;
        letter-spacing: .5px;
        margin-top: 0px;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }







    .seccion-banca-responsable{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .contenedor-titulo-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-banca-responsable h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .contenedor-info-br{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-br p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-br a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        margin-top: 40px;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-br a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-br a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-br a:hover{
        background-color: #00C2CB;
        color: #ffffff;
    }

    .contenedor-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .titulo-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .titulo-listado-principios p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-principio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-principio img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 0%;
        margin-top: -15px;
    }

    .contenedor-info-principio{
        width: 88%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-principio h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-principio p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }





    .seccion-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 70px;
        padding-top: 140px;
        padding-bottom: 140px;
        background: url('../assets/img-mision.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos .img-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-mision-objetivos .img-obj img{
        width: 80px;
        height: 80px;
        float: left;
        background-color: transparent;
    }

    .contenedor-mision-objetivos h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-mision-objetivos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-mision-objetivos a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
    }

    .contenedor-mision-objetivos a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-mision-objetivos a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-mision-objetivos a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }

    .contenedor-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .contenedor-objetivos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .cont-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .img-obj-1{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-1.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-2{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-3{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-3.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .objetivos img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        bottom: -30px;
        left: 20px;
    }

    .info-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 20px;
        padding-top: 50px;
    }

    .info-obj h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-obj p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }
}



















@media only screen and (max-width: 580px){

    .contenedor-modal-doc-onu{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu.muestra-modal-doc{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu button{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        top: 30px;
        right: 30px;
        border: none;
        appearance: none;
        outline: none;
    }

    .contenedor-modal-doc-onu button img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-modal-doc-onu .img-doc-grande{
        width: 400px;
        height: 550px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }





    
    .seccion-portada-nosotros{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-nosotros.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 46px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-img-titulo-nosotros{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-titulo-nosotros figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-img-titulo-nosotros figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-nosotros h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #00C2CB;
        font-weight: 700;
        letter-spacing: .5px;
        margin-top: 0px;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }







    .seccion-banca-responsable{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .contenedor-titulo-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-banca-responsable h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .contenedor-info-br{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-br p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-br a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        margin-top: 40px;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-br a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-br a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-br a:hover{
        background-color: #00C2CB;
        color: #ffffff;
    }

    .contenedor-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .titulo-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .titulo-listado-principios p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-principio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-principio img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 0%;
        margin-top: -15px;
    }

    .contenedor-info-principio{
        width: 88%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-principio h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-principio p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }





    .seccion-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 30px;
        padding-top: 140px;
        padding-bottom: 140px;
        background: url('../assets/img-mision.webp');
        background-position: 20% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos .img-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-mision-objetivos .img-obj img{
        width: 80px;
        height: 80px;
        float: left;
        background-color: transparent;
    }

    .contenedor-mision-objetivos h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-mision-objetivos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-mision-objetivos a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
    }

    .contenedor-mision-objetivos a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-mision-objetivos a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-mision-objetivos a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }

    .contenedor-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .contenedor-objetivos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .cont-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .img-obj-1{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-1.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-2{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-3{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-3.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .objetivos img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        bottom: -30px;
        left: 20px;
    }

    .info-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 20px;
        padding-top: 50px;
    }

    .info-obj h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-obj p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }
}

















@media only screen and (max-width: 480px){

    .contenedor-modal-doc-onu{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        padding: 20px;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu.muestra-modal-doc{
        width: 100%;
        height: 100vh;
        background-color: rgb(0, 0, 0, .8);
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        padding: 20px;
        z-index: 10;
        transition: top ease .4s;
    }

    .contenedor-modal-doc-onu button{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        border: none;
        appearance: none;
        outline: none;
    }

    .contenedor-modal-doc-onu button img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-modal-doc-onu .img-doc-grande{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        top: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }






    
    .seccion-portada-nosotros{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-nosotros.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 46px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-img-titulo-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-titulo-nosotros figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-img-titulo-nosotros figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-nosotros h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #00C2CB;
        font-weight: 700;
        letter-spacing: .5px;
        margin-top: 0px;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }







    .seccion-banca-responsable{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .contenedor-titulo-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-banca-responsable h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-banca-responsable{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .contenedor-info-br{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-br p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-br a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        margin-top: 40px;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-br a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-br a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-br a:hover{
        background-color: #00C2CB;
        color: #ffffff;
    }

    .contenedor-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        margin-top: 40px;
    }

    .titulo-listado-principios{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .titulo-listado-principios p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-principio{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-principio img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        border-radius: 0%;
        margin-top: -15px;
    }

    .contenedor-info-principio{
        width: 84%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-principio h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-principio p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }





    .seccion-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 20px;
        padding-top: 140px;
        padding-bottom: 140px;
        background: url('../assets/img-mision.webp');
        background-position: 20% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-mision-objetivos .img-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-mision-objetivos .img-obj img{
        width: 80px;
        height: 80px;
        float: left;
        background-color: transparent;
    }

    .contenedor-mision-objetivos h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
        margin-top: 10px;
    }

    .contenedor-mision-objetivos p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-mision-objetivos a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
    }

    .contenedor-mision-objetivos a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-mision-objetivos a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-mision-objetivos a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }

    .contenedor-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-objetivos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .cont-objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .objetivos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .img-obj-1{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-1.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-2{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .img-obj-3{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background: url('../assets/img-objetivos-n-3.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .objetivos img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        bottom: -30px;
        left: 20px;
    }

    .info-obj{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 20px;
        padding-top: 50px;
    }

    .info-obj h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .info-obj p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
    }
}