@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: "Storica Heavy";
  src: url("fonts/storica-heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body h1,
body h2,
body h3 {
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
body h4,
body h5,
body h6 {
  font-weight: 500;
}
body a,
body p,
body span {
  font-weight: 400;
}
body a {
  text-decoration: none;
}

.top-up {
  display: none;
  font-size: 41px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  text-decoration: none;
  font-size: 0.8em;
}
.top-up .fas {
  font-size: 2.2em;
  color: #d69c38;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  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;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader-inner {
  position: relative;
  width: 160px;
  height: 160px;
  padding: 20px;
}

.preloader-inner img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.loader-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-top: 1px solid #ffa726; /* Color naranja o el que prefieras */
  border-radius: 50%;
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
  z-index: 1;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}

/* Contenedor del preloader 
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/
.contact-top {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media only screen and (max-width: 890px) {
  .contact-top {
    display: none !important;
  }
}
.contact-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-top ul li {
  margin-right: 20px;
}
.contact-top ul li a {
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
}

.contact-top-inter ul li a {
  color: grey;
  font-weight: 600;
}

.social {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 890px) {
  .social {
    display: none !important;
  }
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social ul li {
  margin-right: 10px;
}
.social ul li a {
  color: white;
  font-size: 1rem;
}

.contact-top,
.social {
  z-index: 999;
}

.social-inter ul li a {
  color: grey;
}

.header-initial {
  position: fixed;
  top: 3%;
  width: 100%;
  background: transparent;
}
@media only screen and (max-width: 1280px) {
  .header-initial {
    top: 6%;
  }
}
@media only screen and (max-width: 890px) {
  .header-initial {
    display: none !important;
  }
}
.header-initial img.main-logo {
  width: 200px;
}
@media only screen and (max-width: 1280px) {
  .header-initial img.main-logo {
    width: 150px;
  }
}
.header-initial img.main-logo-inter {
  display: none;
}

.header-initial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 999;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 9999;
}

.header-initial nav {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-initial nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-initial nav ul li {
  list-style: none;
}
.header-initial nav ul li a {
  text-decoration: none;
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 500;
}
.header-initial nav.left-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-initial nav.left-nav ul li {
  margin: 0 0 0 40px;
}
.header-initial nav.right-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-initial nav.right-nav ul li {
  margin: 0 40px 0 0;
}
.header-initial img.main-logo {
  margin: 0 40px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.header-initial nav ul li.logo {
  margin: 0 40px;
}

.header-inter nav ul li a {
  color: grey;
  font-weight: 600;
}
.header-inter img.main-logo {
  display: none;
}
.header-inter img.main-logo-inter {
  display: inherit;
  width: 200px;
  margin: 0 40px;
}
@media only screen and (max-width: 1280px) {
  .header-inter img.main-logo-inter {
    width: 150px;
  }
}

.header-scrolled,
.header-scroll {
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  background: radial-gradient(circle at center 30%, #0087ed -92%, #001735 91%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: top 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 890px) {
  .header-scrolled,
  .header-scroll {
    display: none !important;
  }
}
.header-scrolled img,
.header-scroll img {
  width: 100px;
  margin: 0 50px;
}
.header-scrolled nav ul,
.header-scroll nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-scrolled nav ul li,
.header-scroll nav ul li {
  margin-right: 15px;
}
.header-scrolled nav ul li a,
.header-scroll nav ul li a {
  text-decoration: none;
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 500;
}
.header-scrolled .scroll-left-nav,
.header-scrolled .scroll-right-nav,
.header-scroll .scroll-left-nav,
.header-scroll .scroll-right-nav {
  width: 30%;
}
.header-scrolled .scroll-left-nav ul,
.header-scroll .scroll-left-nav ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-scrolled .scroll-left-nav ul li,
.header-scroll .scroll-left-nav ul li {
  margin: 0 0 0 40px;
}
.header-scrolled .scroll-right-nav ul,
.header-scroll .scroll-right-nav ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-scrolled .scroll-right-nav ul li,
.header-scroll .scroll-right-nav ul li {
  margin: 0 40px 0 0;
}

.header-scroll {
  top: -100%;
}

.header-scrolled {
  top: 0;
}

/* Estructura general */
.header-mobile {
  display: none;
}
@media only screen and (max-width: 890px) {
  .header-mobile {
    width: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3490196078);
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-mobile .main-logo {
  height: 40px;
}
.header-mobile .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  z-index: 1100;
}
.header-mobile .menu-toggle .bar {
  width: 25px;
  height: 2px;
  background: #b7b7b7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-mobile .menu-toggle.open .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(9px);
          transform: rotate(45deg) translateY(9px);
}
.header-mobile .menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}
.header-mobile .menu-toggle.open .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-12px);
          transform: rotate(-45deg) translateY(-12px);
}
.header-mobile .mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  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;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1000;
}
.header-mobile .mobile-nav.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-mobile .mobile-nav ul {
  list-style: none;
  text-align: center;
}
.header-mobile .mobile-nav ul li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  margin: 10px 0 20px;
  -webkit-animation: fadeInUp 0.5s forwards;
          animation: fadeInUp 0.5s forwards;
}
.header-mobile .mobile-nav ul li a {
  text-decoration: none;
  font-size: 22px;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* Menú móvil fullscreen */
.mobile-nav .mobile-nav ul .mobile-nav.show ul li {
  -webkit-animation-delay: calc(0.1s * var(--i));
          animation-delay: calc(0.1s * var(--i));
}

/* Animación tipo abanico */
@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mobile-nav ul li .mobile-nav ul li a:hover {
  color: #555;
}

/*
.trame-header {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 120px; 
  background-color: #fff; 
  z-index: 9998;
  transition: top 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.trame-header-active {
  top: 0;
}
  */
.wrap-home {
  width: 100%;
  height: 100vh;
  position: relative;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-home img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-home img.main-logo-home {
  display: none;
}
@media only screen and (max-width: 890px) {
  .wrap-home img.main-logo-home {
    display: inherit;
    position: inherit;
    z-index: 99;
    width: 180px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
  }
}
.wrap-home a {
  position: relative;
  background-color: white;
  text-transform: uppercase;
  padding: 11px 42px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  color: #282828;
}
.wrap-home h1 {
  position: relative;
  padding-bottom: 66px;
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 1280px) {
  .wrap-home h1 {
    font-size: 2rem;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-home h1 {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    padding-bottom: 85px;
  }
}

.wrap-about {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 130px;
  background: #ffffff;
  z-index: 9;
}
@media only screen and (max-width: 890px) {
  .wrap-about {
    padding: 100px 50px;
  }
}
.wrap-about h2 {
  white-space: pre-line;
  text-align: center;
  color: #474646;
  line-height: 2.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 30px 0;
}
.wrap-about h3 {
  font-weight: 400;
  color: #d69c38;
}
.wrap-about h2,
.wrap-about h3,
.wrap-about img.signature {
  position: relative;
  z-index: 99;
}
.wrap-about img.signature {
  width: 400px;
}
.wrap-about img.backlogo {
  position: absolute;
  width: 45%;
  z-index: 98;
}

.wrap-tabs-section {
  max-width: 1200px;
  min-width: 1200px;
  margin: 100px auto;
  text-align: center;
}
@media only screen and (max-width: 890px) {
  .wrap-tabs-section {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    min-width: 90%;
    padding: 60px 0px;
  }
}

.section-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #d69c38; /* Color dorado */
  margin-bottom: 42px;
  font-family: "Storica Heavy", sans-serif;
}

/* Estilos de las pestañas */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 890px) {
  .tabs {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    gap: 13px;
  }
}

.tab-button {
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #aaa;
  padding: 30px 61px 0 23px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 1px solid #e7e7e7;
  border-top-right-radius: 20px;
  border-right: 1px solid #e7e7e7;
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 890px) {
  .tab-button {
    width: 100%;
    padding: 0;
    text-align: left;
    border: none;
  }
}

.tab-button.active {
  color: #c59d5f;
  /* border-bottom: 3px solid #c59d5f; */
  border-top: 1px solid #d7d7d7;
  border-top-right-radius: 20px;
  border-right: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 890px) {
  .tab-button.active {
    border: none;
  }
}

/* Contenido de cada tab */
.tab-content {
  display: none;
  padding: 20px;
  text-align: left;
  min-height: 500px;
  padding-top: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 890px) {
  .tab-content {
    padding: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tab-content h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.tab-content p {
  font-family: "DM Sans", sans-serif;
  white-space: pre-line;
  line-height: 1.5rem;
  font-size: 1rem;
  color: grey;
}
.tab-content p a {
  font-weight: 600;
  color: #d69c38;
}
.tab-content .cont-signature {
  right: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/bg-about.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
}
.tab-content .cont-signature img {
  width: 100%;
}
.tab-content .cont-signature p.author {
  margin: 0;
  font-size: 0.9rem;
  margin-right: 20px;
  font-weight: 500;
}
.tab-content .tab-content-block:first-child {
  width: 65%;
}
@media only screen and (max-width: 890px) {
  .tab-content .tab-content-block:first-child {
    width: 100%;
    margin-bottom: 40px;
  }
}
.tab-content .tab-content-block:last-child {
  width: 27%;
}
@media only screen and (max-width: 890px) {
  .tab-content .tab-content-block:last-child {
    width: 100%;
  }
}
.tab-content .tab-content-block figure {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.tab-content .tab-content-block figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-content.active {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab-content-sec {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#vision.tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Sección principal */
.explore-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 70%;
  margin: 100px auto;
}
@media only screen and (max-width: 890px) {
  .explore-section {
    margin: 100px 20px;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }
}

/* Mapa */
.map-container {
  position: relative;
  width: 30%;
}
@media only screen and (max-width: 890px) {
  .map-container {
    display: none;
  }
}
.map-container img {
  width: 80%;
  display: block;
}
.map-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  pointer-events: none; /* para que no interfiera con el mouse */
}

/* Círculos del mapa */
/* Círculos del mapa con efecto pulse */
.map-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #d69c38;
  border-radius: 50%;
  display: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(214, 156, 56, 0.7568627451);
          box-shadow: 0 0 10px rgba(214, 156, 56, 0.7568627451);
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}

/* Ubicación de cada círculo en el mapa */
#circle-fjords {
  top: 4.5%;
  left: 23%;
}

#circle-natales {
  top: 70%;
  left: 31%;
}

#circle-torres {
  top: 65%;
  left: 24%;
}

#circle-tierra {
  top: 86%;
  left: 52%;
}

#circle-tierra-1 {
  top: 77%;
  left: 46%;
}

#circle-tierra-2 {
  top: 98%;
  left: 65%;
}

/* Animación de pulso */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* Contenido de los destinos */
.content-container {
  width: 65%;
  /* Efecto al hacer hover */
}
@media only screen and (max-width: 890px) {
  .content-container {
    width: 100%;
  }
}
.content-container h2 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #d69c38;
  margin-bottom: 5px;
  font-family: "Storica Heavy", sans-serif;
}
.content-container p {
  font-family: "DM Sans", sans-serif;
  white-space: pre-line;
  line-height: 1.5rem;
  font-size: 1rem;
  color: grey;
}
.content-container .destinations {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.content-container .destinations .destination {
  width: 48%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 25px;
}
.content-container .destinations .destination a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.content-container .destinations .destination a figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-container .destinations .destination a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-container .destinations .destination a p {
  position: absolute;
  z-index: 999;
  color: white;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.content-container .destinations:hover .destination {
  opacity: 0.4; /* Apaga todos */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-container .destination:hover {
  opacity: 1 !important; /* Ilumina solo el que tiene hover */
}

/*
.wrap-condor {
  background-image: url(../images/condor.jpg);
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 

.wrap-ave {
  background-image: url(../images/ave.jpg);
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 

.wrap-glaciar {
  background-image: url(../images/img-glaciar.jpg);
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
}

.wrap-ave {
  background-image: url("../images/ave.jpg");
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  height: 70vh;
  width: 100%;
}

.wrap-condor {
  background-image: url("../images/condor.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 70vh;
  width: 100%;
}

.wrap-condor,
.wrap-ave {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  width: 100%;
  height: 70vh;
}
*/
/* Estilo común a todos los parallax */
.wrap-glaciar,
.wrap-condor,
.wrap-ave {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Efecto parallax */
}

/* Imagen de cada sección */
.wrap-glaciar {
  background-image: url("../images/img-glaciar.jpg");
}

.wrap-condor {
  background-image: url("../images/landscape.jpg");
}

.wrap-ave {
  background-image: url("../images/ave.jpg");
}

.wrap-packages {
  width: 100%;
}
.wrap-packages .packages-center {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 890px) {
  .wrap-packages .packages-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-packages .packages-center .packages-blocks {
  width: 30%;
}
@media only screen and (max-width: 890px) {
  .wrap-packages .packages-center .packages-blocks {
    width: 100%;
  }
}
.wrap-packages .packages-center .packages-blocks h2 {
  color: #d69c38;
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Storica Heavy", sans-serif;
}
.wrap-packages .packages-center .packages-blocks h3 {
  color: #313131;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 10px 0;
  line-height: 2rem;
}
.wrap-packages .packages-center .packages-blocks p {
  font-family: "DM Sans", sans-serif;
  white-space: pre-line;
  line-height: 1.5rem;
  font-size: 1rem;
  color: grey;
}
.wrap-packages .packages-center .grid-packages {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 35px;
}
@media only screen and (max-width: 890px) {
  .wrap-packages .packages-center .grid-packages {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .wrap-packages .packages-center .grid-packages {
    margin-top: 30px;
  }
}
.wrap-packages .packages-center .grid-packages .packages-single {
  width: 48%;
  height: 220px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 1440px) {
  .wrap-packages .packages-center .grid-packages .packages-single {
    height: 250px;
  }
}
@media only screen and (max-width: 1280px) {
  .wrap-packages .packages-center .grid-packages .packages-single {
    height: 250px;
  }
}
.wrap-packages .packages-center .grid-packages .packages-single .packages-info {
  position: absolute;
  text-align: center;
  bottom: -100px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 99;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 890px) {
  .wrap-packages .packages-center .grid-packages .packages-single .packages-info {
    bottom: 20px;
  }
}
.wrap-packages .packages-center .grid-packages .packages-single .packages-info h2,
.wrap-packages .packages-center .grid-packages .packages-single .packages-info p,
.wrap-packages .packages-center .grid-packages .packages-single .packages-info a {
  font-family: "DM Sans", sans-serif;
}
.wrap-packages .packages-center .grid-packages .packages-single .packages-info h2 {
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.wrap-packages .packages-center .grid-packages .packages-single .packages-info p {
  text-align: center;
  color: white;
  font-size: 0.65rem;
}
.wrap-packages .packages-center .grid-packages .packages-single .packages-info a {
  background-color: #035da1;
  text-decoration: none;
  color: white;
  font-size: 0.75rem;
  padding: 15px 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.wrap-packages .packages-center .grid-packages .packages-single .packages-info a:hover {
  opacity: 0.5;
}
.wrap-packages .packages-center .grid-packages .packages-single .trame-packages {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4509803922);
  bottom: -100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.wrap-packages .packages-center .grid-packages .packages-single:hover > .packages-info {
  bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .wrap-packages .packages-center .grid-packages .packages-single:hover > .packages-info {
    bottom: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .wrap-packages .packages-center .grid-packages .packages-single:hover > .packages-info {
    bottom: 100px;
  }
}
.wrap-packages .packages-center .grid-packages .packages-single:hover > .trame-packages {
  bottom: 0;
}
.wrap-packages .packages-center .grid-packages .packages-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-packages .packages-center a {
  font-size: 1.2rem;
  color: #d69c38;
}

.wrap-adventurers {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  position: relative;
}
.wrap-adventurers h2.testimonial-title {
  z-index: 99;
  top: 100px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #d69c38;
  margin-bottom: 15px;
  white-space: pre-line;
  text-align: center;
  font-family: "Storica Heavy", sans-serif;
}
.wrap-adventurers p.testimonial-subtitle {
  z-index: 99;
  top: 200px;
  font-size: 1rem;
  color: white;
}
.wrap-adventurers .adventurers-trame {
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.631372549);
}
.wrap-adventurers img.bg-adventurers {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 97;
}
.wrap-adventurers .testimonial-section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  z-index: 99;
  margin-top: 60px;
}
@media only screen and (max-width: 890px) {
  .wrap-adventurers .testimonial-section {
    max-width: 90%;
    width: 90%;
    margin-top: 20px;
  }
}
.wrap-adventurers .testimonial-title {
  font-size: 28px;
  font-weight: bold;
  color: #f5b942;
}
.wrap-adventurers .testimonial-subtitle {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}
.wrap-adventurers .testimonial-container {
  position: relative;
  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;
  overflow: hidden;
}
.wrap-adventurers .testimonial {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  text-align: left;
  max-width: 900px;
}
@media only screen and (max-width: 890px) {
  .wrap-adventurers .testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wrap-adventurers .testimonial figure {
  width: 300px;
  height: 350px;
}
@media only screen and (max-width: 890px) {
  .wrap-adventurers .testimonial figure {
    width: 150px;
    height: 150px;
  }
}
.wrap-adventurers .testimonial figure img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-adventurers .testimonial.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: relative;
}
.wrap-adventurers .testimonial-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrap-adventurers .testimonial-text h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
}
@media only screen and (max-width: 890px) {
  .wrap-adventurers .testimonial-text h3 {
    font-size: 1.2rem;
  }
}
.wrap-adventurers .testimonial-text p {
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: white;
  margin: 20px 0;
}
@media only screen and (max-width: 890px) {
  .wrap-adventurers .testimonial-text p {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}
.wrap-adventurers .testimonial-text strong {
  font-size: 1rem;
  color: white;
}
.wrap-adventurers .dots {
  margin-top: 50px;
  text-align: center;
}
.wrap-adventurers .dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.274);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.wrap-adventurers .dot.active {
  background-color: rgba(255, 255, 255, 0.768627451);
}

.main-footer {
  background: radial-gradient(circle at center 30%, #0087ed -92%, #001735 91%);
  height: 500px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 890px) {
  .main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 50px;
  }
}
.main-footer img {
  width: 300px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 890px) {
  .main-footer img {
    width: 150px;
  }
}
.main-footer .info-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 20px;
}
.main-footer .info-footer .info-footer-row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-footer .info-footer .info-footer-row:first-child nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 890px) {
  .main-footer .info-footer .info-footer-row:first-child nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-footer .info-footer .info-footer-row:first-child nav ul li {
  margin: 0 40px;
}
@media only screen and (max-width: 890px) {
  .main-footer .info-footer .info-footer-row:first-child nav ul li {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.main-footer .info-footer .info-footer-row:first-child nav ul li:first-child, .main-footer .info-footer .info-footer-row:first-child nav ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 890px) {
  .main-footer .info-footer .info-footer-row:first-child nav ul li:first-child, .main-footer .info-footer .info-footer-row:first-child nav ul li:last-child {
    margin: 0 0 20px 0;
  }
}
.main-footer .info-footer .info-footer-row:first-child nav ul li a {
  color: white;
  font-size: 0.9rem;
}
@media only screen and (max-width: 890px) {
  .main-footer .info-footer .info-footer-row:first-child nav ul li a {
    font-size: 1rem;
  }
}
.main-footer .info-footer .info-footer-row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
  padding: 20px 40px;
}
@media only screen and (max-width: 890px) {
  .main-footer .info-footer .info-footer-row:nth-child(2) {
    -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;
  }
}
.main-footer .info-footer .info-footer-row:nth-child(2) img {
  margin-bottom: 0;
}
.main-footer .info-footer .info-footer-row:nth-child(2) p {
  color: white;
  font-size: 0.9rem;
}
@media only screen and (max-width: 890px) {
  .main-footer .info-footer .info-footer-row:nth-child(2) p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.main-footer .info-footer .info-footer-row:nth-child(2) nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 890px) {
  .main-footer .info-footer .info-footer-row:nth-child(2) nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 890px) {
  .main-footer .info-footer .info-footer-row:nth-child(2) nav ul li {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.main-footer .info-footer .info-footer-row:nth-child(2) nav ul li:first-child {
  margin-right: 30px;
}
.main-footer .info-footer .info-footer-row:nth-child(2) nav ul li a {
  color: white;
  font-size: 0.9rem;
}
.main-footer .info-footer .info-footer-row:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-footer .info-footer .info-footer-row:last-child p {
  color: white;
  font-size: 0.8rem;
}
@media only screen and (max-width: 890px) {
  .main-footer .info-footer .info-footer-row:last-child p {
    font-size: 0.7rem;
    text-align: center;
  }
}

.other {
  height: 2500px;
}

.wrap-inter {
  width: 100%;
  padding-top: 270px;
}
@media only screen and (max-width: 890px) {
  .wrap-inter {
    padding-top: 120px;
  }
}
.wrap-inter .wrap-inter-center {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
}
.wrap-inter .wrap-inter-center h1 {
  font-family: "Storica Heavy", sans-serif;
  color: #2e2e2e;
  font-size: 2.5rem;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center h1 {
    font-size: 1.5rem;
  }
}
.wrap-inter .wrap-inter-center p.inter-description {
  font-family: "DM Sans", sans-serif;
  color: grey;
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin: 30px 0 0 0;
}
.wrap-inter .wrap-inter-center .wrap-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 60px;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-inter .wrap-inter-center .wrap-gallery .main-gallery {
  width: 67%;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-gallery .main-gallery {
    width: 100%;
  }
}
.wrap-inter .wrap-inter-center .wrap-gallery .main-gallery img {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-gallery .main-gallery img {
    height: 200px;
    margin: 0 0 5px 0;
  }
}
.wrap-inter .wrap-inter-center .wrap-gallery .thumb-gallery {
  width: 32%;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-gallery .thumb-gallery {
    width: 100%;
  }
}
.wrap-inter .wrap-inter-center .wrap-gallery .thumb-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap-inter .wrap-inter-center .wrap-gallery .thumb-gallery a {
  width: 49%;
  height: 47.5%;
  display: block;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-gallery .thumb-gallery a {
    width: 24%;
  }
}
.wrap-inter .wrap-inter-center .wrap-gallery .thumb-gallery a img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-inter .wrap-inter-center .wrap-gallery .thumb-gallery .thumb-gallery img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.wrap-inter .wrap-inter-center .wrap-body-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-body-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content:first-child {
  width: 60%;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-body-content .block-content:first-child {
    width: 100%;
    margin-bottom: 100px;
  }
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content:last-child {
  width: 32%;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-body-content .block-content:last-child {
    width: 100%;
  }
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content h2 {
  font-family: "Storica Heavy", sans-serif;
  font-size: 1.1rem;
  color: #2e2e2e;
  margin-bottom: 15px;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content h2.contact {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content p {
  font-family: "DM Sans", sans-serif;
  color: grey;
  font-size: 1.1rem;
  line-height: 1.7rem;
  white-space: pre-line;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-body-content .block-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content figure {
  position: relative;
  width: 100%;
  height: 500px;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content figure span {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 30px;
  white-space: pre-line;
  font-size: 0.8rem;
  font-style: italic;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-body-content .block-content .map {
    height: 300px;
  }
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content div.gap {
  height: 60px;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .accordion {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-top: 1px solid #e6e6e6;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .accordion-item {
  border-bottom: 1px solid #dddddd;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .accordion-header {
  font-weight: bold;
  cursor: pointer;
  padding: 20px 0;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: "Storica Heavy", sans-serif;
  font-size: 0.9rem;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .accordion-header.active {
  color: #0163b7;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .accordion-content {
  display: none;
  padding: 0;
  background-color: #fff;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
  margin-bottom: 20px;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .accordion-content p {
  font-family: "DM Sans", sans-serif;
  color: grey;
  font-size: 1rem;
  line-height: 1.4rem;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .siderbar-info {
  -webkit-box-shadow: 0 7px 15px #dddddd;
          box-shadow: 0 7px 15px #dddddd;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .siderbar-info p {
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .siderbar-info p i {
  width: 30px;
  text-align: center;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .siderbar-info p span {
  font-weight: 600;
  color: rgb(90, 90, 90);
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .siderbar-info p a {
  font-weight: 600;
  color: #0163b7;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .siderbar-info a.booking {
  background-color: #0163b7;
  display: block;
  text-align: center;
  padding: 25px 0;
  font-weight: 600;
  color: white;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wrap-inter .wrap-inter-center .wrap-body-content .block-content .siderbar-info a.booking:hover {
  opacity: 0.5;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others {
  margin: 50px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others h2 {
  font-family: "Storica Heavy", sans-serif;
  font-size: 1.1rem;
  color: #2e2e2e;
  margin-bottom: 15px;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a {
  width: 24%;
  -webkit-box-shadow: 0 7px 15px #dddddd;
          box-shadow: 0 7px 15px #dddddd;
  padding-bottom: 40px;
  font-weight: 600;
  color: #0163b7;
  font-size: 1.2rem;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 890px) {
  .wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a {
    margin-bottom: 30px;
    width: 100%;
  }
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a .other-info {
  text-align: left;
  padding: 0 30px;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a .other-info span {
  display: block;
  color: grey;
  margin-bottom: 5px;
  font-family: "Storica Heavy", sans-serif;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a .other-info p {
  font-weight: 600;
  font-size: 0.8rem;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a .other-info .info-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 10px;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a .other-info .info-stars i {
  color: rgb(211, 180, 7);
  font-size: 0.7rem;
}
.wrap-inter .wrap-inter-center .wrap-body-content-others .grid-others a .other-info .info-stars .text-star {
  font-weight: 300;
  font-size: 0.8rem;
  font-family: "DM Sans", sans-serif;
  margin-left: 5px;
}

#lightbox .lb-outerContainer .lb-container img.lb-image {
  border: none !important;
  border-radius: 0 !important;
}

.wrap-inter-destination {
  width: 100%;
  padding-top: 220px;
  height: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 890px) {
  .wrap-inter-destination {
    padding-top: 30px;
  }
}
.wrap-inter-destination img {
  width: 100%;
  height: 73%;
  position: absolute;
  top: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 890px) {
  .wrap-inter-destination img {
    height: 94%;
    top: 63px;
  }
}
.wrap-inter-destination .wrap-inter-destination-center {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.wrap-inter-destination .wrap-inter-destination-center h1 {
  color: white;
  font-family: "Storica Heavy", sans-serif;
  margin-bottom: 20px;
  font-size: 2.1rem;
}
@media only screen and (max-width: 890px) {
  .wrap-inter-destination .wrap-inter-destination-center h1 {
    font-size: 1.5rem;
  }
}
.wrap-inter-destination .wrap-inter-destination-center p {
  padding-bottom: 20px;
  font-size: 1.1rem;
  color: white;
  font-style: italic;
}
@media only screen and (max-width: 890px) {
  .wrap-inter-destination .wrap-inter-destination-center p {
    font-size: 0.9rem;
  }
}

.wrap-inter-dest {
  padding-top: 70px;
  margin-bottom: 150px;
}
.wrap-inter-dest .wrap-gallery {
  margin-top: 100px !important;
}

/*FORMULARIO DE CONTACTO*/
.wpcf7-form {
  margin-top: 40px;
}

.wpcf7 .wpcf7-form p {
  margin: 0;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=tel],
textarea.wpcf7-textarea,
select.wpcf7-form-control {
  width: 100%;
  border: none;
  padding: 1.2rem 1.5rem;
  font-size: 0.8em;
  margin-bottom: 1%;
  font-size: 1rem;
  color: #717171;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wpcf7-form input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=tel]:focus,
textarea.wpcf7-textarea:focus,
select.wpcf7-form-control:focus {
  background-color: #f1f1f1;
  padding-left: 3em;
  outline: 0px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .wpcf7-form input[type=text]:focus,
  .wpcf7-form input[type=email]:focus,
  .wpcf7-form input[type=number]:focus,
  .wpcf7-form input[type=tel]:focus,
  textarea.wpcf7-textarea:focus,
  select.wpcf7-form-control:focus {
    padding: 5%;
  }
}

select.wpcf7-form-control {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  select.wpcf7-form-control {
    width: 100%;
  }
}

select.wpcf7-form-control option {
  padding: 15px 0;
  display: block;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #696969 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #646464 !important;
  opacity: 1;
}

.wpcf7-form .span-number {
  margin: 0 0 20px 23px;
  font-size: 0.8rem;
  color: #4c4c4c;
  display: block;
}
.wpcf7-form .span-form {
  margin-top: 30px;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
}
.wpcf7-form h2 {
  color: #d69c38;
  margin: 30px 0 16px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.wpcf7 input[type=file] {
  font-size: 0.8rem;
  margin: 10px 0 20px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.8rem;
}

.wpcf7-form input[type=checkbox] {
  margin-right: 5px;
}

.wpcf7-form input[type=submit] {
  background: -webkit-gradient(linear, left top, right top, from(#d69c2f), to(#f2c451));
  background: linear-gradient(to right, #d69c2f, #f2c451);
  color: white;
  border: none;
  padding: 20px 30px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 50%;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wpcf7-form input[type=submit]:hover {
  opacity: 0.5;
}

.screen-reader-response {
  color: red;
  font-size: 0.8em;
}

span.wpcf7-not-valid-tip {
  font-size: 0.8rem;
  letter-spacing: initial;
  text-transform: initial;
  color: red;
  margin: 0 0 10px 0;
  display: block;
  text-align: initial;
}
span.wpcf7-not-valid-tip:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: red;
  margin-right: 5px;
  content: "\f06a";
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.8rem;
  margin-top: 10px;
}

.wpcf7-response-output {
  bottom: 21px;
  left: 41px;
  border: none;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 0.8rem;
}

form.sent .wpcf7-response-output {
  color: #46b450; /* Green */
}

form.failed .wpcf7-response-output,
form.aborted .wpcf7-response-output {
  color: #dc3232; /* Red */
}

form.spam .wpcf7-response-output {
  color: #f56e28; /* Orange */
}

form.invalid .wpcf7-response-output,
form.unaccepted .wpcf7-response-output {
  color: #ffb900; /* Yellow */
}

/*Captcha imagenes*/
.wrap-center .wpcf7-form-control-wrap,
.wrap-center .wpcf7-form-control,
.wrap-center .captcha-image,
.wrap-center .cf7ic_instructions {
  text-transform: inherit;
}

.kc_captcha {
  display: block;
  margin: 20px 0;
}

.wpcf7-form-control-wrap {
  text-transform: inherit;
}
.wpcf7-form-control-wrap .captcha-image {
  border: none;
  text-align: left;
}
.wpcf7-form-control-wrap .captcha-image label {
  width: 45px !important;
}
.wpcf7-form-control-wrap .cf7ic_instructions {
  font-size: 0.9rem;
  display: block;
  font-family: "DM Sans", sans-serif;
  color: grey;
  margin: 0;
}
.wpcf7-form-control-wrap .cf7ic_instructions span {
  color: #d69c38;
  letter-spacing: 0;
  font-size: 1.1em;
  font-family: "DM Sans", sans-serif;
  text-transform: inherit;
}
.wpcf7-form-control-wrap .captcha-image label > input {
  display: none;
}
.wpcf7-form-control-wrap .captcha-image label > input + svg {
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 5em;
  margin: 10px 5px 0 5px;
  width: 40px;
  height: 40px;
  color: #495a71;
}
.wpcf7-form-control-wrap .captcha-image label > input:checked + svg {
  border: 2px solid #d69c38;
  padding: 3px;
  width: 40px;
  height: 40px;
}

.wrap-about-section {
  padding-top: 150px;
}