@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,400&family=Roboto:ital,wght@0,100;0,300;1,100&display=swap");

/* ------------------------ MOVILE FIRST --------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: white;
}
li {
  text-decoration: none;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

h1,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

h4 {
  color: white;
}
h1 {
  margin: 1rem 0rem 0.5rem 0rem;
}

body {
  background-color: rgb(238, 238, 238);
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}
main {
  flex-grow: 1;
}
p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
}
h5 {
  color: black;
}
footer {
  margin-top: 1rem;
  background-color: #18778c;
}
ol.calendario li {
  padding-top: 4px;
}
.cuerpo {
  margin-bottom: 2rem;
}
.esqueleto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fondo {
  background-color: white;
  padding: 10px;
  border: 1px rgb(168, 168, 168) solid;
  border-radius: 10px;
}
/* ------------------------ header --------------------------------------------------*/
nav div.flex {
  position: relative;
  z-index: 9998;
  background-color: #18778c;
}
.relative {
  position: relative;
}
#menumovil {
  border: transparent;
  background: transparent;
  cursor: pointer;
}
.imagennavmovil {
  display: block;
}
.imagennavpc {
  display: none;
}
.contenedor {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
}
.contenedorfooter {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
}
.flexmenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0rem 0rem 1rem 1rem;
}
.movillugar {
  display: flex;
  justify-content: flex-end;
}
.movilmenu {
  height: 24rem;
  top: -60%;
  background-color: #da6c0d;
  position: absolute;
  z-index: 9980;
  transition: all 0.5s ease-out;
}
.visible {
  top: 6.8rem;
  transition: all 0.5s ease-out;
}
.icononav {
  width: 25px;
  margin-right: 0.5rem;
}
.menumovilmargen {
  margin: 1rem;
  border-bottom: 1px solid white;
}
.botonnav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 15px;
  margin: 0px 10px 5px 10px;
}
.menufoto {
  margin: 1.5rem 0;
  width: 4rem;
  border: 0.01rem solid white;
  border-radius: 10rem;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem 1rem 0rem;
}
.flexnav {
  display: none;
}

.navcolor {
  background-color: #18778c;
  position: relative;
  z-index: 9999;
}
.imgen {
  width: 170px;
  margin: 2rem 0rem 1rem 0rem;
  border-radius: 8em;
  text-align: center;
  -webkit-box-shadow: 10px 13px 20px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 13px 20px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 13px 20px -12px rgba(0, 0, 0, 0.75);
}
.evento {
  width: 15rem;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 10px 13px 20px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 13px 20px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 13px 20px -12px rgba(0, 0, 0, 0.75);
}
.imagennav {
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 0.8rem 0rem 0.5rem 0rem;
}
.buscador {
  width: 100%;
  height: 1.3rem;
  background: transparent;
  border: transparent;
  outline: none;
}
.flexbuscador {
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconobuscador {
  border-left: black;
  width: 1.5rem;
  margin-right: 0.3rem;
  margin: 0.2rem 0.3rem 0.2rem 0rem;
}
.buscadorcolor {
  background-color: white;
  width: 80%;
  border-radius: 0rem 1rem 1rem 0rem;
  border: 1px solid #732e07;
  padding: 0rem 1rem 0rem 1rem;
}
.buscadortexto {
  border-left: 2px solid gray;
  padding-left: 0.6rem;
  color: gray;
  font-style: italic;
  font-size: 0.8rem;
}
.menu {
  width: 30px;
  margin: 0px 10px;
}

.imagenfooter {
  width: 13rem;
  margin: 1rem 1rem 1rem 0rem;
}
.navfoto {
  display: none;
}

/* ------------------------ Main --------------------------------------------------*/
.video {
  width: 100%;
  margin: 0.5rem 0rem;
}
.flexlibrospc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.libro {
  width: 8rem;
  margin: 0 auto;
  -webkit-box-shadow: 10px 13px 20px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 13px 20px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 13px 20px -12px rgba(0, 0, 0, 0.75);
}
.tituloh1 {
  font-size: 1.5rem;
  margin: 2rem 0rem 1rem 0rem;
  padding: 0.2rem 0rem;
  text-align: center;
  background-color: #41638a;
  color: white;
}
.flexlibros {
  display: flex;
  flex-direction: column;
  margin: 5px -10px;
  justify-content: flex-start;
  align-items: center;
}
.tituloslibros {
  margin: 0.5rem 0rem 1rem 0rem;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  width: 190px;
}
.tituloslibros2 {
  margin: 0.7rem 0rem 2rem 0rem;
  color: #f2790f;
  text-align: center;
  font-size: 14px;
}
.tituloseventos {
  margin: 1rem 0rem 2rem 0rem;
  text-align: center;
  color: #f2790f;
  font-size: 1rem;
}
.flexboton2 {
  display: flex;
  justify-content: space-around;
}
.flexboton3 {
  display: flex;
  justify-content: space-around;
}
.calendariotexto {
  width: 6rem;
  text-align: center;
}
.flexmain {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.punto {
  width: 20px;
  margin-bottom: 0.5rem;
}
.flexpunto {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.margenusuario {
  margin: 0rem 0.4rem 0.4rem 0.4rem;
}
.textoregistro {
  font-size: 1.4em;
  margin: 8rem 0rem 0.5rem 0.6rem;
}
.textoregistro2 {
  font-size: 1.4em;
  margin: 0rem 0rem 0.5rem 0.6rem;
}
.textoregistro3 {
  font-size: 1em;
  margin: 1rem 0rem 0rem 0.6rem;
}
.botontexto {
  font-size: 1rem;
  text-align: center;
}
.salir {
  color: #732e07;
  font-size: 0.8rem;
}
.iconoflecha {
  width: 1rem;
}
.datosusuario {
  border-radius: 10px;
  border: 0.5px solid #732e07;
  padding: 5px;
  width: 16rem;
  margin: 0.3rem 0rem 1rem 0rem;
  height: 2.1rem;
}
.boton {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #41638a;
  border-radius: 300px;
  padding: 5px;
  width: 7rem;
  margin: 0.7rem 0rem 1rem 0rem;
}
.boton1 {
  display: block;
  background-color: #41638a;
  border-radius: 300px;
  padding: 5px;
  margin: 1.5rem 1rem 1rem 0rem;
}
.boton2 {
  display: block;
  background-color: rgb(153, 42, 42);
  border-radius: 300px;
  padding: 5px;
  margin: 1.5rem 0rem 1rem 0rem;
}

.textoauxi {
  padding-left: 0.3rem;
  margin: 0.4rem 0;
  color: gray;
  font-style: italic;
  font-size: 1rem;
}
.textoauxi:hover {
  padding-left: 0.3rem;
  margin: 0.8rem 0;
  color: gray;
  font-style: italic;
  font-size: 1rem;
  text-decoration: underline;
}
.calendario {
  list-style: none;
  display: grid;
  row-gap: 15px;
  text-align: center;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  background: rgb(255, 255, 255);
}
.botonescalendario {
  position: absolute;
  left: 65%;
  top: 1%;
}
.flexcalendario {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f4cf87;
}
.textocalendario {
  margin: 0px 0px 5px 10px;
}
.dia1 {
  grid-column-start: 2;
}
.dia2 {
  grid-column-start: 5;
}
.dia3 {
  grid-column-start: 3;
}
.semana {
  background-color: #f4cf87;
  font-weight: bold;
}
.iconoflecha2 {
  width: 40px;
  margin: 0 0.5rem;
}
.relativa {
  position: relative;
}
.amarillo {
  background: rgb(255, 174, 0);
  border-radius: 30px;
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.verde {
  background: rgb(39, 150, 165);
  border-radius: 30px;
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.azul {
  background: rgb(91, 146, 219);
  border-radius: 30px;
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.calendarioFlechaArriba {
  border: transparent;

  background: transparent;
  cursor: pointer;
}
.calendarioFlechaAbajo {
  border: transparent;

  background: transparent;
  cursor: pointer;
}
.noviembre {
  display: block;
}
.octubre {
  display: none;
}
.diciembre {
  display: none;
}
/*Eventos*/
.imageneventos {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.imageneventos2 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.imageneventos3 {
  width: 100%;
}
.eventos {
  padding: 1em;
  margin: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.eventos ul li nav div h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.cuerpo2 {
  margin-bottom: 4rem;
}
.texto2 {
  font-size: 0.8rem;
  padding: 0 1rem 0rem 0.5rem;
}
.eventos nav {
  display: flex;
  text-align: left;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin: 1rem 0 1rem 0;
}

.eventos div ul {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  align-content: center;
  justify-content: center;
}

.eventos div ul li {
  margin: 15px 20px;
}

.eventos div ul a {
  color: rgb(255, 255, 255);
  background-color: #18778c;
  border-radius: 1em;
  padding: 0.5em 2em 0.5em 2em;
  text-align: center;
  font-size: 100%;
  width: 20em;
  display: block;
}

/* ------------------------ Main especificaciones EVENTOS --------------------------------------------------*/

.texto {
  font-size: 0.8rem;
  padding: 1rem 1rem 0rem 0rem;
}
.info {
  font-size: 1rem;
}
/* Bliblioteca */
.bttitulo {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: #41638a;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
}

.contenedorlibros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  gap: 10px;
}

.btlibroimagen {
  width: 12rem;
  display: block;
  filter: drop-shadow(0px 2.71798px 5.43596px rgba(0, 0, 0, 0.15));
  margin: 0 auto;
}

.btlibrotexto {
  margin: 0.8rem;
  font-family: "Montserrat", sans-serif;
  color: black;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.contenedorlibros > * {
  flex: 1 1 30%;
}

.btdesktop {
  display: none;
}

.bttablet {
  display: none;
}

.btcat {
  margin-top: 0.4rem;
  text-align: center;
}

.btcategoryimage {
  width: 6rem;
  height: 6rem;
  filter: drop-shadow(0px 1.19646px 4.78585px rgba(0, 0, 0, 0.1));
  border: 1.19646px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 100%;
}

.btcattext {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: black;
  font-weight: 500;
}
/* ------------------------General --------------- NOTICIAS-----------------------------------*/
.imagennoticias {
  width: 450px;
}
.imagennot {
  width: 280px;
}
.otras li nav {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 300px;
}

.noticias div li {
  width: 450px;
}

.noticias ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
/* ------------------------ Main --------------- NOTICIAS-----------------------------------*/

.imagennot {
  width: 250px;
}

.imagennoticias {
  width: 550px;
}

.noticias div li {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 90%;
}

/* ------------------------ Footer --------------------------------------------------*/

.centrar {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
}
.derecha {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0.5rem 0rem 0rem 0rem;
}
.izquierda {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0.5rem 0.5rem 0rem 0rem;
}
.flexfooter {
  display: flex;
  justify-content: space-between;
}
.textofooter {
  width: 80px;
  margin-bottom: 0.5rem;
  color: white;
}
.footericon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.iconofooter {
  width: 30px;
}
.flexboton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}
/* detalles libro*/
.decontenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat;
  color: #4a4a4a;
}
.decomentarios {
  margin: 1em 0 1em 0;
}
.desreview {
  margin-top: 0.5rem;
}
.imagenreview {
  width: 6em;
  margin-right: 1.5em;
}
.desubtitulo {
  margin-right: 1rem;
}
.deflex {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1rem;
}
.dejarcomentario {
  background-color: rgba(211, 211, 211, 0.2);
  border-radius: 7.60153px;
  width: 100%;
  height: 50px;
  margin: 1.5em 0;
  color: #777777;
  padding: 10px;
  font-family: Montserrat;
}
.deimagen {
  width: 15rem;
  filter: drop-shadow(0px 2.71798px 5.43596px rgba(0, 0, 0, 0.15));
  margin-bottom: 1em;
}

.destrellas > * {
  width: 1.5em;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.15));
}

.detallelibro > * {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.8em;
}

.desclibro {
  margin: 1em 0 0.4em 0;
  font-size: 1.5rem;
}

.desctexto {
  font-size: 1rem;
}

.desboton {
  background: #7992af;
  border: 1.5px solid #4d729e;
  color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 6rem;
  height: 1.8rem;
}

.contenedorboton {
  text-align: center;
  margin: 2rem 0 3rem 0;
}

.detallelibro {
  text-align: center;
}

.decalificacion > * {
  width: 1.5em;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.15));
}

.decalificacion {
  margin: 0.8em 0 0 0;
}

.desreview {
  font-weight: 500;
}

/* TABLED  -------------------------------------------/  

/Generales  -------*/
@media (min-width: 43.5em) {
  /*-------------------------------------------- Header -------------------------------------------*/
  .flexbuscador {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .flexlibrospc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .imagennavmovil {
    display: none;
  }
  .imagennavpc {
    display: block;
  }

  .movillugar {
    display: none;
  }
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0rem 0rem 0rem;
  }
  .imagennav {
    width: 20rem;
  }
  .flexnav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .menu {
    display: none;
  }
  .iconobuscador {
    border-left: black;
    width: 37px;
    border-right: 3px solid gray;
    padding-right: 10px;
    margin: 5px 20px 5px 1rem;
  }
  .buscadortexto {
    padding-left: 0.3rem;
    color: gray;
    font-style: italic;
    font-size: 1rem;
  }
  .botonnav {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 20px;
    margin: 0px 10px 5px 10px;
  }

  .buscador {
    height: 1.3rem;
    background: transparent;
    border: transparent;
    outline: none;
  }
  .buscadorcolor {
    background-color: white;
    width: 38%;
    border-radius: 0rem 1rem 1rem 0rem;
    border: 1px solid #732e07;
    padding: 0rem 1rem 0rem 1rem;
    margin-left: 0.5rem;
  }
  .navboton {
    width: 25%;
    margin-top: 1rem;
  }
  .navbotoncenter {
    width: 25%;
    margin-top: 1rem;
    border-right: 1px white solid;
    border-left: 1px white solid;
  }
  .navbotoncenter1 {
    width: 25%;
    margin-top: 1rem;
    border-left: 1px white solid;
  }
  .navboton:hover,
  .navbotoncenter1:hover,
  .navbotoncenter:hover {
    background-color: #365274;
  }
  .navfoto {
    display: block;
    width: 4rem;
    border: 0.01rem solid white;
    border-radius: 10rem;
  }
  /* ------------------------ Main --------------------------------------------------*/

  .tituloh1 {
    font-size: 2.4rem;
  }
  .contenedor {
    max-width: 850px;
  }
  .contenedorfooter {
    max-width: 120rem;
    width: 95%;
    margin: 0 auto;
  }
  h1 {
    font-size: 2rem;
    margin: 0rem 0rem 1rem 0rem;
  }
  p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
  }
  .video {
    width: 100%;
    margin: 2rem 0rem;
  }
  .libro {
    width: 12rem;
  }
  .tituloslibros2 {
    margin: 0.7rem 0rem 2rem 0rem;
    color: #f2790f;
    text-align: center;
    font-size: 16px;
  }
  .tituloslibros {
    margin: 0.7rem 0rem 2rem 0rem;
    color: black;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    width: 190px;
  }

  .punto {
    width: 2rem;
  }
  .calendariotexto {
    width: 9rem;
  }
  .textoregistro {
    font-size: 1.4em;
    margin: 8rem 0rem 0.5rem 0.6rem;
  }
  .textoregistro2 {
    font-size: 1.4em;
    margin: 0rem 0rem 0.5rem 0.6rem;
  }
  .textoregistro3 {
    font-size: 1.5em;
    margin: 1rem 0rem 0rem 0.6rem;
  }
  .salir {
    margin-top: 1rem;
    color: #732e07;
    font-size: 1rem;
    font-style: italic;
  }
  .iconoflecha {
    width: 1.5rem;
  }
  .flexlibros {
    display: flex;
    flex-direction: column;
    margin: 1.4rem;
    justify-content: flex-start;
    align-items: center;
  }
  .boton {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #41638a;
    border-radius: 300px;
    padding: 5px;
    width: 12rem;
    margin: 1.4rem 0rem 2rem 0rem;
  }

  .boton:hover {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #365274;
    border-radius: 300px;
    padding: 5px;
    width: 12rem;
    margin: 1.4rem 0rem 4rem 0rem;
  }
  .imgen {
    width: 280px;
    margin: 2rem 0rem 2rem 0rem;
    border-radius: 8em;
    text-align: center;
  }
  .evento {
    width: 17rem;
    margin: 10px 20px;
  }
  .tituloseventos {
    margin-top: 1.5rem;
    color: black;
    font-size: 1.9rem;
  }
  .flexperfil {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .botonescalendario {
    left: 75%;
  }
  .iconoflecha2 {
    width: 55px;
  }
  .calendario {
    font-size: 1.5rem;
  }
  .amarillo {
    width: 35px;
    height: 35px;
  }
  .verde {
    width: 35px;
    height: 35px;
  }
  .azul {
    width: 35px;
    height: 35px;
  }
  .textocalendario {
    margin: 0px 0px 5px 25px;
  }
  .texto {
    font-size: 1.2rem;
  }
  .texto2 {
    font-size: 1.2rem;
  }
  .imagenfooter {
    width: 10%;
    height: 10%;
  }
  .eventos .info ul {
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .eventos div ul a {
    color: rgb(255, 255, 255);
    background-color: #18778c;
    border-radius: 1em;
    padding: 0.5em 2em 0.5em 2em;
    display: block;
    text-align: center;
    font-size: 100%;
    margin: 1em 2em 0 0;
    width: 10em;
  }
  .botontexto {
    font-size: 2rem;
  }

  /* ------------------------ Main ---especificaciones------------ EVENTOS-----------------------------------*/

  .info {
    font-size: 1.3rem;
  }
  .eventos ul li nav div h3 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .otras {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  /* Biblioteca */
  .bttablet {
    display: inline;
  }
  /* ------------------------ Footer --------------------------------------------------*/

  .imagenfooter {
    width: 25rem;
    margin: 1.5rem 0rem 1.5rem 0rem;
  }
  .centrar {
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
  }
  .derecha {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: flex-start;
    margin: 1rem 0rem 0rem 0rem;
  }
  .flexfooter {
    display: flex;
    justify-content: space-between;
  }
  .textofooter {
    width: 200px;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .footericon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .iconofooter {
    width: 3rem;
  }
  /* detalle libro*/
  .decontenedor {
    flex-direction: row;

    flex-wrap: wrap;
  }

  .detallelibro {
    flex: 1 1 30%;
  }

  .destrellas {
    text-align: left;
    font-size: 1.3em;
    padding: 0em 0em 0.5em 1em;
  }

  .detallelibro > * {
    text-align: left;
    font-size: 1.3em;
    padding: 0em 0em 0.5em 1em;
  }

  .detitulo {
    text-align: left;
  }

  .destrellas > * {
    width: 1.2em;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.15));
  }
}

/* PC  -------------------------------------------/
  
  /Generales  -------*/
@media (min-width: 75em) {
  .flexfooter {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    background-color: #18778c;
  }
  .libro {
    width: 12rem;
    margin: 1rem;
  }

  .contenedor {
    max-width: 75rem;
  }
  .video {
    width: 100%;
    margin: 2rem 0rem;
  }
  .slide {
    display: block;
    width: 34rem;
  }
  .flexboton {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    align-items: flex-end;
  }
  .calendarioeventos {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .buscador {
    width: 7rem;
    height: 1.3rem;
    background: transparent;
    border: transparent;
    outline: none;
  }
  .buscadorcolor {
    background-color: white;
    border-radius: 0rem 1rem 1rem 0rem;
    border: 1px solid #732e07;
    padding: 0rem 1rem 0rem 1rem;
  }
  .navboton {
    width: 15%;
    margin-top: 1rem;
  }
  .navbotoncenter {
    width: 15%;
    margin-top: 1rem;
    border-right: 1px white solid;
    border-left: 1px white solid;
  }
  .navbotoncenter1 {
    width: 15%;
    margin-top: 1rem;
    border-left: 1px white solid;
  }
  .flexmain {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .flexperfil {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .botonescalendario {
    left: 80%;
    top: 2%;
  }
  .textocalendario {
    font-size: 3rem;
    margin-left: 3.2rem;
  }
  .iconoflecha2 {
    width: 65px;
  }
  .calendario {
    font-size: 2rem;
  }
  .amarillo {
    width: 45px;
    height: 45px;
  }
  .verde {
    width: 45px;
    height: 45px;
  }
  .azul {
    width: 45px;
    height: 45px;
  }
  .boton1 {
    padding: 16px;
  }
  .boton2 {
    padding: 16px;
  }
  .botontexto {
    font-size: 1rem;
  }
  /* Biblioteca */
  .contenedorlibros > * {
    flex: 1 1 10%;
  }

  .btlibroimagen {
    width: 10rem;
    display: block;
  }

  .btdesktop {
    display: inline;
  }
  /* ------------------------General --------------- EVENTOS-----------------------------------*/

  .imageneventos2 {
    width: 500px;
  }
  .imageneventos3 {
    width: 500px;
  }
  .eventos ul {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .elementos nav {
    justify-content: flex-start;
  }
  .eventos div ul {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    align-content: center;
    justify-content: center;
  }
  .eventos div ul a {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    background-color: #18778c;
    border-radius: 1em;
    padding: 0.5em 2em 0.5em 2em;
    display: block;
    text-align: center;
    margin: 1em 1em 0 0;
  }
  .info {
    font-size: 2rem;
  }
  .texto {
    font-size: 1.6rem;
  }
  /*  Libros detalles  */
  .detallelibro {
    max-width: 30%;
  }
  .desinopsis {
    max-width: 40%;
  }
  .decontenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-family: Montserrat;
    color: #4a4a4a;
  }

  .flexboton2 {
    display: flex;
    justify-content: flex-start;
  }
  .flexboton3 {
    display: flex;
    justify-content: center;
  }

  .desboton {
    border: 1.5px solid #4d729e;
    width: 8rem;
    height: 2rem;
  }

  .decomentarios {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }

  .decomentarios > * {
    width: 50%;
    margin: 2em;
  }

  .dejarcomentario {
    width: 60%;
  }
}
