@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bahiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

img {
    width: 100%;
}

body {
    background-color: #555555;
}

header {

    background-color: #47a099;
    padding: 0.3em;
    position: sticky;
    top: 0;
    z-index: 9998
}

header ul {
    display: block;
    background-color: #47a099;
}

/* menu barra*/
header nav ul {
    background-color: rgba(#47a099);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100;

    padding-right: 2em;
    padding-left: 2em;
    padding-top: 1em;


    transition: all .6s ease;
    z-index: 9999;

}

h1 {
    visibility: visible;
    font-family: bahiana;
    font-size: 2.2em;
    text-align: center;
    color: whitesmoke;
    padding: 0.1em;
    letter-spacing: 0.03em;
}

h2 {
    font-family: montserrat;
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 0.6em;
    color: rgba(245, 245, 245, 0.51);
}

h5 {
    font-size: 1em;
    margin-bottom: 0.3em;
}

/*inicio*/

.perfil {
    color: whitesmoke;
    position: fixed;
    right: -0.3em;
    padding-top: 0.18em;
    font-size: 30px !important;
}

.titulo {
    font-family: montserrat;
    color: #393939;
    justify-content: space-between;
    font-size: 1.2em;
    margin-bottom: 0.3em;
    padding-left: 0.4em;

}

.menu_items {
    display: none;
}

header a {
    font-family: montserrat;
    font-size: 0.8em;
}

nav ul li a {
    color: whitesmoke;
}

main div ul {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-content: center;
    font-family: montserrat;
    font-size: 0.8em;
    flex-wrap: wrap;
    border-radius: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-right: 0.6em;
    
}

.filtros ul {
    background-color: rgba(71, 160, 153, 0.41)
}

nav div ul {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.5em;

}

nav div ul li {
    width: 7em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 1em;

}

.recom {
    padding: 0.3em;
    color: aliceblue;
    background-color: rgb(251, 139, 35);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
}

.autor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: dimgrey;
    font-family: montserrat;
     padding-left: 0.5em;
}

figcaption {
    color: grey;
}

article {
    color: whitesmoke;
    display: flex;
    justify-items: center;
    margin: 0.5em;
    padding: 0.5em;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.5em;
    position: relative;

}

article figure {
    width: 6.5em;
    min-width: 6.5em;
    align-content: space-between;

}

.user {
    display: flex;
    justify-content: center;

}

.user img {
    max-width: 20%;
    margin: 1em;
    object-position: center;
}

/*footer*/
footer {
    display: grid;
    justify-content: center;
    padding: 1em;
    background-color: rgba(22, 47, 45, 0.48);
}

.logoacumar {
    width: 100px;
    margin: 1em;
}

.los_contenidos {
    color: #ffffff;
    font-family: montserrat;
    font-size: 0.7em;
    margin: 1em;
    text-align: left;
}

.acumar {
    display: flex;
    justify-content: center;
}

.etiquetas {
    transition: all .4s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: .4em;
    background-color: rgba(169, 169, 169, 0.27);


}

input[type=checkbox] {
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.etiquetas label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .4s ease;
    text-align: center;
}

.etiquetas input[type=checkbox]:checked + label {
    background: darkorange;
}

.label {
    font-family: montserrat;
    color: whitesmoke;
}

.guadar_y_compartir {
    bottom: 0.6em;
    color: darkgrey;
    position: absolute;
    right: 0.8em;
    border: 0;

}

.compartir {
    color: #47a099;
    background-color: rgba(128, 128, 128, 0.21);
    border-radius: 0.2em;
    padding: 0.1em;


}

.botoncompartir {
    border-style: none;

}

buttom {
    border-style: none;
    background: none;

}

#barra {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.busca {
    padding-left: 0.3em;
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-family: montserrat;
    font-size: 0.7em;
    color: whitesmoke;
}


.buscar {
    margin: 1em;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
}

i {
    border-style: none;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;

}

#lupita {
    color: whitesmoke;
    background-color: rgba(128, 128, 128, 0);
    position: absolute;
    border: 0;
    padding-top: 0.2em;
    padding-left: 0.2em;

}

.barra {
    background-color: whitesmoke;
    border-radius: 7px;
    border: solid 2px grey;
    width: 280px;
    padding: 6px;
    justify-content: center;
    margin-right: 
    (@media screen and max-width: 600px);
}

.user {
    margin: 2em;
    text-align: center;
}

.visible {
    visibility: hidden !important;
    transition: all .3s ease;
    background-color: dimgrey;

}

.visble ul {
    background: #47a099
}

.hola {
    visibility: visible !important;
}

.visible li {


    height: 3.3.6em;
    margin-left: .25em;
}

.visible a {
    margin-top: 0.5em;
    height: 1.7em;
    border-bottom-style: solid;
    border-bottom-color: darkorange;
    border-bottom-width: 2px;
    border-bottom-right-radius: 0.2em;
    text-decoration: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: bahiana;
    font-size: 2.2em;
    text-align: center;
    color: whitesmoke;
    padding: 0.5em;
    letter-spacing: 0.02em;
}
.desplegable {
    font-size: 35px !important;
    padding-top: 0.1em;
}

#desplegable {
    margin-top: 0.2em;
    margin-left: 1em;
    position: absolute;
    z-index: 99999;
    background-color: transparent;
    color: whitesmoke;
    border: none;

}



/*contacto*/

.ponete_en_contacto h2 {
    background-color: rgb(251, 139, 35);
    text-align: center;
    text-transform: uppercase;
    color: aliceblue;
    padding: 0.3em;
}

.parrafo {
    text-align: center;
    font-family: montserrat;
    font-size: 0.8em;
    margin-left: 3em;
    margin-top: 1em;
    color: whitesmoke;
    padding: 01em;
    margin: auto;

}

.bcontacto {
    display: flex;
    background-color: dimgray;
    border-radius: 7px;
    border: solid 2px white;
    width: 310px;
    padding: 4px;

    (@media screen and max-width: 600px);
    margin: auto;
    margin-top: 0.3em;
    padding: 0.4em;

}


.mensaje {
    margin-top: 1em;
    padding-top: 5em;

}



h4 {
    font-family: montserrat;
    margin-left: 2em;
    margin-top: 2em;
    color: whitesmoke;

}

/*REDES*/


.redes img {
    width: 60%;
    max-width: 100px;
    padding: 1em;
}

.redes ul {
    display: flex;
}

.redes {
    display: flex;
    justify-content: center;
    margin: 1em;

}

.redesin {
    display: flex;
    justify-content: center;
}

.sociales h2 {
    background-color: #47a099;
    padding: 0.5em;
    color: aliceblue;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
}

/*DONAR Y NOSOTROS*/
.tt {
    background-color: #505050;
    padding: 0.1em;
}

.tt h2 {
    text-align: center;
    text-transform: uppercase;
    color: aliceblue;
}

.tt h3 {
    font-family: montserrat;
    color: aliceblue;
    text-align: center;
    text-transform: uppercase;
    padding: 0.8em;
}

.textoactividades {
    text-align: center;
    padding: 1.5em;
    font-family: montserrat;
    color: whitesmoke;
    background-color: #47a099;
    line-height: 1.5em;
    font-size: 1em;
}

.textomapa {
    text-align: center;
    padding: 0em 0em 2em 0em;
    font-family: montserrat;
    font-size: 0.8em;
    color: aliceblue;
}


.donar {
    justify-content: center margin: auto;
    padding: 1em;
    background-color: #aaaaaa;
    height: auto;
}

.donar p {
    margin: 1em;
    font-family: montserrat;
    font-size: 1em;
    text-align: center;
    line-height: 1.5em;
}

.donar img {
    display: block;
    margin: 2em;
    width: 80%;
    margin: auto;
}

.contacto {
    display: flex;
    justify-content: center;
    margin: 2em;
}

.enviar {
    border-radius: 1em;
    padding: 1em 1em;
    color: white;
    font-family: montserrat;
}

.enviar ul li button {
    background-color: #47a099;
    color: whitesmoke;
    border-style: solid;
    border-color: rgb(251, 139, 35);
    border-radius: 0.5em;
    padding: 0.5em 6.6em 0.5em 6.6em;
}


.textodonar {
    padding: 2em;
    color: dimgrey;
    font-family: montserrat;
    background-color: whitesmoke;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.5em;
}

.textodonar1 {
    font-family: montserrat;
    color: whitesmoke;
    text-transform: uppercase;
    text-align: center;
}

.textonosotros {
    font-family: montserrat;
    text-align: left;
    padding: 2em;
    word-spacing: normal;
    font-size: 0.9em;
    line-height: 1.5em;
    color: aliceblue;

}

#video {
    display: flex;
    justify-content: center;
    margin: 2em;
    padding: 1em;
}

#bibliotecas {
    display: flex;
    justify-content: center;
}

#bibliotecas img {
    margin: 1em;
    max-width: 100%;

}

/*INGRESAR*/
#Logo {
    width: 250;
    margin: 4 4 4 4;
}

.Registro input {
    font-family: montserrat;
    font-style: normal;
    font-variant-position: super;
    color: whitesmoke;
    border: none;
    border-radius: 0.5em;
    background-color: rgba(255, 140, 0, 0.93);
    text-decoration: underline;
    font-size: 12;
    margin-top: 2em;
    padding: 0.5em 3em 0.5em 3em;
}

.boton input {
    background-color: grey;
    font-family: montserrat;
    color: whitesmoke;
    border-style: solid;
    border-color: rgb(251, 139, 35);
    border-radius: 0.5em;
    font-size: 15;
    padding: 0.5em 6.6em 0.5em 6.6em;
    margin-top: 1em;
}

.Invitado input {
    background-color: grey;
    font-family: montserrat;
    border-style: none;
    border-radius: 0.5em;
    color: whitesmoke;
    font-size: 13;
    padding: 0.5em 5.5em 0.5em 5.5em;
    margin-top: 1em;
}

#Logo {
    margin: auto;
    display: grid;
    flex-direction: column;
    align-items: center;
}

#login {
    display: grid;
    flex-direction: column;
    align-items: center;
}

.login {
    background-color: rgba(128, 128, 128, 0.49);
    border: none;
    width: 20em;
    margin: auto;
    padding: 0.3em;
    border: solid 2px whitesmoke;
    margin-top: 0.4em;
    border-radius: 0.5em;

}

.formularioing {
    display: grid;
}

#botonesin {
    margin: auto;
    display: grid;
    flex-direction: row;
    align-items: center;
    list-style: none;
    text-align: center;
}

.colorbody {
    background-color: #47a099;
}

/*TEXTO LIBROS */
.back {
    background-color: #575757;
}

.titulolibro {
    display: flex;
    justify-content: center;
    margin: auto;
    background-color: rgba(251, 139, 35, 0.9);
}

.titulolibro h2 {
    text-transform: uppercase;
    margin: auto;
    padding: 0.4em;
    color: whitesmoke;
}

.recomendados {
    display: flex;
    justify-content: space-between;
    margin: 1em;
    padding: 1em;
}

#contanos {
    color: #47a099;
    font-family: montserrat;
    font-size: 1em;
    text-align: center;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.estrellas {
    display: flex;
    justify-content: center;
    margin: 1em;
}

#reservar {
    display: flex;
    justify-content: center;
    margin-right: 2.2em;
}

#reservar ul li a {
    background-color: #47a099;
    display: grid;
    padding: 1em;
    border-radius: 1em;
    border: solid 1.5px whitesmoke;
    text-decoration: none;
    font-size: 1.1em;
}

#reservar a:hover {
    color: rgb(251, 139, 35);
}

#reservar ul li a {
    color: aliceblue;
}

.infolibro {
    background-color: white;
}

.infolibro p {
    color: #000000;
    font-family: montserrat;
    text-align: left;
    line-height: 1.5em;
    margin: 2.2em;
    padding-bottom: 1em;
}

.infolibro h3 {
    font-family: montserrat;
    color: whitesmoke;
    background-color: rgba(71, 160, 153, 0.85);
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    padding: 0.3em;
}

.infolibro h5 {
    margin: 1em;
    font-family: montserrat;
    text-align: center;
}


.paginalibro img {
    display: block;
    width: 250px;
}

/*---------LIBRITOS SLIDER--------*/

.contenedor0 img {
    display: block;
    max-height: 30%;
    max-width: 30%;
}

/*ACTIVIDADES*/

.titulo_barra {
    font-family: montserrat;
    font-weight: 900;
    background-color: #47a099;
    color: white;
    text-transform: uppercase;
    padding: 0.5em;
}

.actividades {
    display: flex;
    align-content: flex-end;
    min-height: 250px;
    background-image: url(imgswebapp/guitarra.jpeg);
    background-size: cover;
}

.actividades h3 {
    font-family: montserrat;
    font-weight: 800;
    color: white;
    background-color: rgb(251, 139, 35);
    padding: .3em .4em .3em .4em;
    align-self: flex-end;
    margin-right: 1em;
    margin-top: .5em;
}

.actividadesin {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.53);
}

.actividadesin p {
    padding: 0.7em;
    line-height: 0.5;
}

.actividades img {
    height: 100%;
    object-fit: cover;
}

.actividades_nombres {
    text-align: center;

}

.actividades_nombres a {
    font-family: montserrat;
    color: white;
    font-size: 1em;
}

.actividades_nombres a:hover {
    color: rgb(251, 139, 35);
}


.abajo_actividades {
    display: flex;
    flex-wrap: wrap;
    justify-content:
}

.abajo_actividades_in {
    font-family: montserrat;
}

.actividadeshoy {
    font-family: Montserrat;
    color: white;
    text-align: center;
    font-size: 2em;
    top: 1.2em;
    left: 10%;
    text-align: center;
}

.abajo_actividades_in {
    background-color: rgb(251, 139, 35);
    color: whitesmoke;
    top: 1.8em;
    left: 5%;
    right: 5%;
    font-weight: 600;
    text-align: center;
}


.proximas {
    color: white;
    font-family: Montserrat;
    text-align: center;
    padding: 1em;
}

.proximas:hover {
    color: #47a099;
}

/*PELICULAS*/

.peliculas div {
    background-color: rgb(251, 139, 35);

}

.peliculas ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0.2em;
}

.peliculas div ul li {
    background-color: black;
    margin: .6em;
    padding: .4em;
    text-align: center;
}

.peliculas div ul li a {
    color: aliceblue;
    font-family: 'Montserrat';
}

.peliculas a:hover {
    color: rgb(251, 139, 35);
}

/*index*/

.index {
    display: flex;
    justify-content: center;
    height: 100vh;
}

/* PERFIL */
.profile {
    display: flex;
    align-content: flex-end;
    min-height: 250px;
    background-image: url(imgswebapp/fotocafe.jpg);
    background-size: cover;
}

.profile h3 {
    font-family: montserrat;
    font-weight: 800;
    color: white;
    background-color: rgb(251, 139, 35);
    padding: .3em .4em .3em .4em;
    align-self: flex-end;
    margin-right: 1em;
    margin-top: .5em;
}

.usuario {
    background-color: #47a099;
    margin: 4em;
    border-radius: 1em;
}

.usuario figure {
    display: flex;
    justify-content: center;
}

.usuario h4 {
    text-align: center;
    margin: 1em;
    padding-top: 0.5em;

}

.lila img {
    object-fit: cover;
    object-position: left center;
    display: block;
    max-width: 40%;
    margin: 1em;
    border-radius: 100em;
}

.lila h3 {
    text-align: center;
    
    font-family: montserrat;
    color: #4b4b4b;

}

.lila a {
    color: #ffffff;
}

.cerrarsesion {
    display: flex;
    justify-content: center;
    margin: 1em;
}

.cerrarsesion a input {
    font-family: montserrat;
    background-color: rgb(251, 139, 35);
    color: whitesmoke;
    margin-bottom: 1em;
    border-style: none;
    padding: 0.5em 5em 0.5em 5em;
    border-radius: 0.5em;
}

.modificar {
    margin: 1em;
    text-align: center;
    font-family: montserrat;
    font-size: 0.8em;
    background-color: grey;
    padding: 0.5em;
    border-radius: 0.5em;
    
}

.titulo_perfil {
    background-color: #47a099;
    padding: 1em;
}

.titulo_perfil h3 {
    text-align: left;
    font-family: montserrat;
    text-transform: uppercase;
    color: #ffffff;
}

.bonditime {
    background-color: rgb(251, 139, 35);
    font-family: montserrat;
    font-size: 0.9em;
    color: aliceblue;
}

.bonditime p {
    text-align: center;
    line-height: 1.5em;
}

.bonditime img {
    height: 50%;
    object-fit: cover;
}

#pdf {
    margin: 1em;
    padding: 1em;
    background-color: #47a099;
    text-align: center;
}

#pdf a {
    margin: 1em;
    padding: 1em;
    color: aliceblue;
}

#pdf a:hover {
    color: rgb(251, 139, 35);
}

.seguir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em;
    padding: 1em;
}

.seguir img {
    object-fit: cover;
    width: 50px;
}

/* CAROUSEL PERFIL */

/*---CONTENEDOR PRINCIPAL Y FLECHAS ---*/
.libros-recomendados {
    margin-bottom: 1.25em;
}

.libros-recomendados .contenedor-principal {
    display: flex;
    align-items: center;
    position: relative;
}

.libros-recomendados .contenedor-principal .flecha-izquierda,
.libros-recomendados .contenedor-principal .flecha-derecha {
    position: absolute;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
    height: 30%;
    width: 5%;
    color: aliceblue;
    cursor: pointer;
}


.libros-recomendados .contenedor-principal .flecha-izquierda {
    left: 0;
}

.libros-recomendados .contenedor-principal .flecha-derecha {
    right: 0;
}

.libros-recomendados .contenedor-principal .flecha-izquierda:hover,
.libros-recomendados .contenedor-principal .flecha-derecha:hover {
    background: rgba(0, 0, 0, 0.9)
}

/*------carousel*/
.libros-recomendados .contenedor-carousel {
    width: 100%;
    padding: 20px 0;
}

.libros-recomendados .contenedor-carousel .carousel {
    display: flex;
    flex-wrap: nowrap;

}

.libros-recomendados .contenedor-carousel .carousel .books {
    width: 20%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}


/*CINEACUMAR*/
.cineacumar {
    padding-bottom: 0.4em;
    padding-top: 0.1em;
    background-color: grey;
}

.cineacumar h2 {
    text-align: center;
    color: aliceblue;
    text-transform: uppercase;
    font-size: 1em;
}

.textocine {
    font-family: montserrat;
    color: rgb(251, 139, 35);
    justify-content: center;
    padding: 1em;
    text-align: center;
    line-height: 1.5em;
}

.proximasproyecciones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.proximasproyecciones figure {
    background-color: rgba(251, 139, 35, 0.82);
    width: 50vmin;
    position: relative;
    overflow: hidden;
    align-items: stretch;
}

.proximasproyecciones figure:nth-child(2) {
    background-color: rgba(251, 139, 35, 0.79);
}

.proximasproyecciones figure:nth-child(1) {
    background-color: rgba(71, 160, 153, 0.56);
}

.proximasproyecciones figure:nth-child(3) {
    background-color: rgba(71, 160, 153, 0.56);
}

.proximasproyecciones img {
    object-fit: cover;
    height: 50vmin;
}

.proximasproyecciones figcaption {
    margin: 0.8em;
    font-family: montserrat;
    color: aliceblue;
    text-align: left;
    font-size: 0.8em;
    padding-left: 0.4em;

}

.proximasproyecciones h3 {
    margin-bottom: 0.5em;
}

/*TALLERES PANTALLA*/

.textomasactividades {
    background-color: rgb(255, 255, 255);
    font-family: montserrat;
    color: #47a099;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.8em;
}

.masactividadesyt {
    padding-bottom: 0.4em;
    padding-top: 0.1em;
    background-color: grey;

}

.masactividadesyt h2 {
    text-align: center;
    color: aliceblue;
    text-transform: uppercase;
    font-size: 1em;
}

.proximasactividades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.proximasactividades figcaption {
    line-height: 1em;
    font-weight: 600;
    font-family: montserrat;
    color: aliceblue;
    font-size: 0.9em;
}

.proximasactividades figure {
    background-color: rgba(251, 139, 35, 0.72);
    width: 50vmin;

}

.proximasactividades figure:nth-child(2) {
    background-color: rgba(181, 118, 58, 0.72);
}

.proximasactividades figure:nth-child(1) {
    background-color: rgba(71, 160, 153, 0.56);
}

.proximasactividades figure:nth-child(3) {
    background-color: rgba(36, 36, 36, 0.56);
}

.proximasactividades h3 {
    font-family: montserrat;
    font-size: 1em;
    margin: 0em auto 0.5em auto;
    background-color: rgb(251, 139, 35);
    padding: 0.5em;
    text-align: center;
}

.fecha {
    padding: 0.5em 0em 0em 0em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.hora {
    margin: 1em;
    font-size: 0.9em;
    text-align: center;
    word-spacing: 0.2em;
}

.cupos {
    text-align: center;
}

.adentroinfotaller {
    padding: 1em;
    text-align: center;
    color: #47a099;
    line-height: 1.5em;
}

.adentroinfotaller1 {
    text-align: center;
    color: whitesmoke;
    padding: 0.3em;
}

.inscribite_talleres {
    background-color: #47a099;
    color: whitesmoke;
    font-family: montserrat;
    font-weight: bold;
    margin: 1em;
    padding: 0.5em;
    border-radius: 0.5em;
    border: solid 1.5px;
}

.in-inscribite {
    display: flex;
    justify-content: center;
    
}



/*pc*/
@media screen and (min-width:600px) {

    .genero {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 1.5em;

    }

    article {
        width: 32%;
    }

    img {
        width: 100%;
    }

    body {
        background-color: #696969;
    }

    header {
        display: block;
        padding: 02em;
        background-color: #47a099;
    }


    .menu {
        background color: darkgoldenrod;
        height: 75px;
        width;
        100vw;
        display: flex;
        justify-content: flex;
        align-items: center;
        border-bottom:




    }

    .menu_items {
        position: fixed;
        display: flex;
        justify-content: flex-start;
        background-color: rgba(#47a099);
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        ;
        transition: all .6s ease;
        padding: 01em;
        z-index: 9999;

        margin-left: auto;
        padding-right: auto;
        padding-left: auto;
        margin-bottom: auto;
    }

    .inicio {
        flex-grow: 1;
    }

    .material-icons {
        display: none;


    }

    .perfil {
        position: relative;
        margin-left: 1em;
    }

    .usuario {
        font-size: 35px;
    }

    .menu_items a {
        width: 6em;
        height: 2em;
        margin-left: .25em;
        text-decoration: none;
        color: white;
        background-color: #fd8104;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: bahiana;
        font-size: 1.5em;
        text-align: center;
        color: whitesmoke;
        padding: 0.1em;
        letter-spacing: 0.05em;
        display: flex;
        border-radius: 0.3em;
    }

    .pdesktop {
        background-color: rgba(0, 255, 255, 0);
    }
    
    h1 {
        display: none;
    }





    .visible {
        visibility: hidden;

    }





    #desplegable {
        display: none
    }

    /*ACTIVIDADES*/

    .titulo_barra {
        font-family: montserrat;
        font-weight: 900;
        background-color: #47a099;
        color: white;
        text-transform: uppercase;
        padding: 0.5em;
    }

    .actividades {
        display: flex;
        align-content: flex-end;
        min-height: 250px;
        background-image: url(imgswebapp/guitarra.jpeg);
        background-size: cover;
    }

    .actividades h3 {
        font-family: montserrat;
        font-weight: 800;
        color: white;
        background-color: rgb(251, 139, 35);
        padding: .3em .4em .3em .4em;
        align-self: flex-end;
        margin-right: 1em;
        margin-top: .5em;
    }

    .actividades span {
        display: block;
        font-size: 1.17em;
    }

    .actividades a {
        font-family: montserrat;
        font-weight: 600;
        background-color: rgb(0, 0, 0);
        color: whitesmoke;
        align-self: flex-end;
        margin: .5em 1.6em .2em 0;
        padding: .35em;
    }

    .talleres {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .actividadesin {
        position: relative;
    }

    .actividades_img {
        height: 100%;
        object-fit: cover;
    }

    .actividades_nombres {
        position: absolute;
        bottom: 3em;
        left: 5%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.54);
        width: 90%;
        height: 30px;
        padding: .4em;
    }

    .actividades_nombres a {
        font-family: montserrat;
        color: white;
        font-size: 1em;
    }

    .actividades_nombres a:hover {
        color: rgb(251, 139, 35);
    }


    .abajo_actividades {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 120px;
    }

    .abajo_actividades_in {
        font-family: montserrat;
    }

    .abajo_actividadescc {
        color: whitesmoke;
        top: 1.8em;
        left: 5%;
        right: 5%;
        font-weight: 600;
        text-align: center;
    }

    .proximas {
        color: white;
        font-family: Montserrat;
        padding-top: .5em;
        left: 5%;
        right: 5%;
        text-align: center;
    }



    /*PELICULAS*/
    .peliculas div {
        background-color: rgb(251, 139, 35);

    }

    .peliculas ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0.2em;
    }

    .peliculas div ul li {
        background-color: black;
        margin: .6em;
        padding: .4em;
        text-align: center;
    }

    .peliculas div ul li a {
        color: aliceblue;
        font-family: 'Montserrat';
    }

    .peliculas a:hover {
        color: rgb(251, 139, 35);
    }

    #bibliotecas img {
        width: 900px;
