/* 
Theme Name: Interface Child Theme 
Template: interface
Author: Podemos
Version: 02.04.2020
*/ 
@import url('../interface/style.css');
@import url('css/podemos.css');
@import url('css/municipal.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

#share-box a {
  border-radius: 15px;
}
#share-box a img{
  transition: none;
  filter: brightness(65%) hue-rotate(-20deg) contrast(95%) brightness(102.5%) grayscale(.88);
  max-width: 30px;
  display: inline;
}

#share-box a:hover img{
  filter: none;
}

header {
	margin-bottom: 55px;
}

header + div.cabecera-secciones {
  padding: 1.5em 0 1.5em 0;
}
