@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#rss-icon {
    animation: blink 1s infinite;
}

.asincolor {
    text-decoration: none;
    color: inherit;
}

/* Establecer altura máxima para pantallas de PC */
@media (min-width: 992px) {
    #imagenAlcalde {
        max-height: 350px;
    }
}

/* Establecer altura máxima para pantallas de móvil */

@media (max-width: 991px) {
    #modalYoutube {
        max-height: 500px
    }

    #imagenAlcalde {
        max-height: 200px;
        max-width: 150px;
    }
}

@media (max-width: 500px) {
    #modalYoutube {
        max-height: 300px
    }

}

.testimonial-item:hover {
    background-color: #e22424;
    color: white;
    /* Cambia este color al que desees */
}

.aitemmenu {
    text-decoration: none;
    color: inherit;
}

.aitemmenu:hover {
    text-decoration: none;
    color: inherit;
    color: white;
}

/* .spanmenu:hover {
        color: white;
    } */
.testimonial-item.hovered {
    background-color: red;
    /* Cambia este color al que desees */
    border-radius: 10px;
    /* Asegúrate de aplicar el mismo valor aquí */
}

.testimonial-item {
    border-radius: 10px;
    /* Asegúrate de aplicar el mismo valor aquí */
}

.comunicadosimg {
    border-radius: 5px;
}

.btn-btn-outline-pablohover:hover {
    color: #CE0000;
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none;
    }
}
/* @media (max-width: 768px) {
    article:nth-child(n+4) {
      display: none;
    }
  } */
/* boton flotante */
/* .floating-buttonmuni {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: green;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    z-index: 9999;
  }

  .floating-button i {
    line-height: 60px;
  }

  @media (max-width: 768px) {
    .floating-buttonmuni {
      bottom: 10px;
      right: 10px;
      width: 50px;
      height: 50px;
      font-size: 20px;
    }

    .floating-button i {
      line-height: 50px;
    }
  } */