/* bloque contacto */

.block.contacto .block-content p{
	margin: 0;
	border: 1px solid #e9e9e9;
	padding: 2rem;
	border-radius: 3px;
	background: #f7f7f7;
	& a[href^="mailto:"]{
		
	}
}

/* eol bloque contacto */

/* tirar */

.block-language-blocklanguage-interface li[hreflang="fr"]{
	display: none!important;
}

.block-language-blocklanguage-interface li[hreflang="es"]::before{
  background: url("/themes/custom/unizar_base_10/img/btn-spanish2.png") no-repeat;
  background-size: contain;
}

.block-language-blocklanguage-interface li[hreflang="en"]::before{
  background: url("/themes/custom/unizar_base_10/img/btn-english2.png") no-repeat;
  background-size: contain;
}


/* eol tirar */

