@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-family: "Roboto",sans-serif;
    }


header {
    
    padding: .25em;
    
    /*height: 3em;*/
    
    /* caja flexible */
    display: flex;
    
    /* elementos colocados en los extremos del eje principal */
    justify-content: space-between;
    
    /* elementos centrados en el eje secundario */
    align-items: center;
}

#logo {
    display: block;
    width: 5em;
}

header > ul {
    /* caja flexible */
    display: flex;
}

header > ul > li {
    width: 2em;
    height: 2em;
    margin-left: .25em;
    
    /* caja flexible */
    display: flex;

}

header > ul > li > a {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    color: white;
    text-decoration: none;
    font-weight: bold;

    /* caja flexible */
    display: flex;
    
    /* centrado en la horizontal */
    justify-content: center;

    /* centrado en la vertical */
    align-items: center;
    

}

.ruedita {
    width: 35px;
    margin-left: 4px;
    margin-right: 8px;
}

/* menu desplegable */

header nav {
    background-color: rgba(0,0,0,0.85);
    color: white;
    position: fixed;
    right: -50vw;
    top: 0;
    height: 91.5vh;
    min-width: 30vw;
    transition: all .6s ease;
    z-index: 999;  
    
    /* transición suave */
    transition: all .6s ease;
}


header nav:target {
    right: 0;

}

.usuario {
    margin: auto;
    text-align: center;
    font-size: 75%;
    padding: 3em 1em 1em 1em;
    border-bottom: solid 1px rgba(255,255,255,.25);
}
.usuario img {
    border-radius: 50%;
    width: 25vmin;
    height: 25vmin;
    max-width: 15em;
    max-height: 15em;
    border: 4px solid gray;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .25) inset, 0 .35em .5em rgba(0, 0, 0, .25);
}

header nav a {
    color: rgba(255,255,255,.75);
    display: block;
    padding: .5em 1em;
    text-align: center;
    text-decoration: none;
}

header nav a:hover {
    color: white;
}

#x {
    
    position: absolute;
    right: 0;
    top: 0;
}



body {
    background-color: white;
    text-decoration: none;
    list-style: none;
    color: #373737;
    font-size: 0.95em;
    font-weight:400;
    min-height: 100vh;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
    height: 100vh;
    }
    

/*TIPOGRAFIA*/


h1 {
    font-size: 22px;
    font-weight:600;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top:0.8em;
    padding-bottom: 0.4em;
    }
.configurar
{
    font-size: 17px;
    font-weight: 600;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top:0.8em;
    padding-bottom: 0.4em;
    }




.title {
    font-size: 19px;
    font-weight: 600;
    padding-left: 1em;
    padding-right: 1em;
    padding-top:0.4em;
    }


.titleconfirmacion {
    font-size: 19px;
    font-weight: 600;
    padding-left: 0.8em;
    padding-right: 1em;
    padding-top: 4em;
    }


.datos {
    font-size: 14px;
    color:#373737;
    font-weight: 500;
    line-height: 16px;
    }


.datos-usuarios {
    font-size: 12px;
    font-weight: 500;
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-bottom: 1.5em;
    }


h2 {
    font-size: 14px;
    font-weight: 500;
    padding-left: 0.8em;
    padding-right: 1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    }


#h1blanco {
    font-size: 22px;
    font-weight:00;
    padding-left:2em;
    padding-right:2em; 
    color: white;
    margin-top: 3em;
    }


#h1bblanco {
    font-size: 22px;
    font-weight:00;
    text-align: center; 
    color: white;
    margin-top: 3em;
    }


.capacidad{
    
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.5em;
}



#h2blanco {
    font-size: 16px;
    font-weight: 300;
    padding-top: 1em;
    text-align: center;
    color: white;
    }


#h2blanco {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding-top: 1em;
    color: white;
    }


.datosextras {
    color: #373737;
    font-size: 14px;
    margin: 0;
    margin-left: 2.3em;
    text-align: center;
    padding bottom: 1em;
    
    }


h3 {
    font-size: 12px;
    font-weight: 300;
    padding-left: 1em;
    }


h4 {
    font-size: 14px;
    font-weight: 300;
    padding-left:0.5em;
    }


p {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top:0.4em;
    text-align: justify;
    }

pmail {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top:0.4em;
    text-align: justify;
}

.bold {
    font-weight: 600;
    }


.textcenter {
    text-align: center;
    }


.espaciado {
    letter-spacing: 1.5px;
    }


.center {
    text-align: center;
    }


.italic {
    font-style: italic;
    }


a {
    text-decoration: none;
    }

/*NAVBAR*/

header {
    background: #fbc02d;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 999;
    }

headerb {
    background: #fbc02d;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 999;
    }

/*MAIN*/


main {
    min-height: 100vh;
    padding-top: 4.2em;
    flex-grow: 1;
    flex-shrink: 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-bottom: 5em;
    max-width: 100vw;
    }


#mainnoticias {
    min-height: 100vh;
    padding-top: 4.7em;
    flex-grow: 1;
    flex-shrink: 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-bottom: 2em;
    max-width: 100vw;
    }


#mainchat {
    min-height: 100vh;
    padding-bottom: 5em;
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    }





#evento3 {
    min-height: 100vh;
    padding-bottom: 4em;
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    }


#eventos {
    min-height: 100vh;
    padding-bottom: 5em;
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 3.8em;
    max-width: 100vw;
    }


input {
    background-color: transparent;
    width: 100%;
    border: 0px;
    border-bottom: solid 0.05em #404040;
    padding-bottom: 10px;
    margin-top: 20px;
    outline: none;
    }



.secciones {
  font-size: 18px;
  padding:0;
  margin-right:40%;
  padding-top:1.2em;
  padding-bottom: 1.2em;
  }


.seccionesb {
  font-size: 18px;
  padding:0;
  padding-left: 40%;
  padding-top:1.2em;
  padding-bottom: 1.2em;
  }


.seccionesc {
  font-size: 18px;
  padding:0;
  margin-right: 35%;
  padding-top:1.2em;
  padding-bottom: 1.2em;
  }

.seccionesd {
  font-size: 18px;
  padding:0;
  margin: 0 auto 0 auto;
  padding-top:1.2em;
  padding-bottom: 1.2em;
  }

.iniciarsesion {
    background-color:#fbc02d;
    }


.pasoscuenta {
    background-color:#404040;
    }


/*FORMULARIOS*/


.ingreso{
   text-align: center;
    }


/*NOTICIAS ESPECIFICAS*/



.botonanoticia {
    display: flex;
    align-items: center;
    color: white;
    flex-grow: 1;
    }


.noticia {
    background-color: #373737;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    width: 95%;
    margin: auto;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

.contenedor_fecha{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left:0.2em;
    padding-bottom:1em; 
    }


.contenedor_datos{
    background-color: #37373737;
    padding-top: 0.8em;
    padding-right: 1em;
    padding-bottom: 1em;
    margin: 1em;
  }
.contenedor_legales {
    display: flex;
    align-items: center;
    margin:auto;
    flex-shrink: 0;
    }


.cont_title{
    font-size: 19px;
    font-weight: 600;
    padding-right: 0.5em;
    padding-left: 0.5em;
    }




.cont_fecha {
    font-size: 19px;
    font-weight: 600;
    }

#login_contenido{
    margin: 0;
    margin-top: 5em;
    margin-bottom: 1em;
    padding: 0;
    }

.logofadu  {
    max-width: 200px;
    margin-left: 20%;
    margin-right:20%;
    margin-bottom: 4em;
    opacity: 0.5;
    }


.titulo {
    flex-grow: 1;
    padding-left: 20px;
    }


.tituloheader{
    flex-grow: 1;
    padding-left:30px;
    }


.flecha {
    height: 40px;
    }


.iconoticia {
    width: 120px;
    }


.iconoinicio {
    width: 50%;
    max-width: 300px;
    margin:0 ;
    margin-top: 4.5em;
    }


.ok {
    width: 100%;
    max-width: 100px;
    margin-left: 8.2em;
    margin-top: 3em;
    }


.iconosesion {
    width: 180px;
    margin:0 ;
    text-align: center; 
    margin-left: 22%;
    }

.logoapp {
    padding-left:1em;
    padding-top:2em;
   
    }

.pantalla_uno {
    display: flex;
    background-color: #fbc02d;
    text-align: center;
    padding-top: 40%;
}




/*IMAGEN*/
.videoresponsive{
    position: relative;
    margin: 0;
    height: auto;
    padding-bottom: 56.25%;
    
}

.videoresponsive iframe {
    position: absolute;
    height:100%;
    width: 100%;
    top: 0px;
    left: 0px;
    
}


.imagenes {
   width: 100%;
   max-width: 700px;
   margin-top: 0.01em; 
   } 

.imagen_menu {
    width: 120px;
    position: fixed;
    bottom: 7em;
    margin-left: 30px;
  
	
}


.eventosimagen {
   width: 100%;
   max-width: 600px;
   margin-top: 0.01em; 
    

    }


.flechita {
    width: 45px;
    height: 45px;
    padding:0;
    margin-left: 4px;
    }


.fechas {
    width: 55px;
    height: 55px;
    margin-left: 0em;
    margin-top: 0.2em
    }


#bodychat {
    height: 100vh;
    }    
  

.mensaje_usuario {
    box-sizing: border-box;
    background-color: #F9D793;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items:flex-end;
    height: 50%;
    justify-content: space-between;
    padding: 20px;
    width: 80%;
    margin: 65px; 
    margin-bottom: 5%;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: .8rem;
    line-height: 1rem;
    } 


.mensaje_inti {
    box-sizing: border-box;
    background-color: #DDDBD9;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    height: 70px;
    width: 10% ;
    justify-content: space-between;
    padding: 20px;
    width: 75%;
    margin: 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: .8rem;
    line-height: 1rem;
    } 

.boton {
    box-sizing: border-box;
    background: #fbc02d;
    color: red;
    font-weight: 700;
    display: flex;
    width: 30% ;
    height: 40px;
    border-radius: 10px;
    align-items:center;
    padding:0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin: 30%;
    text-align: center;
    } 

.botonregistrarte {
    box-sizing: border-box;
    background: #fbc02d;
    color: #373737;
    font-weight: 600;
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 10px;
    align-items:center;
    padding:0;
    padding-left:1.4em;
    padding-right:1.4em;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    text-align: center;
    margin: 0 auto;
    } 


.botonparticipar {
    box-sizing: border-box;
    background: #fbc02d;
    color: #373737;
    font-weight: 700;
    display: block;
    width: 110px;
    height: 40px;
    border-radius: 13px;
    align-items:center;
    padding:0;
    padding-left:1.4em;
    padding-right:1.4em;
    padding-top:0.7em;
    padding-bottom: 0.5em;
    margin: 0 auto;
    } 

.botonrecuperar {
    box-sizing: border-box;
    background: #fbc02d;
    color: #373737;
    font-weight: 700;
    display: block;
    width: 110px;
    height: 40px;
    border-radius: 13px;
    align-items:center;
    padding:0;
    padding-left:1.2em;
    padding-right:1.2em;
    padding-top:0.7em;
    padding-bottom: 0.5em;
    margin: 0 auto;
   } 
   


.botonvermas {
    box-sizing: border-box;
    background: #fbc02d;
    color: #373737;
    font-weight: 700;
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 13px;
    align-items:center;
    padding:0;
    padding-left:1em;
    padding-right:1em;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    margin: 0 auto;
    } 


.botonvermaseventos {
    box-sizing: border-box;
    background: #fbc02d;
    color: #373737;
    font-weight: 700;
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 13px;
    align-items:center;
    padding:0;
    padding-left:1em;
    padding-right:1em;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    margin: 0 auto;
    } 


.botoniniciarsesion {
    box-sizing: border-box;
    background: #373737;
    color: white;
    font-weight: 400;
    display: block;
    width: 140px ;
    height: 40px;
    border-radius: 13px;
    align-items:center;
    padding:0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    margin: 0 auto;
    } 



.botonok{
    box-sizing: border-box;
    background: #fbc02d;
    color: #373737;
    font-weight: 700;
    display: block;
    width: 60px;
    height: 40px;
    border-radius: 13px;
    align-items:center;
    padding:0;
    padding-left:1.4em;
    padding-right:1.4em;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    margin: 0 auto;
    } 


.contenedor_botoniniciarsesion {
    display: flex;
    text-align: center;
    } 


.contenedor_botonparticipar {
    display: flex;
    text-align: center;
    padding-bottom: 2em;
    padding-top:2em;
    } 


.contenedor_botonrecuperar {
    display: flex;
    text-align: center;
    padding-bottom: 2em;
    padding-top:3em;
    } 


.contenedor_botonvermas {
    display: flex;
    text-align: center;
    padding-bottom: 2em;
    padding-top: 4em;
    } 


.contenedor_botonregistrarte {
    display: flex;
    text-align: center;
    padding-bottom: 2em;
    padding-top: 3em;
    } 


.contenedor_botonok {
    display: flex;
    text-align: center;
    padding-bottom: 2em;
    padding-top:3em;
    } 


.contenedor_botonvermaseventos {
    display: flex;
    text-align: center;
    padding-bottom: 2em;
    padding-top: 2em;
    }


.botonblanco {
    box-sizing: border-box;
    background: #FFFFFF;
    display: flex;
    width: 30% ;
    height: 40px;
    border-radius: 10px;
    align-items:center;
    padding: 5%;
    margin: 30%;
    } 


.slider{
   width: 100%;
   margin: auto;
   overflow: hidden;
   padding: 0;
   }


.slider ul{
   padding: 0;
   display: flex;
   width: 400%; 
   animation:1s infinite;
   animation-direction: alternate;
   animation-timing-function: ease-in-out;
   }
   

.slider li{
   list-style: none;
   top: 70px;
   width: 100%;
   }    
   

.slider img{
   width: 100%;
   height: 100%;
   }

@keyframes cambio{
   0%{margin-left: 0;}
   20%{margin-left: 0;}
   
   25%{margin-left: -100%;}
   45%{margin-left: -100%;}
   
   50%{margin-left: -200%;}
   70%{margin-left: -200%;}
   
   75%{margin-left: -300%;}
   100%{margin-left: -300%;}
}



#footerchat {
    box-sizing: border-box;
    display: flex;
    width: 100% ;
    height: 100px;
    align-items: center;
    } 

#chat_escribir {
    box-sizing: border-box;
    background-color: white;
    border-radius: 15px;
    border: 0;
    align-items:flex-start;
    width: 90% ;
    height: 40%;
    margin-left: 22px;
    padding:12px;
    } 

.enviarchat {
    position:fixed;
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #373737;
    bottom: 3em;
    
    
    
    }


#formulario {
    box-sizing: border-box;
    background-color: white;
    border-radius: 17px;
    align-items:flex-start;
    width: 80% ;
    height: 40%;
    margin: 0;
    margin-left: 2.6em;
    margin-right: 2.6em;
    margin-top: 0.3em;
    padding: 1em;
   
    
     } 
#titulos_registrate
{
  margin: 0;  
  margin-left: 2.2em;

   margin-bottom: 5em;
    
    
    
    
     } 

.contenedor 
{
  margin: 0;  
 margin-bottom: 
    
    
    
     } 


#escribir {
    box-sizing: border-box;
    background-color: white;
    border-radius: 15px;
    width: 80% ;
    height: 40%;
    margin-top: 3em;
    margin-left: 2.5em;
    margin-right: 2.5em;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 1.8em;
    } 


.formulario {
    margin:0;
    padding: 0;
    border: 0;
    align-items: flex-start;
    padding-left: 1em;
    padding-top: 3em;
    padding-bottom: 0.2em;
    color: whitesmoke;
    } 



/*FOOTER*/

footer {
       
}


.barra {
    width: 100%;
    padding: 0px;
    text-align: center;
    background: white;
    }

.herramientas {
    background-color: #fbc02d;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    width: 100%;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    }


.botonesbarra{ 
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
    }

.botonesbarra{ 
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
    }

#botonesbarranoticias{ 
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
    }
#botonesbarrainsumos{ 
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
    }
#botonesbarraeventos{ 
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
    }
#botonesbarrachat{ 
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
    }
#botonesbarraperfil{ 
    width: 40px;
    margin-left: 4px;
    margin-right: 4px;
    }

.botonenviar {
   width:80px;
   margin-top:8px;
    }



.titulolegales {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left:10px;
    }

.legales{ 
    padding-left: 10px;
    justify-content: center;
    font-size: 10.5px;
    line-height: 1.3em;
    }

.contenedor_uba{ 
    display:flex;
    align-items: center;
    margin:auto;
    flex-shrink:o;
    padding-bottom: 0.5em;
    }


.logointi{ 
  width: 100%;
  max-width: 70px;
  margin-left:0.4em;
  }



/*Contenedores de Capacidad y Cupos Version 1 y 2*/


.icono_capacidad{ 
  width: 10%;
  max-width: 30px;
  }


.icono_cupos{ 
  width: 10%;
  max-width: 25px;
  margin-left:1em;
  }


.contenedor_capacidad{ 
    display:flex;
    align-items: center;
    margin:auto;
    flex-shrink:o;
    }


.contenedor_cupos{ 
    display:flex;
    align-items: center;
    margin:auto;
    flex-shrink:o;
    }


.contenedor_capacidadcupos{ 
    display:flex;
    align-items: center;
    margin:auto;
    flex-shrink:o;
    }



.contenedor_capacidadb{ 
    box-sizing: border-box;
    background: #37373737;
    display: flex;
    width:150px;
    border-radius: 5px;
    height: 40px;
    align-items:center;
    padding:0;
    text-align: center;
    padding-left: 0.7em;
    padding-right: 0.7em; 
    margin: 0;
    margin-right: 0.5em; 
    margin-left: 0.5em; 
    }


.contenedor_capacidadcuposb{ 
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:auto;
    flex-shrink:o;
    }



/*Video*/

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0.5px; 
    height: 0;
    overflow: hidden;
    }


.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }


.contenedor_transparencia { 
    margin-top:-5em;
    background: rgba(255, 255, 255, 0.55);
    z-index: 0;
    position: relative;
    }


/*Insumos*/

.imageninsumos {
    
    width: 100%;
    padding: 0;
    margin: 0;
    
} 
    




.galeria {
    margin: 0;
    padding: 0;
    
   
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




.galeria figure {
    width: 100%;
    margin: .125em;
     
    
    /* para que cada figura sea
       "origen de coordenadas"
       de sus "descendientes" con 
       position: absolute */
    position: relative;
    
    /* para que se oculten
       sus "descendientes" con 
       position: absolute
       que se "salgan" de sus límites */
    overflow: hidden;
}

.galeria img {
    /* para que "desaparezca" el espacio que queda debajo de la imagen */
    display: block;
}

.galeria figcaption {
    background-color: rgba(0,0,0,.5);
    color: white;
    padding: .5em;
    line-height: 1em;
    
    /* para salir del "flujo de información" del fondo 
       y colocase en una capa superior
       "anclada" en su "ascendiente" definido
       como origen de coordenadas */
    position: absolute;
    height: 100%;
    width: 100%;
    
    /* para que la parte superior quede
       apenas 1.5em visible (1ª línea) */
    top: calc(100% - 1.5em);
    transition: all .5s ease;
    
}

/* propiedades de figcaption SÓLO cuando
   la mano se coloca encima de "figure" */
.galeria figure:hover figcaption {
    background-color: rgba(0,60,60,.5);
    top: 60%;
    transition: all .5s ease;
}

.galeria figcaption span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: .75em;
    color: #ddd;
    
}


.textos {
    padding: 1em;
    
    /* para limitar la cantidad de palabras por línea */
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}

.textos > * {
    margin-bottom: 1em;
}

.textos > div h4 {
    background-color: rgba(150,200,150,.75);
    padding: .25em;
    margin-bottom: .5em;
    
    /* para salir en parte del "flujo de información" del fondo y colocase en una capa superior
    "anclada" en su "ascendiente" */
    position: sticky;
    top: 0;
} 

.subir {
    text-decoration: none;
    color: darkcyan;
    font-weight: bold;
}

.subir:hover {
    text-decoration: underline;
}

@media (min-width:40em)
{
    .galeria figcaption {
    background-color: rgba(0,0,0,.5);

    padding: .5em;
    line-height: 1em;
   
    position: absolute;
    height: 100%;
    width: 100%;
  
    top: calc(100% - 1.5em);
    transition: all .5s ease;
    
}

    .galeria figure {
    width: 60vmin;
    margin: .125em;
     
    
    /* para que cada figura sea
       "origen de coordenadas"
       de sus "descendientes" con 
       position: absolute */
    position: relative;
    
    /* para que se oculten
       sus "descendientes" con 
       position: absolute
       que se "salgan" de sus límites */
    overflow: hidden;
}
    
    
    
    
.barra {
    width: 100%;
    padding: 0px;
    text-align: center;
    background: white;
    }

.herramientas {
    background-color: #fbc02d;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    width: 100%;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    }


#botonesbarranoticias{ 
    width: 40px;
    margin: 0;
    padding: 0;
    margin-left: 9em;

    }
#botonesbarrainsumos{ 
    width: 40px;
    margin: 0;
    padding: 0;
    margin-left:-.5em;  
    
    }
#botonesbarraeventos{ 
    width: 40px;
    margin: 0;
    padding: 0;
    margin-left:-6.8em;
    
    }
#botonesbarrachat{ 
    width: 40px;
    margin: 0;
    padding: 0;
    margin-left: -9em;
    
    }
#botonesbarraperfil{ 
    width: 40px;
    margin: 0;
    padding: 0;
    margin-right: 17em;
    margin-left: -14em
    
    
   
    }
   
}