
footer{
    background-color: #F6F7FB;
    color: #484848  ;
    padding: 80px 0;
}
.footer-items h3{
    color: #9B6F9F;
}
.contenedor-general{
    margin: 0 auto;
    width: 65%;
}
.contenedor-generalp{
    margin: 0 auto;
    width: 60%;
}
ul{
    padding-left: 0;
}
header{
    background-color: #fff ;
    border-bottom: 1px solid #a1a1a155;
    color: #fff;
    transition: 1s all ease;
    width: 100%;
}
header .nav-link{
    color: #50B6BA;
    font-weight: bold;
    font-size: 1.1em;
}
header .nav-link:hover{
    color: #50B6BA;
}

.logof img{
    width: 200px;
}
.suscribirse h3{
    color: #F6CED7;
    font-weight: bold;
    text-align: center;
}
.suscribirse p{
    color: #fff;
    font-size: 1.1em;
    text-align: center;
}
.suscribirse input{
    border-radius: 20px;
    margin: 0 auto;
    width: 80%;
}
#logo-header img{
    height: 70px;
}
.banner2{
    background-image: url('/images/banner3.jpg');
    background-position: bottom;
    background-size: cover;
    border-radius: 50px;
    height: 400px;
    width: 99.5%;
}
.mask2{
    background-color: rgba(91, 132, 177, 0.5);
    border-radius: 50px;
    color: #fff;
    display: flex;
    height: 100%;
    width: 100%;
}
.mask2 > div{
    display: flex;
    align-items: center;
}
.banner3{
    background-color: #50B6BA88;
    background-position: bottom;
    background-size: cover;
    height: auto;
    width: 100%;
}
.mask3{    
    color: #fff;
    display: flex;
    
    padding: 70px 0;
    height: 100%;
    width: 100%;
}
.mask3 > div{
    display: flex;
    align-items: center;
}
.mask3 h3{
    color:#fff;
    font-size: 3em;
    font-weight: bold;
    
    text-transform: uppercase;
}
.mask2 h3{
    color:#fff;
    font-size: 3em;
    font-weight: bold;
    
    text-transform: uppercase;
}
body,html{
    height: 100%;
    font-family: "Google Sans", sans-serif;
}
.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}
a{
    text-decoration: none;
}
.banner{
    background-image: url('/images/banner.jpg');
    background-position: center;
    background-size: cover;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.texto-banner{
    
}
.texto-banner img{
    margin: 0 auto;
    width: 600px;
}
.texto-banner h3{
    font-size: 2em;
    margin: 30px auto;
    text-align: center;
}
a{
    text-decoration: none;
    color: inherit;
}
.texto-banner .btn-banner{
    background-color: #50B6BA;
    display: block;
    margin: 30px auto;
    
}
.mask{
    align-items: center;
    background-color: rgba(50, 50, 50, 0.7);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    height: 100%;
    padding: 100px;
    width: 100%;
}
.txt-banner1{
    color: #E78699;
    font-size: 4em;
}
.txt-banner2{
    color: #F6CED7;
    font-size: 2em;
}
body{
    background-color: #fff;
}
.boton-banner a{
    background-color: #E78699;
    border: 1px solid #E78699;
    border-radius: 15px;
    font-size: 1.2em;
    color: #fff;
    margin: 10px auto;
    padding: 10px 20px;
}

.separador100-m{
    margin-top: 100px;
    margin-bottom: 100px;
}
.separador50-m{
    margin-top: 50px;
    margin-bottom: 50px;
}
.separador30-m{
    margin-top: 30px;
    margin-bottom: 30px;
}
.separador15-m{
    margin-top: 15px;
    margin-bottom: 15px;
}
.contenedor-color{
    background-color: #50B6BA22;
    padding: 80px 0;
}
.item-card{
    padding: 10px;
}
.item-card h4{
    color: #9B6F9F;
    font-size: 1.8em;
    margin: 20px auto;
}

.item-card > div{
    background-color: #fff;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
}
.opinion{
    padding: 10px;
}
.opinion span{
    color: #E78699;
    font-size: 2em;
}
.opinion p:nth-child(2){
    margin-top: 15px;
}
.opinion p:nth-child(3){
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px;
}
.opinion p:nth-child(4){
    
}
.justificado{
    text-align: justify;
}
.opinion p{
    margin-bottom: 0;
}
.same_height{

  display: flex;
  flex-direction: column;
}
.same_height > div{
  flex: 1;
}
.opinion > div{
    background-color: #A6A8AA33;
    border-radius: 20px;
    padding: 40px;
}
.item-card > div h3{
    color: #E78699;
    font-weight: bold;
}
.item-card > div div{
    padding: 10px;
}
.item-card > div p{
    font-size: 1em;
}
.item-card > div > img{
    border-radius: 20px;
    margin-bottom: 15px;
}.item-card > div button{
    background-color: #E78699;
    border-radius: 20px;
    color: #fff;
    display: block;
    margin: 20px auto;
    padding: 10px 18px;
}
.input2{
    background-color: #f1f1f1;
    border-radius: 15px;
    display: block;
    padding: 10px;
    width: 100%;
}
textarea{
    resize: none;
}
.top10{
    margin-top: 10px;
}
.top20{
    margin-top: 20px;
}
.top30{
    margin-top: 30px;
}
.top40{
    margin-top: 40px;
}
.top80{
    margin-top: 80px;
}
.img-prueba{
    width: 400px;
}
.contacto-btn{
    background-color: #9B6F9F;
    border-radius: 20px;
    color: #fff;
    padding: 10px 40px;
}
.btn-footer{
    background-color: #E78699;
    border-radius: 25px;
    color: #fff;
    display: block;
    margin: 10px auto;
    padding: 10px 25px;
}

.btn-center{
    display: block;
    margin: 20px auto;
}
.titulo1{
    font-size: 3em;
    font-weight: bold;
}
.contenedor-pruebas p{
    font-size: 1.2em;
    text-align: justify;
}
.centrar-texto{
    display: flex;
    align-items: center;
}
.titulo1p{
    font-size: 3em;
    font-weight: bold;
}
.titulo2p{
    font-size: 1.6em;
    font-weight: bold;
}
.titulo3p{
    font-size: 2em;
    font-weight: bold;
}

.titulo2{
    font-size: 1.8em;
    font-weight: bold;
}
.parrafo11{
    font-size: 1.1em;
}
.parrafo12{
    font-size: 1.2em;
}
.rosa{
    color: #E78699;
}
.gris{
    color: #484848;
}
.center{
    text-align: center;
}
.center2{
    text-align: center !important;
}
.azul{
    color: #5B84B1;
}
.home-section{
    align-items: center;
    display: flex;
    justify-content: center;
}
.border-img{
    border-radius: 15px;
}
.btn-banner{
    border-radius: 10px;
    padding: 10px 20px;
}
.inputf{
    align-items: center;
    display: flex;
}
.inputf input{
    border-radius: 20px;
    margin-right: 10px;
}
.center-section{
    align-items: center;
    display: flex;
    justify-content: center;
}
.item-nosotros img{
    border-radius: 20px;
}

.contenedor-generalp img{
    border-radius: 20px;
}
.letter{
    background-color: #4A6F94;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 15px;
}



p{
    margin-bottom: 0;
}

.item-comite{
    padding: 25px;
}
.item-comite > div{
    padding: 25px;
}
.item-comite img{
    border-radius: 0 15px 15px 0;
    display: block;
}
.item-comite p:nth-child(2){
    color: #4A6F94;
    font-weight: bold;
    font-size: 1.4em;
}
.item-comite p:nth-child(3){
    color: #686868;
    font-weight: bold;
    font-size: 1.2em;
}
.item-curso{
    padding: 15px;
}
.item-curso div{
    background-color: #F6F7FB;
    border-radius: 15px;
    padding: 20px;
}
.item-curso div p{
    color: #686868;
    font-size: 1.2em;
    font-weight: 600;
}
.item-curso div img{
    border-radius: 15px;
}
.boton-programa{
    background-color: #9B6F9F;
    border-radius: 20px;
    color: #fff;
    padding: 15px 30px;
}
































@media (max-width:1600px){
    .contenedor-general{
        width: 74%;
    }
    .contenedor-generalp{
        width: 70%;
    }
}
@media (max-width:1500px){
    .contenedor-general{
        width: 82%;
    }
    .contenedor-generalp{
        width: 80%;
    }
}
@media (max-width:1400px){
    .contenedor-general{
        width: 90%;
    }
    .contenedor-generalp{
        width: 90%;
    }
    
}
@media (max-width:1200px){
    .contenedor-generalp{
        width: 90%;
    }
    
}
@media (max-width:992px){
    .contenedor-generalp{
        width: 94%;
    }
    header .navbar-collapse{
        background-color: #fff;
        color: #E78699;
        text-align: center;
    }
    .blanco .nav-link{
        color: #E78699 !important;
    }
    header .nav-link{
      color: #E78699 !important;  
    }
}

@media (max-width:768px){
    .item-comite > div{
        padding: 0;
    }
}
@media (max-width:576px){
    .item-comite > div{
        padding: 25px;
    }
}

