@charset "utf-8";

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

/*MOVILE generales*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Rubik',sans-serif;
    min-height: 100vh;
}

header {
    background-color: #724797;
    color: #ffffff;
    padding: 2em;
    text-align: center;
}

.header-nav {
    display: flex;
    justify-content: space-between;
}

.activo{
    background-color: #FFFFff;
}

main {
    background-color: #a386b9;
}

footer {
    background-color: #724797;
    color: #ffffff;
    padding: 1em;
    text-align: center;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.volver img {
    margin: 2em 2em 2em;
    width: 35px;
}


/*------------navegacion-----------------------*/
    

.logo img {
    margin: 0em 3em 1em -1em;
    width: 85%;
}
.menu-btn {
    background:white
}


nav {
    position: relative;
  }

.menu-btn,
.menu-fondo {
    padding: .75rem;
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9000;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.menu-fondo {
    background: rgba(255, 255, 255, 0.25);
    z-index: 8000;
  }
  

.menuVisible .menu-fondo {
    background: #baddc9;
    width: 200vw;
    height: 200vw;
    right: -100vw;
    top: -35vw;
}  

.menu-btn .btn-linea {
    width: 25px;
    height: 3px;
    margin: 4px 0 4px 0;
    background: black;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 9000;
}

.menuVisible .menu-btn .btn-linea {
    transform: rotate(180deg);
}

.menuVisible .menu-btn .btn-linea:nth-child(1) {
    transform: rotate(45deg) translate(4px, 6px);
}
.menuVisible .menu-btn .btn-linea:nth-child(2) {
    opacity: 0;
}
.menuVisible .menu-btn .btn-linea:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -6px);
}

nav ul {
    position: absolute;
    right: 1rem; 
    top: calc(100% + 4rem);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all .5s ease;
}

.menuVisible ul {
    visibility: visible;
    opacity: 100%;
    transition: all .5s .2s ease;
}

nav ul li a {
    border-bottom: solid 4px transparent;
    color:white;
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: .5rem;
    width: min(40vw, 15rem);
    text-align: right;
    padding: .5rem;
    text-decoration: none;
}

nav ul li a:hover {
    border-bottom: solid 4px rgba(255, 255, 255, 0.5);
    transition: all .3s;
}


/*---------Texto---------*/

.negrita{
    font-weight: bold;
}

.titulos{
    text-align: left;
    color:#170055 ;
    border-bottom: solid 3px #170055;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 2em 2em 2em 2em;
	max-width: 200px;          
    font-size: 22px;
}



/*-----------biblioteca----------------*/

.biblio_buscador img{
    width: 85%;
    margin: 0em 3em 1em 2em;
    justify-content: center;
}

.biblio_filtro img{
    width: 10%;
    margin: 0em 3em 1em 2em;
    justify-content: center;
}

.biblioteca {
    background-color: #724797;
    border-radius: 20px;
    margin: 1em 2em 3em 3em;
    padding: 1em 2em 1em 2em;
    text-align: center;
}

.biblioteca ul{
    display: flex;
    flex-wrap: wrap;
    margin: -1em 1em -1em 1em;
}

.biblioteca ul li img{
    width: 60%;
    height: 60%;
    margin: 1em 1em  1em 1em;
}

h3{
    font-weight: 600;
    font-size: 13px;
    color: #baddc9;
    justify-content: center;
}

h4{
    font-weight: 600;
    font-size: 10px;
    color: #baddc9;
    border-top:solid 3px #baddc9;
    margin-top: 0.5em;
    padding: 1em;
}



/*-----------FavRes--------------------*/

.misfav img{
    margin: 0em 2em;
    width: 80%;
}

.misfav a{
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0em;
    margin: 1em 3em 1em 3em;
    max-width: 120px;
}

.misfav a{
    color: #ffffff;
}

.misres{
    margin: 2em 3em 3em 3em;
    border-radius: 3em;
    background-color: #baddc9;
    padding: 0.5em 2em 1em 2em;
}

.misres p{
    border-radius: 3em;
    background-color: #ffffff79;
    border: solid 3px #ae09f5;
    text-align: center;
    color: #ae09f5;
    padding: 2em;
    font-size: 12px;
}

.misres h1{
    margin-left: 1em;
    margin-top: 1em;
}

.misres .boton-link {
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 2em 0em 1em 1em;
    max-width: 120px;
}

.misres .boton-link a{
  color: #ffffff;
}

.misres .boton-link:hover{
    color: rgba(0,0,0,1.00);
    background-color: rgb(174, 9, 245);
}



/*--------------comunidad---------------------------*/

.miembros1{
    background-color: #baddc9;
    border-radius: 3em;
    margin: 0em 2em 3em 2em;
    padding: 0.5em;
}

.miembros1 h1{
    margin-left: 2em;
    font-size: 14px;
}

.miembros img{
    display: block;
    width: 100%;
    margin: 0.5em 0em 1em 0em;
    padding: 0.5em;
}

.boton-link {
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 0em 0em 0em 3.5em;
    max-width: 120px;
}

.boton-link a{
  color: #ffffff;
}

.boton-link:hover{
    color: rgba(0,0,0,1.00);
    background-color: rgb(174, 9, 245);
}

.grupos1{
    background-color: #baddc9;
    border-radius: 3em;
    margin: 2em 2em 3em 2em;
    padding: 0.5em;
}

.grupos1 h1{
    margin-left: 2em;
    font-size: 14px;
}

.grupos1 img{
    display: block;
    width: 95%;
    margin: 0.5em 0em 0em 0.5em;
    padding: 0.5em;
}



/*---------------------biblioteca_libro------------------------*/
.biblioteca_libro {
    display:flex;
    margin: 1em 3em 3em 2em;
    padding: 0 1em 1em 1em;
    border-radius: 50px;
}


.biblioteca_libro img {
    border: solid 5px #724797;
    margin: 0em 0em 1em 0em;
    width: 45%;
}

.info_libros h3{
    font-weight: bold;
    color: #170055;
    text-align: left;
    margin: -12em 0em -2em 8.5em;
    font-size: 14px;
}

.info_libros2 p{
    padding: 1em 0 ;
    font-weight: normal;
    color: #170055;
    margin: 2.5em 4em -5em 12em;
    font-size: 10px;
    text-align: left;
}

.boton_libro img {
    width: 80px;
    border: none;
    margin: 3.5em 0em 3em 0em;
}

.boton-link2 {
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: -1.5em 3em 2em 4em;
    max-width: 120px;
}
.boton-link2 a{
  color: #ffffff;
}

.boton-link2:hover{
    color: rgba(0,0,0,1.00);
    background-color: rgb(174, 9, 245);
}

.datos_res p{
    border: solid 3px #724797;
    border-radius: 1em;
    max-width: 700px;
    padding: 4em 3em 3em 3em;
    color: #724797;
    text-align: center;
    margin: -4em 3em 2em 3em;
}

.boton-link3 {
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 1em 3em 2em 3em;
    max-width: 120px;
}
.boton-link3 a{
  color: #ffffff;
}

.boton-link3:hover{
    color: rgba(0,0,0,1.00);
    background-color: rgb(174, 9, 245);
}

.res_usuarios img{
    width: 70%;
    margin: 1em 0em 1em 2em;

}

/*-------------------Bienvenida------------------*/
.contenedor_inicio img{
    margin: 1em 0em 0em 2em;
    max-width: 85%;
    justify-content: center;
}

/*-----------DesYNov-------------*/

.destacados {
    background-color: #724797;
    padding: 2em 2em 0em 2em;
}

.destacados ul li img{
    width: 50%;
    height: 50%;
    margin: 2em 2em 1em 4em;
}


.destacados h3{
    font-weight: 600;
    font-size: 14px;
    color: #baddc9;
    text-align: center;
}

.destacados h4{
    border-top: solid 3px #baddc9;
    max-width: 350px;
    margin: 1em 5em;
    padding: 1em;
    text-align: center;
}

.novedades ul li img{
    width: 50%;
    height: 50%;
    margin: 2em 3em 1em 5em;
}

.novedades h3{
    font-weight: 600;
    font-size: 14px;
    color: #baddc9;
    text-align: center;
}

.novedades h4{
    border-top: solid 3px #baddc9;
    max-width: 350px;
    margin: 1em 5em;
    padding: 1em;
    text-align: center;
}

/*---------------------Nosotros-----------------*/

.nosotros img{
    width: 80%;
    margin:  0em 1em 0em 2em;
}

.parrafos {
    margin: 0em 1em 1em 1em;
    padding: 1em;
    color: #baddc9;
    font-family: 'Rubik', sans-serif;
}

.parrafos p {
    margin: 1em 0em;
    font-size: 12px;
}

.redes img{
    display: inline-flex;
    width: 50px;
    margin: 1em 1em 1em 0.5em;
    padding: 0.5em;
}


#ComunidadF{
    background-color: #baddc9;
    border-radius: 15px;
    margin: 1em -1em 2em 3em;
    padding: 1em 1em 1em 1em;
    max-height: 900px;
    max-width: 600px;
    
}

#GruposF{
    width: 95%;
    padding: 10px;
    background-color: #baddc9;
    border-radius: 15px;
}


.miembrito2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;

}

.miembrito img{
   width: 20%;
    margin: 0em 5em 0em 0em;
}

.miembrito p{
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;

    border-radius: 7px;
    background-color: #d6bee9;
    border: solid 3px  #d6bee9;
    padding: 16px 43px 22px 52px;
    margin: 24px 13px 34px -35px;
}


.SubComu{
    text-align: right;
    color:#170055 ;
    max-width: 200px;          
    font-size: 30px;  
}
.grupos p2{
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 10px;
    background-color: #baddc9;
    padding: 0.5em;
    text-align: center;
    margin: 2em 2em 0em 2em;
}

#listaGrpos .miembrito2{
    margin: 20px;
}

.miembrito2 p{
    text-align: center;
    color: #ffffff;
    justify-content: center;

}

#GruposF button{
    text-align: center;
}

.ListaMiembros {
    background-color: #baddc9;
    border-radius: 10px;
    justify-content: center;
    margin: 10px;
    color: #170055;
}

.ListaMiembros h2{
    margin-top: 10px;
    color: #170055;
}

#Micomunidadd img {
    width: 200%;

}

#Micomunidadd {
    width: 20%;
    padding: 20px;

}

/*----------------Mis mensajes-------------------*/

#mismensajes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
}

#mensajeria {
    width: 20%;
}

#mensajeria img {
    width: 100%;
    justify-content: center;
}

#mensajeria button {
    display: flex;
    flex-direction: column;
    background-color: #724797;
    color: #ffffff;
    padding: 15px;
    margin: 5px;
    justify-content: center;
}

.Buscarmensajes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
}

.Buscarmensajes .Mensajeriaa img{
    width: 80%;
    margin: 10px;
    padding: 10px;
    align-items: center;


}

 /*-------------------MIS RESENAS--------------------*/

 #misresenas {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
}


#misresenasimg {
    width: 100%;
    align-items: center;
}

#misresenasimg button{
    background-color: #724797;
    color: #ffffff;
    padding: 10px;
}

#misresenasimg img {
    width: 30%;
    align-items: center;

}

.Hoy img {
    width: 180%;
    padding: 10px;
}

.Hoy p8 {
    text-align: left;
    padding: 0%;
    margin: 0%;
    color: #724797;
    font-weight: bold;
    font-family: 'Rubik';
    font-size: 20px;
}

.Hoy {
    margin: 0;
    padding: 0;
    width: 35%;
}


.Hoy {
    display: flex;
    flex-direction: column;
}

#misresenas input {
    width: 140px;
    height: 150px;
    text-align: left;
    display: flex;

}


/*-------------MIS RESERVAS-------------------*/

         #misreservas {
            margin: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        #misreservasimg {
            width: 40%;
            padding: 20px;
            color: #170055;
        }

        .encurso {
            width: 40%;
            padding: 30px;
            justify-content: center;
        }

         #misreservassimg img {
             width: 40%;
         }

         .encurso img{
            width: 300%;
        }

/*--------------------empezar------------------------------------------------*/

.empezar img{
   width: 100%;
}

.boton-empezar{
	display: flex;
    margin: 1em;
	justify-content: center;
	align-items: center;
    max-width: 180px;
	background-color: #a888bd;
	padding: 0em;
    position: relative;
}
.empezar {
	position: relative;
	background-image: url("../imagenes/fondo.jpg");
	background-position: center;
	height: 15em;
    background-repeat : no-repeat;
	background-size : cover;
 
}
    .empezar .link {
	background-color: #724797;
	color: white;
	font-size: 1em;
	border-radius: 1em;
	padding: 1.5em;
    display: flex;
  	align-items: center;
  	
	height:20px; 
    width:100px; 
    margin: -20px -50px; 
    position:relative;
    top:50%; 
    left:50%;
	
}
.empezar {
	position: relative;
	background-image: url("../imagenes/fondo.jpg");
	background-position: center;
	height: 15em;
    background-repeat : no-repeat;
	background-size : cover;
 
}
    .empezar .link {
	background-color: #724797;
	color: white;
	font-size: 1em;
	border-radius: 1em;
	padding: 1.5em;
    display: flex;
  	align-items: center;
  	
	height:20px; 
    width:100px; 
    margin: -20px -50px; 
    position:relative;
    top:50%; 
    left:50%;
	
}


/*--------------------explicacion-----------------------------*/
.explicacion-contenedora img {
	max-width: 100%;
	width: 200px;
    border: none;
	margin: 5em 2em 1em 4em;
	
    }
h7{
	 color: rgb(186, 221, 201);
    text-align: center;
    font-family: 'Rubik', sans-serif;
	font-size:15px;
	padding: 1em 3em 1em 3em;
	background-color: #c1a8dc;
	border-radius: 2em;
}

.registrar ul{
	margin: 2em 2em 2em 2em;
    padding: 1.5em;
}
.explicacion-contenedora{
	max-width: 100%;
	width: 100%;
}
.explicacion-contenedora img{
	padding: 2em;
	margin: 1em 1em;
}
 
/*-----------registrate----------------*/
h6 {
    font-size: 2em;
    text-align: center;
    line-height: 20px;
      padding: 1em;
      color: #170055;
}
.inicio-contenedora {
    max-width: 75rem;
    margin: 1em;
    padding: 0.3rem;
}

.inicio-contenedora img{

    max-width: 100%;
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.boton1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.boton2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1%;
    margin-bottom: 2%;
}

.boton-registrate {
    padding: 0.5em;
    background-color:#714594;
    color: white;
    border-radius: 0.5em;
    font-size: 1.6em;
    text-align: center;
    min-width: 5em;
    text-decoration: none;
}

.boton-facebook {
    padding: .5em;
    color: white;
    border-radius: 0.5em;
    background-color: #baddc9;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.boton-google {
    padding: .5em;
    color: white;
    border-radius: 0.5em;
    background-color: #baddc9;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.formulario {
    max-width: 200%;
    margin: 10px auto;
}
.boton-miembro4 {
padding: .5em;
    color: white;
    border-radius: 0.5em;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.pregunta p {
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    margin-top: 1em;
    color: #ffffff;
}

/*--------------mi perfil-----------------*/
.contenedorperfil img {
	width: 200px;
    margin: 2em 4em 2em 18em;
    border-radius: 7em;
    border: solid 3px #724797; 
    text-align: center;
    }

.contenedora_3 ul{
	display: flex;
	flex-direction:row;
	margin: 1em;
}
.contenedora_3 li{
	display: flex;
	flex-direction:row;
	
	
}
.contenedora_5 h10 {
	max-width: 100%;
	width: 30%;
	display: flex;
	flex-direction:row-reverse;
	background-color: #ae8ccb;
	border-radius: 1em;
	margin: 1em 0.5em 1em 1em;
	padding: 2em 2em 2em 2em ;
	color: #baddca;
	
	
}
.iconos ul{
	max-width: 100%;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	margin: 1em;
	
	
	
}
.iconos img{
	
	border-radius:2em;
	max-width: 100%; 
	max-width: 90%;
	padding: 0.5em;
	margin: 1em 2em 4em 0em;
	
}

h8{
	font-size: 25px;
	padding: 2em;
	background-color:#baddc9;
	padding: 1em 1em 1em 1em;
	border-radius: 2em;
	margin: 1em;
	
}
h9{
	font-size:15px;
	padding: 1em 3em 1em 3em;
	margin: 0.6em;
	background-color: #c1a8dc;
	border-radius: 2em;
	color: rgb(186, 221, 201);
    text-align: center;
    font-family: 'Rubik', sans-serif;
}


/*----------resenas---------------*/
.buscador35 img{
	background-color:#baddc9;
	border-radius: 2em;
	margin: 3em 1em 0em 4.5em;
}

.cajadetexto img{
	max-width: 80%;
	margin: 1em 3em 0em 2em; 
}
.cajadetexto  li a {
	background-color: #baddc9;
	text-decoration: none;
	margin: 5em 1em 0em 5em; 
	padding: 1em 4em 1em 3em;
	border-radius:2em; 
	color: white;
	font-family:'Rubik', sans-serif;
	font-size: 9px;
	
	
}
.negrita{
    font-weight: normal;
}


/*otras resenas -------------------------------------------*/


.rotulos_individuales ul li {
    display: flex;
    margin: 1em .5em 0em .5em;
    padding: 0.5em;
    text-align: center;
    border-radius: 3em; 
}
.rotulos_individuales img {
    width: 150px;
    margin: 1em;
    border-radius: 4em;
    border: solid 3px #724797; 
    box-shadow: 0 10px 10px #002d40 (0, 0, 0, 0.10);
    text-align: center;
}
.rotulos_individuales h3 {
    margin: 1em;
    text-align: center;
    color: #002d40;
    text-decoration: none;
}
.rotulos_individuales p {
    color: #ffffff;
	text-decoration: none;
	
}
.contenedora_3resenas ul{
	background-color: #baddc9;
	margin: 2em 3em 5em 5em;
	border-radius: 0.5em;
    padding: 0.5em;
    text-align: center;
	display: flex;
	flex-direction: column;

}



/*RESPONSIVE-DESKTOP*/

@media screen and (min-width:992px) {

/*header {background-color: #724797;} */

header ul{
    text-align: center;
}    
header ul li{
    display: inline-block; /*esta propiedad permite poner los bloques en linea*/
    margin: 2em;
}

.logo img {
    justify-content: center;
    margin: 1em 1em 1em 1em;
    width: 35%;
}

.menu-btn {
    display: none;
}

nav{
    /* background-color: 724797; */
    margin: 1em 0 -1.5em 0.5em;
    
}

nav ul li{
    /* background-color: #724797; */
    margin: 0 0 1em 0;
}

header nav ul {
    display: flex;
    position: relative;
    opacity: 1;
    visibility: visible;
}

header nav ul li {
    min-width: 4em;
    margin: 1em 1em 1em 3em;
}

header nav ul li a {
    /*background-color: #724797;*/
    background-color: #baddc9;
    border-radius: 2em;
    display: block;
    width: 10em;
    margin:auto;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    padding: 0.5em;
    color: #724797;
}

header nav ul li a:hover {
    color: rgb(186, 221, 201);
    background-color: #ae09f5;
}

/*biblioteca*/

.biblio_buscador img{
    width: 30%; 
    margin: -1em 3em 0em 52em;
}

.biblio_filtro img{
width: 50px;
margin: -4em 3em 1em 17em;
}

.biblioteca {
    background-color: #724797;
    border-radius: 20px;
    width: 65%;
    height: 100%;
    padding: 1.5em 3em 2em 2em;
    margin-top: 0.5em;
    margin-left: 17em;
}

.biblioteca ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.biblioteca ul li {
    align-items: center;
    width: 30%;
}

.biblioteca ul li > a {
    margin-bottom: 1em;
    width: 70%;
    text-align: center;
}

.biblioteca ul li img {
    width: 60%;
    height: 70%;
}

.biblioteca ul li div.datos_libros {
    width: 70%;
    text-align: center;
    font-size: 18px;
}

.biblioteca .full {
    width: 100%;
}

.biblioteca button {
    display: none;
}

.biblioteca .full ul li {
    width:  50%;
}

.biblioteca ul li {
    padding: 2em 0;
}

/*FavRes*/



.misfav img{
    margin: 0em 5em;
    width: 55%;
}

.misfav a{
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0em;
    margin: 1em 1em 1em 1em;
    max-width: 120px;
}

.misfav a{
    color: #ffffff;
}

.misfav .boton-link{
    margin: 1em 0 7em 30em;
}

.misres{
    margin: -43em 5em 9em 65em;
    border-radius: 3em;
    background-color: #baddc9;
    padding: 0.5em 3em 1em 3em;
}

.misres p{
    border-radius: 3em;
    background-color: #ffffff79;
    border: solid 3px #ae09f5;
    text-align: center;
    color: #ae09f5;
    padding: 5em;
    font-size: 18px;
}

.misres h1{
    margin-left: 1em;

}

.misres .boton-link {
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 2em 0em 1em 12em;
    max-width: 120px;
}

.misres .boton-link a{
  color: #ffffff;
}

.misres .boton-link:hover{
    color: rgba(0,0,0,1.00);
    background-color: rgb(174, 9, 245);
}

/*comunidad*/

.miembros1{
    background-color: #baddc9;
    border-radius: 3em;
    margin: 0em 55em 6em 4em;
    padding: 0.5em;
}

.miembros1 h1{
    margin-left: 2em;
}

.miembros img{
    display: block;
    width: 65%;
    margin: 0.5em 0em 2em 6em;
    padding: 0.5em;
}

.boton-link {
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 0em 0em 2em 14em;
    max-width: 120px;
}

.boton-link a{
  color: #ffffff;
}

.boton-link:hover{
    color: rgba(0,0,0,1.00);
    background-color: rgb(174, 9, 245);
}


.grupos1{
    background-color: #baddc9;
    border-radius: 3em;
    margin: -45em 4em 3em 55em;
    padding: 0.5em;
}


.grupos1 img{
    display: block;
    width: 85%;
    margin: 0.5em 0em 2em 3em;
    padding: 0.5em;
}

/*biblioteca_libro*/

.biblioteca_libro {
    display:flex;
    margin: 2.5em 3em 3em 7em;
    padding: 0 1em 1em 1em;
    border-radius: 50px;
    text-align: left;
}

.biblioteca_libro img {
    border: solid 5px #724797;
    margin: 1em 5em 1em 0em;
    width: 45%;
}

.info_libros h3{
    font-weight: bold;
    color: #170055;
    text-align: left;
    margin: -15em 2em -2em 11.5em;
    font-size: 22px;
}

.info_libros2 p{
    padding: 1em 0 ;
    font-weight: normal;
    color: #170055;
    margin: 4em 4em -5em 18em;
    font-size: 14px;
}

.boton_libro img {
    width: 80px;
    border: none;
    margin: 5em 0em 3em 16em;
}

.boton-link2 {
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: -1.5em 3em 2em 16em;
    max-width: 120px;
}
.boton-link2 a{
  color: #ffffff;
}

.boton-link2:hover{
    color: rgba(0,0,0,1.00);
    background-color: rgb(174, 9, 245);
}


.datos_res p{
    border: solid 3px #724797;
    border-radius: 1em;
    max-width: 700px;
    padding: 4em 3em 3em 3em;
    color: #724797;
    text-align: center;
    margin: -25em 0em 2em 45em;
}

.boton-link3 {
    display: block;
    text-align: center;
    background-color: #724797;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 1em 3em 2em 45em;
    max-width: 120px;
}
.boton-link3 a{
  color: #ffffff;
}

.boton-link3:hover{
    color: rgba(0,0,0,1.00);
    background-color: rgb(174, 9, 245);
}

.res_usuarios img{
    width: 20%;
    margin: 8em 0em 2em 2em;

}


/*---------------Bienvenida------------*/

.contenedor_inicio img{
    margin: 3em 2em 0em 18em;
    max-width: 70%;
    justify-content: center;
}

.destacados ul li {
    align-items: center;
    width: 30%;
}

.destacados ul li > a {
    margin-bottom: 1em;
    width: 70%;
    text-align: center;
}

.destacados ul li img{
    width: 50%;
    height: 70%;
    margin: 1em 2em 1em 7em;
}

.destacados ul li div.datos_libros a {
    font-size: 18px;
}

.destacados ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.destacados ul li img{
width: 50%;
border: solid 3px #baddc9;
}

.novedades ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.novedades ul li {
    align-items: center;
    width: 30%;
}

.novedades ul li > a {
    margin-bottom: 1em;
    width: 70%;
    text-align: center;
}

.novedades ul li img{
    width: 50%;
    height: 70%;
    margin: 1em 2em 1em 7em;
    border: solid 3px #baddc9;
}

.nosotros {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nosotros img {
    width: 50%;
    margin: 0em 0em 2em 2em;
    padding: 1.5em;
    box-shadow: 0 10px 10px #002d40(0, 0, 0, 0.10);
}

.parrafos {
    width: 80%;
    margin: 1em 0em;
}

.parrafos p {
    margin: 1em 0em;
}

.redes img{
    padding: 1em;
        display:inline-block;
        width: 100px;
        margin: 1em 1em 2em 1em;
}


/*--------reserva---------*/

.oracion p {
    color: #724797;
    margin-left: 17em;
    margin-top: -3.5em;
    font-size: 20px;
}

.elegir_libro{
    margin: 3em 0em 3em 0em;
}

.buscador_libro img{
    max-width: 25%;
    padding: 0.25em;
    margin-top: 1em;
    margin-left: 3em;
    margin-right: 65em;
    border-radius: none;
}

.elegir_dia{
    margin: 0em 0 3em 27em;
}

.casillero_fecha {
    width: 20%;
    margin-left: 12em;
    margin-right: 30em;
}

.dias img{
width: 50%;
    margin: 2em 29em 30em 10em;
}


.modo_entrega{
    margin: 0em 5em 3em 64em;
}

.envio img{
    width: 30%;
    margin: 2em 0em -1em 5em;
}


.retiro img{
    width: 30%;
    margin: 2em 0em -1em 5em;
}

}

/*Mis mensajes*/
    .Buscarmensajes .Mensajeriaa .img {
        display: inline-flex;
        width: 50%;
    }
        
    }

/*mislibros*/
 .mislibros{
    font-size: 30px;
 margin: 1em 4em 5em 4em;
 color: white;
}


/*MIS RESENAS*/

        #misresenas {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-top: 20px;
            justify-content: start;
        }

        #misresenasimg {
            width: 20%;
        }

        .flechaatras {
            width: 10%;
        }

        .flechaatras img {
            width: 50%;
            padding-left: 20px;
    
        }

        #misresenasimg img {
            width: 30%;
        }

        .Hoy img {
            width: 65%;
            padding: 5px;
        }

        .Hoy p8 {
            text-align: left;
            padding: 0%;
            margin: 0%;
            color: #724797;
            font-weight: bold;
            font-family: 'Rubik';
            font-size: 20px;
        }

        .Hoy {
            margin: 0;
            padding: 0;
            width: 35%;
        }


        .Hoy {
            display: flex;
            flex-direction: column;
        }

        #misresenas input {
            width: 140px;
            height: 150px;
            text-align: left;
            display: flex;
        
        }

        #misresenasimg button{
            background-color: #724797;
            color: #ffffff;
            padding: 10px;
        }

        
        /*MIS MENSAJES*/
    
        #mismensajes {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-top: 20px;
            justify-content: start;
        }

        #mensajeria {
            width: 20%;
        }

        #mensajeria img {
            width: 30%;
        }

        #mensajeria button {
            display: flex;
            flex-direction: column;
            background-color: #724797;
            color: #ffffff;
            padding: 10px;
            margin: 5px;
        }

        .Buscarmensajes {
            display: flex;
            flex-direction: row;
            width: 70%;
        }

        .Buscarmensajes .Mensajeriaa img{
            width: 80%;
            margin: 10px;
            padding: 10px;


        }

        
/*MIS MENSAJES*/
    
        #comunidad2{
            display: flex;
            padding: 20px;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            background-color: #a386b9;
        
            /*align-content: space-around;*/
        }
        
        #GruposF li{
            background-color: #d6bee9;
            /*width: 78%;
            margin: 3em 10em 3em 2em;*/
            border-radius: 3px;
        }
        
        #GruposF img{
            width: 20%;
            margin: 0em 5em 0em 0em; 
        }
        
        #comunidad2 a{
            color: #724797;
            align-items: center;
        
        }
        
        .miembrito{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        
        }
        
        #ComunidadF{
            background-color: #baddc9;
            border-radius: 15px;
            margin: 1em -1em 2em 3em;
            padding: 1em 1em 1em 1em;
            max-height: 900px;
            max-width: 600px;
            
        }
        
        #GruposF{
            width: 35%;
            padding: 10px;
            background-color: #baddc9;
            border-radius: 15px;
        }
        
        
        .miembrito2{
            display: flex;
            flex-direction: row;
            justify-content: center;
            padding: 20px;
        
        }
        
        .miembrito img{
           width: 20%;
            margin: 0em 5em 0em 0em;
        }
        
        .miembrito p{
            font-family: 'Rubik';
            font-size: 16px;
            font-weight: 500;
            color: #ffffff;
        
            border-radius: 7px;
            background-color: #d6bee9;
            border: solid 3px  #d6bee9;
            padding: 16px 43px 22px 52px;
            margin: 24px 13px 34px -35px;
        }
        
        
        .SubComu{
            text-align: right;
            color:#170055 ;
            max-width: 200px;          
            font-size: 30px;  
        }
        .grupos p2{
            font-family: 'Rubik';
            font-size: 16px;
            font-weight: 500;
            color: #ffffff;
            border-radius: 10px;
            background-color: #baddc9;
            padding: 0.5em;
            text-align: center;
            margin: 2em 2em 0em 2em;
        }
        
        #listaGrpos .miembrito2{
            margin: 20px;
        }
        
        .miembrito2 p{
            text-align: center;
            color: #ffffff;
            justify-content: center;
        
        }
        
        #GruposF button{
            text-align: center;
        }
        
        .ListaMiembros {
            background-color: #baddc9;
            border-radius: 10px;
            justify-content: center;
            margin: 10px;
            color: #170055;
        }
        
        .ListaMiembros h2{
            margin-top: 10px;
            color: #170055;
        }
        
        #Micomunidadd img {
            width: 35%;
        
        }
        
        #Micomunidadd {
            width: 20%;
            padding: 20px;
        
        }

/*MIS RESERVAS*/

         #misreservas {
            margin: 20px;
            display: flex;
            flex-direction: row;
        }

        #misreservasimg {
            width: 40%;
            padding: 20px;
            color: #170055;
        }

        .encurso {
            width: 40%;
            padding: 30px;
        }

         #misreservassimg img {
             width: 40%;
         }

         .encurso img{
            width: 90%;
        }


/*explicacion*/
    .explicacion-contenedora img {
        max-width: 100%;
        width: 250px;
        border: none;
        margin: 5em 2em 1em 4em;
        }

    h7{
         color: rgb(186, 221, 201);
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-size:15px;
        padding: 1em 3em 1em 3em;
        margin: 10em;
        background-color: #c1a8dc;
        border-radius: 2em;
    }

        .registrar{
        display: flex;
        flex-direction: row;	
        }

    .registrar ul{
        margin: 2em 0em 4em 10em;
    }

    .explicacion-contenedora{
        max-width: 100%;
        width: 100%;
    }

    .explicacion-contenedora img{
        padding: 2em;
        margin: 2em 3em;
    }



/*registrate*/
h6 {
    font-size: 2em;
    text-align: center;
    line-height: 20px;
      padding: 1em;
      color: #170055;

}
.inicio-contenedora {
    max-width: 75rem;
    margin: 1em 8em;
    padding: 0.3rem;
}

.inicio-contenedora img{

    max-width: 100%;
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.boton1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.boton2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1%;
    margin-bottom: 2%;
}

.boton-registrate {
    padding: 0.5em;
    background-color:#714594;
    color: white;
    border-radius: 0.5em;
    font-size: 1.6em;
    text-align: center;
    min-width: 5em;
    text-decoration: none;
}

.boton-facebook {
    padding: .5em;
    color: white;
    border-radius: 0.5em;
    background-color: #baddc9;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.boton-google {
    padding: .5em;
    color: white;
    border-radius: 0.5em;
    background-color: #baddc9;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.formulario img {
    max-width: 100%;
    margin: 10px auto;
}
.boton-miembro4 {
padding: .5em;
    color: white;
    border-radius: 0.5em;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.pregunta p {
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    margin-top: 1em;
    color: #ffffff;
}



 /*resenas*/
        .buscador35 img{
            background-color:#baddc9;
            border-radius: 2em;
            margin: 1em 1em 0em 4.5em;
        }
        .cajadetexto img{
            margin: 1em 1em 0em 1em; 
        }
            .cajadetexto  li a {
            background-color: #baddc9;
            text-decoration: none;
            margin: 5em 1em 0em 4em; 
            padding: 1em 4em 1em 3em;
            border-radius:2em; 
            color: white;
            font-family:'Rubik', sans-serif;
            font-size: 14px;
            
            
        }
            .negrita{
            font-weight: normal;
        }

        /mi perfil/
        .contenedorperfil{
            display: flex;
            flex-direction: row;
        }
        .contenedorperfil img {
        width: 200px;
        margin: 4em;
        border-radius: 7em;
        border: solid 3px #724797; 
        text-align: center;
        }
    .contenedora_3 ul{
        display: flex;
        flex-direction:row;
    }
        .contenedora_3 li{
        display: flex;
        flex-direction:row;
        
        
    }
        .contenedora_4{
            display: flex;
            flex-direction: row;
        }
    .contenedora_5 h3 {
        display: flex;
        flex-direction:row-reverse;
        background-color: #ae8ccb;
        border-radius: 1em;
        margin: 1em 0.5em 1em 0.5em;
        padding: 2em 2em 2em 2em ;
        color: #baddca;
        
    }
        .iconos a{
        max-width: 100%;
        display: flex;
        flex-direction:row;
        flex-wrap: nowrap;
        }
        
        .iconos ul{
        max-width: 100%;
        display: flex;
        flex-direction:row;
        flex-wrap: nowrap; 
    }
        .iconos img{
        
        border-radius:2em; 
        max-width: 200%;
        padding: 0.5em;
        margin: 1em 2em 4em 0em;
        
    }
        .contenedora_7 li{
        background-color: #c1a8dc;
        margin: 22em 3em 4em 1em;
        padding: 2em;
    }
        .salir img{
        max-width: 40%;
        border: none;
        margin: 2em 3em 0em 8em;
    }  
          
/*resenas*/
	.buscador35 img{
        background-color:#baddc9;
        border-radius: 2em;
        margin: 1em 1em 0em 4.5em;
    }
    .cajadetexto img{
        margin: 1em 1em 0em 1em; 
    }
        .cajadetexto  li a {
        background-color: #baddc9;
        text-decoration: none;
        margin: 5em 1em 0em 4em; 
        padding: 1em 4em 1em 3em;
        border-radius:2em; 
        color: white;
        font-family:'Rubik', sans-serif;
        font-size: 14px;
        
        
    }
        .negrita{
        font-weight: normal;
    }

    /*Empezar*/
	.empezar {
	position: relative;
	background-image: url("../imagenes/fondo.jpg");
	background-position: center;
	height: 45em;
    background-repeat : no-repeat;
	background-size : cover;
 
}

.empezar .link {
	background-color: #724797;
	color: white;
	font-size: 1em;
	border-radius: 1em;
	padding: 1.5em;
    display: flex;
  	align-items: center;
  	justify-content: center;
	height:20px; 
    width:100px; 
    margin: -20px -50px; 
    position:relative;
    top:50%; 
    left:50%;
	
}
.empezar {position: relative;}
.empezar img {
	max-width: 100%;
		width:100%;
}
.empezar .link {
	background-color: #724797;
	color: white;
	font-size: 1.3em;
	border-radius: 1em;
	padding: 1em;
    position: absolute;
    bottom: 300px; /your button position/
    right: 650px; /your button position/
}