.titulo-pagina h1 {text-transform: uppercase;}


.registro-newsletter,
.registro-newsletter  h1,
.registro-newsletter  h2,
.registro-newsletter  h3,
.registro-newsletter  h4{color: #000!important;}

.registro-newsletter  .input-group.email .input-group-addon{
background-image: url(/u/plantillas/imgs/ico-arroba.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 16px;
}


.contenedor-contacto a{text-decoration: underline; color: var(--celeste);}
.contenedor-contacto .btn-descubre{color: #fff; text-decoration: none; display: flex; align-items: center;}
.contenedor-contacto .btn-descubre svg{fill: #fff; margin-left: 10px; width: 16px; display: block;}

@media screen and (max-width:768px){
    .contenedor-contacto .btn-descubre{font-size: 1em; flex-wrap: wrap; justify-content: center; max-width: 100%; white-space: inherit;}
    .contenedor-contacto .btn-descubre svg{display: none;}
}



#noticiaint{
    font-family: 'Georama', sans-serif;
    font-weight: 400;
}


/*directorio*/

.notaint{max-width: 100%;}
.notaint a:hover{color: var(--celeste-brand); text-decoration: none;}


.notaint   .directorio--h2{margin-top: 2em; margin-bottom: .5em; font-size: 20px; font-weight: 700; color: #929292;}
.notaint   .directorio--h2:first-child{ margin-top: 0;}

.directorio--grupo{display: flex;flex-wrap: wrap; margin-left: -3px; margin-right: -3px;}
.directorio--grupo .item{display: flex; flex-direction: column; align-items: flex-start;  width: 25%; margin-bottom: 1em; padding-left: 3px; padding-right: 3px;}

.directorio--grupo h4{margin-bottom: 0; font-size: 16px;}

.directorio--grupo small,
.directorio--grupo a {font-size: 13px; }


@media screen and (max-width:768px){
    .directorio--grupo {flex-direction: column;}
    .directorio--grupo .item{width: 100%;}
    .directorio--grupo .item:empty{display: none;}
    .notaint .directorio--h2{margin-top: 1em;}
}