@charset "UTF-8";
@font-face {
  font-family: Houschka;
  font-weight: 300;
  src: url("font/HouschkaLight Regular.ttf");
}

@font-face {
  font-family: Houschka;
  font-weight: 400;
  src: url("font/HouschkaMedium Regular.ttf");
}

@font-face {
  font-family: Houschka;
  font-weight: 600;
  src: url("font/HouschkaBold Regular.ttf");
}

@font-face {
  font-family: Houschka;
  font-weight: 700;
  src: url("font/HouschkaHeavy Regular.ttf");
}

@font-face {
  font-family: Houschka-h;
  font-weight: 600;
  src: url("font/Houschka Rounded Alt Bold Regular.ttf");
}

/* variables ______________ */
/* mixins ______________ */
/* general ______________ */
* {
  padding: 0;
  margin: 0;
  list-style: none;
}

html {
  overflow-y: scroll !important;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
  /* make scrollbar transparent */
}

body {
  font-family: "Houschka", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
  padding-top: 205px !important;
  line-height: 28px;
}

#messages {
  display: none;
}

.page-node-30 .group-cabecera {
  display: none;
}

.page-node-30 .field-name-body {
  margin: 100px auto !important;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.field-name-body img.logo {
  width: 15% !important;
  height: auto !important;
  max-width: 100% !important;
  vertical-align: middle;
}

.boton {
  display: inline-block;
  color: #ffffff;
  background-color: #27a15e;
  font-size: 100%;
  border-radius: 50px;
  padding: 5px 30px;
  transition: all 0.3s ease-out;
}

.boton:hover {
  background-color: #2e5294 !important;
}

.boton-xl {
  display: inline-block;
  color: #ffffff;
  background-color: #27a15e;
  font-size: 175%;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 26px 70px;
  transition: all 0.3s ease-out;
}

.boton-xl:hover {
  background-color: #2e5294 !important;
}

.boton-transparente {
  background-color: transparent;
  border: 3px solid #ffffff;
  transition: all 0.3s ease-out;
}

.boton-transparente:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.front #main {
  margin: 0 auto;
}

/* header ______________ */
header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 3px 25px 4px rgba(209, 209, 209, 0.41);
}

header .participamovil {
  display: none;
  height: 37px;
  background: #27a15e;
  justify-content: center;
}

header .participamovil a.botonmovil {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 90%;
  width: 100%;
  transition: all 0.3s ease-out;
}

header .header-content {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  height: 205px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.3s ease-out;
}

header .header-content #logo {
  background: url("images/logozamora.svg") no-repeat scroll center center transparent;
  text-indent: -9000px;
  width: 250px;
  height: 130px;
  display: block;
  background-size: 100%;
  margin-bottom: 40px;
  transition: all 0.3s ease-out;
}

header .header-content #logo:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

header .header-content .region-header {
  display: flex;
  margin-bottom: 55px;
  transition: all 0.3s ease-out;
}

header .header-content .region-header #block-system-main-menu {
  display: flex;
  align-items: center;
}

header .header-content .region-header #block-system-main-menu ul li {
  list-style-type: none;
  margin: 0 30px 0 0;
  display: inline-block;
  padding: 0;
}

header .header-content .region-header #block-system-main-menu ul li a {
  color: #2e5294;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  transition: all 0.3s ease-out;
}

header .header-content .region-header #block-system-main-menu ul li a:hover {
  color: #27a15e;
}

header .header-content .region-header #block-system-main-menu ul li a.active {
  font-weight: 600;
}

header .header-content .region-header #block-system-main-menu ul li a.boton {
  display: inline-block;
  color: #ffffff;
  background-color: #27a15e;
  font-size: 18px;
  border-radius: 50px;
  padding: 7px 40px;
}

header .header-content .region-header #block-system-main-menu ul li a.boton.active {
  color: #2e5294;
  background-color: #f0f0f0;
}

header .header-content .region-header #block-system-main-menu ul li a.boton.active:hover {
  color: #f0f0f0;
}

header .header-content .region-header #block-system-main-menu ul li:last-child {
  margin: 0;
}

.page-node-26 header .participamovil {
  display: none !important;
}

.header-xs .header-content {
  height: 100px;
}

.header-xs .header-content #logo {
  width: 135px;
  height: 70px;
  margin-bottom: 15px;
}

.header-xs .header-content .region-header {
  margin-bottom: 28px;
}

.fondo-azul {
  background-color: #2e5294;
}

/* MENU RESPONSIVE ___________________*/
/* menu button __________*/
.menu-trigger {
  display: none;
  color: #2e5294;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 6;
}

.menu-trigger span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #2e5294;
  vertical-align: middle;
  transform: translateX(-2px);
}

.menu-trigger span::after, .menu-trigger span::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transition: all 0.3s ease-out;
}

.menu-trigger span::before {
  top: -7px;
}

.menu-trigger span::after {
  bottom: -7px;
}

.menu-trigger:hover span:before {
  top: -9px;
}

.menu-trigger:hover span::after {
  bottom: -9px;
}

#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.5s;
  z-index: 6;
}

header nav#main-nav {
  float: right;
  background: url("images/menu-movil.jpg") no-repeat scroll center center;
  background-size: cover;
}

header nav#main-nav.is-visible {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transform: translateX(0%);
}

header nav#main-nav ul {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  list-style: outside none none;
  position: relative;
  text-align: center;
}

header nav#main-nav ul::before {
  content: "";
  background: url("images/logozamora-blanco.svg") no-repeat scroll center center;
  display: inline-block;
  width: 110px;
  height: 60px;
  margin-bottom: 40px;
}

header nav#main-nav ul li {
  margin: 0 auto 20px;
  width: 100%;
  list-style: outside none none;
  position: relative;
}

header nav#main-nav ul li.last {
  width: 130px;
  margin: 30px auto 20px;
}

header nav#main-nav ul li a {
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 100%;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 300;
}

header nav#main-nav ul li a span {
  position: absolute;
  text-align: center;
  top: 40%;
  text-transform: none;
}

header nav#main-nav ul li:last-child a {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 130px;
  padding: 1px 0;
}

/* close button*/
header .close-div {
  height: 55px;
}

header .close-menu {
  position: absolute;
  top: 70px;
  right: 20px;
  display: inline-block;
  width: 15px;
  height: 15px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

header .close-menu::before,
header .close-menu::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  transition-property: transform;
  transition-duration: 0.3s;
}

header .close-menu::before {
  transform: rotate(45deg);
}

header .close-menu::after {
  transform: rotate(135deg);
}

header .close-menu:hover::before {
  transform: rotate(225deg);
}

header .close-menu:hover::after {
  transform: rotate(315deg);
}

/* menu desplegado ______________ */
header nav#main-nav li a span {
  position: relative;
  text-align: center;
  top: 35%;
}

/* footer______________ */
footer {
  height: 300px;
  background: url("images/footer.jpg") no-repeat scroll center center;
  background-size: cover;
}

footer .region-footer {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

footer .region-footer #block-block-1 .logos-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

footer .region-footer #block-block-1 .logos-footer a {
  display: block;
  margin-right: 60px;
}

footer .region-footer #block-block-1 .logos-footer a.psl-footer {
  margin-right: 0;
}

footer .region-footer #block-block-1 .logos-footer img {
  width: 130px;
  height: auto;
}

footer .region-footer #block-block-1 .logos-footer img:hover {
  opacity: 0.8;
}

footer .region-footer #block-block-1 .redes-sociales a {
  display: inline-block;
  margin: 0 30px 0 0;
  text-indent: -9000px;
  width: 30px;
  height: 30px;
}

footer .region-footer #block-block-1 .redes-sociales a.twitter {
  background: url("images/twitter.svg") no-repeat 50% 50%;
  background-size: cover;
}

footer .region-footer #block-block-1 .redes-sociales a.facebook {
  background: url("images/facebook.svg") no-repeat 50% 50%;
  background-size: cover;
}

footer .region-footer #block-block-1 .redes-sociales a.instagram {
  background: url("images/instagram.svg") no-repeat 50% 50%;
  background-size: cover;
}

footer .region-footer #block-block-1 .redes-sociales a.youtube {
  background: url("images/youtube.svg") no-repeat 50% 50%;
  background-size: cover;
  margin: 0;
}

footer .region-footer #block-block-1 .redes-sociales a.linkedin {
  background: url("images/linkedin.svg") no-repeat 50% 50%;
  background-size: cover;
}

footer .region-footer #block-block-1 .redes-sociales a:hover {
  opacity: 0.8;
}

footer .region-footer #block-block-3 .info-footer {
  text-align: end;
}

footer .region-footer #block-block-3 .info-footer .suscribete-footer {
  margin-bottom: 30px;
}

footer .region-footer #block-block-3 .info-footer .suscribete-footer a {
  border: 1px solid #ffffff;
}

footer .region-footer #block-block-3 .info-footer ul.enlaces {
  display: flex;
  flex-direction: row;
  max-width: 700px;
  margin: 0 auto 30px;
  justify-content: space-between;
}

footer .region-footer #block-block-3 .info-footer ul.enlaces li {
  margin-right: 40px;
}

footer .region-footer #block-block-3 .info-footer ul.enlaces li a {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s ease-out;
}

footer .region-footer #block-block-3 .info-footer ul.enlaces li a:hover {
  opacity: 0.8;
}

footer .region-footer #block-block-3 .info-footer ul.enlaces li:last-child {
  margin-right: 0;
}

footer .region-footer #block-block-3 .info-footer .derechos {
  color: #ffffff;
}

/* logos footer en gris para todas las paginas ______________ */
.region-postcontent {
  background-color: #f0f0f0;
  padding: 40px 0 10px;
}

.region-postcontent .logos-patrocinadores {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
}

.region-postcontent .logos-patrocinadores span {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 35px;
  font-size: 110%;
  display: block;
  opacity: 0.4;
}

.region-postcontent .logos-patrocinadores .logosizq {
  float: left;
  display: inline-block;
  width: 40%;
}

.region-postcontent .logos-patrocinadores .logosizq a {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 65%;
  opacity: 0.4;
  filter: grayscale(100%);
  transition: all 0.3s ease-out;
}

.region-postcontent .logos-patrocinadores .logosizq a:hover {
  opacity: 1;
  filter: grayscale(0);
}

.region-postcontent .logos-patrocinadores .logosder {
  float: right;
  width: 60%;
  display: inline-block;
}

.region-postcontent .logos-patrocinadores .logosder a {
  display: inline-block;
  margin: 0 7% 0 0;
  vertical-align: top;
  width: 9%;
  opacity: 0.4;
  filter: grayscale(100%);
  transition: all 0.3s ease-out;
}

.region-postcontent .logos-patrocinadores .logosder a:hover {
  opacity: 1;
  filter: grayscale(0);
}

.region-postcontent .logos-patrocinadores .logosder a.csic {
  width: 13%;
}

.region-postcontent .logos-patrocinadores .logosder a.ualg {
  width: 28%;
  margin: 3% 0 0 0;
}

/* bloque con botón transparente en portada y taxonomy ______________ */
.bloque-participar,
.bloque-pasos-previos,
.bloque-estudio-de-partida {
  height: 700px;
  width: 100%;
  background: url("images/foto-participar-portada.jpg") no-repeat scroll center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bloque-participar .info-participar,
.bloque-pasos-previos .info-participar,
.bloque-estudio-de-partida .info-participar {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  max-width: 770px;
  margin: 0 auto;
  font-size: 250%;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
}

.bloque-participar .boton-participar,
.bloque-pasos-previos .boton-participar,
.bloque-estudio-de-partida .boton-participar {
  margin-top: 50px;
  text-align: center;
}

.bloque-participar .boton-participar a,
.bloque-pasos-previos .boton-participar a,
.bloque-estudio-de-partida .boton-participar a {
  padding: 18px 68px;
}

.bloque-pasos-previos {
  background: url("images/pasos-previos.jpg") no-repeat scroll center center;
  margin: 0 0 150px;
  background-size: cover;
}

.bloque-estudio-de-partida {
  background: url("images/estudio.jpg") no-repeat scroll center center;
  margin: 0 0 150px;
  background-size: cover;
}

/* portada ______________ */
.front .links.inline {
  display: none;
}

.front .region-precontent {
  margin-bottom: 60px;
}

.front .region-precontent #block-views-slider-block .flexslider {
  border: none;
}

.front .region-precontent #block-views-slider-block .flexslider ul.flex-direction-nav li {
  list-style-type: none;
  margin: 0;
}

.front .region-precontent #block-views-slider-block .flexslider ul.flex-direction-nav li a {
  padding-top: 7px;
}

.front .region-precontent #block-views-slider-block .flexslider ol.flex-control-nav {
  top: 5px;
  height: 20px;
}

.front .region-precontent #block-views-slider-block .flexslider .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
}

.front .region-precontent #block-views-slider-block .flexslider .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}

.front .region-precontent #block-views-slider-block .flexslider .views-field-field-imagen-destacado {
  position: relative;
  background-image: linear-gradient(to right bottom, #00ba4e, #00ba88, #00b4ba, #008bba, #005eba);
}

.front .region-precontent #block-views-slider-block .flexslider .views-field-field-imagen-destacado .background-image {
  height: 700px;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.front .region-precontent #block-views-slider-block .flexslider .slider-content {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  color: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.front .region-precontent #block-views-slider-block .flexslider .slider-content h1 {
  font-family: "Houschka-h", sans-serif;
  font-size: 400%;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 63%;
  line-height: 110%;
}

.front .region-precontent #block-views-slider-block .flexslider .slider-content h1 a {
  color: #ffffff;
  line-height: 76px;
}

.front .region-precontent #block-views-slider-block .flexslider .slider-content .field-name-field-subtitulo {
  margin: 30px 0;
  font-size: 200%;
  max-width: 63%;
  font-weight: 600;
}

.front #content .node-portada .field-name-title-field, .front #content1 .node-portada .field-name-title-field {
  display: none;
}

.front #content .node-portada .field-name-body .logos-patrocinadores, .front #content1 .node-portada .field-name-body .logos-patrocinadores {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 50px;
}

.front #content .node-portada .field-name-body .logos-patrocinadores span, .front #content1 .node-portada .field-name-body .logos-patrocinadores span {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 110%;
  display: block;
  opacity: 0.4;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosizq, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosizq {
  float: left;
  display: inline-block;
  width: 15%;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosizq a, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosizq a {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 50%;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosizq a:hover, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosizq a:hover {
  opacity: 0.8;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logoscen, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logoscen {
  width: 40%;
  display: inline-block;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logoscen span, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logoscen span {
  margin-bottom: 20px;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logoscen a, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logoscen a {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 30%;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logoscen a:hover, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logoscen a:hover {
  opacity: 0.8;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logoscen a.diputacion, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logoscen a.diputacion {
  width: 18.5%;
  margin-left: 30px;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logoscen a.jubilados, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logoscen a.jubilados {
  width: 21.5%;
  margin-left: 30px;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosder, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosder {
  float: right;
  width: 45%;
  display: inline-block;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosder span, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosder span {
  margin-bottom: 30px;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosder a, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosder a {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 30%;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosder a:hover, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosder a:hover {
  opacity: 0.8;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosder a.poctep, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosder a.poctep {
  margin-top: 30px;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosder a.cenie-home, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosder a.cenie-home {
  margin-left: 30px;
  width: 26%;
}

.front #content .node-portada .field-name-body .logos-patrocinadores .logosder a.psl-home, .front #content1 .node-portada .field-name-body .logos-patrocinadores .logosder a.psl-home {
  margin-left: 30px;
  width: 27%;
  margin-top: 15px;
}

.front #content .acerca-de-nosotros, .front #content1 .acerca-de-nosotros {
  margin-bottom: 210px;
  /*
      &:before {
        content: "";
        background: url("images/franja.jpg") no-repeat scroll center center;
        display: inline-block;
        width: 100%;
        height: 30px;
      }
      */
}

.front #content .acerca-de-nosotros .content-acerca-de-nosotros, .front #content1 .acerca-de-nosotros .content-acerca-de-nosotros {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  padding-top: 130px;
}

.front #content .acerca-de-nosotros .content-acerca-de-nosotros h2, .front #content1 .acerca-de-nosotros .content-acerca-de-nosotros h2 {
  font-family: "Houschka-h", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 250%;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.front #content .acerca-de-nosotros .content-acerca-de-nosotros p, .front #content1 .acerca-de-nosotros .content-acerca-de-nosotros p {
  width: 90%;
  margin: 0 auto;
  font-size: 200%;
  line-height: 40px;
  text-align: center;
}

.front #content .acerca-de-nosotros .content-acerca-de-nosotros .masinfo, .front #content1 .acerca-de-nosotros .content-acerca-de-nosotros .masinfo {
  text-align: center;
}

.front #content .acerca-de-nosotros .content-acerca-de-nosotros .masinfo .boton-xl, .front #content1 .acerca-de-nosotros .content-acerca-de-nosotros .masinfo .boton-xl {
  margin-top: 90px;
}

.front #content #block-views-reas-de-intervenci-n-block, .front #content1 #block-views-reas-de-intervenci-n-block {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 110px;
}

.front #content #block-views-reas-de-intervenci-n-block h2, .front #content1 #block-views-reas-de-intervenci-n-block h2 {
  font-family: "Houschka-h", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 250%;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row {
  flex: 0 0 18%;
  margin: 0 0 80px 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo {
  margin-bottom: 12px;
  position: relative;
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo .imagenfondo img {
  border-radius: 50%;
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo .logo, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax {
  font-size: 150%;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax a, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax a {
  color: #000000;
  transition: all 0.3s ease-out;
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax a:hover, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax a:hover {
  color: #2e5294;
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(1) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(1) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-270deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(2) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(2) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-150deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(3) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(3) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(100deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(4) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(4) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-80deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(5) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(5) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(170deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(6) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(6) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(180deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(7) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(7) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-10deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(8) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(8) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(110deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(9) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(9) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-50deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(10) .imagenlogo .imagenfondo img, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(10) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(130deg) saturate(2);
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(5n), .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(5n) {
  margin: 0 0 80px 0;
}

.front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content:after, .front #content1 #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content:after {
  display: none;
}

.front footer {
  border: none;
}

.page-taxonomy .group-cabecera {
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}

.page-taxonomy .group-cabecera .field-name-field-logo {
  position: absolute;
  top: 200px;
  left: 2%;
  opacity: 0.6;
}

.page-taxonomy .group-cabecera .field-name-field-logo img {
  width: 600px;
}

.page-taxonomy .group-cabecera .field-name-title {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
}

.page-taxonomy .group-cabecera .field-name-title h2 {
  font-family: "Houschka-h", sans-serif;
  max-width: 550px;
  margin: 0 auto;
  font-size: 300%;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}

.page-taxonomy .group-cabecera .backstretch {
  background-image: linear-gradient(to right bottom, #00ba4e, #00ba88, #00b4ba, #008bba, #005eba);
}

.page-taxonomy .group-cabecera .backstretch img {
  opacity: 0.6;
  filter: grayscale(100%);
}

.page-taxonomy .field-name-colaboradores {
  padding: 50px 0 10px;
  background-color: #d6d7d8;
  z-index: 1;
  position: relative;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  display: flex;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores span {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 35px;
  font-size: 110%;
  display: block;
  opacity: 0.4;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosizq {
  float: left;
  display: inline-block;
  width: 40%;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosizq a {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 65%;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosizq a:hover {
  opacity: 0.8;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosder {
  float: right;
  width: 60%;
  display: inline-block;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosder a {
  display: inline-block;
  margin: 0 7% 0 0;
  vertical-align: top;
  width: 9%;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosder a:hover {
  opacity: 0.8;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosder a.csic {
  width: 13%;
}

.page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosder a.ualg {
  width: 28%;
  margin: 3% 0 0 0;
}

.page-taxonomy .taxonomy-term-description {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  clear: both;
  margin: 100px auto 30px;
  font-weight: 300;
  font-size: 200%;
  line-height: 40px;
}

.page-taxonomy .taxonomy-term-description .bloque {
  font-size: 16px;
  background-position: right center;
}

/* pagina areas de intervencion */
.page-areas-de-intervencion .view--reas-de-intervenci-n {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n h1 {
  font-family: "Houschka-h", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 250%;
  margin-bottom: 100px;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content {
  display: flex;
  flex-wrap: wrap;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row {
  position: relative;
  flex: 0 0 39%;
  margin: 0 auto 80px 0;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .imagenlogo {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .imagenlogo .imagenfondo img {
  max-width: 320px;
  border-radius: 50%;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .imagenlogo .logo {
  position: absolute;
  top: 80%;
  left: 65%;
  width: 45%;
  transform: translate(-50%, -50%);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .nombretax {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .nombretax a {
  color: #27a15e;
  transition: all 0.3s ease-out;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .nombretax a:hover {
  color: #2e5294;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .subtitletax {
  font-size: 200%;
  font-weight: 600;
  text-align: center;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .vertax {
  text-align: center;
  display: none;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .vertax a {
  display: inline-block;
  color: #ffffff;
  background-color: #27a15e;
  font-size: 175%;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 16px 52px;
  margin-top: 35px;
  transition: all 0.3s ease-out;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .vertax a:hover {
  background-color: #2e5294;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(1) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-270deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(2) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-150deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(3) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(100deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(4) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-80deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(5) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(170deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(6) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(180deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(7) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-10deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(8) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(110deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(9) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(-50deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(10) .imagenlogo .imagenfondo img {
  filter: brightness(0.6) sepia(1) hue-rotate(130deg) saturate(2);
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(2n) {
  margin: 0 0 100px 0;
}

.page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(2n) .imagenlogo .logo {
  left: 35%;
}

/* view listado noticias en noticias y taxonomy ______________ */
.view-ultimas-noticias, .view--ltimas-noticias {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto 80px;
}

.view-ultimas-noticias h1, .view--ltimas-noticias h1 {
  font-family: "Houschka-h", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 250%;
  margin-bottom: 100px;
}

.view-ultimas-noticias .views-row, .view--ltimas-noticias .views-row {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5% 5% 0;
}

.view-ultimas-noticias .views-row .views-field-field-imagen, .view--ltimas-noticias .views-row .views-field-field-imagen {
  margin-bottom: 10px;
}

.view-ultimas-noticias .views-row .views-field-field-fecha, .view--ltimas-noticias .views-row .views-field-field-fecha {
  color: #27a15e;
  margin-bottom: 12px;
  font-weight: 400;
}

.view-ultimas-noticias .views-row .views-field-nothing .catefecha, .view--ltimas-noticias .views-row .views-field-nothing .catefecha {
  font-size: 14px;
}

.view-ultimas-noticias .views-row .views-field-nothing .catefecha .categoria a, .view--ltimas-noticias .views-row .views-field-nothing .catefecha .categoria a {
  text-transform: uppercase;
  color: #27a15e;
  font-weight: 400;
  transition: all 0.3s ease-out;
}

.view-ultimas-noticias .views-row .views-field-nothing .catefecha .categoria a:hover, .view--ltimas-noticias .views-row .views-field-nothing .catefecha .categoria a:hover {
  color: #2e5294;
}

.view-ultimas-noticias .views-row .views-field-nothing .catefecha .fecha, .view--ltimas-noticias .views-row .views-field-nothing .catefecha .fecha {
  margin-left: 3px;
}

.view-ultimas-noticias .views-row .views-field-nothing .catefecha .fecha::before, .view--ltimas-noticias .views-row .views-field-nothing .catefecha .fecha::before {
  content: '·';
  display: inline-block;
  margin-right: 3px;
}

.view-ultimas-noticias .views-row .views-field-title, .view--ltimas-noticias .views-row .views-field-title {
  font-size: 150%;
  font-weight: 300;
  margin-bottom: 20px;
}

.view-ultimas-noticias .views-row .views-field-title a, .view--ltimas-noticias .views-row .views-field-title a {
  color: #000000;
  transition: all 0.3s ease-out;
}

.view-ultimas-noticias .views-row .views-field-title a:hover, .view--ltimas-noticias .views-row .views-field-title a:hover {
  color: #27a15e;
}

.view-ultimas-noticias .views-row .views-field-field-ubicaci-n, .view--ltimas-noticias .views-row .views-field-field-ubicaci-n {
  position: relative;
  padding-left: 40px;
}

.view-ultimas-noticias .views-row .views-field-field-ubicaci-n::before, .view--ltimas-noticias .views-row .views-field-field-ubicaci-n::before {
  content: "";
  background: url("images/locator.svg") no-repeat scroll center center;
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -2px;
  left: 0px;
}

.view-ultimas-noticias .views-row:nth-child(3n), .view--ltimas-noticias .views-row:nth-child(3n) {
  margin: 0 0 5% 0;
}

.node-type-noticias .group-cabecera, .node-type-actividad .group-cabecera, .node-type-blog .group-cabecera {
  height: 700px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.node-type-noticias .group-cabecera .group-fechatax, .node-type-actividad .group-cabecera .group-fechatax, .node-type-blog .group-cabecera .group-fechatax {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.node-type-noticias .group-cabecera .group-fechatax .field-name-field-categor-a-noticia a, .node-type-noticias .group-cabecera .group-fechatax .field-name-field--rea-de-intervenci-n a, .node-type-noticias .group-cabecera .group-fechatax .field-name-field-categoria-blog a, .node-type-actividad .group-cabecera .group-fechatax .field-name-field-categor-a-noticia a, .node-type-actividad .group-cabecera .group-fechatax .field-name-field--rea-de-intervenci-n a, .node-type-actividad .group-cabecera .group-fechatax .field-name-field-categoria-blog a, .node-type-blog .group-cabecera .group-fechatax .field-name-field-categor-a-noticia a, .node-type-blog .group-cabecera .group-fechatax .field-name-field--rea-de-intervenci-n a, .node-type-blog .group-cabecera .group-fechatax .field-name-field-categoria-blog a {
  text-transform: uppercase;
  color: #5eaf5e;
  font-weight: 400;
  transition: all 0.3s ease-out;
}

.node-type-noticias .group-cabecera .group-fechatax .field-name-field-categor-a-noticia a:hover, .node-type-noticias .group-cabecera .group-fechatax .field-name-field--rea-de-intervenci-n a:hover, .node-type-noticias .group-cabecera .group-fechatax .field-name-field-categoria-blog a:hover, .node-type-actividad .group-cabecera .group-fechatax .field-name-field-categor-a-noticia a:hover, .node-type-actividad .group-cabecera .group-fechatax .field-name-field--rea-de-intervenci-n a:hover, .node-type-actividad .group-cabecera .group-fechatax .field-name-field-categoria-blog a:hover, .node-type-blog .group-cabecera .group-fechatax .field-name-field-categor-a-noticia a:hover, .node-type-blog .group-cabecera .group-fechatax .field-name-field--rea-de-intervenci-n a:hover, .node-type-blog .group-cabecera .group-fechatax .field-name-field-categoria-blog a:hover {
  color: #ffffff;
}

.node-type-noticias .group-cabecera .group-fechatax .field-name-field-fecha .date-display-single, .node-type-actividad .group-cabecera .group-fechatax .field-name-field-fecha .date-display-single, .node-type-blog .group-cabecera .group-fechatax .field-name-field-fecha .date-display-single {
  color: #ffffff;
  margin-left: 3px;
}

.node-type-noticias .group-cabecera .group-fechatax .field-name-field-fecha .date-display-single::before, .node-type-actividad .group-cabecera .group-fechatax .field-name-field-fecha .date-display-single::before, .node-type-blog .group-cabecera .group-fechatax .field-name-field-fecha .date-display-single::before {
  content: '·';
  display: inline-block;
  margin-right: 3px;
}

.node-type-noticias .group-cabecera .field-name-title, .node-type-actividad .group-cabecera .field-name-title, .node-type-blog .group-cabecera .field-name-title {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
}

.node-type-noticias .group-cabecera .field-name-title h2, .node-type-actividad .group-cabecera .field-name-title h2, .node-type-blog .group-cabecera .field-name-title h2 {
  font-family: "Houschka-h", sans-serif;
  max-width: 550px;
  margin: 0 auto;
  font-size: 300%;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}

.node-type-noticias .group-cabecera .field-name-title-field, .node-type-actividad .group-cabecera .field-name-title-field, .node-type-blog .group-cabecera .field-name-title-field {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  font-family: "Houschka-h", sans-serif;
  max-width: 550px;
  margin: 0 auto;
  font-size: 300%;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}

.node-type-noticias .field-name-body, .node-type-actividad .field-name-body, .node-type-blog .field-name-body {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 90px;
  font-size: 20px;
}

.node-type-noticias .field-name-body p, .node-type-actividad .field-name-body p, .node-type-blog .field-name-body p {
  margin-bottom: 1em;
}

.node-type-noticias .field-name-body h2, .node-type-noticias .field-name-body h3, .node-type-actividad .field-name-body h2, .node-type-actividad .field-name-body h3, .node-type-blog .field-name-body h2, .node-type-blog .field-name-body h3 {
  font-family: "Houschka-h", sans-serif;
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 15px;
}

.node-type-actividad .group-cabecera .group-fechatax {
  flex-direction: row;
}

/* páginas estáticas ______________ */
.node-type-page .group-cabecera {
  height: 700px;
  margin-bottom: 140px;
}

.node-type-page .group-cabecera .group-dates {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.node-type-page .group-cabecera .group-dates .field-name-title-field .field-item {
  font-family: "Houschka-h", sans-serif;
  max-width: 550px;
  margin: 0 auto;
  font-size: 300%;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.node-type-page .field-name-body {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 200px;
  font-size: 20px;
}

.node-type-page .field-name-body p {
  margin-bottom: 1em;
}

.node-type-page .field-name-body h2, .node-type-page .field-name-body h3 {
  font-family: "Houschka-h", sans-serif;
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 15px;
}

.node-type-page .field-name-body a.descargar {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  font-size: 175%;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 13px 70px;
  margin-top: 35px;
  transition: all 0.3s ease-out;
}

.node-type-page .field-name-body a.descargar:hover {
  background-color: #2e5294;
  cursor: pointer;
}

/* atento al id del node comité al pasarlo a prod */
.page-node-13 .group-cabecera {
  margin-bottom: 220px;
}

.page-node-13 .presi {
  margin-bottom: 100px;
}

.page-node-13 .presi .title-block {
  font-size: 180%;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}

.page-node-13 .presi .organizador {
  display: flex;
}

.page-node-13 .presi .organizador img {
  width: 80px;
  margin-right: 35px;
}

.page-node-13 .presi .organizador .nombreorganizador {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #000000;
  font-weight: 600;
  padding-bottom: 5px;
}

.page-node-13 .presi .organizador .nombreorganizador span {
  text-transform: uppercase;
}

.page-node-13 .presi .organizador .nombreorganizador span:nth-child(2) {
  font-size: 70%;
}

.page-node-13 .organiza {
  margin-bottom: 70px;
}

.page-node-13 .organiza .title-block {
  font-size: 180%;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 100px;
  display: block;
}

.page-node-13 .organiza .tabla {
  display: flex;
  flex-direction: row;
}

.page-node-13 .organiza .tabla .nombreorganizador {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #000000;
  font-weight: 600;
  padding-bottom: 5px;
  margin: 0 0 30px 25px;
}

.page-node-13 .organiza .tabla .nombreorganizador span {
  text-transform: uppercase;
}

.page-node-13 .organiza .tabla .nombreorganizador span:first-child {
  position: relative;
}

.page-node-13 .organiza .tabla .nombreorganizador span:first-child::before {
  content: "";
  position: absolute;
  display: block;
  background: #000000;
  width: 10px;
  height: 10px;
  top: 8px;
  left: -25px;
}

.page-node-13 .organiza .tabla .nombreorganizador span:nth-child(2) {
  font-size: 70%;
}

.page-node-13 .organiza .tabla .izq {
  margin-right: 350px;
}

/* node contacto ______________ */
.node-type-webform .group-cabecera {
  height: 700px;
  margin-bottom: 100px;
}

.node-type-webform .group-cabecera .group-dates {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.node-type-webform .group-cabecera .group-dates .field-name-title-field .field-item {
  font-family: "Houschka-h", sans-serif;
  max-width: 550px;
  margin: 0 auto;
  font-size: 300%;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.node-type-webform .group-body {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 140px;
  display: flex;
  flex-direction: column;
}

.node-type-webform .group-body .field-name-field-descripci-n {
  font-weight: 300;
  font-size: 200%;
  margin-bottom: 10px;
  line-height: 40px;
}

.node-type-webform .group-body .field-name-field-descripci-n p {
  margin-bottom: 40px;
}

.node-type-webform .group-body .field-name-field-descripci-n .title-participa {
  margin-top: 130px;
  font-weight: 400;
  margin-bottom: 20px;
}

.node-type-webform .group-body .field-name-field-descripci-n .sub-participa {
  font-size: 16px;
}

.node-type-webform .group-body label {
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.node-type-webform .group-body label .form-required {
  color: #000000;
}

.node-type-webform .group-body input[type="text"], .node-type-webform .group-body input[type="email"] {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.node-type-webform .group-body .form-actions {
  position: relative;
}

.node-type-webform .group-body .form-actions input[type="submit"] {
  font-family: "Houschka", sans-serif;
  border: none;
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  font-size: 175%;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 13px 70px;
  margin-top: 35px;
  transition: all 0.3s ease-out;
}

.node-type-webform .group-body .form-actions input[type="submit"]:hover {
  background-color: #2e5294;
  cursor: pointer;
}

.node-type-webform .group-body textarea {
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #000000;
  height: 200px;
  padding: 20px 30px;
}

.node-type-webform .group-body .grippie {
  display: none;
}

.node-type-webform .group-body .webform-component--direccion-datos {
  margin: 0;
  padding: 0;
  border: none;
}

.node-type-webform .group-body .webform-component--direccion-datos > .fieldset-wrapper {
  display: flex;
}

.node-type-webform .group-body .webform-component--direccion-datos > .fieldset-wrapper .form-item {
  flex: 1 0 0;
  margin-right: 35px;
}

.node-type-webform .group-body .webform-component--direccion-datos > .fieldset-wrapper .webform-component--direccion-datos--cp {
  flex: 1.2 0 0;
}

.node-type-webform .group-body .webform-component--direccion-datos > .fieldset-wrapper .webform-component--direccion-datos--ciudad {
  flex: 2.3 0 0;
  margin-right: 0;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion {
  margin: 32px 0 0;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion > label {
  margin-bottom: 20px;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component {
  flex: 0 0 17%;
  margin: 0 0 80px 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component .area-webform .area-webform-img {
  margin-bottom: 35px;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component .area-webform .area-webform-img img {
  display: block;
  margin: 0 auto;
  width: 120px;
  border-radius: 50%;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component .area-webform .area-webform-txt .area-webform-name {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component .area-webform .area-webform-txt .area-webform-desc {
  font-size: 85%;
  text-transform: initial;
  font-weight: 300;
  text-align: center;
  line-height: 18px;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component .form-checkbox {
  margin: 0 auto;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component input[type=checkbox] {
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 25px;
  border: 1px solid #000000;
  outline: none;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component input[type=checkbox]:checked {
  background-color: #ffffff;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component input[type=checkbox]:checked:after {
  margin-left: 7px;
  margin-top: 2px;
  width: 5px;
  height: 12px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component--areas-de-intervencion--10 {
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 120px;
  flex: 0 0 40%;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component--areas-de-intervencion--10 .area-webform .area-webform-txt .area-webform-name {
  font-size: 200%;
}

.node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component--areas-de-intervencion--10 .form-checkbox {
  margin: 0 16px 20px;
}

/* mensajes de estado ______________ */
#messages div.status {
  background-color: #fff;
  color: inherit;
  font-weight: 600;
  padding: 50px 50px 30px;
  border: none;
  background-image: none;
}

.buscar {
  display: none;
}

/* página usuario y login ______________ */
.page-user #main {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 80px;
}

.page-user #main .boton {
  display: inline-block;
  margin: 30px 30px 0 0;
  background: #27a15e;
  color: #000000;
  text-transform: uppercase;
  padding: 7px 32px;
  font-weight: 600;
}

.page-user #main label {
  font-weight: 300;
  margin-bottom: 10px;
}

.page-user #main label .form-required {
  color: #000000;
}

.page-user #main input[type="text"], .page-user #main input[type="email"], .page-user #main input[type="password"] {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  max-width: 645px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.page-user #main input[type="submit"] {
  font-family: "Houschka", sans-serif;
  background-color: #27a15e;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  padding: 7px 32px;
  border: none;
}

.page-user #main input[type="submit"]:hover {
  cursor: pointer;
}

.webform-confirmation {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 60px auto 100px;
}

.webform-confirmation h3 {
  font-weight: 400;
}

.links {
  display: none;
}

ul.links {
  display: block;
}

/* view listado blog ______________ */
.view-blog {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 100px auto 80px;
}

.view-blog h1 {
  font-family: "Houschka-h", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 250%;
  margin-bottom: 100px;
}

.view-blog .views-row {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5% 5% 0;
}

.view-blog .views-row .views-field-field-imagen {
  margin-bottom: 10px;
}

.view-blog .views-row .views-field-field-fecha {
  color: #27a15e;
  margin-bottom: 12px;
  font-weight: 400;
}

.view-blog .views-row .views-field-nothing .catefecha {
  font-size: 14px;
}

.view-blog .views-row .views-field-nothing .catefecha .categoria a {
  text-transform: uppercase;
  color: #27a15e;
  font-weight: 400;
  transition: all 0.3s ease-out;
}

.view-blog .views-row .views-field-nothing .catefecha .categoria a:hover {
  color: #2e5294;
}

.view-blog .views-row .views-field-nothing .catefecha .fecha {
  margin-left: 3px;
}

.view-blog .views-row .views-field-nothing .catefecha .fecha::before {
  content: '·';
  display: inline-block;
  margin-right: 3px;
}

.view-blog .views-row .views-field-title {
  font-size: 150%;
  font-weight: 300;
  margin-bottom: 20px;
}

.view-blog .views-row .views-field-title a {
  color: #000000;
  transition: all 0.3s ease-out;
}

.view-blog .views-row .views-field-title a:hover {
  color: #27a15e;
}

.view-blog .views-row:nth-child(3n) {
  margin: 0 0 5% 0;
}

/* CALENDARIO ADVIENTO ______________ */
.node-type-page.page-node-35 .group-cabecera .group-dates .field-name-title-field .field-item {
  max-width: unset;
  font-size: 270%;
}

.node-type-page.page-node-35 .field-name-body {
  margin: 0 auto 120px;
  font-size: 24px;
  line-height: 1.15;
}

.node-type-page.page-node-35 .field-name-body .estrella1 {
  position: absolute;
  background: url("images/estrella2.svg") no-repeat scroll center center;
  background-size: cover;
  width: 317px;
  height: 361px;
  left: 7%;
  top: 150px;
}

.node-type-page.page-node-35 .field-name-body .estrella2 {
  position: absolute;
  background: url("images/estrella1.svg") no-repeat scroll center center;
  background-size: cover;
  width: 550px;
  height: 582px;
  top: 210px;
  right: -4%;
}

.node-type-page.page-node-35 .field-name-body .img-giro {
  animation: girar 8s linear infinite;
}

@keyframes girar {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0);
  }
}

#node-35 {
  position: relative;
  overflow: hidden;
}

#block-views-calendario-adviento-block {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 296px;
}

#block-views-calendario-adviento-block .view-calendario-adviento {
  position: relative;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row {
  flex: 1 0 calc(20% - 15px);
  max-width: calc(20% - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .item-calendario {
  transform-style: preserve-3d;
  transform-origin: left center;
  transition: transform 0.63s, box-shadow 0.63s;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .item-calendario .box-info-calendar {
  display: flex;
  flex-direction: column;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .item-calendario.flipped {
  transform: rotateY(154deg);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.75);
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .item-calendario:hover {
  cursor: pointer;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .bg-gris {
  background-color: lightgray;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .popup {
  background: #ffffff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  width: 90%;
  position: fixed;
  top: 50%;
  flex-direction: column;
  top: 100000px;
  left: 50%;
  transition: top 1s ease-in-out, opacity 1s ease-in-out, transform 0.5s ease-in-out 0.5s;
  opacity: 0;
  transform: scale(2) translate(-50%, 0);
  overflow: hidden;
  z-index: 1;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .popup[data-status='true'] {
  top: -80px;
  opacity: 1;
  transform: scale(1) translate(-50%, 0);
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario {
  padding: 60px 40px 74px 89px;
  background: url("images/fondo-popup-literario.jpg") no-repeat scroll center center;
  background-size: cover;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .cerrar-popup {
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 40px;
  background: url("images/cruz-negra.svg") no-repeat scroll center center;
  background-size: cover;
  width: 15px;
  height: 15px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .fecha-popup {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 90px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .title-literario {
  margin-bottom: 42px;
  font-size: 33px;
  font-weight: 600;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .texto-literario {
  width: 39%;
  margin-bottom: 46px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .texto-literario p {
  margin-bottom: 24px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .reproducir-literario {
  position: relative;
  padding-left: 33px;
  color: #0066ff;
  text-decoration: underline;
  font-weight: 500;
  width: 39%;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .reproducir-literario:hover {
  color: #2e5294;
  cursor: pointer;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .reproducir-literario::before {
  content: '';
  display: block;
  position: absolute;
  background: url("images/reproducir-villancico.svg") no-repeat scroll center center;
  left: 0;
  top: 4px;
  background-size: cover;
  width: 25px;
  height: 20px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .archivo-literario {
  display: none;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .archivo-literario audio {
  outline: none;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cabecera-belenismo {
  height: 365px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cabecera-belenismo .cerrar-popup {
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 40px;
  top: 50px;
  background: url("images/cruz-blanca.svg") no-repeat scroll center center;
  background-size: cover;
  width: 15px;
  height: 15px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cabecera-belenismo .fecha-popup {
  font-weight: 600;
  font-size: 19px;
  color: #ffffff;
  padding: 50px 0px 0px 82px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cuerpo-belenismo {
  padding: 69px 100px 57px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cuerpo-belenismo .title-belenismo {
  margin-bottom: 54.5px;
  font-size: 33px;
  font-weight: 600;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cuerpo-belenismo .texto-belenismo p {
  margin-bottom: 36px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cuerpo-belenismo .texto-belenismo .azul-sub {
  text-decoration: underline;
  color: #0066ff;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion {
  height: 321px;
  background: url("images/cabecera-popup-coleccion.jpg") no-repeat scroll center center;
  background-size: cover;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cerrar-popup {
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 40px;
  top: 50px;
  background: url("images/cruz-blanca.svg") no-repeat scroll center center;
  background-size: cover;
  width: 15px;
  height: 15px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .fecha-popup {
  font-weight: 600;
  font-size: 19px;
  color: #ffffff;
  padding: 50px 0 0 70px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion {
  display: flex;
  margin: 51px 0 0 87px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .imagen-principal-coleccion {
  margin-right: 42px;
  width: 244px;
  position: relative;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .imagen-principal-coleccion img {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 2s, height 2s;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .imagen-principal-coleccion img.open {
  width: 100%;
  height: auto;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .cabecera-info-coleccion {
  color: #ffffff;
  margin-top: 44px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .cabecera-info-coleccion .title-coleccion {
  font-weight: 600;
  font-size: 33px;
  margin-bottom: 11px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .cabecera-info-coleccion .ubicacion-coleccion {
  position: relative;
  margin-left: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 19px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .cabecera-info-coleccion .ubicacion-coleccion::after {
  content: '';
  background: url("images/marker-blanco.svg") no-repeat scroll center center;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 8px;
  left: -22px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .cabecera-info-coleccion .propietario-coleccion {
  font-style: italic;
  margin-bottom: 43px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .imagenes-coleccion {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 74px 59.5px 87px;
  position: relative;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .imagenes-coleccion .img-coleccion {
  width: 77px;
  height: 71px;
  margin-right: 5px;
  margin-bottom: 14px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .imagenes-coleccion .img-coleccion-popup {
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 820px;
  overflow: hidden;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .imagenes-coleccion .img-coleccion-popup .cerrar-img-coleccion-popup {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("images/cruz-blanca.svg") no-repeat scroll center center;
  background-size: cover;
  width: 15px;
  height: 15px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .texto-coleccion {
  padding: 0px 87px 69px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .texto-coleccion p {
  padding-bottom: 26px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente {
  background: url("images/fondo-nodisponible.jpg") no-repeat scroll center center;
  background-size: cover;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente .cerrar-popup {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 60px;
  right: 40px;
  background: url("images/cruz-blanca.svg") no-repeat scroll center center;
  background-size: cover;
  width: 15px;
  height: 15px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente .fecha-popup {
  font-weight: 600;
  font-size: 19px;
  padding: 60px 0 120px 89px;
  color: #ffffff;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente .title-proximamente {
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 89px;
  margin-bottom: 42px;
  font-size: 33px;
  font-weight: 600;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente .texto-proximamente {
  color: #ffffff;
  padding-left: 89px;
  width: 70%;
  margin-bottom: 120px;
  font-weight: 500;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente .texto-proximamente p {
  margin-bottom: 24px;
}

#block-views-calendario-adviento-block .view-calendario-adviento .view-content .dia, #block-views-calendario-adviento-block .view-calendario-adviento .view-content .mes {
  display: none;
}

/* Bloque Calendario de adviento y exposicion belenes */
.bloque-adviento,
.bloque-expo,
.bloque-cultura,
.bloque-actividad {
  height: 700px;
  width: 100%;
  background: url("images/calendario-portada.jpg") no-repeat scroll center center;
  margin: 0 0 150px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.bloque-adviento .info-adviento,
.bloque-expo .info-adviento,
.bloque-cultura .info-adviento,
.bloque-actividad .info-adviento {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto;
  font-size: 300%;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}

.bloque-adviento .small-info-adviento,
.bloque-expo .small-info-adviento,
.bloque-cultura .small-info-adviento,
.bloque-actividad .small-info-adviento {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto;
  font-size: 150%;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  margin-top: 1%;
}

.bloque-adviento .small-info-adviento.app,
.bloque-expo .small-info-adviento.app,
.bloque-cultura .small-info-adviento.app,
.bloque-actividad .small-info-adviento.app {
  display: none;
  width: 100%;
}

.bloque-adviento .button-app,
.bloque-expo .button-app,
.bloque-cultura .button-app,
.bloque-actividad .button-app {
  display: none;
}

.bloque-adviento .estrella1,
.bloque-expo .estrella1,
.bloque-cultura .estrella1,
.bloque-actividad .estrella1 {
  position: absolute;
  background: url("images/estrella2.svg") no-repeat scroll center center;
  background-size: cover;
  width: 317px;
  height: 361px;
  left: 3%;
  top: 21%;
}

.bloque-adviento .estrella2,
.bloque-expo .estrella2,
.bloque-cultura .estrella2,
.bloque-actividad .estrella2 {
  position: absolute;
  background: url("images/estrella1.svg") no-repeat scroll center center;
  background-size: cover;
  width: 550px;
  height: 582px;
  top: 29%;
  right: 11%;
}

.bloque-adviento .img-giro,
.bloque-expo .img-giro,
.bloque-cultura .img-giro,
.bloque-actividad .img-giro {
  animation: girar 8s linear infinite;
}

@keyframes girar {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0);
  }
}

.bloque-adviento .boton-adviento,
.bloque-expo .boton-adviento,
.bloque-cultura .boton-adviento,
.bloque-actividad .boton-adviento {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin-top: 50px;
  z-index: 1;
}

.bloque-adviento .boton-adviento a,
.bloque-expo .boton-adviento a,
.bloque-cultura .boton-adviento a,
.bloque-actividad .boton-adviento a {
  padding: 18px 68px;
}

.bloque-expo {
  background: url("images/expo-portada.jpg") no-repeat scroll center center;
}

.bloque-cultura {
  background: url("images/cultura-zamora.jpg") no-repeat scroll center center;
}

.bloque-actividad {
  background: url("images/actividad-fisica-zamora.jpg") no-repeat scroll center center;
}

.bloque-actividad.bloque-actividad-original {
  background: url("images/bloque-actividad-nuevo.jpg") no-repeat scroll center center;
  height: 490px;
}

/* ----- node blog - autor -----*/
.field-name-field-autor-blog {
  margin: 0 auto 50px;
  display: block;
  max-width: 1181px;
  width: 90%;
}

.field-name-field-autor-blog .field-label {
  margin: 0 0 20px;
  position: relative;
}

.field-name-field-autor-blog .field-label:after {
  content: "";
  display: block;
  width: 20%;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
}

.field-name-field-autor-blog .field-item {
  border-bottom: 1px solid #d6d7d8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.field-name-field-autor-blog .field-item .node-autor-blog {
  display: flex;
}

.field-name-field-autor-blog .field-item .node-autor-blog .field-name-field-imagen-autor {
  margin-right: 20px;
}

.field-name-field-autor-blog .field-item .node-autor-blog .field-name-field-imagen-autor img {
  width: 80px;
  border-radius: 50%;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .field-name-title-field h2 {
  font-size: 16px;
  color: #2e5294;
  font-weight: 600;
  margin-bottom: 0;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-info {
  display: flex;
  margin-bottom: 7px;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-info .field-name-field-institucion-autor {
  position: relative;
  margin-right: 10px;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-info .field-name-field-institucion-autor::after {
  content: '·';
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-info .field-name-field-cv-autor img {
  display: none;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-info a {
  color: #000000;
  text-decoration: underline;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-redes .redes {
  margin-top: 15px;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-redes .redes a {
  display: inline-block;
  margin: 0 10px 0 0;
  text-indent: -9000px;
  width: 18px;
  height: 18px;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-redes .redes a.facebook {
  background: url(images/facebook-black.svg) no-repeat scroll center center;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-redes .redes a.twitter {
  background: url(images/twitter-black.svg) no-repeat scroll center center;
}

.field-name-field-autor-blog .field-item .node-autor-blog .group-dere .group-redes .redes a.linkedin {
  background: url(images/linkedin-black.svg) no-repeat scroll center center;
}

.field-name-field-autor-blog .field-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ______________________________________________ */
/* _______________ media queries _______________ */
/* ______________________________________________*/
/* layouts smaller than 1315px ___________________*/
@media screen and (max-device-width: 1315px), screen and (max-width: 1315px) {
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax a {
    font-size: 92%;
  }
}

/* layouts smaller than 1240px ___________________*/
@media screen and (max-device-width: 1240px), screen and (max-width: 1240px) {
  /* header ______________ */
  header .header-content #logo {
    width: 190px;
    height: 100px;
    margin-bottom: 50px;
  }
  header .header-content .region-header #block-system-main-menu ul li {
    margin: 0 20px 0 0;
  }
  /* portada ______________ */
  .front .region-precontent #block-views-slider-block .flexslider .views-field-field-imagen-destacado .background-image {
    height: 650px;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax a {
    font-size: 84%;
  }
  /* páginas estáticas ______________ */
  .node-type-page .group-cabecera {
    height: 650px;
  }
  /* node noticias ______________ */
  .node-type-noticias .group-cabecera, .node-type-actividad .group-cabecera, .node-type-blog .group-cabecera {
    height: 650px;
  }
  /* pagina detalle actividad ______________ */
  .page-taxonomy .group-cabecera {
    height: 650px;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo {
    top: 210px;
    left: 0;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo img {
    width: 550px;
  }
  /* node contacto ______________ */
  .node-type-webform .group-cabecera {
    height: 650px;
  }
}

/* layouts smaller than 1120px ___________________*/
@media screen and (max-device-width: 1120px), screen and (max-width: 1120px) {
  body {
    padding-top: 210px !important;
  }
  /* header ______________ */
  header .header-content {
    height: 210px;
  }
  header .header-content #logo {
    width: 190px;
    height: 100px;
    margin-bottom: 50px;
  }
  header .header-content .region-header #block-system-main-menu ul li {
    margin: 0 20px 0 0;
  }
  header .header-content .region-header #block-system-main-menu ul li a {
    font-size: 16px;
  }
  /* bloque participar ____ */
  .bloque-participar,
  .bloque-pasos-previos,
  .bloque-estudio-de-partida,
  .bloque-adviento,
  .bloque-expo {
    height: 600px;
  }
  /* portada ______________ */
  .front .region-precontent {
    margin-bottom: 60px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .views-field-field-imagen-destacado .background-image {
    height: 600px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content h1 {
    font-size: 300%;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content .field-name-field-subtitulo {
    font-size: 180%;
  }
  .front #content .node-portada .field-name-body .bloque-estudio {
    height: 600px;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax a {
    font-size: 76%;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo {
    margin-bottom: 6px;
  }
  /* páginas estáticas ______________ */
  .node-type-page .group-cabecera {
    height: 600px;
  }
  /* node noticias ______________ */
  .node-type-noticias .group-cabecera, .node-type-actividad .group-cabecera, .node-type-blog .group-cabecera {
    height: 600px;
  }
  /* pagina detalle actividad ______________ */
  .page-taxonomy .group-cabecera {
    height: 600px;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo {
    top: 210px;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo img {
    width: 500px;
  }
  /* node contacto ______________ */
  .node-type-webform .group-cabecera {
    height: 600px;
  }
}

/* bloque front blog ______________ */
#block-views-blog-block {
  max-width: 1181px;
  margin: 0 auto;
  width: 90%;
  margin: 0px auto 100px;
}

#block-views-blog-block .view-blog,
#block-views-blog-block .views-row {
  width: 100%;
  margin: 0;
}

#block-views-blog-block h2 {
  font-family: "Houschka-h", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 250%;
  text-transform: uppercase;
  margin-bottom: 100px;
}

#block-views-blog-block .imagenblogdestacada {
  width: 65%;
  float: left;
}

#block-views-blog-block .textoblogdestacada {
  width: 30%;
  float: right;
}

#block-views-blog-block .textoblogdestacada .programa {
  display: inline-block;
  margin: 0 6px 0 0;
}

#block-views-blog-block .textoblogdestacada .programa a {
  color: #27a15e;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

#block-views-blog-block .textoblogdestacada .programa a:hover {
  color: #2e5294;
}

#block-views-blog-block .textoblogdestacada .created {
  display: inline-block;
}

#block-views-blog-block .textoblogdestacada .title {
  text-transform: inherit;
  font-weight: 100;
  font-size: 160%;
}

#block-views-blog-block .textoblogdestacada .title a {
  color: #000000;
  margin: 20px 0;
  display: block;
  line-height: 110%;
  transition: all 0.3s ease-out;
}

#block-views-blog-block .textoblogdestacada .title a:hover {
  color: #27a15e;
}

#block-views-blog-block .textoblogdestacada .leer a {
  display: inline-block;
  color: #ffffff;
  background-color: #27a15e;
  font-size: 18px;
  border-radius: 50px;
  padding: 7px 40px;
  margin: 50px 0 0;
  transition: all 0.3s ease-out;
}

#block-views-blog-block .textoblogdestacada .leer a:hover {
  background-color: #2e5294;
}

/* layouts smaller than 1070px ___________________*/
@media screen and (max-device-width: 1070px), screen and (max-width: 1070px) {
  body {
    padding-top: 120px !important;
  }
  body.page-node-26 {
    padding-top: 83px !important;
  }
  header .participamovil {
    display: flex;
  }
  header .header-content {
    height: 83px;
    justify-content: center;
  }
  header .header-content #logo {
    margin-bottom: 8px;
    width: 130px;
    height: 70px;
    position: initial;
  }
  header .header-content .region-header {
    display: none;
  }
  header .header-content .menu-trigger {
    display: block;
  }
  .header-xs .header-content {
    height: 83px;
    justify-content: center;
  }
  .header-xs .header-content #logo {
    margin-bottom: 8px;
    width: 130px;
    height: 70px;
    position: initial;
  }
  .header-xs .header-content .region-header {
    display: none;
  }
  .header-xs .header-content .menu-trigger {
    display: block;
  }
  /* bloque participar ____ */
  .bloque-participar,
  .bloque-pasos-previos,
  .bloque-estudio-de-partida,
  .bloque-adviento,
  .bloque-expo {
    height: 500px;
  }
  .bloque-participar .info-participar, .bloque-participar .info-adviento,
  .bloque-pasos-previos .info-participar,
  .bloque-pasos-previos .info-adviento,
  .bloque-estudio-de-partida .info-participar,
  .bloque-estudio-de-partida .info-adviento,
  .bloque-adviento .info-participar,
  .bloque-adviento .info-adviento,
  .bloque-expo .info-participar,
  .bloque-expo .info-adviento {
    font-size: 200%;
  }
  /* portada ______________ */
  .front .region-precontent {
    margin-bottom: 60px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .views-field-field-imagen-destacado .background-image {
    height: 500px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content h1 {
    font-size: 240%;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content h1 a {
    line-height: 50px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content .field-name-field-subtitulo {
    font-size: 140%;
    margin: 20px 0;
  }
  .front #content .node-portada .field-name-body .bloque-estudio {
    height: 500px;
  }
  .front #content .node-portada .field-name-body .bloque-estudio .info-estudio {
    font-size: 200%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosizq {
    width: 20%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logoscen {
    width: 50%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder {
    margin-top: 40px;
    float: none;
    width: 100%;
    display: inline-block;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder a {
    width: 25%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder a.cenie-home {
    width: 19%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder a.psl-home {
    width: 18%;
    margin-top: 16px;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax a {
    font-size: 59%;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax {
    line-height: 20px;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo {
    margin-bottom: 0;
  }
  /* páginas estáticas ______________ */
  .node-type-page .group-cabecera {
    height: 500px;
    margin-bottom: 100px;
  }
  .node-type-page .group-cabecera .group-dates .field-name-title-field .field-item {
    font-size: 240%;
  }
  .node-type-page .field-name-body {
    margin: 0 auto 100px;
  }
  /* node noticias ______________ */
  .node-type-noticias .group-cabecera, .node-type-actividad .group-cabecera, .node-type-blog .group-cabecera {
    height: 500px;
    margin-bottom: 100px;
  }
  .node-type-noticias .group-cabecera .field-name-title h2, .node-type-actividad .group-cabecera .field-name-title h2, .node-type-blog .group-cabecera .field-name-title h2 {
    font-size: 240%;
  }
  .node-type-noticias .group-cabecera .field-name-title-field, .node-type-actividad .group-cabecera .field-name-title-field, .node-type-blog .group-cabecera .field-name-title-field {
    font-size: 240%;
  }
  /* pagina detalle actividad ______________ */
  .page-taxonomy .group-cabecera {
    height: 500px;
  }
  .page-taxonomy .group-cabecera .field-name-title h2 {
    font-size: 240%;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo {
    top: 190px;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo img {
    width: 400px;
  }
  /* view listado noticias en noticias y taxonomy ______________ */
  .view-ultimas-noticias, .view--ltimas-noticias {
    max-width: 1181px;
    margin: 0 auto;
    width: 90%;
    margin: 80px auto;
  }
  .view-ultimas-noticias h1, .view--ltimas-noticias h1 {
    font-size: 220%;
    margin-bottom: 80px;
  }
  /* view listado blog ______________ */
  .view-blog {
    max-width: 1181px;
    margin: 0 auto;
    width: 90%;
    margin: 80px auto;
  }
  .view-blog h1 {
    font-size: 220%;
    margin-bottom: 80px;
  }
  /* footer______________ */
  footer {
    height: 300px;
  }
  footer .region-footer #block-block-1 .logos-footer a {
    margin-right: 20px;
  }
  footer .region-footer #block-block-1 .logos-footer img {
    width: 90px;
  }
  footer .region-footer #block-block-1 .logos-footer a:last-child {
    margin-right: 0;
  }
  footer .region-footer #block-block-3 .info-footer ul.enlaces li {
    margin-right: 10px;
  }
  footer .region-footer #block-block-3 .info-footer ul.enlaces li a {
    display: inline-block;
    color: #ffffff;
  }
  /* pagina areas de intervencion */
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .imagenlogo .logo {
    width: 55%;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .vertax a {
    font-size: 120%;
    padding: 10px 40px;
  }
  /* node contacto ______________ */
  .node-type-webform .group-cabecera {
    height: 500px;
    margin-bottom: 100px;
  }
  .node-type-webform .group-cabecera .group-dates .field-name-title-field .field-item {
    font-size: 240%;
  }
  /* calendario de adviento */
  .node-type-page.page-node-35 .field-name-body .estrella2 {
    width: 44%;
    height: 410px;
    top: 8%;
    right: -6%;
  }
  .node-type-page.page-node-35 .field-name-body .estrella1 {
    width: 30%;
    height: 260px;
    left: 0%;
    top: 0%;
  }
  .bloque-adviento .estrella1,
  .bloque-expo .estrella1 {
    width: 30%;
    height: 260px;
    left: 0%;
    top: 10%;
  }
  .bloque-adviento .estrella2,
  .bloque-expo .estrella2 {
    width: 44%;
    height: 410px;
    top: 23%;
    right: -6%;
  }
}

@media screen and (max-device-width: 900px), screen and (max-width: 900px) {
  /* calendario de adviento */
  .node-type-page.page-node-35 .field-name-body .estrella2 {
    width: 40%;
    height: 400px;
    top: 6%;
    right: -6%;
  }
  .node-type-page.page-node-35 .field-name-body .estrella1 {
    left: 0%;
    top: 0%;
  }
}

/* layouts smaller than 767px ___________________*/
@media screen and (max-device-width: 767px), screen and (max-width: 767px) {
  .boton-xl {
    font-size: 100%;
    padding: 5px 25px;
  }
  /* bloque participar ____ */
  .bloque-participar,
  .bloque-pasos-previos,
  .bloque-estudio-de-partida,
  .bloque-adviento,
  .bloque-expo {
    height: 350px;
  }
  .bloque-participar .info-participar, .bloque-participar .info-adviento,
  .bloque-pasos-previos .info-participar,
  .bloque-pasos-previos .info-adviento,
  .bloque-estudio-de-partida .info-participar,
  .bloque-estudio-de-partida .info-adviento,
  .bloque-adviento .info-participar,
  .bloque-adviento .info-adviento,
  .bloque-expo .info-participar,
  .bloque-expo .info-adviento {
    font-size: 175%;
    line-height: 40px;
  }
  .bloque-participar .small-info-adviento,
  .bloque-pasos-previos .small-info-adviento,
  .bloque-estudio-de-partida .small-info-adviento,
  .bloque-adviento .small-info-adviento,
  .bloque-expo .small-info-adviento {
    font-size: 125%;
    line-height: 30px;
  }
  .bloque-participar .boton-participar a, .bloque-participar .boton-adviento a,
  .bloque-pasos-previos .boton-participar a,
  .bloque-pasos-previos .boton-adviento a,
  .bloque-estudio-de-partida .boton-participar a,
  .bloque-estudio-de-partida .boton-adviento a,
  .bloque-adviento .boton-participar a,
  .bloque-adviento .boton-adviento a,
  .bloque-expo .boton-participar a,
  .bloque-expo .boton-adviento a {
    padding: 3px 40px !important;
  }
  /* portada ______________ */
  .front .region-precontent {
    margin-bottom: 50px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .views-field-field-imagen-destacado .background-image {
    height: 350px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content h1 {
    font-size: 180%;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content h1 a {
    line-height: 40px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content .field-name-field-subtitulo {
    font-size: 100%;
  }
  .front #content .node-portada .field-name-body .bloque-estudio {
    height: 350px;
  }
  .front #content .node-portada .field-name-body .bloque-estudio .info-estudio {
    font-size: 175%;
    line-height: 40px;
  }
  .front #content .node-portada .field-name-body .bloque-estudio .boton-estudio a {
    padding: 3px 40px;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosizq {
    width: 30%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logoscen {
    width: 70%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logoscen a {
    width: 34%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logoscen a.diputacion {
    width: 21%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logoscen a.jubilados {
    width: 25%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder {
    margin-top: 30px;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder a {
    width: 32%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder a.poctep {
    margin-top: 16px;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder a.cenie-home {
    width: 25%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder a.psl-home {
    width: 22%;
  }
  .front #content #block-views-reas-de-intervenci-n-block {
    margin-bottom: 40px;
  }
  .front #content #block-views-reas-de-intervenci-n-block h2 {
    font-size: 180%;
    margin-bottom: 50px;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content {
    justify-content: space-between;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row {
    flex: 0 0 47%;
    margin: 0 0 50px 0;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo {
    margin-bottom: 10px;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax {
    font-size: 120%;
    line-height: 16px;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(5n) {
    margin: 0 0 50px 0;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(2n) {
    margin: 0 0 50px 0;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax a {
    font-size: 100%;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax {
    line-height: 28px;
  }
  /* páginas estáticas ______________ */
  .node-type-page .group-cabecera {
    height: 350px;
    margin-bottom: 50px;
  }
  .node-type-page .group-cabecera .group-dates .field-name-title-field .field-item {
    font-size: 180%;
  }
  .node-type-page .field-name-body {
    margin: 0 auto 50px;
  }
  /* node noticias ______________ */
  .node-type-noticias .group-cabecera, .node-type-actividad .group-cabecera, .node-type-blog .group-cabecera {
    height: 350px;
    margin-bottom: 50px;
  }
  .node-type-noticias .group-cabecera .group-fechatax, .node-type-actividad .group-cabecera .group-fechatax, .node-type-blog .group-cabecera .group-fechatax {
    margin: 0 auto 20px;
  }
  .node-type-noticias .group-cabecera .field-name-title h2, .node-type-actividad .group-cabecera .field-name-title h2, .node-type-blog .group-cabecera .field-name-title h2 {
    font-size: 180%;
    line-height: 40px;
  }
  .node-type-noticias .group-cabecera .field-name-title-field, .node-type-actividad .group-cabecera .field-name-title-field, .node-type-blog .group-cabecera .field-name-title-field {
    font-size: 180%;
    line-height: 40px;
  }
  .node-type-noticias .field-name-body, .node-type-actividad .field-name-body, .node-type-blog .field-name-body {
    margin: 0 auto 50px;
  }
  /* node contacto ______________ */
  .node-type-webform .group-cabecera {
    height: 350px;
    margin-bottom: 50px;
  }
  .node-type-webform .group-cabecera .group-dates .field-name-title-field .field-item {
    font-size: 180%;
    line-height: 40px;
  }
  .node-type-webform .group-body .field-name-field-descripci-n {
    font-size: 150%;
    line-height: 32px;
  }
  .node-type-webform .group-body .field-name-field-descripci-n p {
    margin-bottom: 30px;
  }
  .node-type-webform .group-body .field-name-field-descripci-n .title-participa {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .node-type-webform .group-body .webform-component--direccion-datos > .fieldset-wrapper {
    flex-direction: column;
  }
  .node-type-webform .group-body .webform-component--direccion-datos > .fieldset-wrapper .form-item {
    margin-right: 0;
  }
  .node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component {
    flex: 0 0 26%;
  }
  /* pagina detalle actividad ______________ */
  .page-taxonomy .group-cabecera {
    height: 350px;
  }
  .page-taxonomy .group-cabecera .field-name-title h2 {
    font-size: 180%;
    line-height: 40px;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo {
    top: 110px;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo img {
    width: 300px;
  }
  .page-taxonomy .field-name-colaboradores {
    padding: 20px 0 10px;
  }
  .page-taxonomy .field-name-colaboradores .logos-patrocinadores span {
    font-size: 90%;
    margin-bottom: 20px;
  }
  .page-taxonomy .taxonomy-term-description {
    margin: 50px auto 30px;
    font-size: 150%;
    line-height: 35px;
  }
  /* view listado noticias en noticias y taxonomy ______________ */
  .view-ultimas-noticias, .view--ltimas-noticias {
    margin: 60px auto;
  }
  .view-ultimas-noticias h1, .view--ltimas-noticias h1 {
    font-size: 200%;
    margin-bottom: 40px;
  }
  .view-ultimas-noticias .views-row .views-field-field-imagen, .view--ltimas-noticias .views-row .views-field-field-imagen {
    margin-bottom: 0;
  }
  .view-ultimas-noticias .views-row .views-field-nothing .catefecha, .view--ltimas-noticias .views-row .views-field-nothing .catefecha {
    font-size: 14px;
  }
  .view-ultimas-noticias .views-row .views-field-nothing .catefecha .categoria, .view--ltimas-noticias .views-row .views-field-nothing .catefecha .categoria {
    font-size: 80%;
  }
  .view-ultimas-noticias .views-row .views-field-nothing .catefecha .fecha, .view--ltimas-noticias .views-row .views-field-nothing .catefecha .fecha {
    margin-left: 3px;
    font-size: 80%;
  }
  .view-ultimas-noticias .views-row .views-field-nothing .catefecha .fecha::before, .view--ltimas-noticias .views-row .views-field-nothing .catefecha .fecha::before {
    content: '·';
    display: inline-block;
    margin-right: 3px;
  }
  .view-ultimas-noticias .views-row .views-field-title, .view--ltimas-noticias .views-row .views-field-title {
    font-size: 100%;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .view-ultimas-noticias .views-row .views-field-field-ubicaci-n, .view--ltimas-noticias .views-row .views-field-field-ubicaci-n {
    padding-left: 25px;
    font-size: 80%;
  }
  .view-ultimas-noticias .views-row .views-field-field-ubicaci-n::before, .view--ltimas-noticias .views-row .views-field-field-ubicaci-n::before {
    width: 20px;
    height: 20px;
    top: 0;
  }
  /* view blog ______________ */
  .view-blog {
    margin: 60px auto;
  }
  .view-blog h1 {
    font-size: 200%;
    margin-bottom: 40px;
  }
  .view-blog .views-row .views-field-field-imagen {
    margin-bottom: 0;
  }
  .view-blog .views-row .views-field-nothing .catefecha {
    font-size: 14px;
  }
  .view-blog .views-row .views-field-nothing .catefecha .categoria {
    font-size: 80%;
  }
  .view-blog .views-row .views-field-nothing .catefecha .fecha {
    margin-left: 3px;
    font-size: 80%;
  }
  .view-blog .views-row .views-field-nothing .catefecha .fecha::before {
    content: '·';
    display: inline-block;
    margin-right: 3px;
  }
  .view-blog .views-row .views-field-title {
    font-size: 100%;
    line-height: 20px;
    margin-bottom: 10px;
  }
  footer {
    border: none;
    height: 300px;
    background-position: right;
  }
  footer .region-footer {
    flex-direction: column;
    justify-content: start;
  }
  footer .region-footer #block-block-1 .logos-footer {
    margin: 20px 0;
  }
  footer .region-footer #block-block-1 .logos-footer a {
    margin-right: 40px;
  }
  footer .region-footer #block-block-1 .logos-footer a:last-child {
    margin-right: 0;
  }
  footer .region-footer #block-block-1 .redes-sociales {
    display: flex;
    justify-content: space-between;
  }
  footer .region-footer #block-block-1 .redes-sociales a {
    margin: 0;
    width: 35px;
    height: 35px;
  }
  footer .region-footer #block-block-1 .redes-sociales a.youtube {
    margin: 0;
  }
  footer .region-footer #block-block-3 .info-footer {
    text-align: center;
    font-size: 90%;
  }
  footer .region-footer #block-block-3 .info-footer .suscribete-footer {
    margin: 30px 0;
  }
  footer .region-footer #block-block-3 .info-footer .suscribete-footer a {
    padding: 2px 19px;
  }
  footer .region-footer #block-block-3 .info-footer ul.enlaces {
    margin: 0;
  }
  footer .region-footer #block-block-3 .info-footer ul.enlaces li a {
    line-height: 15px;
  }
  /* pagina areas de intervencion */
  .page-areas-de-intervencion .view--reas-de-intervenci-n {
    margin: 60px auto;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n h1 {
    font-size: 200%;
    margin-bottom: 60px;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row {
    flex: 0 0 51%;
    margin: 0 auto 80px;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .imagenlogo {
    margin-bottom: 10px;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .subtitletax {
    font-size: 180%;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .vertax a {
    font-size: 150%;
    margin-top: 25px;
    padding: 16px 52px;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(2n) {
    margin: 0 auto 80px;
  }
  .region-postcontent .logos-patrocinadores span {
    font-size: 90%;
    margin-bottom: 20px;
  }
  /* logos footer en gris para todas las paginas ______________ */
  .region-postcontent {
    padding: 20px 0 10px;
  }
  /* calendario de adviento */
  .node-type-page.page-node-35 .field-name-body .estrella2 {
    height: 300px;
    top: 3%;
  }
  .node-type-page.page-node-35 .field-name-body .estrella1 {
    height: 200px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion {
    margin: 51px 0 0 61px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .imagen-principal-coleccion {
    width: 212px;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logoscen a.jubilados {
    margin-left: 15px;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logoscen a.diputacion {
    margin-left: 15px;
  }
  /* bloque portada blog ____ */
  #block-views-blog-block .imagenblogdestacada,
  #block-views-blog-block .textoblogdestacada {
    width: 100%;
    float: none;
  }
}

/* layouts smaller than 575px ___________________*/
@media screen and (max-device-width: 575px), screen and (max-width: 575px) {
  .boton-adviento .small-info-adviento.app {
    display: block;
    margin-top: 40px;
    font-weight: bold;
  }
  .bloque-actividad .button-app {
    display: block;
    padding: 12px 0 !important;
  }
  .bloque-actividad .button-app img.image-app {
    width: 130px;
  }
  .boton-xl {
    font-size: 80%;
    padding: 3px 21px;
  }
  .boton-transparente {
    border: 2px solid #ffffff;
  }
  .bloque-participar,
  .bloque-pasos-previos,
  .bloque-estudio-de-partida {
    height: 320px;
  }
  .bloque-participar .info-participar,
  .bloque-pasos-previos .info-participar,
  .bloque-estudio-de-partida .info-participar {
    font-size: 150%;
    line-height: 30px;
  }
  .bloque-participar .boton-participar,
  .bloque-pasos-previos .boton-participar,
  .bloque-estudio-de-partida .boton-participar {
    margin-top: 30px;
  }
  .bloque-participar .boton-participar a,
  .bloque-pasos-previos .boton-participar a,
  .bloque-estudio-de-partida .boton-participar a {
    padding: 1px 43px;
  }
  .bloque-pasos-previos,
  .bloque-estudio-de-partida {
    margin: 0 0 60px;
  }
  /* logos footer en gris para todas las paginas ______________ */
  .region-postcontent {
    padding: 40px 0 30px;
  }
  .region-postcontent .logos-patrocinadores span {
    font-size: 100%;
    margin-bottom: 15px;
  }
  .region-postcontent .logos-patrocinadores .logosizq {
    float: unset;
    width: 100%;
    margin-bottom: 10px;
  }
  .region-postcontent .logos-patrocinadores .logosizq a {
    width: 50%;
  }
  .region-postcontent .logos-patrocinadores .logosder {
    float: unset;
    width: 100%;
  }
  /* portada ______________ */
  .front .region-precontent {
    margin-bottom: 40px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .views-field-field-imagen-destacado .background-image {
    height: 220px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content h1 {
    font-size: 150%;
    max-width: 100%;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content h1 a {
    line-height: 30px;
  }
  .front .region-precontent #block-views-slider-block .flexslider .slider-content .field-name-field-subtitulo {
    margin: 10px 0;
    font-size: 110%;
    max-width: 100%;
    line-height: 20px;
  }
  .front #content .node-portada .field-name-body {
    margin: 0 auto 70px;
    font-size: 100%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores {
    margin-bottom: 30px;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores span {
    font-size: 80%;
  }
  .front #content .node-portada .field-name-body .bloque-estudio {
    height: 320px;
  }
  .front #content .node-portada .field-name-body .bloque-estudio .info-participar {
    font-size: 150%;
    line-height: 30px;
  }
  .front #content .node-portada .field-name-body .bloque-estudio .boton-participar {
    margin-top: 30px;
  }
  .front #content .node-portada .field-name-body .bloque-estudio .boton-participar a {
    padding: 1px 43px;
  }
  .front #content #block-views-reas-de-intervenci-n-block {
    margin-bottom: 40px;
  }
  .front #content #block-views-reas-de-intervenci-n-block h2 {
    font-size: 150%;
    margin-bottom: 30px;
    text-align: left;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row {
    margin: 0 0 30px 0;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .imagenlogo {
    margin-bottom: 4px;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row .nombretax {
    font-size: 80%;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(5n) {
    margin: 0 0 30px 0;
  }
  .front #content #block-views-reas-de-intervenci-n-block .view--reas-de-intervenci-n .view-content .views-row:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .acerca-de-nosotros {
    margin-bottom: 0;
  }
  .acerca-de-nosotros .content-acerca-de-nosotros {
    padding-top: 50px;
  }
  .acerca-de-nosotros .content-acerca-de-nosotros h2 {
    font-size: 150%;
    margin-bottom: 20px;
    line-height: 110%;
  }
  .acerca-de-nosotros .content-acerca-de-nosotros p {
    font-size: 100%;
    line-height: 28px;
  }
  .acerca-de-nosotros .content-acerca-de-nosotros .masinfo .boton-xl {
    margin-top: 20px;
  }
  /* páginas estáticas ______________ */
  .node-type-page .group-cabecera {
    height: 220px;
    margin-bottom: 40px;
  }
  .node-type-page .group-cabecera .group-dates .field-name-title-field .field-item {
    font-size: 150%;
  }
  .node-type-page .field-name-body a.descargar {
    font-size: 125%;
    padding: 6px 40px;
  }
  /* node noticias ______________ */
  .node-type-noticias .group-cabecera, .node-type-actividad .group-cabecera, .node-type-blog .group-cabecera {
    height: 220px;
    margin-bottom: 40px;
  }
  .node-type-noticias .group-cabecera .field-name-title h2, .node-type-actividad .group-cabecera .field-name-title h2, .node-type-blog .group-cabecera .field-name-title h2 {
    font-size: 150%;
    line-height: 30px;
  }
  .node-type-noticias .group-cabecera .field-name-title-field, .node-type-actividad .group-cabecera .field-name-title-field, .node-type-blog .group-cabecera .field-name-title-field {
    font-size: 150%;
    line-height: 30px;
  }
  .node-type-noticias .field-name-body, .node-type-actividad .field-name-body, .node-type-blog .field-name-body {
    margin: 0 auto 50px;
  }
  /* node contacto ______________ */
  .node-type-webform .group-cabecera {
    height: 220px;
    margin-bottom: 40px;
  }
  .node-type-webform .group-cabecera .group-dates .field-name-title-field .field-item {
    font-size: 150%;
    line-height: 30px;
  }
  .node-type-webform .group-body .field-name-field-descripci-n {
    font-size: 100%;
    line-height: 28px;
  }
  .node-type-webform .group-body .field-name-field-descripci-n p {
    margin-bottom: 20px;
  }
  .node-type-webform .group-body .field-name-field-descripci-n .title-participa {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component {
    flex: 0 0 100%;
    margin: 0 0 60px 0;
  }
  .node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component .area-webform .area-webform-img {
    margin-bottom: 15px;
  }
  .node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component .area-webform .area-webform-txt .area-webform-name {
    margin-bottom: 0;
  }
  .node-type-webform .group-body .webform-component--areas-de-intervencion #edit-submitted-areas-de-intervencion .webform-component .area-webform .area-webform-txt .area-webform-desc {
    max-width: 210px;
    margin: 0 auto;
  }
  /* pagina detalle actividad ______________ */
  .page-taxonomy .group-cabecera {
    height: 220px;
  }
  .page-taxonomy .group-cabecera .field-name-title h2 {
    font-size: 150%;
    line-height: 30px;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo {
    top: 20px;
    left: -60px;
  }
  .page-taxonomy .group-cabecera .field-name-field-logo img {
    width: 250px;
  }
  .page-taxonomy .field-name-colaboradores {
    padding: 20px 0 10px;
  }
  .page-taxonomy .field-name-colaboradores .logos-patrocinadores {
    display: block;
  }
  .page-taxonomy .field-name-colaboradores .logos-patrocinadores span {
    font-size: 100%;
    margin-bottom: 15px;
  }
  .page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosizq {
    float: unset;
    width: 100%;
    margin-bottom: 10px;
  }
  .page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosizq a {
    width: 50%;
  }
  .page-taxonomy .field-name-colaboradores .logos-patrocinadores .logosder {
    float: unset;
    width: 100%;
  }
  .page-taxonomy .taxonomy-term-description {
    margin: 40px auto 0;
    font-size: 100%;
    line-height: 25px;
  }
  /* view listado noticias en noticias y taxonomy ______________ */
  .view-ultimas-noticias h1, .view--ltimas-noticias h1 {
    font-size: 180%;
  }
  .view-ultimas-noticias .views-row, .view--ltimas-noticias .views-row {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .view-ultimas-noticias .views-row .views-field-title, .view--ltimas-noticias .views-row .views-field-title {
    font-size: 150%;
    line-height: 26px;
  }
  .view-ultimas-noticias .views-row:nth-child(3n), .view--ltimas-noticias .views-row:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  /* view listado blog ______________ */
  .view-blog h1 {
    font-size: 180%;
  }
  .view-blog .views-row {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .view-blog .views-row .views-field-title {
    font-size: 150%;
    line-height: 26px;
  }
  .view-blog .views-row:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  footer {
    height: 260px;
  }
  footer .region-footer #block-block-1 .logos-footer a {
    margin-right: 15px;
  }
  footer .region-footer #block-block-1 .logos-footer img {
    width: 80px;
  }
  footer .region-footer #block-block-1 .redes-sociales {
    margin-right: 0;
  }
  footer .region-footer #block-block-1 .redes-sociales a {
    width: 25px;
    height: 25px;
  }
  footer .region-footer #block-block-3 .info-footer {
    font-size: 70%;
  }
  footer .region-footer #block-block-3 .info-footer .suscribete-footer {
    margin: 20px 0;
  }
  /* pagina areas de intervencion */
  .page-areas-de-intervencion .view--reas-de-intervenci-n {
    margin: 30px auto;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n h1 {
    font-size: 150%;
    margin-bottom: 30px;
    text-align: center;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row {
    margin: 0 auto 50px;
    flex: 0 0 70%;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .imagenlogo {
    margin-bottom: 10px;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .nombretax {
    font-size: 80%;
    line-height: 20px;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .subtitletax {
    font-size: 130%;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row .vertax a {
    font-size: 90%;
    padding: 3px 30px;
    margin-top: 25px;
  }
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row:nth-child(2n) {
    margin: 0 auto 50px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content {
    margin-left: 0;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion {
    height: auto;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .fecha-popup {
    padding: 39px 0 0 0px;
    text-align: center;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion {
    margin: 37% auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .imagen-principal-coleccion {
    margin-right: 0px;
    width: 281px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .cabecera-info-coleccion {
    margin-top: 157px;
    margin-left: -20%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .imagenes-coleccion {
    padding: 7%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .texto-coleccion {
    padding: 0px 7% 69px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cabecera-belenismo .fecha-popup {
    padding: 39px 0 0 0px;
    text-align: center;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cuerpo-belenismo {
    padding: 69px 8% 57px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cuerpo-belenismo .title-belenismo {
    padding: 0px 10%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario {
    padding: 60px 40px 0px 40px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .fecha-popup {
    padding: 0px 0 0 0px;
    text-align: center;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .title-literario {
    text-align: center;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .texto-literario {
    width: 100%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente {
    padding: 27px 40px 0px 40px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente .cerrar-popup {
    top: 32px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente .fecha-popup {
    padding: 0;
    text-align: center;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente .title-proximamente {
    margin: 100px auto 49px;
    text-align: center;
    width: 100%;
    padding-left: 0px !important;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .proximamente .texto-proximamente {
    margin: 0 auto 74px;
    text-align: center;
    width: 75%;
    padding-left: 0px !important;
  }
  .node-type-page.page-node-35 .field-name-body .estrella1 {
    width: 20%;
    height: 80px;
    left: 0%;
    top: 0.5%;
  }
  .node-type-page.page-node-35 .field-name-body .estrella2 {
    width: 33%;
    height: 174px;
    top: 2%;
    right: 0%;
  }
  .bloque-adviento .estrella1,
  .bloque-expo .estrella1 {
    width: 20%;
    height: 80px;
    left: 0%;
    top: 2%;
  }
  .bloque-adviento .estrella2,
  .bloque-expo .estrella2 {
    width: 33%;
    height: 174px;
    top: 39%;
    right: 0%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .imagenes-coleccion .img-coleccion-popup {
    left: 0;
    transform: translate(0, 0);
  }
}

/* layouts smaller than 375px ___________________*/
@media screen and (max-device-width: 375px), screen and (max-width: 375px) {
  /* bloque logos footer gris ____ */
  .region-postcontent .logos-patrocinadores span {
    font-size: 60%;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores span {
    font-size: 70%;
    margin-bottom: 8px;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logoscen span {
    margin-bottom: 8px;
  }
  .front #content .node-portada .field-name-body .logos-patrocinadores .logosder span {
    margin-bottom: 12px;
  }
  /* pagina areas de intervencion */
  .page-areas-de-intervencion .view--reas-de-intervenci-n .view-content .views-row {
    flex: 0 0 90%;
  }
  /* calendario de adviento */
  .node-type-page.page-node-35 .group-cabecera .group-dates .field-name-title-field .field-item {
    font-size: 157%;
  }
  .node-type-page.page-node-35 .field-name-body .estrella1 {
    width: 28%;
    height: 134px;
  }
  .node-type-page.page-node-35 .field-name-body .estrella2 {
    height: 205px;
    top: 21%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row {
    margin: 0 0% 5%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cerrar-popup {
    right: 21px;
    top: 46px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion {
    margin: 45% auto 0;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .cabecera-info-coleccion {
    margin-top: 141px;
    margin-left: 0;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .cabecera-coleccion .cabecera-datos-coleccion .imagen-principal-coleccion {
    width: 234px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .imagenes-coleccion {
    padding: 9%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .coleccion .texto-coleccion {
    padding: 0px 9% 69px;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .cerrar-popup {
    right: 24px;
    top: 6%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .literario .reproducir-literario {
    width: 100%;
  }
  #block-views-calendario-adviento-block .view-calendario-adviento .view-content .views-row .belenismo .cabecera-belenismo .cerrar-popup {
    right: 22px;
    top: 46px;
  }
}
/*# sourceMappingURL=style.css.map */