/* ==========================================
   TABLET GRANDE (1200px)
========================================== */

@media (max-width:1200px){

  .container{
    padding-left: 25px;
    padding-right: 25px;
  }

  .tour-card{
    max-width: 320px;
  }

}


/* ==========================================
   TABLET (992px)
========================================== */

@media (max-width:992px){

  /* INTRO */

  .intro-tradiciones{
    max-width: 100%;
    margin: 60px auto;
    padding: 0 25px;
  }

  .intro-tradiciones h2{
    font-size: 2rem;
  }

  .intro-tradiciones p{
    font-size: 1.05rem;
    line-height: 1.8;
  }

  /* DESTACADO GRANDE */

  .destination-info{
    padding: 25px;
  }

  .destination-info h3{
    font-size: 1.7rem;
  }

  /* TARJETAS */

  .tour-card{
    max-width: 100%;
  }

  .tour-image img{
    height: 180px;
  }

  .tour-content{
    padding: 14px;
  }

  .tour-header h4{
    font-size: 1rem;
  }

  /* CTA */

  .cta-box{
    padding: 50px 35px;
    border-radius: 35px;
  }

  .cta-box h2{
    font-size: 2rem;
  }

}


/* ==========================================
   TABLET PEQUEÑA (768px)
========================================== */

@media (max-width:768px){

  .container{
    padding-left: 18px;
    padding-right: 18px;
  }

  /* INTRO */

  .intro-tradiciones{
    margin: 50px auto;
    padding: 0 15px;
  }

  .intro-tradiciones h2{
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .intro-tradiciones p{
    font-size: 1rem;
    line-height: 1.7;
  }

  /* DESTACADO PRINCIPAL */

  .destination-info{
    padding: 20px;
  }

  .destination-info h3{
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .destination-tag{
    font-size: .75rem;
    padding: 6px 12px;
  }

  /* TARJETAS */

  .tour-card{
    max-width: 90% !important;
    border-radius: 18px;
  }

  .tour-image img{
    height: 170px;
  }

  .tour-content{
    padding: 14px;
  }

  .tour-header{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .tour-header h4{
    font-size: 1rem;
  }

  .btn-vermas{
    padding: 7px 14px;
    font-size: .75rem;
  }

  .tour-mini-subtitle{
    font-size: .82rem;
  }

  .tour-date{
    font-size: .85rem;
  }

  .tour-tags{
    gap: 6px;
  }

  .tour-tags span{
    font-size: .68rem;
    padding: 5px 10px;
  }

  .tour-frase{
    font-size: .9rem;
  }

  /* CTA */

  .cta-wrapper{
    padding: 60px 15px;
  }

  .cta-box{
    padding: 40px 25px;
    border-radius: 28px;
  }

  .cta-box h2{
    font-size: 1.7rem;
  }

  .cta-box p{
    font-size: .95rem;
  }

  .cta-buttons{
    flex-direction: column;
    gap: 15px;
  }

  .btn-primary,
  .btn-outline{
    width: 100%;
    text-align: center;
  }

}


/* ==========================================
   CELULAR (576px)
========================================== */

@media (max-width:576px){

  .container{
    padding-left: 14px;
    padding-right: 14px;
  }

  /* INTRO */

  .intro-tradiciones{
    margin: 40px auto;
  }

  .intro-tradiciones h2{
    font-size: 1.45rem;
  }

  .intro-tradiciones p{
    font-size: .95rem;
  }

  /* DESTACADO */

  .destination-info{
    padding: 16px;
  }

  .destination-info h3{
    font-size: 1.2rem;
  }

  .location{
    font-size: .85rem;
  }

  .description{
    font-size: .85rem;
  }

  /* TARJETAS */

  .tour-card{
    max-width: 290px;
    margin: auto;
  }

  .tour-image img{
    height: 155px;
  }

  .tour-content{
    padding: 12px;
  }

  .tour-header h4{
    font-size: .95rem;
  }

  .btn-vermas{
    padding: 6px 14px;
    font-size: .72rem;
  }

  .tour-mini-subtitle{
    font-size: .75rem;
  }

  .tour-date{
    font-size: .8rem;
  }

  .tour-tags span{
    font-size: .65rem;
  }

  .tour-frase{
    font-size: .82rem;
    line-height: 1.5;
  }

  .tour-desc{
    font-size: .85rem;
  }

  .tour-info p{
    font-size: .8rem;
  }

  /* CTA */

  .cta-box{
    padding: 35px 20px;
  }

  .cta-box h2{
    font-size: 1.4rem;
  }

}


/* ==========================================
   CELULARES PEQUEÑOS (400px)
========================================== */

@media (max-width:400px){

  .intro-tradiciones h2{
    font-size: 1.3rem;
  }

  .destination-info h3{
    font-size: 1.1rem;
  }

  .tour-card{
    max-width: 100%;
  }

  .tour-image img{
    height: 140px;
  }

  .tour-content{
    padding: 10px;
  }

  .tour-header h4{
    font-size: .9rem;
  }

  .tour-tags span{
    font-size: .62rem;
    padding: 4px 8px;
  }

  .cta-box h2{
    font-size: 1.25rem;
  }

}

@media (max-width:768px){

.destination-info p.description{

    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;

    overflow:hidden !important;

    max-height:48px !important;

}

.destination-meta{

    display:none !important;

}

}


.section-title{
    text-align: center;
    margin-bottom: 50px;
}

.section-title span{
    display: inline-block;
    font-size: clamp(0.75rem, 1vw, 0.9rem);
    font-weight: 700;
    letter-spacing: 2px;
    color: #0f5b73;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-title h2{
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.section-title p{
    font-size: clamp(0.9rem, 1.2vw, 1.05rem);
    color: #6c757d;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}