/* variables ______________ */
/* fuentes _____________ */
@font-face {
  font-family: Raleway;
  font-weight: 200;
  src: url("../font/Raleway-Light.ttf");
}

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

@font-face {
  font-family: Raleway;
  font-weight: 600;
  src: url("../font/Raleway-SemiBold.ttf");
}

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

html {
  overflow-y: scroll !important;
}

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

body {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
  color: #000000;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

a {
  transition: all 0.3s ease-out;
}

a:hover {
  color: #378d89;
}

header {
  margin: 30px auto 70px;
}

header .logos-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  position: relative;
}

header .logos-container #logo {
  background: url("../images/espaciosenior-lg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  background-size: cover;
  display: block;
  width: 300px;
  height: 146px;
  text-indent: -9000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7000;
}

header #block-mainmenu > ul {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: flex-end;
  margin: 30px auto 0;
}

header #block-mainmenu > ul > li {
  padding: 20px 0;
  margin-left: 30px;
  position: relative;
}

header #block-mainmenu > ul > li:first-child {
  margin-left: 0;
}

header #block-mainmenu > ul > li a {
  transition: all 0.3s ease-out;
  font-weight: 600;
}

header #block-mainmenu > ul > li a:hover {
  color: #378d89;
}

header #block-mainmenu > ul > li:last-child {
  color: #7f4097;
}

header #block-mainmenu > ul > li > ul {
  transition: all 0.3s ease-out;
  position: absolute;
  z-index: 9000;
  top: 60px;
  left: -18px;
  width: 150px;
  background: #ffffff;
  padding: 10px 0;
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

header #block-mainmenu > ul > li > ul > li {
  padding: 10px 0;
  text-align: center;
}

header #block-mainmenu > ul > li > ul.open {
  opacity: 1;
  visibility: visible;
}

header #block-mainmenu > ul .menu-grupos {
  transition: all 0.3s ease-out;
  font-weight: 600;
}

header #block-mainmenu > ul .menu-grupos::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  transition: all 0.3s ease-out;
}

header #block-mainmenu > ul .menu-grupos:hover {
  cursor: pointer;
  color: #378d89;
}

header #block-mainmenu > ul .menu-grupos:hover::after {
  border-color: #378d89 transparent transparent transparent;
}

.path-frontpage header {
  margin: 30px auto 70px;
}

#menu-trigger {
  display: none;
  position: absolute;
  right: 0;
  top: 25px;
  height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 130%;
  color: #000;
  z-index: 7000;
  text-align: right;
}

#menu-trigger span {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1), background-color 1s ease-in;
  transform-origin: 100% 100%;
  transform: translateY(-6%);
}

#menu-trigger span:nth-child(2) {
  margin: 5px 0;
}

#menu-trigger.is-open span:nth-child(1) {
  transform: rotate(-45deg) translateY(0px);
}

#menu-trigger.is-open span:nth-child(2) {
  transform: scaleX(0);
}

#menu-trigger.is-open span:nth-child(3) {
  transform: rotate(45deg) translate(0px);
}

/* banner ______________ */
.flexslider {
  border: none;
  border-radius: 0;
}

.flexslider .views-field-field-imagen {
  position: absolute;
}

.flexslider .views-field-field-imagen img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* footer ______________ */
.pie-logos {
  background: #d7e8e7;
  padding: 50px 0 30px;
}

.pie-logos .grupos {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}

.pie-logos .grupos .logo {
  margin-right: 20px;
}

.pie-logos .grupos .g-adesval {
  width: 110px;
  height: 100px;
}

.pie-logos .grupos .g-arjabor {
  width: 100px;
  height: 100px;
}

.pie-logos .grupos .g-siberia {
  width: 121px;
  height: 100px;
}

.pie-logos .grupos .g-serena {
  width: 169px;
  height: 100px;
}

.pie-logos .grupos .g-aderco {
  width: 113px;
  height: 100px;
}

.pie-logos .grupos .g-tagus {
  width: 283px;
  height: 100px;
}

.pie-logos .grupos .g-leader {
  width: 104px;
  height: 100px;
  margin-right: 0;
}

.pie-logos .instituciones {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
}

.pie-logos .instituciones .logo {
  margin-right: 20px;
}

.pie-logos .instituciones .i-ue {
  width: 197px;
  height: 100px;
}

.pie-logos .instituciones .i-junta {
  width: 230px;
  height: 100px;
}

.pie-logos .instituciones .i-ministerio {
  width: 392px;
  height: 100px;
  margin-right: 0;
}

footer {
  background: #f0f0f0;
}

footer > div {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

footer > div .pie-logo #logo-pie {
  background: url("../images/espaciosenior-lg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  background-size: cover;
  display: block;
  width: 300px;
  height: 146px;
  text-indent: -9000px;
}

footer > div #block-piedepagina {
  display: flex;
  align-items: center;
}

footer > div #block-piedepagina > ul {
  display: flex;
  flex-wrap: wrap;
}

footer > div #block-piedepagina > ul li {
  margin-right: 20px;
}

footer > div #block-piedepagina > ul li:last-child {
  margin-right: 0;
}

#postfooter {
  background: #7f4097;
  padding: 10px 0;
  color: #ffffff;
  font-size: 14px;
}

#postfooter .pie-bot {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

#postfooter .pie-bot .pie-redes a {
  display: inline-block;
  margin: 0 20px 0 0;
  text-indent: -9000px;
  width: 30px;
  height: 30px;
}

#postfooter .pie-bot .pie-redes .twitter {
  background: url("../images/twitter.svg") no-repeat scroll center center;
  background-size: cover;
}

#postfooter .pie-bot .pie-redes .facebook {
  background: url("../images/facebook.svg") no-repeat scroll center center;
  background-size: cover;
}

#postfooter .pie-bot .pie-redes .youtube {
  background: url("../images/youtube.svg") no-repeat scroll center center;
  background-size: cover;
}

#postfooter .pie-bot .pie-redes .instagram {
  background: url("../images/instagram.svg") no-repeat scroll center center;
  background-size: cover;
}

#postfooter .pie-bot .pie-redes .linkedin {
  background: url("../images/linkedin.svg") no-repeat scroll center center;
  background-size: cover;
}

#postfooter .pie-bot .pie-redes .pinterest {
  background: url("../images/pinterest.svg") no-repeat scroll center center;
  background-size: cover;
}

#postfooter .pie-bot .pie-vabadus {
  line-height: 30px;
}

#postfooter .pie-bot .pie-vabadus a {
  font-weight: 600;
}

#postfooter .pie-bot .pie-vabadus a:hover {
  color: #029acf;
}

#postfooter .pie-bot .pie-copy {
  line-height: 30px;
}

#destacado {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
}

.verde {
  color: #378d89;
}

.info-banner {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.info-banner .frase-principal {
  font-size: 38px;
  line-height: 38px;
  font-weight: 600;
  margin: 30px 0;
  color: #7f4097;
}

.info-banner .frase-principal .small {
  font-size: 28px;
}

.info-banner .banner-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.info-banner .banner-content .col-izq-banner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex: 1 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
  margin-left: 40px;
}

.info-banner .banner-content .col-izq-banner .img-izq-banner {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 30px;
}

.info-banner .banner-content .texto {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex: 1 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
  margin-left: 40px;
  text-align: initial;
}

.info-banner .banner-content .texto ul li {
  position: relative;
  padding-left: 20px;
}

.info-banner .banner-content .texto ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #378d89;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 0;
}

/* content ______________ */
#content {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 60px;
}

.path-node #content, .path-user #content {
  max-width: 720px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto 60px;
}

.cuerpo a {
  transition: all 0.3s ease-out;
  color: inherit;
  border-bottom: 1px solid #d7e8e7;
  text-decoration: none;
}

.cuerpo a:hover {
  border-bottom: 1px solid #378d89;
}

.cuerpo ul li {
  position: relative;
  padding-left: 20px;
}

.cuerpo ul li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #378d89;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 0;
}

.entradilla {
  margin-bottom: 20px;
}

.path-node h2 {
  margin-bottom: 20px;
}

.path-node p {
  margin-bottom: 20px;
}

.path-node .video-embed-field-responsive-video {
  margin-bottom: 20px;
}

.path-node .categoria {
  color: #7f4097;
  margin-top: 15px;
}

.path-node .file::before {
  content: 'Descargar PDF:';
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.path-node .file a {
  display: block;
  text-indent: -9000px;
  width: 40px;
  height: 49px;
  background: url("../images/pdf.png") no-repeat scroll center center;
  background-size: cover;
}

.path-node .enlace {
  text-align: right;
  margin-top: 30px;
}

.path-node .enlace a {
  color: #ffffff;
  background: #7f4097;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
  transition: all 0.3s ease-out;
}

.path-node .enlace a:hover {
  background: #378d89;
}

.path-frontpage p {
  margin-bottom: 20px;
}

/* page noticias ______________ */
.view-noticias {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.view-noticias .views-row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex: 1 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
}

/* page noticias ______________ */
.view-noticias {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.view-noticias .views-row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  flex: 1 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
}

/* page el proyecto ______________ */
.view-el-proyecto .views-row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}

.view-el-proyecto .views-row .views-field-field-imagen {
  flex: 1 0 50%;
  max-width: 50%;
}

.view-el-proyecto .views-row .views-field-field-imagen a {
  display: flex;
}

.view-el-proyecto .views-row .views-field-field-imagen a img {
  border-radius: 10px 0 0 10px;
}

.view-el-proyecto .views-row .views-field-nothing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex: 1 0 50%;
  max-width: 50%;
  padding: 40px;
  display: flex;
  align-items: center;
  background: #e5d8ea;
  border-radius: 0 10px 10px 0;
}

.view-el-proyecto .views-row .views-field-nothing .info-proyecto .title-proyecto {
  font-size: 26px;
  margin-bottom: 16px;
}

.view-el-proyecto .views-row .views-field-nothing .info-proyecto .enlace-proyecto {
  text-align: right;
  margin-top: 30px;
}

.view-el-proyecto .views-row .views-field-nothing .info-proyecto .enlace-proyecto a {
  color: #ffffff;
  background: #7f4097;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
  transition: all 0.3s ease-out;
}

.view-el-proyecto .views-row .views-field-nothing .info-proyecto .enlace-proyecto a:hover {
  background: #378d89;
}

.view-el-proyecto .views-row:first-child {
  flex-direction: row-reverse;
}

.view-el-proyecto .views-row:first-child .views-field-field-imagen {
  display: none;
}

.view-el-proyecto .views-row:first-child .views-field-nothing {
  background: #e5d8ea;
  border-radius: 10px;
  flex: 1 0 100%;
  max-width: 100%;
}

.view-el-proyecto .views-row:first-child .views-field-nothing > .field-content {
  width: 100%;
}

.view-el-proyecto .views-row:first-child .views-field-nothing .info-proyecto .title-proyecto a:hover {
  color: #7f4097;
}

.view-el-proyecto .views-row:nth-child(even) .views-field-nothing {
  background: #d7e8e7;
}

.view-el-proyecto .views-row:nth-child(even) .views-field-nothing .info-proyecto .title-proyecto a:hover {
  color: #7f4097;
}

.view-el-proyecto .views-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.views-field-field-categoria {
  color: #7f4097;
}

/* page documentos ______________ */
.view-documentos {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.view-documentos .views-row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  flex: 1 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
}

.views-field-field-documento {
  position: absolute;
  top: -15px;
  right: -15px;
}

.views-field-field-documento a {
  display: block;
  text-indent: -9000px;
  width: 40px;
  height: 49px;
  background: url("../images/pdf.png") no-repeat scroll center center;
  background-size: cover;
}

.views-field-title {
  font-size: 22px;
  margin: 4px 0;
}

.titulo-contenido {
  margin: 20px 0;
}

/* formularios ______________ */
form label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

form .js-form-item {
  margin-bottom: 30px;
}

form .description {
  font-size: 13px;
}

form .description::before {
  content: '*';
}

form input[type=text], form input[type=password], form input[type=email], form input[type=tel], form textarea, form select {
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  padding: 10px;
  border: 1px solid #f0f0f0;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=tel]:focus, form textarea:focus, form select:focus {
  outline: none;
  border: 1px solid #7f4097;
}

form input[type=text]:hover, form input[type=password]:hover, form input[type=email]:hover, form input[type=tel]:hover, form textarea:hover, form select:hover {
  outline: none;
  border: 1px solid #378d89;
}

form input[type=checkbox] {
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 25px;
  border: 1px solid #7f4097;
  outline: none;
  margin-right: 10px;
}

form input[type=checkbox]:hover {
  cursor: pointer;
}

form input[type=checkbox]:checked {
  background-color: #7f4097;
}

form input[type=checkbox]:checked:after {
  margin-left: 7px;
  margin-top: 2px;
  width: 5px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
  position: absolute;
}

.button {
  transition: all 0.3s ease-out;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  background: #378d89;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  border: 1px solid #f0f0f0;
  margin-right: 10px;
  text-align: center;
}

.button:focus {
  outline: none;
}

.button:hover {
  outline: none;
  background: #7f4097;
  cursor: pointer;
}

.webform-submission-contact-form {
  max-width: 720px;
  margin: 0 auto;
  width: 90%;
}

.webform-submission-proponer-indicador-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.webform-submission-proponer-indicador-form .form-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex: 1 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-left: 20px;
}

.webform-submission-proponer-indicador-form .form-actions {
  flex: 1 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin-left: 20px;
}

.views-exposed-form {
  margin-top: 80px;
}

.views-exposed-form legend {
  margin-bottom: 20px;
  font-weight: 600;
}

.views-exposed-form label {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
}

.views-exposed-form .form-checkboxes {
  display: flex;
}

.views-exposed-form .form-checkboxes .form-item {
  float: unset;
  margin-right: 30px;
  display: flex;
}

.admin-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.admin-popup .admin-popup-content {
  background: #ffffff;
  max-width: 720px;
  margin: 0 auto;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px 30px;
  border-radius: 5px;
}

.admin-popup .admin-popup-content .title-admin {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px;
}

.admin-popup .admin-popup-content #cerrar-admin {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  transition: all 0.3s ease-out;
}

.admin-popup .admin-popup-content #cerrar-admin:hover {
  color: #378d89;
  cursor: pointer;
}

.admin-popup .admin-popup-content .admin-popup-container {
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
  margin-left: -20px;
}

.admin-popup .admin-popup-content .admin-popup-container .admin-col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  flex: 1 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin-left: 20px;
}

.admin-popup .admin-popup-content .admin-popup-container .admin-col .label-admin {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.admin-popup .admin-popup-content .admin-popup-container .admin-col a {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.admin-popup .admin-popup-content img {
  width: 120px;
  float: right;
}

.admin-popup.open {
  opacity: 1;
  visibility: visible;
}

#abrir-admin {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #378d89;
  z-index: 98000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#abrir-admin img {
  width: 24px;
}

#abrir-admin:hover {
  cursor: pointer;
}

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background: #378d89;
}

#block-adesval-content .field--type-image img {
  width: auto;
}

#block-adesval-content .field--type-image .file::before {
  display: none;
}

#block-adesval-content .field--type-image .file a {
  display: inherit;
  text-indent: none;
  width: auto;
  height: auto;
  background: none;
  background-size: unset;
}

#block-adesval-content .field--type-file .file::before {
  display: none;
}

#block-adesval-content .field--type-file .file a {
  display: inherit;
  text-indent: none;
  width: auto;
  height: auto;
  background: none;
  background-size: unset;
}

#block-adesval-content .js-filter-wrapper {
  display: none;
}

#block-adesval-content .js-form-type-vertical-tabs {
  display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow-x: auto;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #378d89;
  color: #ffffff;
}

.path-node #content .cuerpo p.images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.path-node #content .cuerpo p.images img {
  margin-bottom: 20px;
}

.path-node #content .cuerpo p.images img:first-child {
  max-width: 500px;
}

.path-node #content .cuerpo p.images img:last-child {
  width: 220px;
  height: 215px;
}

@media screen and (max-device-width: 1080px), screen and (max-width: 1080px) {
  header .logos-container #logo {
    width: 225px;
    height: 110px;
  }
  header #block-mainmenu > ul {
    margin: 17px auto 0;
  }
}

@media screen and (max-device-width: 992px), screen and (max-width: 992px) {
  #block-mainmenu {
    position: fixed;
    top: 0;
    background: #e5d8ea;
    height: 462px;
    left: 0;
    width: 100%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    transform: translateY(-100%);
    transition-property: transform;
    transition-duration: 0.5s;
    z-index: 6;
  }
  #block-mainmenu.open {
    transform: translateY(0);
  }
  #menu-trigger {
    display: inline-block;
  }
  header {
    margin: 30px auto 100px;
  }
  header .logos-container #logo {
    width: 150px;
    height: 73px;
  }
  header #block-mainmenu > ul {
    margin: 100px auto 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  header #block-mainmenu > ul > li {
    margin-left: 0;
    padding: 12px 0;
  }
  header #block-mainmenu > ul > li > ul {
    box-shadow: none;
    background: #e5d8ea;
    width: 100%;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .info-banner .frase-principal {
    font-size: 28px;
  }
  footer > div .pie-logo #logo-pie {
    width: 225px;
    height: 110px;
  }
  footer > div #block-piedepagina > ul {
    justify-content: end;
    font-size: 14px;
  }
  #postfooter .pie-bot {
    flex-direction: column;
    justify-content: center;
  }
  #postfooter .pie-bot .pie-redes, #postfooter .pie-bot .pie-vabadus, #postfooter .pie-bot .pie-copy {
    text-align: center;
  }
  .view-el-proyecto .views-row .views-field-nothing {
    padding: 20px;
  }
}

@media screen and (max-device-width: 930px), screen and (max-width: 930px) {
  .views-exposed-form .form-checkboxes {
    flex-direction: column;
  }
}

@media screen and (max-device-width: 768px), screen and (max-width: 768px) {
  .path-frontpage header {
    margin: 30px auto 70px;
  }
  .info-banner .frase-principal {
    font-size: 24px;
  }
  .info-banner .banner-content {
    flex-direction: column-reverse;
  }
  .info-banner .banner-content .col-izq-banner {
    flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .info-banner .banner-content .col-izq-banner .img-izq-banner {
    position: relative;
    top: auto;
  }
  .info-banner .banner-content .col-izq-banner .img-izq-banner img {
    max-width: 430px;
    margin: 0 auto;
  }
  .info-banner .banner-content .texto {
    flex: 1 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  .pie-logos .grupos {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    justify-content: unset;
  }
  .pie-logos .grupos .logo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    flex: 1 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
    height: auto;
  }
  footer {
    padding: 10px 0;
  }
  footer > div .pie-logo #logo-pie {
    width: 150px;
    height: 73px;
  }
  .view-noticias .views-row, .view-documentos .views-row {
    flex: 1 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .view-el-proyecto .views-row {
    flex-direction: column;
    align-items: center;
  }
  .view-el-proyecto .views-row:nth-child(even) {
    flex-direction: column;
  }
  .view-el-proyecto .views-row:nth-child(even) .views-field-field-imagen a img {
    border-radius: 10px 10px 0 0;
  }
  .view-el-proyecto .views-row:nth-child(even) .views-field-nothing {
    border-radius: 0 0 10px 10px;
  }
  .view-el-proyecto .views-row .views-field-field-imagen a img {
    border-radius: 10px 10px 0 0;
  }
  .view-el-proyecto .views-row .views-field-nothing {
    border-radius: 0 0 10px 10px;
  }
  .webform-submission-proponer-indicador-form .form-item {
    flex: 1 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

@media screen and (max-device-width: 576px), screen and (max-width: 576px) {
  .view-noticias .views-row, .view-documentos .views-row {
    flex: 1 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .view-el-proyecto .views-row .views-field-field-imagen {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .view-el-proyecto .views-row .views-field-nothing {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */

#block-videoportada video {
  width: 100%;
  height: auto;
}
