@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*{
    box-sizing: border-box;
}
img{
    display: block;
    max-width: 100%;
}
body{
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
   font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 0px;
        
}

.contenedor {
    margin: auto;
    width: 99%
        
}
.section__titulo {
   text-align: center;
    font-size: 40px;
    color: black;
}



/*_______________estilos de header__________________*/
.header {
    height: 60px;
}
.header .contenedor {
    display: flex;
    justify-content: space-between;
}

.logo, .icon-menu {
    margin: 5px;
}
.icon-menu {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: #ff3c33;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-left: auto;
    cursor: pointer;

}
/*______________estilos del menu______________*/
.nav {
    position: absolute;
    top: 80px;
    left: -100%;
    width: 100%;
    transition: all 0.5s;
}

.menu__link {
    display: block;
    padding: 10px;
    background: #ff3c33;
    text-decoration: none;
    color: #fff;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;

}

.menu__link:hover {
    background: white;
    color: #ff3c33;

}

.mostrar {
    left: 0;
}

.select{
    background: #f5d1b8;
    color: #ff3c33; 
}

/*_________estilos del banner______*/

.banner{
    margin-top: -90px;
    position: relative;
    z-index: -1000;
    margin-bottom: 70px;
    
}

.banner .contenedor{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    width: 100%;
    color: black;
    text-align: center;
    
    
}

.banner__img {
    
}
.banner__titulo {
    
}
.banner__txt{
    display: none;
    
     
        
}

/*___________ESTILOS DE INFO______*/

.info__columna {
    background: #ff3c33;
    color: black;
    padding: 10px;
    margin-bottom: 10px;
    
}
.info__titulo {
    letter-spacing:   1px;
    
        
}
/*________ESTILOS DE CURSOS______*/

.cursos__columna{
    position: relative;
    margin-bottom: 30px;
}
.cursos__descripcion{
    position: relative;
    top: 0;
    left: 0;
    color: black;
    background: rgba(0,0,0,0,5);
    width: 60%;
    height: 100%;
    padding: 5px;
         
}

.cursos__titulo {
    font-size: 25px;
    margin: 5px 0;
    
    
}

/*_____estilos de footer____*/

.footer {
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    
    
        
}

.footer .social [class^="icon-"] {
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 25px;
    padding: 10px;
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 40px;
        
     
}

/*_________estilos responsive_______*/

@media(min-width: 480px){
    .logo{
        font-size: 60px;
        
    }
    .banner__titulo {
        font-size: 35px;
        margin: 1px 0;
        margin-top: 80px
        
    }
    .banner__txt {
        display: block;
        font-size: 20px; 
        margin: 7px 0;
        
    }
    .info, .cursos {
        display: flex;
        justify-content: space-between;
        margin-top: -90px;
    }
    .info__columna {
        width: 33%;
    }
    .info__titulo {
        font-size: 25px;
        margin: 5px 0;
        
        
    }
    
    .section__titulo {
        width: 100%;
    }
    
    .cursos {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .cursos__columna {
        width: 49%;
        
    }
    
    .footer .social [class^="icon-"] {
        margin: 0 10px;
    }
}

@media(min-width: 768px) {
    .logo {
        font-size: 60px;
    }
    
    .nav {
        position: static;
        width: auto;
        
    }
    .menu {
        display: flex;
        
    }
    .icon-menu {
        display: none;
    }
    .menu__link {
        background: #ff3c33;
        font-size: 20px
    }
    .select {
        color: #ff3c33;
        background: #f5d1b8;
    }
            
    
    .banner__titulo {
        font-size: 50px;
        letter-spacing: 1px
            
        
    }
    .cursos__titulo {
        font-size: 40px
        
    }
}

@media(min-width: 1024px) {
    .contenedor {
        width: 970px
            
    }
    
        
    .banner__titulo {
        font-size: 50px;
        letter-spacing: 1px;
        margin-top: -5px
        
    }
    .cursos__titulo {
        font-size: 40px
    }
    
}
    
 @media(min-width: 1024px) {
    .contenedor {
        width: 970px
            
    }
    
        
    .info {
        font-size: 50px;
        letter-spacing: 1px;
        margin-top: -250px
        
    }
    .cursos__titulo {
        font-size: 40px
    }
    
}   

@media(min-width: 1280px) {
    .contenedor {
        width: 1200px
           
        
    }
    
    .logo {
        font-size: 70px;
        letter-spacing: 1.5px
            
    }
    
    .banner__img {
        width: 100%;
        margin-top: -15%
    }
    .cursos__titulo {
        font-size: 40px
    }
    .banner__titulo {
        margin-top: 35px
    }
    .banner__txt {
        font-size: 30px;
    }
 }