/*
Theme Name: Explora el Peru
Theme URI: exploraeleperu.com
Author: Miguel Marquez
Author URI: Miguel Marquez
Description: Tema para la agencia de turismo Ultra Machu Picchu
Requires at least: 1
Tested up to: 1
Requires PHP: 1
Version: 1
License: GNU General Public License v2 or later
License URI: 
Text Domain: ultramachupicchu
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

body {
  font-family: "Radio Canada Big", sans-serif;
}

.topbarr {
  background: url(./img/iconos/lineas.png);
  background-position: top left;
  background-repeat: repeat;
}
.morado {
  color: var(--morado);
}
.celeste {
  color: var(--celeste);
}
.azul {
  color: var(--azul);
}
.verde {
  color: var(--verde);
}
.amarillo {
  color: var(--amarillo);
}
.rojo {
  color: var(--rojo);
}

.about-item .quienes-somos {
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 100;
  position: absolute;
  top: 30px;
  left: 0;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  white-space: nowrap;
  border: 1px solid #d0d6de;
  border-radius: 5px;
}

.ultima-entrada-card {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
  max-width: 500px;
  margin: 20px auto;
}

.ultima-entrada-card h4 {
  font-weight: 600;
  font-size: 20px;
  color: black;
  line-height: 25px;
}

.whatsapp-contact {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #00b495;
  color: white;
  font-size: 24px;
  border-radius: 30px;
  box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
  z-index: 1000;
  transition: 0.4s;
  padding: 13px 25px;
}

.whatsapp-contact span {
  font-size: 16px;
}

.precio {
  font-size: 30px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}

.premium {
  background: linear-gradient(
    45deg,
    #fff8e1 0%,
    #dba124 20%,
    #f5d76e 40%,
    #dba124 60%,
    #fff8e1 80%,
    #dba124 100%
  );
  font-size: 15px;
  font-weight: 900 !important;
  padding: 5px 10px;
  border-radius: 3px;
}

.suscribete input {
  padding: 12px 20px;
}

.premium-menu {
  background: #bb8a1e;
  padding: 2px 5px;
  font-size: 12px;
  color: white;
  border-radius: 2px;
}

.alerta-book {
  animation: pulseShake 5s infinite;
  animation-delay: 3s;
}

.breadcrumbs {
  font-size: 15px;
  text-transform: capitalize;
}

.breadcrumbs a {
  color: #0073aa;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

/* Animación de vibración */
@keyframes pulseShake {
  0% {
    transform: translateX(0);
  }

  1% {
    transform: translateX(-5px);
  }

  2% {
    transform: translateX(5px);
  }

  3% {
    transform: translateX(-5px);
  }

  4% {
    transform: translateX(5px);
  }

  5% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

.about-item {
  position: relative;
}

.about-item:hover .quienes-somos {
  opacity: 1;
  visibility: visible;
}

.disponibilidades a:nth-child(1) {
  animation: blinkFade 2s ease-in-out infinite;
}

.disponibilidades a:nth-child(2) {
  animation: blinkFade 2s ease-in-out infinite;
  animation-delay: 0.5s;
}

@keyframes blinkFade {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.with5 {
  width: 1.25rem;
}

.wrap__tours__banner {
  overflow: hidden;
}

/* contact us general */
.contacto form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contacto form p span {
  margin-top: 8px;
  display: block;
}

.contacto input {
  border-radius: 20px;
  border: 1px solid #d0d6de;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  padding: 10px 15px;
}

.contacto input:focus,
.contacto textarea:focus {
  box-shadow: 0 0 0 1px black !important;
  border-color: black;
}

.contacto textarea {
  width: 100%;
  padding: 7px 15px;
  height: 150px;
  border-radius: 20px;
  border: 1px solid #d0d6de;
  font-weight: normal;
  font-size: 14px;
}

.contacto input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.contacto input[type="submit"] {
  width: auto;
  padding: 10px 24px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.contacto input[type="submit"]:focus {
  box-shadow: none !important;
}

.contacto input[type="submit"] {
  color: white;
  background-color: #ed6526;
  border: 2px solid #ed6526;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ccontacto label {
  font-style: normal;
  color: #1a3257;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid transparent;
  font-size: 14px;
  color: #46b450;
  background: rgba(70, 180, 80, 0.1);
  border-radius: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid transparent;
  font-size: 14px;
  color: black;
  background: rgba(255, 185, 0, 0.1);
  border-radius: 20px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

/* contact us fin*/
#reserva-desktop {
  display: none;
  bottom: 0;
  left: 0;
  z-index: 15 !important;
}

.link-spanish {
  display: flex;
  gap: 5px;
}

.contenedor-modal {
  position: fixed !important;
  z-index: 1000 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(8px);
  /* Desenfoque en el fondo */
}

.botonprimario {
  z-index: 30;
}

.galeria-tours img {
  border: none !important;
}

.ecoeco {
  display: none !important;
}

.contenido-modal {
  background: white;
  max-width: 800px;
  max-height: 90vh !important;
  overflow-y: scroll !important;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

#menu-tour {
  position: fixed;
  /* Make it stick/fixed */
  top: 0;
  /* Stay on top */
  z-index: 40;
}

.imagen__tour {
  height: 400px;
  background-size: cover;
  overflow: hidden;
}

.grecaptcha-badge {
  display: none !important;
}

.covercito {
  position: relative !important;
}

.footertours,
.footertours a {
  height: 100% !important;
}

.item__tours:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0px,
    rgba(0, 0, 0, 0.2) 50%,
    transparent
  );
  z-index: 20;
}

.item__tours:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0px,
    rgba(0, 0, 0, 0.5) 50%,
    transparent
  );
  transform: translatey(100%);
  transition: 0.4s;
  z-index: 10;
}

.item__tours:hover:after {
  transform: translatey(0);
}

.swiper-slide .title__tour {
  transform: translatey(5px);
  transition: 0.2s;
  z-index: 50;
  font-family: "Poppins" !important;
  font-weight: 700;
  text-align: center;
}

.swiper-slide:hover .title__tour {
  transform: translatey(0);
}

.swiper-slide .subidon {
  opacity: 0;
  visibility: hidden;
  transform: translatey(50px);
  transition: 0.5s ease;
  z-index: 50;
}

.swiper-slide:hover .subidon {
  transform: translatey(0);
  opacity: 1;
  visibility: visible;
}

.calendar-day {
  display: inline-block;
  background: #a3110b;
  color: white;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px;
}
.acc-itinerario .e-n-accordion-item-title{
	padding:0 !important;
	margin:0 !important;
}
.acc-itinerario .e-n-accordion-item-title,
.acc-itinerario .e-n-accordion-item-title-header {
  display: block !important;
  width: 100% !important;
}

.acc-itinerario .e-n-accordion-item-title-text {
  display: flex;
  flex-direction: column;
  align-items: start !important;
  gap: 5px;
}

.acc-itinerario .e-n-accordion-item-title-text .main-title {
  display: block;
  padding: 5px 20px;
  background: #f2f1ee;
  border-radius: 5px;
  width: 100%;
}

.acc-itinerario .e-n-accordion-item-title[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg);
}

.footertours img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: relative;
}

#reviewslista .ti-widget.ti-trip .ti-review-item > .ti-inner {
  background: #f7fafc !important;
}

#reviewslista .ti-widget.ti-trip .ti-review-content .ti-inner {
  color: #3d3d3d !important;
}

.miguelito {
  box-shadow: 0 2px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  top: 0;
  background: white;
  backdrop-filter: blur(20px);
  margin: auto;
  transition: all;
  transition-duration: 0.3s;
  z-index: 300;
}

.miguelpapa {
  top: -100%;
}

.related-tours .elementor-shortcode {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.carrusel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7) !important;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: 0.3s;
}

.carrusel:hover::before,
.verfotos:hover .viewmore .elementor-heading-title {
  display: none !important;
}

.item__tours__short {
  display: flex !important;
}

.item__tours__short .lazyloaded {
  width: 35%;
  overflow: hidden;
  background-repeat: no-repeat;
  transition: all 0.3s;
  background-size: cover;
}

.item__tours__short .detail__tour {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.item__tours__short .tags__tour {
  font-size: 12px;
}

.item__tours__short .precio__del__tour {
  font-size: 15px;
}

.titulo__short {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  --chakra-line-clamp: 2;
}

.tab a:hover {
  text-decoration: underline;
}

.tab a strong,
.tab strong a {
  color: #08ab44 !important;
}

.tab hr {
  margin: 30px 0 !important;
  border-color: #f1f1f1 !important;
}

#wpr-popup-id-1738 .wpr-popup-container-inner {
  padding: 0 !important;
}

.itineraryincatrail svg {
  width: 30px !important;
  height: 30px !important;
}

.message:hover {
  background: #222222;
  transition: 0.3s all;
}

.wp-show-posts-inner {
  display: flex;
  gap: 10px;
}

.wp-show-posts-inner div:nth-child(1) {
  width: 30%;
}

.wp-show-posts-inner div:nth-child(2) {
  width: 70%;
}

.wp-show-posts-entry-title {
  color: #333 !important;
}

.tabpape table {
  width: 100%;
  border-collapse: separate;
  /* Cambia de collapse a separate para permitir bordes redondeados */
  border-spacing: 0;
  /* Elimina el espacio entre celdas para bordes redondeados */
  margin: 25px 0;
  font-size: 16px;
  text-align: left;
  border-radius: 12px;
  /* Borde redondeado para toda la tabla */
  overflow: hidden;
  /* Asegura que el borde redondeado se aplique correctamente */
}

/* .tabpape::--webkit-scrollbar{
	width:10px;	
}
.tabpape::--webkit-scrollbar-track{
	box-shadow:inset 0 0 5px grey;
	border-radius:10px;
}
.tabpape::--webkit-scrollbar-thumb{
	background:rgba(100,100,100);
	border-radius:10px;
} */

.tabpape table th,
td {
  padding: 12px 15px;
}

/*  galeria*/
.galeria-hoteles .gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px !important;
  justify-items: initial;
}

.hotel-two .gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: initial;
}

.galeria-hoteles .gallery .gallery-item,
.hotel-two .gallery .gallery-item {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  position: relative;
  overflow: hidden;
  display: none;
}

.galeria-hoteles .gallery .gallery-item:nth-child(1),
.galeria-hoteles .gallery .gallery-item:nth-child(2),
.galeria-hoteles .gallery .gallery-item:nth-child(3),
.galeria-hoteles .gallery .gallery-item:nth-child(4),
.galeria-hoteles .gallery .gallery-item:nth-child(5) {
  display: block !important;
}

.hotel-two .gallery .gallery-item:nth-child(1) {
  display: block !important;
}

.galeria-hoteles .gallery .gallery-item a,
.galeria-hoteles .gallery .gallery-item dt,
.hotel-two .gallery .gallery-item a,
.hotel-two .gallery .gallery-item dt {
  height: 150px;
  overflow: hidden;
}

.tabs-itinerario .e-n-tabs-heading {
  position: absolute;
  z-index: 20;
}

.galeria-hoteles .gallery .gallery-item img,
.hotel-two .gallery .gallery-item img {
  border-radius: 2px;
  height: 100% !important;
  width: 100% !important;
  border: none !important;
  object-fit: cover !important;
}

.galeria-hoteles .gallery br,
.hotel-two .gallery br {
  display: none !important;
}

/* fin galeria */
.tabpape table th {
  background-color: #08aa43;
  color: white;
  text-transform: uppercase;
}

.tabpape table tr {
  border-bottom: 1px solid #dddddd;
}

.tabpape table tr:last-child td {
  border-bottom: none;
  /* Elimina el borde de la Ãºltima fila */
}

.tabpape table tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.tabpape table tr:hover {
  background-color: #f1f1f1;
}

/* Opcional: Borde redondeado para las esquinas superiores de las primeras celdas */
.tabpape table th:first-child {
  border-top-left-radius: 12px;
}

.tabpape table th:last-child {
  border-top-right-radius: 12px;
}

.descuento .elementor-widget-container {
  position: absolute;
  top: -38px;
  width: 100%;
}

#ez-toc-container {
  background: transparent;
  border: none;
  width: 100%;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

#ez-toc-container a {
  color: black;
  font-weight: normal;
}

#ez-toc-container a:visited {
  color: #097479;
}

.cotizar {
  & .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
  }

  & label {
    font-family: "Poppins";
    font-weight: 400;
    color: #333333;
    font-size: 18px;
  }

  & .wpcf7-spinner {
    position: absolute !important;
  }

  & input {
    width: 100%;
    background: #f1f1f1;
    height: 50px;
    border: none;
    border-radius: 50px;
    padding: 0 10px;
    margin-top: 15px;
  }

  & .wpcf7-submit {
    background: #ed243f;
    padding: 15px 15px;
    color: white;
    margin-top: 42px;
    border-radius: 50px;
    cursor: pointer;
  }

  & .wpcf7-response-output {
    width: 100%;
    font-family: "Poppins";
    border-radius: 20px;
  }
}

.descuento .elementor-widget-container::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 18px;
  background-image: linear-gradient(90deg, #999 0%, #222 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.navbar .main-menu > .menu-item-has-children > a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f078";
  width: 16px;
  margin-left: 10px;
  transition: 0.1s;
  color: white;
}

.navbar
  .main-menu
  .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
  font-size: 12px;
  margin-left: 10px;
  transition: 0.1s;
  margin-top: 6px;
}

.navbar .main-menu > .menu-item-has-children:hover > a::after {
  transform: rotate(-180deg);
}

/*  */

/*  */
.item-tour {
  overflow: hidden !important;
}

.item-tour .oculto .e-con-inner {
  margin-bottom: -75px;
  transition: 0.15s ease-in-out;
}

.item-tour .oculto .e-con-inner .buton {
  opacity: 0;
}

.item-tour:hover .oculto .e-con-inner {
  margin-bottom: 0;
}

.item-tour:hover .oculto .e-con-inner .buton {
  opacity: 1;
}

.item-tour:hover .oculto .e-con-inner .buton {
  opacity: 1;
}

/*  */
.item-tour .oculto1 .e-con-inner {
  margin-bottom: -45px;
  transition: 0.15s ease-in-out;
}

.item-tour .oculto1 .e-con-inner .star {
  opacity: 0;
}

.item-tour:hover .oculto1 .e-con-inner {
  margin-bottom: 0;
}

.item-tour:hover .oculto1 .e-con-inner .star {
  opacity: 1;
}

.tab img {
  margin: 30px 0;
  border-radius: 15px !important;
}

.tab table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c1c1c1;
  border-spacing: 40px;
  margin-bottom: 30px;
}

.tab table tr td,
.tab table th {
  border-bottom: 1px solid #c1c1c1;
  padding: 5px 10px;
}

.tab table tr td,
.tab table th {
  border-right: 1px solid #c1c1c1;
}

.stikyPosition {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 120;
  top: 120px;
  transition: 0.3s;
}

.stikyPositionTree {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 50;
  top: 85px;
  transition: 0.3s;
}

.stikyPosition.activadaso {
  top: 120px;
}

.tab h2,
.tab h3,
.tab h4,
tab h5,
.tabo h2,
.tabo h3,
.tabo h4,
.tabo h5{
  color: #000 !important;
  font-weight: 600 !important;
}

.tab.blog-tab p {
  color: #222 !important;
}
.tab h4{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.tab p{
margin-bottom: 5px;	
}
.tab h5
.tabo h5{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.sticky-button {
  position: -webkit-sticky !important;
  position: sticky !important;
  bottom: 0 !important;
  opacity: 0;
  z-index: 30 !important;
}

.sticky-button.stickypapi {
  opacity: 0;
  width: 0;
  padding: 0;
  height: 0;
  margin: 0;
}

.premium-carousel-wrapper a.carousel-arrow,
.premium-carousel-wrapper a.ver-carousel-arrow {
  z-index: 20 !important;
}

.comentarioss .ti-widget.ti-trip .ti-reviews-container-wrapper {
  margin: 0 0 !important;
}

.w-4-12 {
  width: 40%;
}

.w-8-12 {
  width: 60%;
}

.ti-widget.ti-trip .ti-controls .ti-next {
  top: -161px;
  color: black;
  right: 0 !important;
}

.ti-widget.ti-trip .ti-controls .ti-prev {
  top: -161px !important;
  right: 60px !important;
  left: auto !important;
}

.fa-angle-left:before {
  content: "";
  background: black;
  width: 14px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
  position: absolute;
  margin-top: 10px;
}

.fa-angle-left:after {
  content: "";
  background: black;
  width: 14px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 2px;
  position: absolute;
}

.fa-angle-right:before {
  content: "";
  background: black;
  width: 14px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 2px;
  position: absolute;
  margin-top: 10px;
}

.fa-angle-right:after {
  content: "";
  background: black;
  width: 14px;
  height: 1px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
  position: absolute;
}

.ti-widget.ti-trip .ti-controls .ti-next:before,
.ti-widget.ti-trip .ti-controls .ti-prev:before,
.ti-widget.ti-trip .ti-controls .ti-next:after,
.ti-widget.ti-trip .ti-controls .ti-prev:after {
  background: black !important;
  width: 14px !important;
  height: 1px !important;
}

.comentarioss .ti-widget.ti-trip .ti-review-item > .ti-inner {
  background: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
}

.included li {
  list-style: none !important;
  /* Elimina el estilo de lista predeterminado */
  padding-left: 30px;
  /* Espacio para la imagen */
  background-image: url("./img/iconos/check-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: left center;
  /* Ubica la imagen a la izquierda */
  background-size: 20px 20px;
  /* Ajusta el tamaño de la imagen */
  margin-left: 0 !important;
}

.not-included li {
  list-style: none !important;
  /* Elimina el estilo de lista predeterminado */
  padding-left: 30px;
  /* Espacio para la imagen */
  background-image: url("./img/iconos/times-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: left center;
  /* Ubica la imagen a la izquierda */
  background-size: 20px 20px;
  /* Ajusta el tamaño de la imagen */
  margin-left: 0 !important;
}

.not-included li > ul li {
  list-style: disc;
}

.covercito .elementor-widget-container,
.covercito {
  height: 100% !important;
}

.covercito img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* contact us general */
.contact-uss form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Inter", Sans-serif !important;
}

.contact-uss form p span {
  margin-top: 8px;
  display: block;
}

.contact-uss input {
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  padding: 8px 15px;
}

.contact-uss input:focus,
.contact-uss textarea:focus {
  box-shadow: 0 0 0 1px black !important;
  border-color: black;
}

.contact-uss textarea {
  width: 100%;
  padding: 7px 15px;
  min-height: 250px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  font-weight: normal;
  font-size: 14px;
}

.contact-uss input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.contact-uss input[type="submit"] {
  width: auto;
  padding: 10px 24px;
  text-decoration: none;
  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.contact-uss input[type="submit"]:focus {
  box-shadow: none !important;
}

.contact-uss input[type="submit"] {
  font-family: "Inter", Sans-serif !important;
  color: white;
  background-color: #069a3c;
  border: 2px solid #069a3c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-uss input[type="submit"]:hover {
  background-color: #069a3c;
  border: 2px solid #069a3c;
  color: white;
}

.contact-uss label {
  font-style: normal;
  color: black;
  font-weight: 400;
  font-family: "Inter", Sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid transparent;
  font-size: 14px;
  color: #46b450;
  background: rgba(70, 180, 80, 0.1);
  border-radius: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid transparent;
  font-size: 14px;
  color: black;
  background: rgba(255, 185, 0, 0.1);
  border-radius: 20px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

#menu-color {
  position: fixed;
  transition: all 0.3s;
  margin-top: -100%;
  width: 100%;
  z-index: 1000;
}

#menu-menu-1 > li > a {
  color: #fff !important;
}

.bajar {
  margin-top: 0 !important;
}

/* contact us fin*/

/* itinerary */
.itinerary-days__main {
    margin-top: 12px !important;
    padding-top: 12px !important;
    padding-left: 36px !important;
}
.itinerary-days__main::before{
  position: absolute !important;
  top: 0.7rem !important;
  left: 12px !important;
  content: "" !important;
  height: calc(100% - 0.5rem) !important;
  border-left: 1px solid #d2d2d2 !important;
}

.itinerary-days__main h5 {
  position: relative;
  font-size: 1.1rem !important;
  color: #3d3d3d !important;
  font-weight: 600 !important;
  font-family: "Sofia Sans";
}

.itinerary-days__main h5::before {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #a3110b;
  position: absolute;
  top: 50%;
  left: -1.4rem;
  content: "";
  border: 1px solid #a3110b;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.itinerary-days__main h4 {
  position: relative;
  color: #333 !important;
  font-size: 1.2rem !important;
  color: 096534 !important;
  font-weight: 600 !important;
  font-family: "Sofia Sans";
}

.itinerary-days__main::after {
    content: "\f00c";
    font-weight: 900;
    font-size: 1rem;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    border: 1px solid #d2d2d2;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 12px;
    transform: translate(-50%, -50%);
    color: #a3110b;
}
.acc-itinerario .e-n-accordion-item-title{
	padding-bottom:15px !important;
}

/* ausangate treks shortcode*/
.ausangate-treks {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ausangate-treks .imagen__papi {
  height: 200px !important;
  overflow: hidden;
}

.ausangate-treks .imagen__papi img {
  border-radius: 5px !important;
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0 !important;
  transition: all 0.5s;
}

.ausangate-treks .swiper-slide:hover img {
  transform: scale(1.2);
}

.ausangate-treks .swiper-slide {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
  overflow: hidden;
}

.ausangate-treks .dede {
  padding: 0 15px 15px 15px;
}

.category-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}

.toursrelacionados .dede {
  padding: 15px;
}

.tour__category {
  background: #f1f1f1;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 5px;
}

.tour__details {
  font-size: 14px;
  margin-bottom: 15px;
}

.rate svg {
  width: 12px;
  fill: #ecc94b;
}

/* fin de ausangate treks */
.embla {
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__container {
  display: flex;
  gap: 10px;
}

.embla__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  height: 350px;
}

.embla__slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  border-radius: 10px !important;
  object-fit: cover;
  object-position: center;
}

.thumb-viewport {
  overflow: hidden;
  max-width: 500px;
  margin: 20px auto 0;
}

.thumb-container {
  display: flex;
  gap: 10px;
  will-change: transform;
  cursor: pointer;
}

.thumb-slide {
  flex: 0 0 auto;
  width: 130px;
  height: 90px;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: opacity 0.3s, border 0.3s;
}

.thumb-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 6px !important;
  filter: brightness(45%);
}

.thumb-slide.is-selected img {
  filter: none;
}

.thumb-slide.is-selected {
  border-color: black;
}

@media (max-width: 767px) {
  .embla {
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px;
  }

  .embla__slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 5px;
    height: 200px;
  }

  .embla__container {
    gap: 5px;
  }

  .thumb-slide {
    flex: 0 0 auto;
    width: 90px;
    height: 65px;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: opacity 0.3s, border 0.3s;
  }

  .thumb-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(45%);
  }

  .thumb-viewport {
    overflow: hidden;
    margin: 7px auto 0;
  }

  .thumb-container {
    display: flex;
    gap: 7px;
    will-change: transform;
    cursor: pointer;
  }
}

.seccion-slider {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 1250px;
  transition: 0.1s;
  overflow: hidden;
}

.swiper-slide-active {
  /*  background: red; */
  transition: 0.1s;
}

.wrap__slider__destinos {
  position: static;
}

.wrap__slider__destinos .contenedor__img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.wrap__slider__destinos .swiper-slide .contenedor__img img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.5s;
}

.wrap__slider__destinos .swiper-slide:hover .contenedor__img img {
  transform: scale(1.2);
}

.precio__slider {
  font-size: 13px;
}

.wrap__slider__destinos .contenedor__info {
  width: 100%;
  padding: 20px 15px;
}

.fa-angle-left:after,
.fa-angle-right:after,
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
  display: none;
}

.fa-angle-left,
.fa-angle-right,
.swiper-button-prev,
.swiper-button-next {
  color: white;
  background-color: white;
  font-size: 20px !important;
  border: 1px solid #e0e0e0;
  width: 40px;
  height: 40px;
  z-index: 3;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  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;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #ff6d22;
  border-color: #ff6d22;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  fill: #fff !important;
}
.swiper-scrollbar {
  bottom: -50px !important;
}

.swiper-button-disabled {
  background-color: #d4d4d4;
  border: #d4d4d4;
}

.flechas {
  margin-top: 30px;
}

.swiper-button-prev {
  left: -15px;
  z-index: 10;
}

.swiper-button-next {
  right: -15px;
  z-index: 10;
}

.full-itinerary::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 35px !important;
  height: 100% !important;
  border-left: 2px dotted #233362 !important;
}

.days {
  width: 70px !important;
  height: 70px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.days .elementor-heading-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.days strong {
  font-size: 20px;
  font-weight: 800 !important;
}

.tab a,
.tab a strong {
  color: #0073aa !important;
}

.tab a:hover {
  text-decoration: underline;
}

.tab p strong,
.tab ul li strong,
.tab a strong,
.tab strong a {
  font-weight: 500 !important;
}

.navbar #menu-menu-1 > .menu-item:hover > .sub-menu {
  top: 64px !important;
}

.botonprimario {
  border-radius: 10px;
  background: #00471b;
  color: white;
  padding: 12px 30px;
  font-size: 14px;
}
/* Convertir la galería con clase gallery-columns-10 en un GRID moderno */
.gallery-columns-10 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* Ajustar cada item de galería */
.gallery-columns-10 .gallery-item {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}

/* Imágenes responsivas y elegantes */
.gallery-columns-10 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  border: none !important;
}

/* Ocultar el <br> que WP añade automáticamente */
.gallery-columns-10 br {
  display: none !important;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .gallery-columns-10 .gallery-item {
    max-width: 100% !important;
  }
}

/*  */
/* GRID DE 4 COLUMNAS */

/* lista race */
/* Contenedor general */
.custom-tours-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Card individual */

.tour-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Imagen del tour */
.tour-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.tour-card:hover .tour-image img {
  transform: scale(1.05);
  filter: brightness(1.05);
}

/* Badge de la fecha */
.tour-image .absolute {
  top: 0;
  left: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-bottom-right-radius: 0.5rem;
}

/* Contenido de la card */
.tour-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Categoría */
.tour-content span {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
}

/* Título */
.tour-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

/* Metadatos */
.tour-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.5rem;
  padding: 0.75rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.875rem;
  color: #555;
}

.tour-meta span i {
  margin-right: 0.25rem;
}

/* Botón */
.tour-content a {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.5rem 1.25rem;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.25rem;
  transition: opacity 0.3s ease;
}

.tour-content a:hover {
  opacity: 0.9;
}

/* Colores por clase para el borde y badge */
.tour-card.purple {
  border-left-color: #61247f;
}
.tour-card.blue {
  border-left-color: #1e40af;
}
.tour-card.cyan {
  border-left-color: #0ea5e9;
}

/* Badge color matching */
.tour-card.purple .absolute {
  background-color: #61247f;
}
.tour-card.blue .absolute {
  background-color: #1e40af;
}
.tour-card.cyan .absolute {
  background-color: #0ea5e9;
}

.contenedor_imagen {
  height: 250px;
  overflow: hidden;
}
.contenedor_imagen img {
  object-fit: cover;
  position: absolute;
  height: 100% !important;
  width: 100%;
}
/* Responsive */
@media (min-width: 768px) {
  .tour-card {
    flex-direction: row;
  }
  .tour-image {
    width: 35%;
  }
  .tour-content {
    width: 65%;
  }
}

/* fin lista race */

#menu-menu-1 .menu-item-has-children:last-child > .sub-menu,
#menu-menu-2 .menu-item-has-children:last-child > .sub-menu {
  left: auto !important;
  right: 0 !important;
}
#menu-menu-1 .menu-item > .sub-menu > .menu-item > .sub-menu,
#menu-menu-2 .menu-item > .sub-menu > .menu-item > .sub-menu {
  left: 100% !important;
  top: 0px;
  width: 100%;
}
/*  */
.tours-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* CARD BASE */
.tour-card {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  background: #000;
}

/* GRANDES */
.tour-card.big {
  flex: 0 0 calc(50% + 10px);
  height: 420px;
}

/* PEQUEÑAS */
.tour-card.small {
  flex: 0 0 calc(25% - 18px);
  height: 420px;
}
.tour-card a {
  height: 100%;
}
.tour-card img {
  position: absolute;
  object-fit: cover;
  height: 100% !important;
}
/* SEGUNDA FILA (invertimos tamaños) */
.tour-card:nth-child(4),
.tour-card:nth-child(5) {
  height: 420px;
}

.tour-card:nth-child(6) {
  height: 420px;
}
/* TÍTULO */
.tour-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

/* EXCERPT */
.tour-excerpt {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
  max-width: 90%;
}

/* LUGAR */
.tour-location {
  font-size: 0.9rem;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* FOOTER */
.tour-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

/* PRECIO */
.tour-price {
  font-size: 1.05rem;
  font-weight: 600;
}

.tour-price strong {
  font-size: 1.3rem;
  font-weight: 800;
}

/* BOTÓN */
.tour-btn {
  background: #550000;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.tour-btn:hover {
  background: #252726;
  transform: translateY(-2px);
}

.tours-desktop {
  display: block;
}
.tours-mobile {
  display: none;
}
/*modal*/
/* Vista recortada */
.tour-contenido {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* ðŸ‘ˆ lÃ­neas visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}

/* Texto recortado SOLO en la pÃ¡gina */
.clamp .tab {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Dentro del modal â†’ texto completo */
.inline-modal .tour-contenido {
    display: block !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
}

/* BotÃ³n */
.see-more-btn {
    background: none;
    border: none;
    color: #0498a2;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 6px;
}

body.modal-open {
    overflow: hidden;
}

/* Fondo modal */
.inline-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

/* Caja modal */
.inline-modal-box {
    background: #fff;
    max-width: 720px;
    width: 90%;
    max-height: 80vh;
    /* ðŸ”¥ CLAVE */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 30px 30px 40px;
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
    /* oculta overflow externo */
}

/* Contenido con scroll */
.inline-modal-content {
    max-height: calc(80vh - 80px);
    /* ðŸ”¥ resta header + padding */
    overflow-y: auto;
    padding-right: 10px;
}

/* Scroll bonito (opcional) */
.inline-modal-content::-webkit-scrollbar {
    width: 6px;
}

.inline-modal-content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

/* BotÃ³n cerrar */
.inline-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
}

.inline-modal-content .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.inline-modal-content .elementor-icon {
    font-size: 30px;
}

.inline-modal-content .elementor-icon-box-title {
    font-size: 1.5rem;
}

/*finmodal*/
/*aaccordin tour*/
.day-header {
    width: 100%;
    background: #fff;
    border: none;
    padding: 0 20px !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}

.day-meta {
    margin-left: auto;
    font-size: 14px;
    color: #666;
}

.day-arrow svg {
    transition: transform .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    transform-origin: center center;
}

.itinerary-day {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.itinerary-day.open .day-arrow svg {
    transform: rotate(180deg);
    transform-origin: center center;
}

.itinerary-content {
    counter-reset: step;
    position: relative;
    margin-left: 44px;
    padding: 0;
}

.itinerary-content h4 {
    position: relative;
    margin: 32px 0 10px;
    font-weight: 700;
}

.day-badge {
    padding: 0;
}

.itinerary-content h4::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: -59px;
    top: 0;
    width: 28px;
    height: 28px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.itinerary-content h5 {
    position: relative;
    margin: 22px 0 8px;
    font-weight: 600;
}

.itinerary-content h5::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    z-index: 2;
}

.itinerary-content::before {
    content: "";
    position: absolute;
    left: -26px;
    top: -15px;
    width: 2px;
    height: calc(100% + 16px);
    background: #000;
}

.day-content {
    display: none;
    padding: 20px;
}

.btn-details {
    display: block;
    margin-top: 10px;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
}

.check {
    color: #000;
    min-width: 16px;
}

.check.active {
    color: #fcb400;
}

.day-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.additional-info {
    background: #f7f9fc;
    margin: 1rem 0;
}
/*  fin model*/

.dia {
    position: relative !important;
    border-radius: 100%;
    width: 50px;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    margin-left: -25px;
    font-size: 12px;
}
.dia .elementor-heading-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tripadvisor svg{
	width:50%;
	padding:13px;
}
.border-transparte{
	border-color:rgba(255,255,255,.1);
}
.wtrvl-checkout_button {
    background: #550000;
    width: 100%;
    border-radius: 5px;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    padding: 14px;
}

.reserva-abajo {
    padding: 10px 70px;
}
.dh-breadcrumb {
    font-size: 15px;
    text-transform: capitalize;
	color:white;
}

.dh-breadcrumb span,
.dh-breadcrumb a {
    padding-right: 4px;
}

.dh-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}

.dh-breadcrumb a:hover {
    text-decoration: underline;
}
.tabo ul li{
	list-style:disc !important;
	margin-bottom:0.5rem;
	margin-left:1rem;
}
.romperlinea {
    word-break: break-all;
}
.whatsappp{
	left:15px;
	bottom:15px;
	z-index:10;
}
.comentariospapi .ti-widget.ti-trip .ti-review-item>.ti-inner{
	background:#f9f9f9 !important;
}

/* ===============================
   CARD BASE
================================= */

.cts-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
   background:#f9f9f9;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cts-card:hover {
    transform: translateY(-6px);
}

/* ===============================
   IMAGE AREA
================================= */

.cts-card-image {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.cts-card-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform .4s ease;
}

.cts-card:hover .cts-card-image img {
    transform: scale(1.05);
}
.info-tour-card{
	display:flex;
	gap:10px;
	font-size:14px;
	margin-top:10px;
	color:#222;
}

/* ===============================
   CONTENT AREA
================================= */

.cts-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

/* ===============================
   TITLE
================================= */

.cts-card h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.cts-card h4 a {
    color: #000;
    text-decoration: none;
}

.cts-card h4 a:hover {
    color: #550000;
}

/* ===============================
   META PILLS
================================= */

.short-details {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.short-details span {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 50px;
    background: #f1f3f5;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: #4b5563;
}

.short-details span i {
    font-size: 12px;
    color: #9ca3af;
}

/* ===============================
   EXCERPT
================================= */

.cts-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

/* ===============================
   PRICE SECTION
================================= */

.preciaso {
    margin-top: auto;
    text-align: left;
    padding-top: 10px;
}

.preciaso p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

.preciaso b {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.preciaso i {
    color:#550000;
    margin-right: 4px;
}

/* ===============================
   SWIPER BUTTONS STYLE
================================= */
.swiper-button-prev{
	left:10px;
}
.swiper-button-next{
	right:10px;
}
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #550000;
    border-color: #550000;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: #000;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    color: #ffffff;
}
/* Movimiento chill flotante */

.animado {
  animation: moveBackground 10s infinite alternate linear;
}
@keyframes moveBackground {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}



/* finde */
/*  */
.gallery-collage-grid {
  display: grid;
  grid-template-areas:
    "large medium1 small1"
    "large medium2 small2";
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 10px;
}

.gallery-item:nth-child(1) {
  height: 462px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  height: 225px;
  border-radius: 8px;
}

.gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.item-hidden {
  display: none;
}

/* Áreas por índice */
.item-large {
  grid-area: large;
}

.item-medium:nth-child(2) {
  grid-area: medium1;
}

.item-medium:nth-child(3) {
  grid-area: medium2;
}

.item-small.top {
  grid-area: small1;
}

.item-small.bottom {
  grid-area: small2;
}

.overlay-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
	.dia {
        width: 50px !important;
        padding: 6px;
        border-radius: 5px;
        position: relative !important;
        height: 40px !important;
    }
	 .cts-card-content {
        padding: 15px;
    }

    .cts-card-title {
        font-size: 16px;
    }
  .tour-card.big,
  .tour-card.small {
    flex: 0 0 100%;
    height: 300px;
  }
  .tours-desktop {
    display: none;
  }
  .tours-mobile {
    display: block;
  }
  .tours-flex-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tour-title {
    font-size: 18px;
    display: block;
  }

  .tour-price {
    font-size: 16px;
    font-weight: 400;
  }
  .tour-price strong {
    font-size: 16px;
    font-weight: 500;
  }
  .navbar .main-menu > .menu-item-has-children > a::after {
    color: #252726;
    transform: rotate(-90deg);
  }
  .wrap__slider__destinos .contenedor__img {
    height: 180px;
  }
  .details-inicio div:nth-child(even) {
    border: none !important;
    padding: 0 !important;
  }
  .gallery-collage-grid {
    grid-template-areas: "large";
    grid-template-columns: 1fr;
  }

  .gallery-collage-grid .gallery-item {
    display: none;
  }

  .gallery-collage-grid .gallery-item:first-child {
    display: block;
  }
}

#elementor-lightbox-slideshow-single-img {
  display: none !important;
}

/* menunuevo */

#menu-menu-3,
#menu-menu-6 {
  gap: 10px;
}

#menu-menu-3 > .menu-item,
#menu-menu-6 > .menu-item {
  border: none;
}

#menu-menu-3 > .menu-item > a,
#menu-menu-6 > .menu-item > a {
  padding: 15px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  box-shadow: 0 1px 1px #e2e8f0;
}

#menu-menu-3 > .menu-item-has-children > .sub-menu,
#menu-menu-6 > .menu-item-has-children > .sub-menu {
  position: absolute;
  width: 100%;
  display: block;
  right: -106%;
  top: 0;
  background-color: white !important;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

#menu-menu-3 > .menu-item-has-children > .sub-menu > .menu-item,
#menu-menu-6 > .menu-item-has-children > .sub-menu > .menu-item,
#menu-menu-3
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item,
#menu-menu-6
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item {
  padding-inline: 0;
}

#menu-menu-3 > .menu-item-has-children > .sub-menu > .menu-item a,
#menu-menu-6 > .menu-item-has-children > .sub-menu > .menu-item a,
#menu-menu-3
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  a,
#menu-menu-6
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item
  a {
  padding: 15px;
  border-radius: 0;
  border-bottom: 1px solid #e2e8f0;
}

#menu-menu-3 > .menu-item-has-children > .sub-menu > .menu-item:nth-child(1),
#menu-menu-6 > .menu-item-has-children > .sub-menu > .menu-item:nth-child(1),
#menu-menu-3
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item:nth-child(1),
#menu-menu-6
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item:nth-child(1) {
  padding-top: 40px;
}

.abierto {
  right: 0 !important;
  top: 0 !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 1000 !important;
}

#menu-menu-3
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu,
#menu-menu-6
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu {
  position: absolute;
  width: 100%;
  display: block;
  left: -100%;
  top: 0;
  background-color: white !important;
  transition: all 0.3s;
  padding-block: 0;
  border-radius: 0;
  box-shadow: none;
}

#menu-menu-3
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu
  a,
#menu-menu-6
  .menu-item-has-children
  .sub-menu
  > .menu-item-has-children
  > .sub-menu
  a {
  border-radius: 0;
}

.abierto-two {
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 1000 !important;
}

.navbar .main-menu .menu-item > .sub-menu button {
  color: #0498a2;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  padding: 0;
  margin: 0;
  display: inline;
  width: 23px;
}

.submenuss {
  height: 100%;
}

@media (max-width: 1024px) {
  #menu-menu-6 {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
}

.navbar .main-menu > .menu-item-has-children > a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f078";
  width: 16px;
  margin-left: 10px;
  transition: 0.1s;
}

/*  */

#navbar-menu {
  position: fixed;
  top: 0;
  left: -100%;
  transition: 0.35s;
  height: 100vh;
  width: 85% !important;
  background: white;
  overflow-x: hidden;
}

.fondo-negro {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  overflow: hidden;
}

.borrado {
  opacity: 1;
  visibility: visible;
}

.overflowHidden {
  overflow: hidden;
}

.sticky-button {
  position: -webkit-sticky !important;
  position: sticky !important;
  bottom: 0 !important;
  opacity: 0;
  visibility: hidden !important;
  z-index: 30 !important;
}

.sticky-button.stickypapi {
  opacity: 1;
  width: 0;
  padding: 0;
  height: 0;
  margin: 0;
}

#menu-menu-1 > .menu-item-has-children > a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f078";
  width: 16px;
  margin-left: 10px;
  transition: 0.1s;
  color: #fff !important;
}

.accesosicosnos svg:nth-child(1) {
  width: 96px;
}

.accesosicosnos svg:nth-child(3) {
  width: 160px;
}

.accesosicosnos svg:nth-child(7) {
  width: 160px;
}

.accesosicosnos svg:nth-child(2) {
  width: 64px;
}

.accesosicosnos svg:nth-child(4) {
  width: 64px;
}

.accesosicosnos svg:nth-child(6) {
  width: 64px;
}

.accesosicosnos svg:nth-child(5) {
  width: 160px;
}

@media (max-width: 767px) {
  .stikyPosition {
    position: relative !important;
    top: 0 !important;
  }
  .navbar .main-menu > .menu-item-has-children > a:hover::after {
    transform: rotate(-90deg);
  }
  .full-itinerary::before {
    display: none !important;
  }

  .ausangate-treks {
    grid-template-columns: repeat(2, 1fr);
  }

  .imagen__tour {
    height: 300px;
    background-size: cover;
    overflow: hidden;
  }

  .title__tour {
    text-align: center;
  }

  .contenido-modal {
    background: white;
    max-width: 95%;
    max-height: 90vh !important;
  }

  .stikyPosition {
    position: relative !important;
  }

  .accesosicosnos {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
  }

  .accesosicosnos svg {
    width: 80px;
  }

  .accesosicosnos svg:nth-child(3) {
    width: 8rem;
  }

  .accesosicosnos svg:nth-child(5) {
    width: 8rem;
  }

  .accesosicosnos svg:nth-child(7) {
    width: 10rem;
  }

  .accesosicosnos svg:nth-child(2) {
    width: 3rem;
  }

  .accesosicosnos svg:nth-child(4) {
    width: 4rem;
  }

  .galeria-hoteles {
    width: 100%;
    overflow-x: scroll;
  }

  .galeria-hoteles .gallery {
    display: grid;
    grid-template-columns: repeat(6, 120px);
    height: 100px !important;
    gap: 5px;
    width: auto !important;
  }

  .galeria-hoteles .gallery .gallery-item,
  .galeria-hoteles .gallery .gallery-item .gallery-icon,
  .galeria-hoteles .gallery .gallery-item .gallery-icon a {
    width: 180px !important;
    display: block;
  }

  .galeria-hoteles .gallery .gallery-item img {
    object-fit: cover;
    object-position: center;
  }

  .itios {
    box-shadow: none !important;
    border: none !important;
  }

  .tabpape {
    overflow-x: scroll;
  }

  .migue {
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    top: 0;
    background: white;
    backdrop-filter: blur(20px);
    position: sticky;
  }

  .container-tours {
    overflow-x: scroll !important;
    width: 100%;
  }

  .quechucha {
    width: auto !important;
    padding: 0 10px !important;
  }

  .quechuchas div.elementor-absolute {
    width: 100% !important;
    height: 100% !important;
  }

  .quechucha img {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .sticky-button {
    display: none !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 0 !important;
    opacity: 0;
    visibility: hidden !important;
    z-index: 30 !important;
  }

  .sticky-button.stickypapi {
    display: block !important;
    opacity: 1;
    width: 100%;
    visibility: visible !important;
    padding: 15px 0;
    height: 100%;
    margin: 0;
  }

  #navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.3s;
    height: 100vh;
    width: 100%;
    background: white;
    z-index: 99999999999999999 !important;
  }

  #reserva-desktop {
    display: none;
    bottom: 0;
    left: 0;
    z-index: 99999999999999999 !important;
  }

  #menu-tour {
    opacity: 0;
    visibility: hidden;
  }

  #dark-mode {
    opacity: 0;
    visibility: hidden;
  }

  .message {
    display: none;
  }

  .cotizar {
    & .wpcf7-form {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 10px;
      width: 100%;
    }

    & .wpcf7-submit {
      margin-top: 20px;
    }

    & .wpcf7-spinner {
      position: relative !important;
    }
  }

  .itinerario__dias div:nth-child(2) {
    display: flex !important;
    align-items: center !important;
    align-self: center;
  }
}

/* estilos para los editores de texto */
