:root {
  --fondo: white;
  --fondo-btn: #e8ff00;
}
body {
  background: var(--fondo);
  background-image: url(../img/fondo.png);
}
nav {
  background: url(../img/nav.svg);
  background-size: cover;
  background-position: center center;
}
nav + .container {
  max-width: 1039px;
}
#wrapper_contenido {
  background: var(--fondo);
}
#logo {
  max-width: 230px;
}
.btn-autogestionador {
  background: var(--fondo-btn) !important;
  color: var(--fondo);
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-autogestionador-contacto {
  background: var(--fondo) !important;
  border-radius: 12px;
  color: #ffffff !important;
  min-width: 130px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
#prefooter {
  background: #f2f2f2;
}
footer {
  background: #012030;
  color: var(--fondo);
}
@media (max-width: 384px) {
  .btn-autogestionador-contacto {
    margin-right: 0 !important;
  }
}
@media (max-width: 376px) {
  .btn-autogestionador-contacto {
    margin-bottom: 10px;
  }
}
#iframe_booking {
  border: 0;
  height: 90vh;
  min-height: 2100px;
  width: 100%;
}
