@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
*{
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
}

body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1.5px;
}
.section__titulo {
    text-align: center;
    font-size: 40px;
    color: #00A86B;
}
.contenedor {
    margin: auto;
    width: 99%;
}
/*-------------------------------estilos del header-------------------------------*/
.header {
    height: 60px;
}
.header .contenedor {
    display: flex;
    justify-content: space-between;
}
.logo {
    margin: 6px;
    color: #fff;
}
.icon-menu {
    margin: 19px;
    color: #fff;
}
.icon-menu {
    display: block;
    width: 48px;
    height: 40px;
    font-size: 30px;
    background: #00A86B;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-left: auto;
    cursor: pointer;
}
.logo {
    height: 46px;
    width: 300px;
}





/*----------------------------Estilos del menu----------------------------*/

.nav{
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    transition: all 0.4s;
    
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__link {
    display: block;
    padding: 15px;
    background: #00A86B;
    text-decoration: none;
    color: #fff;
}
.menu__link:hover, .select {
    background: white;
    color: #00A86B;
}
.mostrar {
    left: 0;
}


/* ------------------estilos del banner ------------------*/

.banner {
    margin-top: -60px;
    position: relative;
    z-index: -1000;
    margin-bottom: 20px;
}

.banner .contenedor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
}

.banner__txt{
    display: none;
}

/*----------------estilos de info----------------*/

.info__columna {
    background: #00A86B;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 14px;
}

.a {
    color: #ffffff;
    text-decoration: none;
}

/*----------------------------------Estilos de Convenios----------------------------------*/

#info {
    background: #00A86B;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.info-titulo{
    padding: 11px 0 0 0px;
}

#info .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-convenios {
    margin: 20px;
}

.info-convenios img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 7px solid #fff;
}

.con {
    text-decoration: none;
    color: #fff;
}

.con:hover {
    color: #000;
}

/*----------------estilos del footer----------------*/

footer{
    width: 100%;
    background: #202020;
    color: white;   
    
}

.container-footer-all{
    width: 100%;
    max-width: 2000px;
    margin: auto;
    padding: 50px;
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 400px;
}

.colum1 h1{
    font-size: 22px;
}

.colum1 p{
    font-size: 14px;
    color: #C7C7C7;
    margin-top: 20px;
    text-align: justify;
}

.colum2{
    max-width: 400px;
    
}

.colum2 h1{
    font-size: 22px;
}

.row{
    margin-top: 20px;
    display: flex;
}

.row a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.row img{
    width: 36px;
    height: 36px;
}

.row label{
    margin-top: 10px;
    margin-left: 20px;
    color: #C7C7C7;
}

.colum3{
    max-width: 400px;
}

.colum3 h1{
    font-size: 22px;
}

.row2{
    margin-top: 20px;
    display: flex;
}

.row2 img{
    width: 36px;
    height: 36px;
}

.row2 label{
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;
    color: #C7C7C7;
}

.container-footer{
    width: 100%;  
    background: #101010;
}

.footer{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;  
    padding: 20px;
}

.copyright{
    color: #C7C7C7;
}

.copyright a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
}

.redes {
    color: #fff;
}

.redes:hover {
    color: #00A86B;
}

@media screen and (max-width: 1100px){
    
    .container-body{
        flex-wrap: wrap;
        text-align: justify;
    }
    
    .colum1{
        max-width: 100%;
    }
    
    .colum2,
    .colum3{
        margin-top: 40px;
    }
}


/*--------------------------estilos del section--------------------------*/

.bienvenidos {
    text-align: justify;
    margin: auto;
    width: 94%;
    margin-bottom: 25px;
}

/*--------------------------estilos responsivos--------------------------*/

@media(min-width:480px) {
    .logo {
        font-size: 30px;
    }
    .banner__titulo {
        font-size: 30px;
        margin: 5px 0;
    }
    .banner__txt {
        display: block;
        font-size: 18px;
        margin: 7px 0;
    }
    .info {
        display: flex;
        justify-content: space-between;
        margin-top: -90px;
    }
    .info__columna {
        width: 24%;
        text-align: justify;
    }
    .info__titulo {
        font-size: 21px;
        margin: 15px 0;
        text-align: center;
    }
    .footer .social [class^="icon-"] {
        margin: 0 7px;
        margin-top: 12px;
    }
    .infor__img {
        margin: auto;
        width: 45%;
        height: 45%;
    }
    .info-titulo {
        font-size: 21px;
        margin: 9px 0;
        text-align: center;
    }
}

@media(min-width:768px) {
    .banner__titulo {
        font-size: 50px;
    }
    .cursos__titulo {
        font-size: 40px;
    }
    .infor__img {
        margin: auto;
        width: 45%;
        height: 45%;
    }
    .info-titulo {
        font-size: 30px;
        margin: 9px 0;
        text-align: center;
    }
    .info__columna {
    background: #00A86B;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 16px;
    }
}

@media(min-width:1024px) {
    .contenedor {
        width: 1000px;
    }
    .nav {
        position: static;
        width: auto;
    }
    .menu {
        display: flex;
    }
    .icon-menu {
        display: none;
    }
    .menu__link {
        background: none;
        font-size: 20px;
    }
    .select {
        color: #fff;
        background: #00A86B;
    }
    .banner__titulo {
        font-size: 60px;
    }
    .info {
        margin-top: -120px;
    }
    .info__titulo {
        font-size: 40px;
        text-align: center;
    }
    .cursos__titulo {
        font-size: 50px;
    }
    .info-titulo {
        font-size: 40px;
        margin: 9px 0;
        text-align: center;
    }
    .info__columna {
    background: #00A86B;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 17px;
    }
}

@media(min-width:1280px) {
    .contenedor {
        width: 1200px;
    }
    .banner .contenedor {
        top: 40%;
    }
    .info {
        margin-top: -220px;
    }
    .info-titulo {
        font-size: 45px;
        margin: 9px 0;
        text-align: center;
    }
    .info__columna {
    background: #00A86B;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 18px;
    }
}
