/* ===================================
   TABLET GRANDE
=================================== */
@media (max-width: 1200px){


  .evento-title{
    font-size: 2rem;
  }

}


/* ===================================
   TABLET
=================================== */
@media (max-width: 992px){
  /* TITULOS */
  .evento-title{
    font-size: 2rem;
  }

  .evento-subtitle{
    font-size: 1rem;
  }

  .evento-section-title{
    font-size: 1.6rem;
  }

  /* NOTICIA */
  .news-featured{
    grid-template-columns: 1fr;
  }

  .news-featured img{
    height: 350px;
  }

  .news-featured-content{
    padding: 30px;
  }

  .news-featured-content h3{
    font-size: 1.8rem;
  }

  /* TARJETAS */
  .historia-grid{
    grid-template-columns: repeat(2,1fr);
  }

}


/* ===================================
   MOVIL
=================================== */
@media (max-width: 768px){

  body{
    overflow-x: hidden;
  }

  .container{
    padding-left: 18px;
    padding-right: 18px;
  }

  /* TITULOS */

  .evento-title{
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .evento-subtitle{
    font-size: .95rem;
  }

  .evento-section-title{
    font-size: 1.2rem;
  }

  /* TEXTO GENERAL */

  .evento-text,
  .extra-contenido p,
  .news-featured-content p{
    font-size: .95rem;
  }

  /* NOTICIA */

  .news-featured{
    border-radius: 20px;
  }

  .news-featured img{
    height: 250px;
  }

  .news-featured-content{
    padding: 20px;
  }

  .news-featured-content h3{
    font-size: 1.4rem;
  }

  /* PROGRAMA */

  .historia-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-img img{
    height: 220px;
  }

  .card-body h4{
    font-size: 1.1rem;
  }

  .card-body p{
    font-size: .9rem;
  }

  /* ACTIVIDADES */

  .evento-card{
    padding: 20px;
  }

  .tabla-item{
    padding: 14px;
  }

  .tabla-item h6{
    font-size: .95rem;
  }

  .tabla-item p{
    font-size: .85rem;
  }

  /* GALERIA */

  .gallery-item{
    height: 220px;
  }

  /* CTA */

  .cta-box{
    padding: 35px 20px;
    border-radius: 25px;
  }

  .cta-box h2{
    font-size: 1.5rem;
  }

  .cta-box p{
    font-size: .95rem;
  }

  .cta-buttons{
    flex-direction: column;
  }

  .btn-primary,
  .btn-outline{
    width: 100%;
  }

}

/* ===================================
   MOVILES PEQUEÑOS
=================================== */
@media (max-width: 480px){


  .evento-title{
    font-size: 1.5rem;
  }

  .evento-subtitle{
    font-size: .85rem;
  }

  .news-featured-content h3{
    font-size: 1.2rem;
  }

  .gallery-item{
    height: 190px;
  }

  .cta-box h2{
    font-size: 1.3rem;
  }

}


@media (max-width:768px){

  .hero-legado{
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    padding: 120px 0 50px;
  }

  .hero-content{
    padding: 0 25px;
    transform: none;
    text-align: left;
  }

  .hero-title{
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 15px;
  }

  .hero-title span{
    font-size: 1rem;
    margin-top: 8px;
  }

  .hero-desc{
    font-size: .95rem;
    line-height: 1.7;
    max-width: 100%;
    margin-bottom: 20px;
  }

}

@media (max-width:768px){

  .hero-legado{
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    padding: 120px 0 50px;
  }

  .hero-content{
    padding: 0 25px;
    transform: none;
    text-align: left;
  }

  .hero-title{
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 15px;
  }

  .hero-title span{
    font-size: 1rem;
    margin-top: 8px;
  }

  .hero-desc{
    font-size: .95rem;
    line-height: 1.7;
    max-width: 100%;
    margin-bottom: 20px;
  }

}

@media (max-width:768px){

  .hero-info{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
  }

  .hero-card:last-child{
    grid-column: span 2;
  }

}



.section-title span,
.noticias-header h3,
.cta-info h2{

    font-size:2.2rem !important;

    line-height:1.15;

}

.section-title h5{

    font-size:18px;

    line-height:1.8;

    margin-top:15px;

}