@charset "UTF-8";

@font-face {
  font-family: "BebasNeue";
  src: url("../assets/fonts/bebas_neue/BebasNeue-Regular.ttf");
}

@font-face {
  font-family: "BebasNeue_Light";
  src: url("../assets/fonts/bebas_neue/BebasNeue-Light.ttf");
}

.navbar {
  z-index: 1001;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.content-navbar {
  height: 110px;
  font-family: 'BebasNeue';
  font-size: 20px;
  position: fixed !important;
  top: 0;
}

.header-opacity {
  opacity: 0.8 !important;
  transition: opacity 1s;
}

.img-logo {
  max-width: 170px; }

.navbar-light .navbar-toggler {
  border-color: transparent; }

.separator-menu-items {
  display: none; }

.navbar-collapse {
  text-align: center; }

@media (min-width: 992px) {
  ul.navbar-nav li {
    display: flex;
    align-items: center; }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-bottom: 0; }
  .content-navbar {
    padding: 10px 50px; }
  .separator-menu-items {
    display: block; } }


.container-home-gif img {
  width: 100%;
  padding: 8px; }

.content-home-section-2 h2 {
  color: #ffffff;
  font-size: 27px;
  width: 330px; }

.ml4 {
  position: relative;
  font-weight: 900;
  text-align: center; }

.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0; }



@media (min-width: 767px) {
  #nav-secundario select {
    display: none; } }

#nav-secundario select {
  color: black !important;
  border: 1px solid black !important;
  position: fixed;
  right: 4%;
  top: 4%; }

.close-lightbox {
  z-index: 1001; }


.content-footer {
  display: grid;
  grid-template-columns: 100%;
  background-color: #ffffff;
  padding: 10px;
  align-items: center;
  min-height: 85px;
  bottom: 0;
  z-index: 1;
  width: 100%;
  transition: all 0.2s linear; }

.content-footer:hover {
  opacity: 1 !important; }

.container-footer-1 {
  display: flex;
  justify-content: space-around;
  text-align: center; }

.container-footer-1 .f-item img {
  width: 95%;
  max-width: 85px; }

.container-footer-2 {
  display: flex;
  justify-content: space-around;
  text-align: center; }

.container-footer-2 .f-item img {
  width: 60%; }

/*FOOTER CONTACTO*/
.content-footer-contacto {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #751349;
  padding: 10px;
  align-items: center;
  min-height: 85px; }

.container-footer-contacto {
  display: flex;
  justify-content: space-around;
  text-align: center; }

.container-footer-contacto .f-item img {
  width: 95%;
  max-width: 85px; }

img.img-logo-footer-2x {
  max-width: 110px !important; }

.content-footer-aviso-legal {
  background-color: #751349;
  padding: 1px 2px;
  margin-top: 4px;
  font-size: 12px; }

.container-footer-aviso-legal {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.container-footer-aviso-legal p {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px; }

.container-footer-aviso-legal a {
  color: #ffffff; }

@media (min-width: 576px) {
  .content-footer {
    grid-template-columns: 80% 20%; }
  .container-footer-2 .f-item img {
    width: 95%; } }

@media (min-width: 768px) {
  .content-footer {
    padding: 12px 30px; }
  .container-footer-1 .f-item img {
    width: 80%; }
  .container-footer-2 .f-item img {
    width: 80%; }
  /*FOOTER CONTACTO*/
  .content-footer-contacto {
    padding: 30px; }
  .container-footer-contacto .f-item img {
    width: 80%; } }


body {
  background-image: url(../images/home/fondo.svg);
  color: #414448;
   }

a:hover {
  text-decoration: none; }

/*COOKIES DIALOG*/
.modal-dialog {
  position: absolute !important;
  bottom: 0 !important;
  margin: 15px !important;
  width: 300px; }

#btn-cookies {
  display: none; }

.btn-primary {
  background-color: #000000;
  border-color: #000000; }


/*GO TOP*/
#myBtnTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #000000;
  border: 1px solid #000000;
  opacity: 0.9;
  color: white;
  cursor: pointer;
  padding: 8px 4px;
  border-radius: 4px; }


.content-politica-privacidad a, .content-aviso-legal a {
  color: #414448; }

@media (min-width: 576px) {
  .modal-dialog {
    right: 0 !important;
    width: 400px; } }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px; } }


.footer {
  background-color: #f4f4f4;
  display: flex;
  justify-content: space-between;
  padding: 3%;
}

.footer-logo p {
  font-family: 'BebasNeue';
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 4%;
}
.footer-logo img {
  padding-right: 4%;
}

.footer-prensa a {
  color: #000000;
  text-decoration: underline;
  font-family: 'BebasNeue';
}

footer h3 {
  font-family: 'BebasNeue';
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-bottom: 10%;
}

.footer-contacto div {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.footer-contacto img {
  margin-right: 3%;
}

.footer-contacto h3 {
  padding-bottom: 6% !important;
}

.footer-contacto p {
  font-family: 'BebasNeue';
  font-size: 15px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.footer-contacto a {
  color: #414448;
  text-decoration: none;
  font-family: 'BebasNeue';
}

.content-main-reservas {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  margin-bottom: 50px;
  padding-top: 50px;
}
.content-main-reservas h1 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 50px;
}

.d-desk {
  display: none;
}
.d-mob {
  display: block;
}
@media (min-width: 576px) {
  .d-desk {
    display: block;
  }
  .d-mob {
    display: none;
  }
}