#footer {
  background: #057EB5;
  color: #fff;
  padding-top:20px;
  padding-bottom:20px;
  text-align: center;
  font-size:14px;
}
#footer p {
  margin:6px 0;
}
#footer .region-footer-second,
#footer .region-footer-first {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #fff;
}
#footer .region-bottom-second,
#footer .region-bottom-first {
  color: #fff;
}
#footer .region-bottom-first {
}
#footer .region-bottom-second {
  text-align: center;
}
#prefooter {
  color:#fff;
  background-color: #006F77;
  padding-top:20px;
  padding-bottom:20px;
}
#block-follow-site {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex:10;
}
#block-follow-site .block-content,
#block-follow-site .block-title {
  display: flex;
}
#block-follow-site .block-title {
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  margin: 5px 30px 5px 0;
}
#block-follow-site .block-title span {
  display: inline;
}
#block-follow-site .follow-link {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border: 2px solid #fff;
  background: none;
  line-height: 12px;
  font-size: 18px;
}
#block-follow-site .follow-link:hover {
  color:#0ba5e4;
  background-color:#fff;
}
#block-follow-site .follow-link span {
  display: none;
}
.block-custom-codigo-qr {
  flex: 1;
}
#block-views-logos-block .block-content .view-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#block-views-logos-block .block-content .view-content .views-row {
  display: flex;
  flex: 1;
  flex-grow: 1;
  padding: 0 15px 15px 0;
}
#block-menu-menu-footer ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}
#block-menu-menu-footer ul li {
  list-style: none;
  display: inline-block;
  padding: 0 2px 0 0;
}
#block-menu-menu-footer ul li::after {
  content: "·";
  margin-left: 5px;
}
#block-menu-menu-footer ul li:last-child::after {
  content: "";
}
#block-menu-menu-footer ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
}
#block-menu-menu-footer ul li a:after {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  height: 1px;
  position: absolute;
  background: #fff;
  width: 0;
  bottom: 0;
}
#block-menu-menu-footer ul li a:after {
  left: 0;
}
#block-menu-menu-footer ul li a:hover:after {
  width: 100%;
}

#footer .logo_footer {
  margin-top:10px;
}
#footer #logo_xunta_footer .logo_footer {
  width:102px;
  height:auto;
}
#footer #logo_galicia_footer .logo_footer{
  width: 90px;
  height: 30px;
}

@media (max-width: 767px) {
  .contido_footer { position:relative; font-size:12px; }
  #footer p { margin:15px 0; }
  #logo_xunta_footer  { margin-bottom:10px; }
  #logo_galicia_footer { position:absolute; top:0; right:0; }
  #block-menu-menu-footer ul li a { text-transform:none; }
}


#prefooter {
    background: #828282;
    position: relative;
}

#block-on-the-web-0 .block-title{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  margin: 10px 30px 10px 0;
}
#block-on-the-web-0 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


#block-on-the-web-0 .block-content,
#block-on-the-web-0 .block-title{
  display: flex;
}
#block-on-the-web-0 .block-title{
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  margin: 10px 30px 10px 0;
}
#block-on-the-web-0 .block-title span{
  display: inline;
}
#block-on-the-web-0 .follow-link{
  margin: 0 5px;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border: 2px solid #ffffff;
  background: none;
  font-size: 15px;
  line-height: 32px;
  padding: 0;
}
#block-on-the-web-0 .follow-link span{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#block-on-the-web-0 .block-content .view-content .views-row{
  height: 80px;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
}
#block-on-the-web-0 .block-content .view-content .views-row{
  display: flex;
  flex: 1;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#block-on-the-web-0 .block-content .view-content .views-row img{
  width: auto;
}

.on-the-web a img{
  visibility: hidden;
  /*background-image: ;*/
}
.otw-linkedin{
  background: url('../i/iconos/linkedin.png');
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  filter:brightness(0) invert(1);
  margin-left:5px;
}
.otw-youtube{
  background: url('../i/iconos/youtube.png');
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  filter:brightness(0) invert(1);
  margin-left:5px;
}
.otw-google{
  background: url('../i/iconos/google.png');
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  filter:brightness(0) invert(1);
  margin-left:5px;
}
.otw-instagram{
  background: url('../i/iconos/instagram.png');
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  filter:brightness(0) invert(1);
  margin-left:5px;
}
.otw-facebook{
  background: url('../i/iconos/facebook.png');
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  filter:brightness(0) invert(1);
  margin-left:5px;
}
.otw-twitter{
  background: url('../i/iconos/twiter.png');
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  filter:brightness(0) invert(1);
  margin-left:5px;
}
.otw-pinterest{
  background: url('../i/iconos/pinterest.png');
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  filter:brightness(0) invert(1);
  margin-left:5px;
}
.otw-flickr{
  background: url('../i/iconos/flickr.png');
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 36px;
  filter:brightness(0) invert(1);
  margin-left:5px;
}
