@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,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&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /*font-family: regular;*/
  font-family: "Poppins", sans-serif;
}

@font-face {
  font-family: regular;
  src: url(../fonts/regular.ttf);
}
@font-face {
  font-family: bold;
  src: url(../fonts/bold.ttf);
}
@font-face {
  font-family: semi;
  src: url(../fonts/semiBold.ttf);
}
.form-control:focus {
  border-color: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25) !important;
}

.form-check-input:focus {
  border-color: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25) !important;
  background-color: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
}

.form-check-input[type=radio]:focus {
  border-color: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25) !important;
  background-color: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
}

.form-check-input:checked {
  background-color: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
  border-color: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
}

h1,
h2,
h3 {
  font-family: Raleway !important;
  font-weight: 800 !important;
}

.c2 {
  color: linear-gradient(90deg, #c9a55c, #e0b96f);
}

.bg0 {
  background-color: #000;
}

.fb {
  font-family: bold !important;
}

.fs {
  font-family: semi !important;
}

.ls {
  letter-spacing: 0.5px;
}

.fb3 {
  font-family: bold;
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: clamp(12px, 2.5vw, 13px) !important;
}

.f14 {
  font-size: clamp(12px, 2.5vw, 14px) !important;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: clamp(14px, 2.5vw, 20px);
}

.f22 {
  font-size: clamp(14px, 2.5vw, 22px);
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

.f38 {
  font-size: 38px;
}

.f40 {
  font-size: 40px;
}

.f42 {
  font-size: 42px;
}

.f44 {
  font-size: 44px;
}

.f46 {
  font-size: 46px;
}

.f50 {
  font-size: calc(27px + 25 * (100vw - 415px) / 1025);
}

.f74 {
  font-size: 74px;
}

.cp {
  cursor: pointer;
}

.z1 {
  z-index: 1;
}

.bg1 {
  background-color: #f3f2ee;
}

.pt15 {
  padding-top: 15rem;
}

.c1 {
  color: #613842;
}

.shadow-white {
  box-shadow: 0 0 5px #fff, 0 0 25px #fff;
}

.btn-primary {
  background: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
  color: #08121b !important;
  border-color: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border: none !important;
}

.text-shadow {
  text-shadow: 3px 2px 6px #000;
}

.bg1 {
  background-color: linear-gradient(90deg, #c9a55c, #e0b96f);
}

.custom-logo-link img {
  width: 100%;
  height: auto;
}

.btn1 {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-family: demo;
  letter-spacing: 0.3rem;
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-bottom: 3rem;
}
.btn1::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: calc(100% - 0.3rem);
  height: 1px;
  background-color: #613842;
  transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.39, 1.01);
  transform-origin: center left;
}
.btn1:hover::after {
  transform: scaleX(0);
  transform-origin: center right;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-style-none {
  list-style: none;
}

.ls5 {
  letter-spacing: 0.5px;
}

.text_h2 h2 {
  font-size: calc(17px + 25 * (100vw - 415px) / 1025);
  font-family: bold-gt;
  color: #613842;
  line-height: 1.2;
  text-align: center;
}

.bs {
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.08);
}

.ts {
  text-shadow: 1px 1px 1px #333;
}

.accordion-button:not(.collapsed) {
  background-color: linear-gradient(90deg, #c9a55c, #e0b96f) !important;
  color: #fff !important;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none !important;
}

button.accordion-button.collapsed {
  background: #fff !important;
}

.menu.active header {
  transform: translateX(0%);
}
@media (max-width: 991px) {
  .menu header {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 9;
    transform: translateX(-100%);
    transition: 0.5s ease;
  }
  .menu header nav ul {
    flex-direction: column;
    align-items: self-start !important;
    padding: 0 15px !important;
  }
  .menu header nav ul li {
    width: 100%;
  }
  .menu header nav ul li a {
    border-bottom: 1px solid #dee2e6;
  }
  .menu header nav ul li ul {
    position: static !important;
    padding: 0 !important;
    display: none !important;
  }
  .menu header nav ul li ul li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .menu header nav ul li:hover ul {
    display: none !important;
  }
}
.menu header nav ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  display: flex;
  justify-content: end;
  align-items: center;
}
.menu header nav ul li.btn_contact a {
  margin: 0;
  background: linear-gradient(90deg, #c9a55c, #e0b96f);
  color: #08121b !important;
  font-weight: 600;
  border-radius: 50px;
  padding: 8px 22px;
  transition: all 0.3s ease;
}
.menu header nav ul li.btn_contact a:hover {
  background: linear-gradient(90deg, #d2b468, #f1cd7e);
  transform: translateY(-2px);
}
.menu header nav ul li.btn_contact a::after, .menu header nav ul li.btn_contact a::before {
  display: none;
}
.menu header nav ul li.active_item ul {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.menu header nav ul li a {
  color: #000;
  text-decoration: none;
  margin-right: 45px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 0px;
  transition: width 0.3s, transform 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}
@media (max-width: 1150px) {
  .menu header nav ul li a {
    font-size: 12px;
    margin-right: 40px;
  }
}
.menu header nav ul li a:before, .menu header nav ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 1px;
  display: inline-block;
  height: 2px;
  width: 6px;
  background: linear-gradient(90deg, #c9a55c, #e0b96f);
  right: 25px;
  transform-origin: 4px -3.5px;
  transform: rotate(45deg);
  transition: width 0.3s, transform 0.3s;
}
.menu header nav ul li a:after {
  transform-origin: 2px -1.5px;
  transform: rotate(-45deg);
}
.menu header nav ul li ul {
  position: absolute;
  padding: 20px 0;
  z-index: 9;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid linear-gradient(90deg, #c9a55c, #e0b96f);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
  text-align: left;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.menu header nav ul li ul li {
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
.menu header nav ul li ul li a {
  margin: 0;
  text-transform: inherit;
  padding: 6px 20px;
  letter-spacing: 0;
  transition: 0.3s;
  font-size: 14.5px;
}
.menu header nav ul li ul li a::before, .menu header nav ul li ul li a::after {
  content: none;
}
.menu header nav ul li ul li a:hover {
  color: #d2b468;
}
.menu header nav ul li:hover a::before {
  transform-origin: 5px 0px;
  transform: rotate(-45deg);
  width: 14px;
}
.menu header nav ul li:hover a::after {
  transform-origin: 9px -0.5px;
  transform: rotate(45deg);
  width: 14px;
}
.menu header nav ul li:hover ul {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: Grow 0.4s ease-in-out;
  animation: Grow 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.menu header nav ul li:hover ul li a {
  background-color: transparent;
}

.wp_home {
  z-index: 1;
}
.wp_home h1 {
  position: relative;
  z-index: 1;
}
.wp_home p {
  width: 35%;
}
@media (max-width: 767px) {
  .wp_home p {
    width: 100%;
  }
}

.item_destinos:hover::before {
  opacity: 1;
}
.item_destinos:hover span {
  opacity: 1;
}
.item_destinos h3 {
  margin-bottom: 17px;
  transition: 0.5s;
}
.item_destinos h3:hover {
  margin-bottom: 35px;
}
.item_destinos::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: transparent linear-gradient(180deg, #fff 0, #000) 0 0 no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.75;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.item_destinos span {
  margin-top: 15px;
  bottom: 15px;
  transition: 0.5s;
  opacity: 0;
  color: linear-gradient(90deg, #c9a55c, #e0b96f);
  font-weight: 700;
}

.overview_wp h2 {
  font-family: bold;
  font-size: 28px;
  color: #394A5E;
  margin-bottom: 1rem !important;
}
.overview_wp a {
  text-decoration: none;
  color: linear-gradient(90deg, #c9a55c, #e0b96f);
  font-family: semi;
}
.overview_wp strong {
  font-family: semi;
}
.overview_wp .row div strong {
  font-size: 14px;
}
.overview_wp .row div p {
  margin-bottom: 0;
  font-size: 13.5px;
}

.over_img_wp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .nav_itinerario.position-sticky {
    position: relative !important;
  }
}
.nav_itinerario p {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  display: inline-block;
  width: 100%;
  font-family: semi;
  font-size: 13.5px;
  display: flex;
  align-items: center;
  font-family: bold;
  color: #394A5E;
  margin-bottom: 0;
  padding: 10px 0;
  transition: 0.3s;
}
.nav_itinerario p.active {
  color: linear-gradient(90deg, #c9a55c, #e0b96f);
}
.nav_itinerario p.active span {
  color: linear-gradient(90deg, #c9a55c, #e0b96f);
}
.nav_itinerario p:hover {
  color: linear-gradient(90deg, #c9a55c, #e0b96f);
}
.nav_itinerario p:hover span {
  color: linear-gradient(90deg, #c9a55c, #e0b96f);
}
.nav_itinerario p span {
  font-family: bold;
  width: 32px;
  text-align: center;
  font-size: 11px;
  color: #000;
  margin-right: 5px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.nav_itinerario p span span {
  text-transform: uppercase;
  font-size: 20px;
}

.itinerario_wp h3 {
  font-family: bold;
  color: #394A5E;
  font-size: 22px;
  margin-bottom: 15px;
}
.itinerario_wp p {
  font-size: 14.5px;
}
.itinerario_wp p strong {
  font-family: semi;
  color: #394A5E;
}
.itinerario_wp ul {
  margin: 0;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background-color: #fefbf9;
}
.itinerario_wp ul li {
  font-size: 14.5px;
  width: 33.33%;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .itinerario_wp ul li {
    width: 100%;
  }
}
.itinerario_wp ul li strong {
  font-family: semi;
}
.itinerario_wp ul li::before {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #000;
  margin-right: 5px;
}

.meses {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.meses button {
  background-color: linear-gradient(90deg, #c9a55c, #e0b96f);
  color: #fff;
  padding: 7px 8px;
  border: 0;
  font-size: 11px;
  font-family: "semi";
  letter-spacing: 0.5px;
}
.meses button.active {
  background-color: #000;
}
.meses button.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.calendario .dias-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calendario .dias-nav .dia-item .dia-btn {
  border: 0;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid rgb(222, 226, 230);
  display: flex;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  font-size: 14.5px;
  justify-content: space-between;
  align-items: center;
}
.calendario .dias-nav .dia-item .contenido-dia {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: none;
  padding: 5px 0 15px;
}
.calendario .dias-nav .dia-item.active .contenido-dia {
  display: block;
}
.calendario .dias-nav .dia-item.active .dia-btn {
  border-bottom: 0;
}

.item_single p:last-child {
  margin-bottom: 0;
}

.wp_content h2 {
  font-family: bold;
  color: #394A5E;
  font-size: 1.75rem;
  margin: 3rem 0;
}

@media (max-width: 991px) {
  .unua-prices.position-sticky {
    position: relative !important;
  }
}
.unua-prices ul {
  padding: 0;
}
.unua-prices ul li {
  font-size: 14.5px;
  list-style: none;
}
.unua-prices ul li::before {
  color: #17988d;
  content: "\f26e";
  font-family: bootstrap-icons !important;
  font-size: 1.65rem;
  margin-right: 4px;
  position: relative;
  vertical-align: bottom;
}
.unua-prices ul:nth-child(5) li::before {
  color: #ff3636;
  content: "\f62a";
  top: 10px;
}

.unua-recomends p {
  font-size: 14.5px;
}
.unua-recomends ul {
  padding: 0;
}
.unua-recomends ul li {
  font-size: 14.5px;
  list-style: none;
}
.unua-recomends ul li::before {
  color: linear-gradient(90deg, #c9a55c, #e0b96f);
  content: "\f270";
  font-family: bootstrap-icons !important;
  font-size: 1.65rem;
  margin-right: 4px;
  position: relative;
  vertical-align: bottom;
  top: 8px;
}

.wp_page h2, .wp_page h3 {
  color: #394A5E;
  font-family: bold;
  font-size: 24px;
  margin-bottom: 1rem;
}
.wp_page h3 {
  font-size: 18px;
  font-family: semi;
}
.wp_page p {
  font-size: 14.5px;
}
.wp_page p strong {
  font-family: semi;
}
.wp_page ul {
  padding-left: 0;
  list-style: none;
  margin-top: 1rem;
}
.wp_page ul li {
  font-size: 14.5px;
  margin-bottom: 5px;
}
.wp_page ul li strong {
  font-family: semi;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px, rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px !important;
  color: #000;
  font-weight: 800;
}

.icon_menu {
  width: 30px;
  overflow: hidden;
  height: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.icon_menu.active {
  height: 24px;
}
.icon_menu.active span:first-child {
  transform: rotate(138deg) translate3d(5px, 100%, 0);
  width: 38px;
  margin-top: 10px;
}
.icon_menu.active span:nth-child(2) {
  transform: rotate(-138deg) translate3d(7.5px, 14%, 0);
  width: 38px;
}
.icon_menu.active span:last-child {
  transform: rotate(45deg) translate3d(-8px, 35%, 0);
  margin-left: 18px;
  width: 21px;
  opacity: 0;
  visibility: hidden;
}
.icon_menu span {
  width: 100%;
  background: #000;
  display: inline-block;
  border-radius: 5px;
  height: 3px;
  transition: 0.5s all ease;
}

.logo_resp img {
  width: 100%;
  height: auto;
}

.gallery_wp img {
  width: 135px;
  height: auto;
  filter: grayscale(100%);
  transition: 0.5s;
}
.gallery_wp img:hover {
  filter: none;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.loader img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
.content_info_tour {
  border: 1px solid #b3adad;
  border-radius: 10px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.content_info_tour .item_tour_dias {
  background-color: #ececec;
  text-align: center;
  font-family: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 15px;
}
.content_info_tour .item_tour_price {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0.25rem 0;
  border-top: 1px solid #b3adad;
  border-bottom: 1px solid #b3adad;
}
.content_info_tour .item_tour_price b {
  font-size: 35px;
  font-family: bold;
  color: #000;
}
.content_info_tour .item_tour_price sup {
  top: -15px;
  font-size: 10px;
  font-family: medio;
}
.content_info_tour .item_tour_dest {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.content_info_tour .item_tour_dest svg {
  width: 28px;
  height: 28px;
  margin-right: 13px;
}
.content_info_tour .item_tour_dest div {
  line-height: 1.3;
  width: 100%;
}
.content_info_tour .item_tour_dest div span {
  color: #000;
  font-size: 15px;
}
.content_info_tour .item_tour_dest div p {
  font-family: bold;
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map */
