/* hoja de estilos de rotulo grupal */

/*body*/

body{
    margin: auto;
    background-color:#dddddd;
  }

/*NAVEGACION INTERNA*/

 header > ul {
    display: flex;
}

#jt ul li a{
    font-family: "lato";
     list-style:none; 
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    margin-left:10px;
    color: rgba(70, 73, 121, 0.99);
    width: 1.2cm;
    height: 0.6cm;
    padding: 6px;
    border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
   float: left;

        
    
}
#jt ul {
    display: flex;
    margin: auto;
    width: 1cm;
}

#otro a{
     text-decoration: none;
    font-family: "lato";
    color: #dddddd;
    
    
}

#menu3lineas{
	display: block;
	height: 2em;
	width: 2em;
    
}


/* menu desplegable */

 header nav {
    background-color: rgba(0,0,0,0.85);
    color: white;
    position: fixed;
    right: -50vw;
    top: 0;
    height: 100vh;
    min-width: 50vw;
    transition: all .6s ease;
    z-index: 999;
}


/* cuando cliqueamos el boton "menu3lineas"
el "target" es "nav#menu"
*/
header nav#menu:target {
    right: 0;
    
    /* transición suave */
    transition: all .6s ease;
    
}

.usuario {
    margin: auto;
    text-align: center;
    padding: 3em 1em 1em 1em;
    border-bottom: solid 1px rgba(255,255,255,.25);
    color: #ffffff;
   
}
.usuario img {
    max-width: 15em;
    max-height: 15em;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .25) inset, 0 .35em .5em rgba(0, 0, 0, .25);
}
.usuario h3{
    font-family: "lato";
    font-size: 25px;
    color: rgba(247,128,59,1);
}
.usuario p{
    font-family: "lato";
    font-size: 12px;
    color: rgb(248, 248, 248);
}
header nav a {
    color:#ffffff;
    display: block;
    padding: .5em 1em;
    text-align: center;
    text-decoration: none;
    font-family: "lato";
    font-size: 15px;
     list-style:none;
    
}
header nav ul {
    list-style: none;
}
header nav a:hover {
    color: white;
}

/* boton "X" de cierre del nav */
#x {
    position: absolute;
    right: 0;
    top: 0;
}



/*HEADER*/

#nara{
    background-color:#F7803B;
    font-family: "lato";
    font-size: 12px;
    height:0.9cm;
    display: flex;
    margin: auto;
    justify-content:flex-start;
    
    
    
}
#nara nav ul{
    float: left;
    display: flex ;
    flex-direction: row;
 }
#nara li{
    display:inline-block;
    justify-content:flex-start;
    color:#ededed;
    justify-content: flex-start;
    text-decoration: none;
    list-style: none;
    
}
#nara nav a {
    
    display:inline-block;
    justify-content:flex-start;
    color:#ededed;
    justify-content: flex-start;
    text-decoration: none;
    list-style: none;
}
#nara h1{
    font-family: "lato";
    font-size: 20x;
    color: #ededed;
    float:right;
    width:2m;
    height:21m;
    margin: auto;
    margin-right: 63px;
    display: flex;
    justify-content: flex-end;
    
}


/*BARRA*/

#barra{
    background-color:#464979;
    display: flex;
    flex-direction: row;
    margin: auto;
    height: 2.5cm;
    margin: auto;  
}
#logo{
   justify-content:space-between;
   width:40cm;
   height: 2.5cm;
}
#barra nav ul {  
    font-family: "lato";
    list-style-type:none;
    display: flex ;
    flex-direction: row;
    text-align: right;
    padding:20px; 
    justify-content:space-between;
    width:10cm;
    height:1cm;
    overflow:hidden;
    margin-right:50px; 
}

#barra  li a{
    color: #F1FAEE;
    font-weight: bold;
    text-decoration: none;
}
#barra  li a:hover{
    background:-webkit-box-shadow: 13px 9px 5px 0px rgba(247,128,59,1);
-moz-box-shadow: 13px 9px 5px 0px rgba(247,128,59,1);
box-shadow: 13px 9px 5px 0px rgba(247,128,59,1);
    border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
    
}

@media (max-width:47em) {
    #barra{
      flex-direction: column;
    }
    #barra nav ul {
        background: rgba(0, 0, 0, 0.89);
        margin-top: auto;
        height:0.3cm;
        width: auto;
        margin-right: 0px;
        justify-content: space-around;      
}
    h2{
        margin-top: ;
        padding: 10px;
    } 
}

/*TEMA*/

h2{
   font-family: "lato";
   font-size: 25px;
   color: #F7803B;
    margin: 50px;
    
}

/*INFORMACION DE CURSOSS*/

#berazategui{
    display: flex;
    justify-content: space-between;
    margin: 50px;
    height: 16cm;
    margin-top: 0px;
}
#cursos{
    width: 17cm;
    font-family: "lato";
    font-size: 12px;
    color: #000000;
}
h3{
    font-family: "lato";
   font-size: 20px;
   color: #464979; 
}
#cursos a{
    font-family: "lato";
    font-size: 12px;
    color: #000000;
    display: flex;
    justify-content: flex-start;
}

#contactos{
    border:#464979 2px solid;
    margin top: 10cm;
    border-radius: 5px; 
    width: 6cm;
    padding: 10px;
     margin-top: 30px;
    
}
#contactos li {
    font-family: "lato";
    font-size: 12px;
    color: #000000;
    display: flex;
    justify-content: flex-start;
}
@media (max-width: 66em){
    #cursos a {
        width: 10cm;
   }
    #videos{
        margin-left: 4cm;
    }
   
    
}


/*VIDEOSS*/
#videos{
    float: right;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;   
}

/*GALERIA DE FOTOS*/
#galeria{
    margin: 50px;   
}
/*GIFF*/
#galeria img{
    margin: auto;
    width: 50cm;
    max-width:100%;
}



/*BOTONES DE NOMBRES*/
.nombres{
padding:0px;
text-align: center;
display: flex;    
justify-content: space-between;
margin: 40px;
margin-top: auto;
}

.nombres a{
  background:#69AB96;
  font-family: "lato";
  color: #ededed;
  margin: 10px 10px;
  padding: 14px;
  text-transform: uppercase;
  text-decoration: none;
    width:5cm;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
    
}
.nombres :hover{
    background:-webkit-box-shadow: 17px 13px 5px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 17px 13px 5px 0px rgba(0,0,0,0.46);
box-shadow: 17px 13px 5px 0px rgba(0,0,0,0.46);
    border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
    
}
    
@media (max-width: 45em){
    .nombres {
        display: flex;
        flex-direction:column;
        width: 6cm;
        flex-wrap: nowrap;
        align-items: center;
        margin: auto;
   }
   #cursos {
        width: 12cm;
         
    }
    #berazategui{
        flex-direction: column;
        height:31cm;
        justify-content: flex-start;
        
    }
    #videos{
       justify-content: flex-start;
        width: 8cm;
        margin:0px; 
    } 

}


/*CARTA*/

#holaberapp{
   font-family: "lato" sans-serif;
   margin: 60px 50px 0px 50px;
    
}

#holaberapp h4{
 margin: 0px 0px 0px 0px;
font-family: "lato";
font-size: 30px;
background:#69AB96;
color: #ededed;
padding: 14px;
border-radius: 5px 5px 5px 5px;
    
}

#holaberapp a{
  margin: 20px 0px 40px 0px;
  font-family: "lato";
  font-size: 14px;
  color: #000000;
  display: flex;
  justify-content: flex-start;
 
    
}

#cuadro{
    margin: 30px 50px 10px 6px;
}


#cuadro ul {
   font-family: "lato";
   list-style: none;
}

.titu{
 font-size: 23px; 
 color: #ededed;
 background:#464979;
 padding: 14px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px; 
}

.leyenda{
   
   background:#ededed;
   color: #F7803B; 
   background:#ededed;
   padding: 10px 14px 20px 14px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px; 
   margin: 0px 0px 20px 0px;

}


.leyenda1{
   
   background:#ededed;
   color: #F7803B; 
   background:#ededed;
   padding: 10px 14px 20px 14px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px; 
   margin: 0px 0px 60px 0px;

}


/*MAPA*/

#map{
  align-content: center;
  width: 100%;
}


#paleta{
  align-content: center; 
}





/*footer*/

footer{
    font-family: "lato";
    font-size: 0.6rem;
    color:#000000;
    background:#b2b2b2; 
    padding: 10px;
    display: flex;
    justify-content: center; 
    margin:auto;
    flex-direction: column;
}
footer li{
    font-family: "lato";
    font-size: 0.7rem;
    display: flex;
    justify-content: center; 
}
