/*@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100;200;300;400;600;700;800;900&family=Lilita+One&family=Montserrat: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=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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
body {
  padding: 0;
  color: #333;
  font-family: "Poppins", sans-serif !important;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-8 {
  font-size: 12px !important;
}

/*ELIDER PRINCIPAL*/
/* Clase personalizada para evitar conflictos */
.mi-swiper-completo {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.mi-swiper-completo .swiper {
  width: 100%;
  height: 100%;
}

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

.mi-swiper-completo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Botones de navegación */
.mi-swiper-completo .swiper-button-prev,
.mi-swiper-completo .swiper-button-next {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: inset 0 0 0 1px rgb(34, 34, 34);
}

.mi-swiper-completo .swiper-button-prev:after,
.mi-swiper-completo .swiper-button-next:after {
  font-size: 20px;
  color: rgb(3, 3, 3);
  font-weight: bold;
}

.mi-swiper-completo .swiper-button-prev:hover,
.mi-swiper-completo .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.mi-swiper-completo .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Paginación */
.mi-swiper-completo .swiper-pagination-bullet {
  width: 10px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.mi-swiper-completo .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}

/* Efecto de transición suave entre slides */
.mi-swiper-completo .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

/* Responsive */
@media (max-width: 768px) {
  .mi-swiper-completo .swiper-button-prev,
  .mi-swiper-completo .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .mi-swiper-completo .swiper-button-prev:after,
  .mi-swiper-completo .swiper-button-next:after {
    font-size: 16px;
  }
}
.hidden-button {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
/**--------------------------- Fin Slaider -----------------------*/

/*Clases custom bootstrap v5.1.3*/
.rounded-4 {
  border-radius: 0.5rem !important;
}
.rounded-5 {
  border-radius: 0.75rem;
}
.rank-card-start {
  padding: 0.25rem 0rem;
  color: #ffc107;
}
.link_destinos-card {
  text-decoration: none;
  color: #212529;
  cursor: pointer;
}
.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-indicators [data-bs-target] {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #084298 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
/*--------------------------- Page Peader -----------------------*/

.upper-head {
  /*background: rgb(13 110 253 / 20%);*/
  background-color: rgb(255 109 0 / 41%);
}
.bannerSlip {
  background-color: #004cc1;
}
.orangeColor {
  color: rgb(251 146 60 / 1);
}
/*.upper-head::before {

  content: "";

  background: url("../img/nav-top-navidad.png") no-repeat;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0.5;

}*/

.pull-right {
  position: relative;
}

.info-btn a {
  color: #084298;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

.info-btn a:hover {
  color: #0d6efd;
}

.upper-head i {
  margin-right: 5px;
}

.rsl:hover {
  font-weight: 600;
}

.santa-wp {
  position: absolute;

  bottom: 40px;

  right: -6px;

  width: 76px;

  width: 76px;

  transform: rotate(-9deg);
}

/*--------------------------- Barra de Navegacion -----------------------*/

.nav-a img {
  /*width: 148px;*/
  width: 101px;
}

.nav-a > .container > .collapse > ul {
  margin: 0 40px;
}

.nav-a .navbar-nav > li {
  margin: 0 6px;
  /*margin: 0 14px;*/
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 500;
}

.icon-stl {
  width: 210px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  /*border-top: 2px solid #00aad3;*/
}

.icon-stl > li > a {
  text-transform: initial;
  color: #0f172a;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*.icon-stl > li > a:hover {
  padding-left: 22px;

  color: #f64f04;

  background-color: #fff;

  transition: all ease-in-out 0.2s;
}*/

.icon-stl > li > a > i {
  margin-right: 6px;
}

/*---------------------------------------------- Slaider ----------------------------------------------*/

.slider-xheader {
  width: 100%;

  max-height: 600px;

  height: 600px;

  overflow: hidden;

  position: relative;
}

.slider-xheader .carousel-caption {
  top: 22%;

  bottom: 0;

  z-index: 1010;

  padding: 0;
}

.slider-xheader img {
  max-height: 600px;

  height: 600px;
}

.slider-xheader h1 {
  font-size: 36px;

  font-weight: 700;

  letter-spacing: -1px;

  text-transform: uppercase;

  -webkit-font-smoothing: antialiased;

  text-shadow: 0 2px 16px rgb(0 0 0 / 98%);
}

.slider-xheader h2 {
  font-size: 24px;

  -webkit-font-smoothing: antialiased;

  text-shadow: 0 2px 16px rgb(0 0 0 / 98%);
}

/*modificado 07/03/2024*/

.slider-xheader h3 {
  -webkit-font-smoothing: antialiased;

  text-shadow: 0 2px 16px rgb(0 0 0 / 98%);
}

.slider-xheader h3:active {
  transform: scale(0.98);
}

.slider-xheader h3 small:hover {
  background: rgba(255, 255, 255, 0.096);
}

.rou-1 {
  border: 2px solid #32d865 !important;

  box-shadow: 10px 10px 5px 0px rgb(106 49 218);

  -webkit-box-shadow: 10px 10px 5px 0px rgb(106 49 218);

  -moz-box-shadow: 10px 10px 5px 0px rgb(106 49 218);
}

.rou-2 {
  border: 2px solid #d5d832 !important;

  box-shadow: 10px 10px 5px 0px rgb(153 49 218);

  -webkit-box-shadow: 10px 10px 5px 0px rgb(153 49 218);

  -moz-box-shadow: 10px 10px 5px 0px rgb(153 49 218);
}

.rou-3 {
  border: 2px solid #65cbc2 !important;

  box-shadow: 10px 10px 5px 0px rgb(218 49 65);

  -webkit-box-shadow: 10px 10px 5px 0px rgb(218 49 65);

  -moz-box-shadow: 10px 10px 5px 0px rgb(218 49 65);
}

.rou-4 {
  border: 2px solid #fff !important;

  box-shadow: 10px 10px 5px 0px rgb(106 49 218);

  -webkit-box-shadow: 10px 10px 5px 0px rgb(8 66 152);

  -moz-box-shadow: 10px 10px 5px 0px rgb(106 49 218);
}

.slider-xheader .carousel-item::after {
  content: "";

  position: absolute;

  height: 100% !important;

  width: 100% !important;

  top: 0 !important;

  left: 0 !important;
}

.slider-xheader .carousel-item.xoo::after {
  background: rgb(0 0 0 / 75%) !important;
}

.slider-xheader .carousel-item.xpp::after {
  background: rgb(0 0 0 / 75%) !important;
}

.slider-xheader .carousel-item.xmm::after {
  background: rgb(255 0 236 / 58%) !important;
}

.slider-xheader .carousel-item.xff::after {
  background: rgb(0 0 0 / 75%) !important;
}

/*Fin de modificado*/

.slider-xheader .f-rtn,
.f-sla {
  display: none;
}

.slider-top .carousel-control-prev {
  width: 15% !important;
}

/*----------------------------------------- Search-box -----------------------*/

.search-box {
  padding: 0;

  background: #ff6d00;
}

.search-box > .container {
  max-height: 4px;
}

.clearfix {
  display: block;
}

.search-outer {
  background: #fff0;

  position: relative;

  top: -300px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.banner-cn {
  position: relative;

  z-index: 1010;
}

.tabs-cat {
  list-style: none;

  padding: 0;

  margin-bottom: 0;

  margin: 0em 0em 0em;
}

.tabs-cat .cate-item {
  position: relative;

  padding-bottom: 50px;

  margin-left: 12px;

  height: 85px;

  overflow: hidden;

  background-color: #0075c6;
}

.tabs-cat .cate-item a {
  text-decoration: none;

  display: block;
}

.tabs-cat .cate-item span {
  color: #fff;

  display: block;

  font-size: 12px;

  margin-top: 5px;

  font-weight: 400;
}

.tabs-cat .cate-item i {
  color: #fff;

  font-size: 30px;

  margin-top: 5px;
}

.form-cn {
  background-color: rgba(255, 255, 255, 0.55);

  padding: 0px 10px 10px 10px;

  border-top: 5px solid #ff6d00;

  box-shadow: 0 8px 16px #00000026;
}

.form-radio {
  margin: 0;

  padding: 0;

  list-style: none;

  overflow: hidden;

  background-color: #fff;

  font-size: 14px;

  margin-bottom: 5px;
}

.radio-checkbox label {
  position: relative;

  line-height: 25px;

  font-family: Lato, sans-serif;

  text-transform: uppercase;

  color: #121212;

  font-weight: 600;

  padding-left: 10px;

  margin: 0;

  min-width: 16px;

  min-height: 21px;

  font-size: 10px;
}

.form-cn .form-search {
  background-color: #fff;

  margin-top: -5px;
}

.roro > ul > li {
  float: left;

  padding: 15px 10px;

  margin: 8px;

  list-style: none;

  color: #2e2e2e;
}

.lili {
  text-decoration: none;

  border-bottom: 1px dashed #0075c6;
}

.lili span {
  color: #ff6d00;

  font-weight: 700;

  text-transform: uppercase;

  font-size: 13px;
}

.btn-reserva {
  text-align: center;

  border-bottom: 0px;

  font-weight: 600;

  color: #fff;

  background-color: #0075c6;
}

.btn-reserva:hover {
  background-color: #025691;

  transition: all ease-in-out 0.3s;

  font-size: 16px;
}

.roro > ul > .btn-reserva > a {
  text-decoration: none;

  padding: 15px;

  color: #fff;
}

.tabs-cat .cate-item:before {
  position: absolute;

  bottom: 0px;

  left: 50%;

  content: "";

  border: 17px solid transparent;

  border-bottom-color: #ff6d00;

  -webkit-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  -o-transform: translate(-50%, 0);

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -ms-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;
}

.clearfix::after {
  clear: both;

  content: ".";

  display: block;

  visibility: hidden;

  height: 0;
}

/*--------- Slider de servicios -----------*/

.slider-servicios {
  width: 95%;

  margin: auto;

  padding-bottom: 30px;
}

.slider-servicios h2 {
  margin-bottom: 2px;
}

.slider-servicios h4 {
  font-size: 18px;

  margin-bottom: 2px;
}

.slider-servicios .cardv-group {
  margin: 10px 10px 40px 10px;
}

/*------------------ Card Galery Fest -----------------------*/

.galery-festIndex img {
  cursor: pointer;
}

/*-------------------- Slaider Destinos ---------------------*/

.slider-detinos {
  background: #fff;
  /*padding-bottom: 36px;*/
}

.inf-head-destino {
  padding: 50px 20px 40px 20px;
}

.inf-head-destino h2 {
  margin-bottom: 1rem;
  color: #212121;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.max-w-2xl {
  max-width: 42rem;
  margin: auto;
  color: #4b5563;
}
.inf-head-destino h4 {
  font-size: 18px;

  margin-bottom: 2px;
}

.u-grupo-card {
  padding: 8px 10px 10px 10px;

  overflow: hidden;
}

.u-card {
  width: 414px;
  /*min-height: 480px;*/
  background-color: white;
  float: left;
  /*padding: 0 14px;*/
  margin-bottom: 20px;
}

.u-card > a {
  color: #212529;

  text-decoration: none;
}

.u-card > a:hover {
  color: #212529;
}

.u-card__new {
  background-color: #ff6d00;
  padding: 2px 12px;
  color: #084298;
  border-radius: 16px;
  position: absolute;
  top: 6%;
  right: 4%;
  font-size: 14px;
  font-weight: 700;
}

.package-item {
  background: #fff;

  box-shadow:
    0 6px 6px -14px rgb(42 61 95 / 40%),
    0 0 10px rgb(45 53 66 / 50%);

  margin: 1rem 0;

  transition: all ease-in-out 0.3s;
}

.package-item:hover {
  transition: all ease-in-out 0.3s;

  transform: translateY(-5px);
}

.package-image {
  width: 100%;

  height: 100%;

  float: left;

  overflow: hidden;

  position: relative;

  cursor: grab;

  background: linear-gradient(45deg, #002771 0%, #0dcaf0 100%);

  margin-bottom: 22px;
}

.package-image img {
  display: block;

  position: relative;

  max-width: none;

  width: calc(100% + 0px) !important;

  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.45s;

  transition:
    opacity 0.35s,
    transform 0.45s;

  -webkit-transform: translate3d(0px, 0, 0);

  transform: translate3d(0px, 0, 0);
}

.package-item:hover img {
  opacity: 0.6;

  filter: alpha(opacity=60);

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);
}

.contenido-descripcion {
  padding: 25px;

  /*border-bottom: 1px solid #ddd;*/
}

.contenido-descripcion > h3 {
  text-transform: initial;
}

.package-days {
  font-size: 12px;
  font-weight: 500;
  color: #41464b;
}

.package-days i {
  margin-right: 10px;
}

.slider-detinos__h3 {
  font-size: 16px;

  font-weight: 700;

  margin-bottom: 18px;
}

.container-slider {
  max-width: 95%;

  width: 100%;

  margin: auto;
}

.swiper-naVBtn {
  /*background: #3e3e3ed4;
  border-radius: 50%;
  padding: 22px;
  border: 3px solid #fff;
  color: white;*/
  box-shadow: inset 0 0 0 1px rgb(34, 34, 34);
}

.swiper-naVBtn:hover {
  color: #fff;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 28px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 28px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: white;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px; /* ícono más pequeño */
  color: #333; /* tono neutro */
}

.u-card__ribbon {
  display: block;

  height: 150px;

  overflow: hidden;

  position: absolute;

  right: 5px;

  top: 8px;

  width: 150px;
}

.u-card__ribbon::before {
  content: "";

  left: 0;

  top: 0;

  display: block;

  position: absolute;

  border: 5px solid #e14c0c;
}

.u-card__oferta__content {
  align-items: center;

  box-shadow:
    0 2px 6px -1px rgba(0, 0, 0, 0.16),
    0 1px 4px -1px rgba(0, 0, 0, 0.04);

  box-sizing: border-box;

  color: #fff;

  display: flex;

  font-size: 14px;

  height: 48px;

  justify-content: center;

  left: -25px;

  padding-left: 16px;

  position: absolute;

  text-align: center;

  text-shadow:
    0 2px 6px -1px rgba(0, 0, 0, 0.16),
    0 1px 4px -1px rgba(0, 0, 0, 0.04);

  top: 30px;

  transform: rotate(45deg);

  width: 225px;

  z-index: 10;

  background-color: #fd6c00;
}

.u-card__spe-span {
  line-height: 18px;
}

.u-card__ribbon_negr {
  font-weight: 600;
}

.bi-stars-pre {
  margin-right: 4px;
}

.bi-stars-end {
  margin-left: 4px;
}

.u-card__ribbon::after {
  content: "";

  bottom: 0;

  right: 0;

  display: block;

  position: absolute;

  border: 5px solid #e14c0c;
}

.u-card__price-img {
  background-color: #ff6d00;
  padding: 2px 14px;
  color: #084298;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 700;
}

.u-card__price-img__negrita {
  font-weight: 700;
  color: #084298;
}

/*---------------------------------------------- Destinos 2023 --------------------------------++++++++++++++++*/

.inf-hdny {
  max-width: 95%;

  width: 100%;

  margin: auto;
}

.inf-hdny .inf-head-destino {
  padding-top: 0px;
}

.container-slider-ny {
  max-width: 93%;

  width: 100%;

  margin: auto;
}

.container-slider-ny .carousel-control-next,
.carousel-control-prev {
  width: 4% !important;
}

.container-slider-ny .slider-g-vnt > .carousel-control-prev {
  left: -40px;
}

.container-slider-ny .slider-g-vnt > .carousel-control-next {
  right: -40px;
}

/*---------------------------------------------- Reserva--------------------------------++++++++++++++++*/

.list-booking-home {
  position: relative;

  min-height: 360px;

  height: 100%;

  background-image: url(../img/turquia2.jpg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;
}

.list-booking-home::after {
  position: absolute;

  content: "";

  top: 0;

  right: 0;

  height: 100%;

  width: 100%;

  background: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(29 12 12 / 89%));
}

.list-booking-home .container {
  position: relative;

  z-index: 1010;
}

.inf-edit-booking {
  color: #f8f9fa;

  margin-top: 5%;
}

.thank {
  font-size: 1.2rem;

  font-weight: 500;
}

.banner {
  background: linear-gradient(135deg, #f43f5e, #ef4444, #ec4899);
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.banner h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  font-weight: bold;
}

.banner p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 900px;
  margin: auto;
}

.banner .highlight {
  font-weight: 600;
  text-decoration: underline;
}

.banner .thanks {
  font-style: italic;
  font-size: 1rem;
  color: #ffe4e6;
}

@media (max-width: 600px) {
  .banner {
    padding: 2rem 1rem;
  }

  .banner h2 {
    font-size: 1.5rem;
  }

  .banner p {
    font-size: 1rem;
  }
}

.sello {
  padding: 5px;
  background: linear-gradient(35deg, #084298 0%, #4691ff 100%);
  border-radius: 50%;
  box-shadow: 1px 1px 5px #000;
  text-align: center;
  height: 150px;
  width: 150px;
  z-index: 1;
  margin: 26% auto 0;
}

.sello-innir {
  height: 140px;
  width: 140px;
  border: 1px dashed #fff;
  border-radius: 50%;
  padding: 36px 0;
  background: linear-gradient(35deg, #021f4a 0%, #0d6efd 100%);
}

.sello span {
  color: #fff;

  font-size: 25px;

  font-family: "Kanit", sans-serif;
}

.sello span.tera {
  display: block;

  margin-top: -22px;

  font-size: 35px;

  font-weight: 600;
}

/*-------------------------------------- Nuestros clientes dicen ----------------------------------*/

.list-comment-home {
  position: relative;
}

.dcsx {
  padding: 50px 20px 0px 20px;
}

.dcsx h2 {
  margin: 2px;
  margin-bottom: 1rem;
  color: #212121;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.dcsx h4 {
  font-size: 18px;
  margin-bottom: 2px;
}

.list-comment-home > .mainc > .comment-home {
  max-width: 95%;

  width: 100%;

  padding: 0 0;

  margin: auto;

  border-radius: 25px;
}

.list-comment-home > .mainc > .comment-home > .cardv-group {
  margin: 20px 10px 40px 10px;
}

.comment-home > .cardv-group > .col > .card {
  border-bottom: 1px solid #ddd;
  /*box-shadow: 0 20px 20px -14px rgb(42 61 95 / 40%),
    0 0 10px rgb(45 53 66 / 50%);*/
  border-radius: 0.75rem;
  transition: all ease-in-out 0.3s;
}

.comment-home > .cardv-group > .col > .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.rank-comt {
  padding: 0px 0;
}

.rank-comt i {
  color: #ffc107;

  font-size: 1rem;
}

.prson-comin {
  color: #2e2e2e;

  font-weight: 500;
}

.not-activeily-index {
  pointer-events: none;

  cursor: default;
}

/*------------------------------------- Footer --------------------------------------------*/

.inf-footer {
  background-color: #ffffff;

  min-height: 200px;

  height: 100%;
}

.inf-footer .lk {
  padding: 10px 0 15px;

  position: relative;

  z-index: 1;
}

.inf-footer .footer-links {
  padding: 30px 0 41px;

  position: relative;

  z-index: 1;

  font-size: 14px;
}

.inf-footer h4 {
  color: #084298;

  font-size: 1.4rem;
}

.inf-footer ul {
  padding: 0;
}

.inf-footer ul,
li {
  color: #212529;

  font-size: 1rem;
}

.inf-footer ul > li {
  list-style: none;

  text-align: justify;
}

.inf-footer ul > li > a {
  text-decoration: none;

  color: #212529;

  font-size: 1rem;
}

.inf-footer ul > li > a:hover {
  color: #ff6d00;

  font-weight: 500;
}

.social-media-buttom a {
  font-size: 2rem;

  padding-right: 10px;

  color: #084298;

  text-decoration: none;
}

.social-media-buttom a:hover {
  color: #ff6d00;

  transition: all ease-in-out 0.3s;
}

.inf-ilymar-travel {
  height: 34px;

  color: #212529;

  font-size: 0.8rem;

  background: #f5f5f5;
}

/*--------------------------------------Galeria------------------------------------*/

.gp-img-ex {
  position: relative;

  background-color: #f5f5f5;
}

.galeria {
  max-width: 95%;

  width: 100%;

  padding: 0px 22px 50px 22px;

  margin: auto;

  overflow: hidden;
}

.dgsx {
  padding-top: 50px;

  margin-bottom: 48px;
}

.dgsx h4 {
  font-size: 18px;

  margin-bottom: 2px;
}

.dgsx h2 {
  margin-bottom: 2px;
  color: #212121;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.galeria img {
  width: 100%;

  height: 396px;
}

.at-item {
  margin-bottom: 30px;

  position: relative;
}

.at-item a {
  text-decoration: none;
}

.at-image {
  overflow: hidden;

  position: relative;

  filter: brightness(50%);

  box-shadow:
    0 20px 20px -14px rgb(42 61 95 / 40%),
    0 0 10px rgb(45 53 66 / 50%);
}

.at-image img {
  transform: scale(1.1);

  transition: all ease-in-out 0.3s;
}

.at-item:hover .at-image img {
  transform: scale(1);
}

.at-overlay {
  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background: #000;

  opacity: 0;

  transition: all ease-in-out 0.3s;
}

.at-image:hover .at-overlay {
  opacity: 0.1;
}

.at-content {
  position: absolute;

  bottom: 0;

  left: 0;

  padding: 20px;

  text-decoration: none;
}

h7 {
  font-weight: 400;

  margin-bottom: 15px;

  color: #fff;

  margin-top: 0;

  line-height: 1.5;

  font-family: Lato, sans-serif;
}

h8 {
  margin-bottom: 15px;

  color: #fff;

  margin-top: 0;

  line-height: 1.5;
  font-weight: 400;
  /*font-family: Lato, sans-serif;*/
}

.galeria .modal-content {
  border-radius: 0;
}

.modal-imagen img {
  width: 100%;

  height: 314px;
}

.modal-desciption {
  margin-top: 16px;
}

.modal-footer > .btn {
  border-radius: 0;

  background-color: #0075c6;
}

.modal-footer > .btn {
  background-color: #004cc1;
}

.lux,
.lux2,
.lux3,
.lux4 {
  width: 100%;

  max-height: 600px;

  height: 600px;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;
}

.lux {
  background-image: url(../assets/destinos-2025/Espana-con-toledo-y-andalucia-diciembre-slider-2025.jpg);
}

.lux2 {
  background-image: url(../assets/destinos-2025/panama-slider-2025.jpg);
}

.lux3 {
  background-image: url(../assets/destinos-2025/Paris-con-suiza-y-italia-diciembre-slider-2025.jpg);
}

.lux4 {
  background-image: url(../assets/navidad-2024/egipto-con-crucero-portada-2024.jpg);
}

/* Modificado 03/07/2023 */

.rojoxd {
  background: rgb(10 88 202 / 78%);

  width: 80%;

  margin: auto;

  padding: 1rem;
}

/* Modificado 18/05/2023 */

.azulxd {
  background: rgb(10 88 202 / 78%);

  width: 80%;

  margin: auto;

  padding: 1rem;
}

.bi-stars-pre-su {
  margin-right: 12px;
}

.bi-stars-sd {
  margin-left: 12px;
}

.u-card__ribbon-p {
  right: -9px;

  top: -9px;
}

/*------------------------------------ POP UP -----------------------------------------------*/

.boton-popupimg {
  position: absolute;

  left: 22%;

  bottom: 10%;

  background-color: #eb4425;

  padding: 8px 50px;

  color: #ffe;

  font-size: 22px;

  text-decoration: none;

  font-weight: 600;

  border-radius: 0.5em;

  box-shadow: 0 0.375em 0 #ffffff;

  border: 2px solid white;
}

.boton-popupimg:hover {
  color: #fff;

  border: 4px solid #ffffff;
}

.popup .modal-content {
  background-color: transparent;

  border: 0;
}

.popup .modal-body {
  padding: 1rem 1rem 0 1rem;
}

.popup .modal-footer {
  padding: 0;

  border-top: 0;
}

.popup .modal-footer > .btn {
  margin: 0;

  margin-right: 16px;
}

.btn-popup {
  text-decoration: none;
}

.btn-cont-whatsapp {
  bottom: 20px;

  right: 26px;

  opacity: 1;

  transition: opacity 0.5s ease 0s;

  box-sizing: border-box;

  position: fixed !important;

  z-index: 1040 !important;

  direction: ltr;
}

.contact-whatsapp {
  display: flex;

  margin-top: 14px;

  position: relative;

  -moz-box-pack: start;

  justify-content: flex-start;
}

.btn-cwhp {
  width: 58px;

  height: 58px;

  background: rgb(77, 194, 71) none repeat scroll 0% 0% !important;

  order: 1;

  padding: 14px;

  box-sizing: border-box;

  border-radius: 50%;

  cursor: pointer;

  overflow: hidden;

  box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;

  transition: all 0.5s ease 0s;

  position: relative;

  z-index: 200;

  display: block;

  border: 0px none;
}

.box-msj-wpp {
  height: 300px;

  width: 270px;

  border-color: rgb(77, 194, 71) none repeat scroll 0% 0% !important;

  border-radius: 30px !important;
}

.package-item__btn {
  border: 1px solid #ff6d00 !important;

  color: #ff6d00 !important;
}

.package-item__btn:hover {
  color: #fff !important;

  background-color: #ff6d00 !important;
}

/*-------------------------------------- Responsive ---------------------------------------*/

@media screen and (max-width: 576px) {
  .bannerSlip a p {
    font-size: 20px !important;
  }
  /**/
  .u-grupo-card {
    border-radius: 0.75rem !important;
  }
  .package-item {
    margin-top: 0 !important;
  }

  /**/
  .vswipermobile {
    padding: 0.5rem !important;
  }
  .roundedM-5 {
    border-radius: 0.75rem !important;
  }

  .top-custom {
    top: 5% !important;
  }

  .top-custom-4 {
    top: 8% !important;
  }

  .list-ftos-div {
    text-align: center;
  }

  .nav-a .nav-item.border-start {
    border: 0 !important;
  }

  /*------- NavBar -------------*/

  .nav-a img {
    width: 120px;
  }

  .nav-a > .container > .collapse > ul {
    margin: 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 0;

    width: 100%;

    background-color: #00a7d324;
  }

  .icon-stl > li > a:hover {
    background: none;

    color: #303030;

    font-weight: 500;
  }

  .navbar-collapse > ul > li > a {
    padding: 0.6rem 1rem;
  }

  .boton-popupimg {
    left: 15%;

    bottom: 8%;
  }

  .img-WMslider img {
    height: 300px !important;
  }

  /*----------------------- Eslaider princial ------------------*/

  .slider-xheader .carousel-caption {
    /*top: 12%;*/
  }

  .slider-xheader h1 {
    font-size: 26px;
  }

  .bi-stars-sd {
    margin-left: 4px;
  }

  .slider-xheader h3 {
    font-size: 18px;
  }

  .slider-top .carousel-control-prev {
    display: none;
  }

  .slider-top .carousel-control-next {
    display: none;
  }

  .slider-xheader {
    width: 100%;

    height: 400px;

    background-size: 100%;

    background-position: top center;

    background-size: cover;
  }

  .lili span {
    font-size: 14px;
  }

  .tabs-cat .cate-item {
    width: 32%;

    height: 60px;
  }

  .cate-item a > .sear-rp {
    display: none;
  }

  .tabs-cat .cate-item i {
    margin-top: 8px;
  }

  .search-outer {
    top: -140px;
  }

  .form-cn {
    padding: 15px 10px 20px 10px;
  }

  .form-cn .form-search {
    margin-top: 15px;
  }

  .btn-reserva {
    margin: 0;

    padding: 0;

    width: 90%;
  }

  .roro > ul > .btn-reserva > a:hover {
    background-color: #025691;

    transition: all ease-in-out 0.3s;

    font-size: 17px;
  }

  .search-box > .container {
    max-height: 284px;

    background-color: #ffffff;
  }

  .clearfix:after {
    clear: both;

    content: ".";

    display: block;

    visibility: hidden;

    height: 0;
  }

  .swiper-naVBtn {
    display: none;
  }

  .lili {
    width: 86%;
  }

  .roro > ul > li {
    padding: 15px 0px 15px 0px;
  }

  .rojoxd {
    width: 100%;

    margin: 0;
  }

  /*-------------------------------------- Destinos Responsive ------------------------------------*/

  .inf-head-destino {
    text-align: center;

    padding-top: 64px;
  }

  .u-grupo-card {
    padding: 0px;
  }

  .u-card {
    padding: 0 0;
  }

  .inf-edit-booking {
    text-align: center;
  }

  .list-booking-home > .container > .p-5 {
    padding: 2rem !important;
  }

  /*--- Especial eslider ---*/

  .u-card__ribbon {
    right: -1px;
  }

  /*--------- Slider de servicios -----------*/

  .slider-servicios h2,
  .slider-servicios h4 {
    text-align: center;

    padding: 0 !important;
  }

  .slider-servicios .cardv-group {
    margin: 10px 0 40px 0;
  }

  .slider-servicios .col {
    padding: 0;
  }

  .slider-servicios {
    padding-bottom: 10px;
  }

  /*--------------------- Reserva ----------------------*/

  .sello {
    margin: 6% auto 0;
  }

  /*--------- Comentarios Responsive -------------*/

  .dcsx {
    text-align: center;
  }

  .comment-home .col {
    padding: 0;
  }

  .list-comment-home > .mainc > .comment-home > .cardv-group {
    margin: 20px 0px 40px 0px;
  }

  .prson-comin {
    color: #0d6efd;
  }

  /*------------------- Modal pop up ----------------*/

  .popup .modal-body {
    padding: 1rem 1rem 0 1rem;
  }

  .popup .modal-content {
    background-color: transparent;

    border: 0;
  }

  .popup .modal-footer {
    padding: 0;

    border-top: 0;
  }

  .popup .modal-footer > .btn {
    margin: 0;

    margin-right: 16px;
  }

  /*------------ Galeria Responsive ----------*/

  .galeria {
    padding: 0px 0px 50px 0px;
  }

  .dgsx {
    text-align: center;
  }

  .d-respon {
    width: 100%;

    max-height: 234px;

    height: auto !important;
  }

  /*-------------- Footer Responsive -------------------*/

  .inf-footer .footer-links {
    text-align: center;
  }

  .inf-footer ul > li {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sello {
    margin: 0% auto 0;
  }

  .azulxd-borrar .card-title,
  .rojoxd-borrar .card-title {
    padding-top: 2rem;

    font-size: 4rem !important;
  }
  .mi-swiper-completo {
    height: 100% !important;
  }
}

@media (min-width: 960px) {
  .sello {
    margin: 26% auto 0;
  }
}
.btn-close-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 1.5rem;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 32px;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
