/*
 Theme Name: Parroquia San Alberto Magno
  Description: Tema hijo de Twenty Twenty-Four
 Author: Sergio Miguel Martín
 Author URI: https://www.smmcrea.es/
 Template: twentytwentyfour
 Version: 1.0.0
 */

/* quita el subrayado de los enlaces que lleven esto*/
.no-subrayado a:link, .no-subrayado a:visited{
    text-decoration: none !important;

}
.resaltado a:hover{
    opacity: .5;
}

/* para esconder elementos en la versión móvil */
@media only screen and (max-width: 767px) {
    .no-en-movil {
      display: none !important;
    }
  }