/* Contenido subido por GN */

.moduloVivir h2,
.moduloVivir .grp__header__title {
	font-family: 'Playfair Display', sans-serif;
  color: #1B6598;
  font-weight: 600;
  letter-spacing: 0.075rem;
}

/* estilos para ajustar el logo del modulo patrocinado en las secciones*/
.has-sponsor .grp__header__sponsorship .grp__header__img-container img {max-height: 50px;}

/****************************** Media queries *******************************/ 
@media(max-width: 768px) {
  /* estilos para ajustar el logo del modulo patrocinado */
  .has-sponsor .grp__header__sponsorship {grid-column: 1/3;width: 52%;}
  .has-sponsor .grp__header__title{width: 45%;}
  .has-sponsor .grp__header__sponsorship .grp__header__img-container img {max-width: 100%; max-height: 50px;padding-right: 10px;}


}

@media (min-width: 768px){
  .footer-down .wrapper p {
    flex-basis: 25%;
  }
}

/* Estilos para imagen de Whatsapp */
.custom-article{
  margin-bottom: 20px;
}

.custom-article img{
  max-width: 100%;
}
