@import url("https://fonts.googleapis.com/css?family=Pacifico");
* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header {
  background-color: #fafafa;
}

main {
  flex: 1;
}

main .container {
  padding: 1rem 0;
}

footer {
  background-color: #fafafa;
}

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

a:hover {
  color: black;
}

h4.nombre {
  line-height: 1.5;
}

.navbar-brand span,
#logo_footer,
h4.nombre,
h3.biografia,
h1.libro,
.localizacion {
  font-family: "Pacifico", sans-serif;
}

.btn_menu {
  display: block;
  width: 100%;
  height: 8vh;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.eternos:not(:first-of-type) {
  margin: 1rem 0;
}

.form-buscar,
.form-ilustres {
  width: 75%;
}

.red {
  color: red;
}

.form-contactar {
  box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.8);
  border: 1px solid grey;
  border-radius: 1rem;
}

.conjunto_menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 12.5rem));
  grid-template-rows: 1fr;
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  place-items: center;
  justify-content: center;
}

.list-group-item {
  cursor: pointer;
}

.list-group-item:hover {
  color: #495057;
  background-color: #f8f9fa;
}

.btn_hits_entrada,
#boton_hits {
  outline: none;
  background: transparent;
  border: none;
}

.btns_comentarios {
  display: inline-flex;
  justify-content: center;
}

.oculto {
  pointer-events: none;
  opacity: 0.3;
  /* background-color: #e9ecef; */
}

.oculto_input {
  pointer-events: none;
  opacity: 1;
  background-color: #e9ecef;
}

.hide {
  outline: none;
  border: none;
  background-color: transparent;
}

.btn-personalizado {
  border-radius: 0.125rem;
  border: none;
  color: white;
  font-size: 1.125rem;
  background: #343842;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.3rem 1rem;
}

.btn-personalizado:hover {
  color: #ebe6e6;
}

.btn_perfil {
  border-radius: 5px;
  border: none;
  color: white;
  font-size: 1.125rem;
  background: #343842;
  font-family: Arial, Helvetica, sans-serif;
  /* padding: .3rem 1rem; */
  padding: 4.8px 16px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
}

.ir-arriba {
  display: none;
  padding: 20px;
  background: #343842;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 1200px) {
  .logo {
    text-align: center;
  }
  #menu_dispositivo {
    text-align: center;
  }
  .btn_menu {
    height: 15vh;
  }
}

@media (max-width: 768px) {
  .btn_menu {
    height: 8vh;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .btn_menu {
    height: 20vh;
  }
}

@media (min-width: 992px) {
  .form-buscar,
  .form-ilustres {
    width: 50%;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .btn_menu {
    height: 8vh;
  }
}

@media (min-width: 1200px) {
  /* .conjunto_menu {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  } */

  .btn_menu {
    /* width: 30%; */
    height: 10vh;
  }
}

@media (max-width: 1200px) and (min-height: 1200px) {
  .btn_menu {
    height: 8vh;
  }
}
