@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}





*{ margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Lato';
    
    
}


                              /*HEADER */


.filete{
    border: 4px solid cadetblue;
    width: 20%;
    margin-bottom: 5%;
    margin-left:3%; 
 }



img {
    margin-top:2%;
    width: 40px;
    height: 40px;
    margin-bottom: 2%;
}

.nombre1{
    
    font-size: 25px;
    text-decoration: none;
    color: black;
    margin-top: 3%;
    
    
    }

#contenedor{
    background-color: cadetblue;
    display:flex;
    width: 100%;
    }


.contenedor2 img{
    width: 100%;
    height: 30%;
    }

span{
    display: flex;
    margin-top: 0 ;
    margin-left: auto;
    margin-right: 2%;
}
    
    

                      /*MENU/SUBMENU SUPERIOR*/


.sidenav {
    height: 100%;
    width: 0;
    position: fixed; /*permite ver el menu */
    z-index: 1; 
    top: 0;
    right: 0; /*oculto del lado derecho*/
    background-color: #111;
    overflow-x: hidden; /*oculta el submenu*/
    transition: 0.5s;
    padding-top: 90px;
}

/*submenu propiedades*/ 
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover { 
    color: #f1f1f1;
}

.sidenav .cierre {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.select{
    background: #fff;
}


                       /*CAPACITACIONES*/

main{
    margin: 1em ;
    text-align: center;
    
}

h2{
    line-height: 23em; /*tamaño de altura de vertical entre elementos*/
   }


/*ANIMACION BOTONES DE CAPACITACIONES*/



.foto1 {
    
  display: block;
  position: relative; 
  max-width: 100%;
  height: auto;   
  margin: 0 auto; 
  text-align: left;
     
}

.foto1>img{
    width: 100%;
    height: auto;
}

.foto1 .cont {
    
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5); 
    color: #f1f1f1; 
    width: 100%;
    padding: 10px; 
    margin-bottom: 3%;    
}

.inf{
    display: flex;
    color: cadetblue;
    text-decoration: none;
    justify-content: center;
}
   


footer {
    
    padding: 1em;
    background-color: black;
    color:azure;
    font-family: 'roboto slab';
    font-size: 12px;
    margin-top: 3em;
    
}    
    


.button {
    
    border: none;
    color: white;
    padding: 2px 2px 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 1em;
    
    
    transition-duration: 0.4s; 
    transition-duration: 0.4s;
    cursor: pointer;
    padding: 10px 30px;
    
}

.button1 {
    background-color: cadetblue; 
     
    border:  solid cadetblue;
    
}

.button1:hover {
    background-color: white;
    color: cadetblue;
}
   
    
    
    
    
    
    
    
    
   

















