:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-71f05b5 *//* =========================================================
   1. VARIABLES GENERALES
========================================================= */

.cusco-pro-slider{
  --cps-primary:#1B3423;
  --cps-primary-2:#254A32;
  --cps-accent:#DCC6A1;
  --cps-accent-2:#F5F1E8;
  --cps-white:#FFFFFF;
  --cps-muted:rgba(255,255,255,.88);
  --cps-shadow:0 25px 80px rgba(0,0,0,.32);
  font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.cusco-pro-slider *{
  box-sizing:border-box;
}


/* =========================================================
   2. CONTENEDOR DEL SLIDER
========================================================= */

.cusco-pro-slider .cps-wrap{
  position:relative;
  width:100%;
  min-height:620px;
  height:min(82vh, 720px);
  border-radius:0px;
  overflow:hidden;
  box-shadow:var(--cps-shadow);
  background:#000;
}

.cusco-pro-slider .cps-track{
  display:flex;
  height:100%;
  transition:transform .8s cubic-bezier(.2,.8,.2,1);
  will-change:transform;
}


/* =========================================================
   3. SLIDES E IMAGEN DE FONDO
========================================================= */

.cusco-pro-slider .cps-slide{
  position:relative;
  min-width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
}

.cusco-pro-slider .cps-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.50) 42%, rgba(0,0,0,.20) 100%),
    linear-gradient(180deg, rgba(27,52,35,.10) 0%, rgba(27,52,35,.38) 100%);
}


/* =========================================================
   4. CONTENIDO SIN ENCUADRE
========================================================= */

.cusco-pro-slider .cps-inner{
  position:relative;
  z-index:2;
  width:min(1240px, calc(100% - 64px));
  margin:0 auto;
}

.cusco-pro-slider .cps-content{
  width:min(720px, 100%);
  padding:0;
  background:transparent;
  border:none;
  box-shadow:none;
}

.cusco-pro-slider .cps-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:var(--cps-accent);
  color:var(--cps-primary);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:16px;
}

.cusco-pro-slider .cps-content h2{
  margin:0 0 14px;
  color:var(--cps-accent-2);
  font-size:clamp(34px, 4.8vw, 60px);
  line-height:1.02;
  font-weight:800;
  letter-spacing:-.03em;
  text-shadow:0 10px 30px rgba(0,0,0,.45);
}

.cusco-pro-slider .cps-desc{
  margin:0 0 22px;
  max-width:630px;
  color:var(--cps-muted);
  font-size:16px;
  line-height:1.7;
  text-shadow:0 8px 22px rgba(0,0,0,.38);
}


/* =========================================================
   5. ICONOS DE INFORMACIÓN
========================================================= */

.cusco-pro-slider .cps-info{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-bottom:22px;
  max-width:650px;
}

.cusco-pro-slider .cps-info-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 14px;
  border-radius:16px;
  background:rgba(0,0,0,.30);
  border:1px solid rgba(255,255,255,.16);
}

.cusco-pro-slider .cps-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(220,198,161,.14);
  color:var(--cps-accent);
  border:1px solid rgba(220,198,161,.22);
}

.cusco-pro-slider .cps-icon svg{
  width:20px;
  height:20px;
}

.cusco-pro-slider .cps-info-item small{
  display:block;
  margin-bottom:3px;
  color:rgba(255,255,255,.68);
  font-size:12px;
  line-height:1.2;
}

.cusco-pro-slider .cps-info-item strong{
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.25;
  font-weight:700;
}


/* =========================================================
   6. PRECIO Y BOTONES
========================================================= */

.cusco-pro-slider .cps-footer{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  max-width:650px;
}

.cusco-pro-slider .cps-price small{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:12px;
  margin-bottom:4px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.cusco-pro-slider .cps-price strong{
  color:var(--cps-accent-2);
  font-size:30px;
  line-height:1;
  font-weight:800;
  text-shadow:0 8px 22px rgba(0,0,0,.38);
}

.cusco-pro-slider .cps-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.cusco-pro-slider .cps-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 20px;
  border-radius: 14px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  transition:all .22s ease;
}

.cusco-pro-slider .cps-btn-primary{
  background:var(--cps-primary);
  color:#fff;
  border:1px solid rgba(0,0,0,.10);
}

.cusco-pro-slider .cps-btn-primary:hover{
  background:var(--cps-primary-2);
  color:#fff;
  transform:translateY(-2px);
}

.cusco-pro-slider .cps-btn-secondary{
  background:rgba(0,0,0,.24);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
}

.cusco-pro-slider .cps-btn-secondary:hover{
  background:rgba(255,255,255,.14);
  color:#fff;
  transform:translateY(-2px);
}


/* =========================================================
   7. FLECHAS
========================================================= */

.cusco-pro-slider .cps-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border:none;
  border-radius:50%;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:6;
  color:#fff;
  background:rgba(8,14,11,.52);
  border:1px solid rgba(255,255,255,.16);
  transition:all .22s ease;
}

.cusco-pro-slider .cps-nav:hover{
  background:rgba(27,52,35,.92);
  transform:translateY(-50%) scale(1.05);
}

.cusco-pro-slider .cps-nav svg{
  width:22px;
  height:22px;
}

.cusco-pro-slider .cps-prev{
  left:18px;
}

.cusco-pro-slider .cps-next{
  right:18px;
}


/* =========================================================
   8. DOTS Y BARRA DE PROGRESO
========================================================= */

.cusco-pro-slider .cps-dots{
  position:absolute;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:7;
}

.cusco-pro-slider .cps-dot{
  width:10px;
  height:10px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.40);
  cursor:pointer;
  transition:all .25s ease;
  padding:0;
}

.cusco-pro-slider .cps-dot.active{
  width:30px;
  background:var(--cps-accent);
}

.cusco-pro-slider .cps-progress{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:rgba(255,255,255,.12);
  z-index:8;
  overflow:hidden;
}

.cusco-pro-slider .cps-progress span{
  display:block;
  width:0%;
  height:100%;
  background:var(--cps-accent);
  transition:width linear;
}


/* =========================================================
   9. TABLET
========================================================= */

@media (max-width:991px){

  .cusco-pro-slider .cps-wrap{
    min-height:640px;
    border-radius:0px;
  }

  .cusco-pro-slider .cps-inner{
    width:calc(100% - 40px);
  }

  .cusco-pro-slider .cps-footer{
    align-items:flex-start;
    flex-direction:column;
  }

}


/* =========================================================
   10. CELULAR
   3 iconos en una fila
   2 botones en una fila
========================================================= */

@media (max-width:767px){

  .cusco-pro-slider .cps-wrap{
    min-height:680px;
    height:auto;
    border-radius:0px;
  }

  .cusco-pro-slider .cps-slide{
    min-height:680px;
    align-items:center;
  }

  .cusco-pro-slider .cps-inner{
    width:calc(100% - 28px);
  }

  .cusco-pro-slider .cps-badge{
    font-size:10px;
    padding:7px 11px;
    margin-bottom:12px;
  }

  .cusco-pro-slider .cps-content h2{
    font-size:clamp(29px, 8.8vw, 42px);
    margin-bottom:12px;
  }

  .cusco-pro-slider .cps-desc{
    font-size:14px;
    line-height:1.6;
    margin-bottom:18px;
  }

  .cusco-pro-slider .cps-info{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    gap:8px;
    margin-bottom:18px;
    max-width:100%;
  }

  .cusco-pro-slider .cps-info-item{
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:7px;
    padding:10px 5px;
    border-radius:14px;
    min-width:0;
  }

  .cusco-pro-slider .cps-icon{
    width:34px;
    height:34px;
    flex:0 0 34px;
    border-radius:10px;
  }

  .cusco-pro-slider .cps-icon svg{
    width:17px;
    height:17px;
  }

  .cusco-pro-slider .cps-info-item small{
    font-size:10px;
    margin-bottom:2px;
  }

  .cusco-pro-slider .cps-info-item strong{
    font-size:11px;
    line-height:1.15;
    white-space:nowrap;
  }

  .cusco-pro-slider .cps-footer{
    gap:14px;
    align-items:flex-start;
    flex-direction:column;
    max-width:100%;
  }

  .cusco-pro-slider .cps-price strong{
    font-size:26px;
  }

  .cusco-pro-slider .cps-actions{
    width:100%;
    display:grid !important;
    grid-template-columns:repeat(2, 1fr);
    gap:8px;
  }

  .cusco-pro-slider .cps-btn{
    width:100% !important;
    min-height:46px;
    padding:12px 8px;
    font-size:12px;
    border-radius:12px;
    white-space:nowrap;
  }

  .cusco-pro-slider .cps-nav{
    width:42px;
    height:42px;
  }

  .cusco-pro-slider .cps-prev{
    left:10px;
  }

  .cusco-pro-slider .cps-next{
    right:10px;
  }

  .cusco-pro-slider .cps-dots{
    bottom:18px;
  }

}


/* =========================================================
   11. CELULARES PEQUEÑOS
========================================================= */

@media (max-width:390px){

  .cusco-pro-slider .cps-wrap{
    min-height:710px;
  }

  .cusco-pro-slider .cps-slide{
    min-height:710px;
  }

  .cusco-pro-slider .cps-btn{
    font-size:11px;
    padding:11px 6px;
  }

  .cusco-pro-slider .cps-info-item strong{
    font-size:10px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4cd3d9 */.tours-section {
    padding: 70px 20px 30px;
    background: #f3f6f8;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }

  .section-header {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .section-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 9px 20px;
    border-radius: 999px;
    background: #eaf5d4;
    color: #6ca000;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
  }

  .section-header h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 900;
    color: #101828;
  }

  .section-header p {
    max-width: 620px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #667085;
  }

  @media (max-width: 480px) {
    .tours-section {
      padding: 50px 18px 25px;
    }

    .section-label {
      font-size: 13px;
      padding: 8px 16px;
    }

    .section-header h2 {
      font-size: 31px;
    }

    .section-header p {
      font-size: 15.5px;
      line-height: 1.6;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61ab851 */.tour-cards-grid {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }

  .tour-card {
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    box-shadow: none;
    transition: transform 0.35s ease, border-color 0.35s ease;
  }

  .tour-card:hover {
    transform: translateY(-6px);
    border-color: #d4dae3;
    box-shadow: none;
  }

  .tour-image {
    position: relative;
    height: 260px;
    overflow: hidden;
  }

  .tour-image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .tour-image-link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
  }

  .tour-card:hover .tour-image-link img {
    transform: scale(1.08);
  }

  .tour-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.04),
      rgba(0, 0, 0, 0.22)
    );
    pointer-events: none;
  }

  .discount-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 11px 20px;
    border-radius: 999px;
    background: #ff5722;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: none;
    pointer-events: none;
  }

  .rating {
    position: absolute;
    right: 18px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 8px 13px;
    border-radius: 999px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 800;
    pointer-events: none;
  }

  .rating-stars {
    color: #ff9800;
    letter-spacing: -1px;
  }

  .rating-star-off {
    color: #b8b8b8;
    letter-spacing: -1px;
  }

  .rating-value {
    margin-left: 6px;
    color: #101828;
  }

  .tour-content {
    position: relative;
    overflow: hidden;
    padding: 28px 24px 25px;
  }

  .tour-content::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -90px;
    bottom: -100px;
    border-radius: 50%;
    background:
      radial-gradient(circle, rgba(255, 111, 45, 0.16) 2px, transparent 3px),
      radial-gradient(circle, rgba(255, 111, 45, 0.08) 2px, transparent 3px);
    background-size: 26px 26px, 38px 38px;
    opacity: 0.75;
    pointer-events: none;
  }

  .tour-content h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    color: #101828;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
  }

  .tour-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 22px;
  }

  .tour-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    background: #eef1df;
    color: #263244;
    font-size: 14px;
    font-weight: 600;
  }

  .tag-icon {
    font-size: 17px;
    line-height: 1;
  }

  .tour-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
  }

  .tour-price span {
    display: block;
    margin-bottom: 7px;
    color: #7b8494;
    font-size: 14px;
    font-weight: 800;
  }

  .tour-price strong {
    color: #101828;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
  }

  .tour-price small {
    margin-left: 2px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
  }

  .tour-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    background: #1e8f05;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: none;
    transition: background 0.3s ease;
  }

  .tour-button:hover {
    background: #00a431;
    box-shadow: none;
  }

  .tour-button span {
    font-size: 22px;
    line-height: 1;
  }

  /* Tablet */
  @media (max-width: 1050px) {
    .tour-cards-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Celular */
  @media (max-width: 680px) {
    .tour-cards-grid {
      grid-template-columns: 1fr;
      gap: 22px;
      padding: 28px 14px;
    }

    .tour-card {
      border-radius: 22px;
    }

    .tour-card:hover {
      transform: none;
    }

    .tour-card:hover .tour-image-link img {
      transform: none;
    }

    .tour-image {
      height: 215px;
    }

    .discount-badge {
      top: 15px;
      left: 15px;
      padding: 8px 15px;
      font-size: 12px;
    }

    .rating {
      right: 14px;
      bottom: 13px;
      padding: 7px 10px;
      font-size: 12px;
    }

    .tour-content {
      padding: 22px 18px 20px;
    }

    .tour-content::after {
      width: 180px;
      height: 180px;
      right: -85px;
      bottom: -95px;
      opacity: 0.5;
    }

    .tour-content h3 {
      margin-bottom: 16px;
      font-size: 22px;
      line-height: 1.25;
    }

    .tour-tags {
      gap: 9px;
      margin-bottom: 20px;
    }

    .tour-tag {
      min-height: 36px;
      padding: 0 13px;
      font-size: 13px;
    }

    .tag-icon {
      font-size: 15px;
    }

    .tour-footer {
      flex-direction: column;
      align-items: stretch;
      gap: 16px;
    }

    .tour-price span {
      margin-bottom: 5px;
      font-size: 13px;
    }

    .tour-price strong {
      font-size: 28px;
    }

    .tour-price small {
      font-size: 13px;
    }

    .tour-button {
      width: 100%;
      min-height: 48px;
      font-size: 14px;
    }
  }

  /* Celular pequeño */
  @media (max-width: 380px) {
    .tour-cards-grid {
      padding: 24px 10px;
    }

    .tour-image {
      height: 200px;
    }

    .tour-content {
      padding: 20px 16px 18px;
    }

    .tour-content h3 {
      font-size: 20px;
    }

    .tour-price strong {
      font-size: 26px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3ab65e */.tct-info-section {
    width: 100%;
    padding: 50px 20px;
    background: #ffffff;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }

  .tct-info-container {
    max-width: 1380px;
    margin: 0 auto;
  }

  .tct-info-title {
    text-align: center;
    margin-bottom: 34px;
  }

  .tct-info-title span {
    display: block;
    margin-bottom: 6px;
    color: #4d4d4d;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.1;
    font-weight: 400;
  }

  .tct-info-title h2 {
    margin: 0;
    color: #079d14;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
    font-weight: 900;
  }

  .tct-info-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center;
  }

  .tct-info-text h3 {
    margin: 0 0 14px;
    color: #09af2d;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .tct-info-text p {
    margin: 0 0 8px;
    color: #000000;
    font-size: 15.5px;
    line-height: 1.65;
    font-weight: 400;
    text-align: justify;
  }

  .tct-info-text strong {
    font-weight: 800;
  }

  .tct-info-image {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 8px;
  }

  .tct-info-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  /* Tablet */
  @media (max-width: 1024px) {
    .tct-info-section {
      padding: 46px 18px;
    }

    .tct-info-content {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .tct-info-image {
      height: 330px;
    }

    .tct-info-text p {
      font-size: 15px;
      line-height: 1.65;
    }
  }

  /* Celular */
  @media (max-width: 680px) {
    .tct-info-section {
      padding: 38px 16px;
    }

    .tct-info-title {
      margin-bottom: 26px;
    }

    .tct-info-title span {
      font-size: 20px;
    }

    .tct-info-title h2 {
      font-size: 32px;
    }

    .tct-info-content {
      gap: 24px;
    }

    .tct-info-text h3 {
      font-size: 17px;
      line-height: 1.35;
      margin-bottom: 12px;
    }

    .tct-info-text p {
      font-size: 14.5px;
      line-height: 1.6;
      text-align: left;
    }

    .tct-info-image {
      height: 220px;
      border-radius: 6px;
    }
  }

  /* Celular pequeño */
  @media (max-width: 380px) {
    .tct-info-section {
      padding: 34px 14px;
    }

    .tct-info-title span {
      font-size: 18px;
    }

    .tct-info-title h2 {
      font-size: 29px;
    }

    .tct-info-text h3 {
      font-size: 16px;
    }

    .tct-info-text p {
      font-size: 14px;
    }

    .tct-info-image {
      height: 200px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56e85ae */.tct-reviews-section {
    width: 100%;
    padding: 60px 20px 50px;
    background: #ffffff;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }

  .tct-reviews-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .tct-reviews-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 11px 24px;
    border-radius: 999px;
    background: #eaf5ef;
    color: #57a445;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
  }

  .tct-reviews-title {
    margin: 0;
    color: #103842;
    font-size: clamp(28px, 4vw, 35px);
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: -0.6px;
  }

  .tct-reviews-rating {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .tct-stars {
    color: #ffc400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 3px;
    white-space: nowrap;
  }

  .tct-reviews-rating p {
    margin: 0;
    color: #16323b;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
  }

  .tct-reviews-rating strong {
    color: #16323b;
    font-weight: 900;
  }

  .tct-reviews-rating span {
    color: #697386;
    font-weight: 800;
  }

  .tct-reviews-rating a {
    color: #559b3c;
    font-weight: 800;
    text-decoration: none;
  }

  .tct-reviews-rating a:hover {
    color: #3f812b;
    text-decoration: underline;
  }

  /* Tablet */
  @media (max-width: 900px) {
    .tct-reviews-section {
      padding: 52px 18px 45px;
    }

    .tct-reviews-title {
      font-size: 32px;
      line-height: 1.18;
    }

    .tct-reviews-title br {
      display: none;
    }

    .tct-stars {
      font-size: 26px;
    }

    .tct-reviews-rating p {
      font-size: 15.5px;
    }
  }

  /* Celular */
  @media (max-width: 600px) {
    .tct-reviews-section {
      padding: 42px 16px 38px;
    }

    .tct-reviews-label {
      margin-bottom: 20px;
      padding: 9px 18px;
      font-size: 13px;
    }

    .tct-reviews-title {
      font-size: 24px;
      line-height: 1.22;
      letter-spacing: -0.3px;
    }

    .tct-reviews-rating {
      margin-top: 24px;
      gap: 12px;
      flex-direction: column;
    }

    .tct-stars {
      font-size: 23px;
      letter-spacing: 2px;
    }

    .tct-reviews-rating p {
      max-width: 320px;
      font-size: 14px;
      line-height: 1.6;
    }

    .tct-reviews-rating a {
      display: inline-block;
      margin-top: 4px;
    }
  }

  /* Celular pequeño */
  @media (max-width: 380px) {
    .tct-reviews-title {
      font-size: 22px;
    }

    .tct-stars {
      font-size: 21px;
    }

    .tct-reviews-rating p {
      font-size: 13.5px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09299df */.tours-section {
    padding: 70px 20px 30px;
    background: #f3f6f8;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }

  .section-header {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .section-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 9px 20px;
    border-radius: 999px;
    background: #eaf5d4;
    color: #6ca000;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
  }

  .section-header h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 900;
    color: #101828;
  }

  .section-header p {
    max-width: 620px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #667085;
  }

  @media (max-width: 480px) {
    .tours-section {
      padding: 50px 18px 25px;
    }

    .section-label {
      font-size: 13px;
      padding: 8px 16px;
    }

    .section-header h2 {
      font-size: 31px;
    }

    .section-header p {
      font-size: 15.5px;
      line-height: 1.6;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25e3136 */.tct-destinations-section {
    width: 100%;
    padding: 35px 20px;
    background: #ffffff;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }

  .tct-destinations-container {
    max-width: 1300px;
    margin: 0 auto;
  }

  .tct-destinations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .tct-destination-card {
    position: relative;
    display: block;
    height: 430px;
    overflow: hidden;
    border-radius: 28px;
    text-decoration: none;
    background: #000000;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  }

  /* Esta card ocupa 2 columnas */
  .tct-destination-card-wide {
    grid-column: span 2;
  }

  .tct-destination-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
  }

  .tct-destination-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.10),
      rgba(0, 0, 0, 0.45)
    );
    z-index: 1;
    transition: background 0.35s ease;
  }

  .tct-destination-card h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 90%;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
  }

  .tct-destination-card:hover img {
    transform: scale(1.08);
  }

  .tct-destination-card:hover .tct-destination-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.08),
      rgba(0, 0, 0, 0.52)
    );
  }

  /* Tablet */
  @media (max-width: 1024px) {
    .tct-destinations-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .tct-destination-card-wide {
      grid-column: span 2;
    }

    .tct-destination-card {
      height: 360px;
    }

    .tct-destination-card h3 {
      font-size: 32px;
    }
  }

  /* Celular */
  @media (max-width: 680px) {
    .tct-destinations-section {
      padding: 28px 16px;
    }

    .tct-destinations-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .tct-destination-card,
    .tct-destination-card-wide {
      grid-column: span 1;
      height: 300px;
      border-radius: 22px;
      box-shadow: 0 8px 20px rgba(15, 23, 42, 0.10);
    }

    .tct-destination-card h3 {
      font-size: 30px;
    }

    .tct-destination-card:hover img {
      transform: none;
    }
  }

  /* Celular pequeño */
  @media (max-width: 380px) {
    .tct-destination-card,
    .tct-destination-card-wide {
      height: 260px;
      border-radius: 20px;
    }

    .tct-destination-card h3 {
      font-size: 26px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64534ca */.tours-section {
    padding: 70px 20px 30px;
    background: #f3f6f8;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }

  .section-header {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .section-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 9px 20px;
    border-radius: 999px;
    background: #eaf5d4;
    color: #6ca000;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
  }

  .section-header h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 900;
    color: #101828;
  }

  .section-header p {
    max-width: 620px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #667085;
  }

  @media (max-width: 480px) {
    .tours-section {
      padding: 50px 18px 25px;
    }

    .section-label {
      font-size: 13px;
      padding: 8px 16px;
    }

    .section-header h2 {
      font-size: 31px;
    }

    .section-header p {
      font-size: 15.5px;
      line-height: 1.6;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc1c72d */.tct-logos-section {
    width: 100%;
    padding: 18px 20px;
    background: #ffffff;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }

  .tct-logos-container {
    max-width: 980px;
    margin: 0 auto;
  }

  .tct-logos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-items: center;
    gap: 24px;
  }

  .tct-logo-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tct-logo-item img {
    max-width: 105px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    opacity: 0.92;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .tct-logo-item:hover img {
    transform: translateY(-2px);
    opacity: 1;
  }

  /* Tablet */
  @media (max-width: 1024px) {
    .tct-logos-section {
      padding: 20px 18px;
    }

    .tct-logos-container {
      max-width: 720px;
    }

    .tct-logos-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .tct-logo-item img {
      max-width: 100px;
    }
  }

  /* Celular */
  @media (max-width: 680px) {
    .tct-logos-section {
      padding: 18px 16px;
    }

    .tct-logos-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 22px 20px;
    }

    .tct-logo-item img {
      max-width: 95px;
    }

    .tct-logo-item:hover img {
      transform: none;
    }
  }

  /* Celular pequeño */
  @media (max-width: 380px) {
    .tct-logos-grid {
      gap: 20px 16px;
    }

    .tct-logo-item img {
      max-width: 85px;
    }
  }/* End custom CSS */