::marker {
  color: #fff;
}

.header-style-one .header-upper {
  position: relative;
}

.scroll-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
}

/* ---- tripadvisor ----*/
.icono-flotante {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 1000;
}

.icono-flotante.tripadvisor {
  background-color: #34e0a1;
  bottom: 76px;
}

.icono-flotante.mail {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border: 1px solid;
  border-color: #fff;
  bottom: 130px;
}

.icono-flotante.reserva {
  background-color: #3B5998;
  border: 1px solid;
  border-color: #181b1f;
  bottom: 184px;
}

.icono-flotante.reserva .t-advisor {
  color: #fff;
}

.icono-flotante.change-lenguage {
  bottom: 242px;
}

.icono-flotante.change-lenguage:hover {
  border-color: #fff;
}

.icono-flotante.change-lenguage2 {
  bottom: 300px;
}

.icono-flotante:hover {
  background-color: #2879ff;
}

.icono-flotante .t-advisor {
  color: white;
  font-size: 1.5rem;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
  z-index: 1100;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  background-color: #1ebe5d;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767.98px) {
  .floating-whatsapp {
    right: 16px;
    bottom: 80px;
    width: 52px;
    height: 52px;
    font-size: 1.7rem;
  }
}

.main-footer .info {
  margin-top: 15px;
}

.main-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-footer .social-links li {
  padding: 0 10px;
}

.main-footer .social-links a {
  color: #9a9fa6;
  font-size: 20px;
}

.about-section .image-column .image-box {
  padding-left: 0;
}

.about-section .image-column .image-box img {
  padding-top: 150px !important;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 10px;
  padding: 31px 0;
  z-index: 10000;
}

.language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.language ul li {
  padding: 0 5px;
  line-height: 1.2;
}

.language ul li a {
  font-size: 14px;
}

.language li.active, .language li:hover {
  background-color: #000;
}

.language li.active a, .language li:hover a {
  color: #fff;
}

.other-links .link-box a {
  text-transform: uppercase;
}

.mobile-menu-visible .language {
  z-index: 9999;
}

.show-mobile, .d-mobile {
  display: none;
}

li.d-mobile .btn-style-one .btn-title {
  background: #fff;
  color: #000;
}

.offers-section-one {
  margin-top: 0 !important;
}

.quejas_sugerencias .contact-section-two {
  padding-top: 50px;
}

.quejas_sugerencias .contact-section-two .form-box {
  margin-top: unset;
}

.main-footer a {
  color: #9a9fa6;
}

.main-footer a:hover {
  color: #fff;
}

.boton-queja,
.boton-arrepentimiento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.boton-queja a,
.boton-arrepentimiento a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 15px 25px;
  border: 2px solid transparent;
  text-align: center;
  text-transform: none;
}

.boton-queja a:hover,
.boton-arrepentimiento a:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.main-footer .actions-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.main-footer .actions-column .boton-queja,
.main-footer .actions-column .boton-arrepentimiento {
  width: 100%;
}

.main-footer .actions-column a {
  display: block;
  text-align: center;
}

@media (max-width: 1716px) {
  .language {
    padding: 0;
    right: 52px;
  }
  .language ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .language ul li {
    padding: 1px 5px;
  }
  .language li.active, .language li:hover {
    background-color: #000;
  }
  .language li.active a, .language li:hover a {
    color: #fff;
  }
  .main-menu .navigation > li {
    margin-right: 30px;
  }
}

@media (max-width: 1599px) {
  .other-links .link-box:first-of-type {
    display: none;
  }
}

@media (max-width: 1440px) {
  .header-style-one .other-links {
    float: right;
  }
  .header-style-one .nav-outer {
    float: left;
    margin-right: 15px;
  }
  .language {
    right: 34px;
  }
}

@media (max-width: 1323px) {
  .main-menu .navigation > li {
    margin-right: 12px;
  }
  .offers-section-one {
    padding-top: 50px;
  }
}

@media (max-width: 1209px) {
  .btn-style-one .btn-title {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .main-menu .navigation > li {
    margin-right: 5px;
  }
  .main-menu .navigation > li a {
    font-size: 12px;
  }
  .header-style-one .other-links .link-box {
    margin-left: 15px;
  }
  .header-style-one .header-upper .logo-box {
    width: 120px;
    padding: 33px 0;
    margin-right: 5px;
  }
  .banner-bottom-pattern {
    display: none;
  }
  .sec-title {
    margin-top: 50px;
  }
  .main-menu .navigation > li {
    margin-right: 14px;
  }
  .main-footer .info {
    margin-top: 0;
  }
  .offers-section-one {
    padding-top: 50px;
  }
  .offers-section-one .sec-title {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .header-style-one .header-upper .logo-box {
    margin-right: 30px;
  }
  .header-style-one .nav-outer {
    float: right;
  }
  .header-style-one .other-links {
    float: left;
  }
  .header-style-one .other-links .btn-style-one .btn-title {
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 12px;
  }
  .show-mobile {
    display: block;
  }
  .language {
    right: 45%;
    top: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-section .image-column .image-box {
    padding-left: 0;
  }
  .about-section .text-column .link-box {
    text-align: center;
  }
  .italic-on-mobile ul li a {
    font-style: italic;
  }
  .sec-title {
    margin-top: 0;
    text-align: center;
  }
  .offers-section-one .offer-block .text {
    max-width: unset;
  }
  .offers-section-one .offer-block .offer-inner {
    padding-left: 0;
  }
  .offers-section-one .offer-block .fact-thumb {
    position: relative;
    margin: 0 auto;
  }
  .offers-section-one .images-column .images {
    margin-left: 15%;
  }
  .promociones .offers-section-one {
    margin-top: 0 !important;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .language {
    right: 28%;
  }
  .offers-section-one .images-column .images {
    margin-left: 0;
  }
}

@media (max-width: 599px) {
  .header-style-one .other-links .link-box:last-of-type {
    display: block;
  }
}

@media (max-width: 575px) {
  .language {
    display: none;
  }
  .mobile-menu-visible .language {
    display: block;
    right: 0;
    top: 100px;
    z-index: 10000;
  }
  .mobile-menu-visible .language ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-menu-visible .language li a {
    color: #fff;
  }
  .mobile-menu-visible .language li.active {
    background-color: #fff;
  }
  .mobile-menu-visible .language li.active a {
    color: #000;
  }
}

@media screen and (max-width: 480px) {
  /* ---- tripadvisor responsive ----*/
  .w-flotante {
    height: 5%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    border-radius: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .w-flotante .d-none {
    display: inline !important;
  }
  .w-flotante span {
    margin-right: 5px;
  }
  .w-flotante span:visited, .w-flotante span:focus {
    color: #fff;
  }
  .w-flotante .whatsapp {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .header-style-one .other-links .link-box {
    display: none !important;
  }
  .d-mobile {
    display: block;
  }
}
/*# sourceMappingURL=ajustes.css.map */