.columns {
  padding: 0 0.625em;
}
@media screen and (max-width: 1023px) {
  .columns {
    padding: 0 10px;
  }
}

.row {
  width: 100%;
  max-width: 113.25em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*@media screen and (max-width:1200px){
      padding: 0 10px;
  }*/
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 4px;
  }
}

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT.woff2") format("woff2"), url("../fonts/DINOT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Alternate";
  src: url("../fonts/dinalternate-bold-webfont.woff2") format("woff2"), url("../fonts/dinalternate-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Book.woff2") format("woff2"), url("../fonts/FuturaStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Medium.woff2") format("woff2"), url("../fonts/FuturaStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*Icons*/
@font-face {
  font-family: "Material Symbols Sharp";
  src: url("../fonts/MaterialSymbolsSharp-Regular.woff2") format("woff2"), url("../fonts/MaterialSymbolsSharp-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "la-brands-400";
  src: url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "la-solid-900";
  src: url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes gira {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes gira {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
*::-moz-selection {
  background-color: #D64E2A;
  color: white;
}

*::selection {
  background-color: #D64E2A;
  color: white;
}

* {
  -webkit-overflow-scrolling: touch;
}
*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: white;
  font-family: "Futura Std", sans-serif;
  font-size: 16px;
  /*font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
  /*font-size: calc(7px + (15.5 - 7) * ((100vw - 767px) / (1920 - 767)));*/
  font-size: clamp(12px, 0.833vw, 16px); /*clamp(min, val, max);*/
  font-weight: 400;
  color: black;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-anchor: none;
  overflow-x: hidden;
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 12px;
  }
}

b, strong {
  font-weight: 700;
}

a {
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
}

.no-padding {
  padding: 0;
}

.minus {
  text-transform: lowercase;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
}

/*.by-acc {
    display: block;
    text-align: center;
    width: 3.768em;
    display: flex;
    margin: auto;
    gap: 0.25em;
    color: $colorSecundario;
}*/
.mensaje {
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  overflow-wrap: break-word;
}
.mensaje.status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  background-image: url(/core/misc/icons/73b355/check.svg);
  -webkit-box-shadow: -8px 0 0 #77b259;
          box-shadow: -8px 0 0 #77b259;
}
.mensaje.error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  background-color: #fcf4f2;
  background-image: url(/core/misc/icons/73b355/error.svg);
  -webkit-box-shadow: -8px 0 0 #e62600;
          box-shadow: -8px 0 0 #e62600;
}
.mensaje.warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  background-color: #fdf8ed;
  background-image: url(/core/misc/icons/73b355/warning.svg);
  -webkit-box-shadow: -8px 0 0 #e09600;
          box-shadow: -8px 0 0 #e09600;
}

#block-acc-corporative-breadcrumbs ol {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  font-size: 0.85rem;
}
#block-acc-corporative-breadcrumbs ol li {
  margin: 0 0 0 0;
  padding: 0;
  display: inline-block;
}
#block-acc-corporative-breadcrumbs ol li:not(:last-child):after {
  content: "/";
  margin: 0 0.25rem;
  display: inline-block;
}
#block-acc-corporative-breadcrumbs ol li a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#block-acccompartir ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#block-acccompartir ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
#block-acccompartir ul li i {
  background-size: 2rem auto;
  background-position: left center;
  background-repeat: no-repeat;
  min-width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-acccompartir ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-acccompartir ul li.whatsapp i {
  background-image: url("../images/rrss/ico-whatsapp.svg");
}
#block-acccompartir ul li.facebook i {
  background-image: url("../images/rrss/ico-facebook.svg");
}
#block-acccompartir ul li.twitter i {
  background-image: url("../images/rrss/ico-twitter.svg");
}
#block-acccompartir ul li.pinterest i {
  background-image: url("../images/rrss/ico-pinterest.svg");
}
#block-acccompartir ul li.linkedin i {
  background-image: url("../images/rrss/ico-linkedin.svg");
}
#block-acccompartir ul li.email i {
  background-image: url("../images/rrss/ico-email.svg");
}
#block-acccompartir ul li.print i {
  background-image: url("../images/rrss/ico-print.svg");
}
#block-acccompartir ul li.youtube i {
  background-image: url("/images/rrss/ico-youtube.svg");
}

body.auth {
  padding: 0 !important;
  margin: 0;
}

#toolbar-bar {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100px;
  max-height: 76px;
  overflow: hidden;
  z-index: 1004;
}
#toolbar-bar:hover {
  opacity: 1;
  width: 100%;
  overflow: visible;
}

body[class^=c--user-] .page-content, body[class*=c--user-] .page-content {
  text-align: center;
  margin-top: 15%;
}

body.c--user-login .page-content, body[class^=c--user-] .page-content, body[class*=c--user-] .page-content {
  margin-top: 6rem;
  min-height: 25vh;
}

#edicion {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ff0054 url("/themes/custom/acc_corporative/images/acc.png") 99% 50% no-repeat;
  background-size: auto 30%;
  font-size: 0.9em;
  line-height: 20px;
  text-align: center;
  z-index: 9999;
  font-family: Arial, "sans-serif";
}
#edicion ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  float: left;
  font-size: 0.9rem;
}
#edicion ul li {
  float: left;
}
#edicion ul li a {
  color: #fff;
  background-color: transparent;
  border: none;
  display: block;
  float: left;
  padding: 1em 1em 0.85em;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#edicion ul li a:hover, #edicion ul li a.active {
  background: #000;
}
#edicion ul li.active a {
  background: #000;
}
#edicion:hover {
  opacity: 1;
}

ul.contextual-links {
  display: none;
}

body.user-login .page-content {
  margin-top: 6rem;
  min-height: 25vh;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 113.25em;
}
@media screen and (max-width: 1500px) {
  .row {
    max-width: 94%;
  }
}
@media screen and (max-width: 1300px) {
  .row {
    max-width: 100%;
  }
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.625em;
  margin-right: -0.625em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column, .columns {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.large-1 {
  position: relative;
  width: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .large-1 {
    width: 100%;
  }
}

.large-2 {
  position: relative;
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .large-2 {
    width: 100%;
  }
}

.large-3 {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .large-3 {
    width: 100%;
  }
}

.large-4 {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .large-4 {
    width: 100%;
  }
}

.large-5 {
  position: relative;
  width: 41.6666666667%;
}
@media screen and (max-width: 767px) {
  .large-5 {
    width: 100%;
  }
}

.large-6 {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .large-6 {
    width: 100%;
  }
}

.large-7 {
  position: relative;
  width: 58.3333333333%;
}
@media screen and (max-width: 767px) {
  .large-7 {
    width: 100%;
  }
}

.large-8 {
  position: relative;
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .large-8 {
    width: 100%;
  }
}

.large-9 {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .large-9 {
    width: 100%;
  }
}

.large-10 {
  position: relative;
  width: 83.3333333333%;
}
@media screen and (max-width: 767px) {
  .large-10 {
    width: 100%;
  }
}

.large-11 {
  position: relative;
  width: 91.6666666667%;
}
@media screen and (max-width: 767px) {
  .large-11 {
    width: 100%;
  }
}

.large-12 {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .large-12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .large-3.small-6 {
    width: 50%;
  }
}
@media screen and (max-width: 370px) {
  .large-3.small-6 {
    width: 100%;
  }
}

.large-offset-1 {
  margin-left: 8.33333%;
}

.large-1 {
  width: 8.33%;
}

.large-2 {
  width: 16.66%;
}

.large-3 {
  width: 25%;
}

.large-4 {
  width: 33.33%;
}

.large-5 {
  width: 41.66%;
}

.large-6 {
  width: 50%;
}

.large-7 {
  width: 58.33%;
}

.large-8 {
  width: 66.66%;
}

.large-9 {
  width: 75%;
}

.large-10 {
  width: 83.33%;
}

.large-11 {
  width: 91.66%;
}

.large-12 {
  width: 100%;
}

.large-pull-1 {
  position: relative;
  right: 8.33%;
}

.large-pull-2 {
  position: relative;
  right: 16.66%;
}

.large-pull-3 {
  position: relative;
  right: 25%;
}

.large-pull-4 {
  position: relative;
  right: 33.33%;
}

.large-pull-5 {
  position: relative;
  right: 41.66%;
}

.large-pull-6 {
  position: relative;
  right: 50%;
}

.large-pull-7 {
  position: relative;
  right: 58.33%;
}

.large-pull-8 {
  position: relative;
  right: 66.66%;
}

.large-pull-9 {
  position: relative;
  right: 75%;
}

.large-pull-10 {
  position: relative;
  right: 83.33%;
}

.large-pull-11 {
  position: relative;
  right: 91.66%;
}

.large-pull-12 {
  position: relative;
  right: 100%;
}

.large-push-1 {
  position: relative;
  left: 8.33%;
}

.large-push-2 {
  position: relative;
  left: 16.66%;
}

.large-push-3 {
  position: relative;
  left: 25%;
}

.large-push-4 {
  position: relative;
  left: 33.33%;
}

.large-push-5 {
  position: relative;
  left: 41.66%;
}

.large-push-6 {
  position: relative;
  left: 50%;
}

.large-push-7 {
  position: relative;
  left: 58.33%;
}

.large-push-8 {
  position: relative;
  left: 66.66%;
}

.large-push-9 {
  position: relative;
  left: 75%;
}

.large-push-10 {
  position: relative;
  left: 83.33%;
}

.large-push-11 {
  position: relative;
  left: 91.66%;
}

.large-push-12 {
  position: relative;
  left: 100%;
}

@media screen and (max-width: 1023px) {
  .large-pull-1 {
    right: auto;
  }
  .large-pull-2 {
    right: auto;
  }
  .large-pull-3 {
    right: auto;
  }
  .large-pull-4 {
    right: auto;
  }
  .large-pull-5 {
    right: auto;
  }
  .large-pull-6 {
    right: auto;
  }
  .large-pull-7 {
    right: auto;
  }
  .large-pull-8 {
    right: auto;
  }
  .large-pull-9 {
    right: auto;
  }
  .large-pull-10 {
    right: auto;
  }
  .large-pull-11 {
    right: auto;
  }
  .large-pull-12 {
    right: auto;
  }
  .large-push-1 {
    left: auto;
  }
  .large-push-2 {
    left: auto;
  }
  .large-push-3 {
    left: auto;
  }
  .large-push-4 {
    left: auto;
  }
  .large-push-5 {
    left: auto;
  }
  .large-push-6 {
    left: auto;
  }
  .large-push-7 {
    left: auto;
  }
  .large-push-8 {
    left: auto;
  }
  .large-push-9 {
    left: auto;
  }
  .large-push-10 {
    left: auto;
  }
  .large-push-11 {
    left: auto;
  }
  .large-push-12 {
    left: auto;
  }
  .medium-1 {
    width: 8.33%;
  }
  .medium-2 {
    width: 16.66%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33%;
  }
  .medium-5 {
    width: 41.66%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33%;
  }
  .medium-8 {
    width: 66.66%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33%;
  }
  .medium-11 {
    width: 91.66%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .small-1 {
    width: 8.33%;
  }
  .small-2 {
    width: 16.66%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33%;
  }
  .small-5 {
    width: 41.66%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33%;
  }
  .small-8 {
    width: 66.66%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33%;
  }
  .small-11 {
    width: 91.66%;
  }
  .small-12 {
    width: 100%;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
#sliding-popup #popup-buttons {
  float: none;
  margin: 0;
  max-width: 100%;
}
#sliding-popup #popup-text {
  float: none;
  color: black !important;
  font-weight: normal;
  margin: 0;
  max-width: 100%;
}
#sliding-popup #eu-cookie-compliance-categories {
  max-height: 270px;
  overflow-y: scroll;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #sliding-popup #eu-cookie-compliance-categories {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 30px;
    margin: 0;
  }
}
#sliding-popup p {
  color: black;
}
#sliding-popup button.agree-button {
  margin: 0 auto 20px;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgb(255, 46, 66);
  border: none;
  color: white;
  padding: 15px 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#sliding-popup button.agree-button:hover, #sliding-popup button.agree-button:active {
  background-color: black;
  background-image: none;
}
@media screen and (min-width: 768px) {
  #sliding-popup button.agree-button {
    margin: 20px 30px;
    float: right;
    display: inline-block;
  }
}
#sliding-popup button.eu-cookie-compliance-save-preferences-button {
  margin: 20px auto;
  display: block;
  text-align: center;
  color: rgb(255, 46, 66);
  font-size: 14px;
  background-image: none;
  background-color: transparent;
  font-weight: normal;
  font-size: 16px;
  border: none;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #sliding-popup button.eu-cookie-compliance-save-preferences-button {
    margin: 25px 0 0 30px;
    font-size: 16px;
    display: inline-block;
    float: left;
  }
}
#sliding-popup .popup-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  background-color: white;
  border-radius: 2px;
  padding: 30px;
  height: 90vh;
  position: absolute;
  min-height: 540px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 650px;
  min-width: 280px;
}
@media screen and (max-width: 479px) {
  #sliding-popup .popup-content {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 480px) and (max-width: 1079px) {
  #sliding-popup .popup-content {
    width: 80%;
    height: 75vh;
  }
}
@media screen and (min-width: 1080px) {
  #sliding-popup .popup-content {
    width: 50%;
    height: 40vh;
  }
}
#sliding-popup .texto-cookies {
  margin-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #sliding-popup .texto-cookies {
    font-size: 16px;
  }
}
#sliding-popup .texto-cookies a {
  color: rgb(255, 46, 66);
}
#sliding-popup .texto-cookies a:hover {
  text-decoration: underline;
}
#sliding-popup .txt-cookies p {
  font-weight: normal;
  display: block;
  color: black;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #sliding-popup .txt-cookies p {
    font-size: 16px;
  }
}
#sliding-popup .encabezado-cookies {
  font-weight: bold;
  font-size: 16px;
  color: black;
  margin: 0 0 20px;
}
#sliding-popup .eu-cookie-compliance-banner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}
#sliding-popup .eu-cookie-compliance-buttons {
  max-width: 100%;
  border-top: 1px solid #c1c1c1;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #sliding-popup .eu-cookie-compliance-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
#sliding-popup .eu-cookie-compliance-category {
  border-bottom: 1px solid #ddd;
  padding-top: 0.85rem;
}
#sliding-popup .eu-cookie-compliance-category label {
  color: black;
  font-weight: 600;
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch {
  float: right;
  position: relative;
  top: -6px;
  -webkit-appearance: none;
  outline: none;
  width: 32px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 25px;
  margin-bottom: -3px;
  -webkit-box-shadow: inset -10px 0 0 0 #fff;
          box-shadow: inset -10px 0 0 0 #fff;
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 18px;
  height: 16px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch:checked {
  -webkit-box-shadow: inset 10px 0 0 0 #4CAF50;
          box-shadow: inset 10px 0 0 0 #4CAF50;
  border-color: #4CAF50;
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch:checked:disabled {
  -webkit-box-shadow: inset 10px 0 0 0 #196326;
          box-shadow: inset 10px 0 0 0 #196326;
  border-color: #196326;
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch:checked:after {
  left: 10px;
  -webkit-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
          box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}
#sliding-popup .eu-cookie-compliance-category:last-child {
  border-bottom: none;
}
#sliding-popup .seclayer:not(.hide) {
  display: block;
  color: rgb(255, 46, 66);
  font-size: 16px;
  line-height: 4;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}
#sliding-popup .seclayer:not(.hide):hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sliding-popup .seclayer:not(.hide) {
    float: left;
    margin: 10px 0 0 30px;
  }
}
#sliding-popup .hide {
  display: none !important;
}

#sliding-popup button.agree-button {
  background-color: #D4D83E;
}
#sliding-popup button.agree-button:hover {
  background-color: #D64E2A;
}

#sliding-popup .seclayer:not(.hide) {
  text-decoration: none;
  color: #D4D83E;
}
#sliding-popup .seclayer:not(.hide):hover {
  text-decoration: none;
  color: #D64E2A;
}

#sliding-popup .texto-cookies a {
  text-decoration: none;
  color: #D4D83E;
}
#sliding-popup .texto-cookies a:hover {
  text-decoration: none;
  color: #D64E2A;
}

#sliding-popup button.eu-cookie-compliance-save-preferences-button {
  text-decoration: none;
  color: #D4D83E;
}
#sliding-popup button.eu-cookie-compliance-save-preferences-button:hover {
  text-decoration: none;
  color: #D64E2A;
}

#sliding-popup p {
  line-height: 152.5%;
}
#sliding-popup p.cookie-cat {
  width: 100%;
  font-size: 0.9em;
  margin: 0.7em 0 0.9em;
}

#sliding-popup .eu-cookie-compliance-category label + p {
  margin-top: 5px;
  margin-bottom: 6px;
}

#c-bns button:first-child, #c-bns button:nth-child(2), #s-bns button:first-child, #s-bns button:nth-child(2), .cc_div .c-bn {
  background-color: #D64E2A;
  color: white;
}
#c-bns button:first-child:hover, #c-bns button:nth-child(2):hover, #s-bns button:first-child:hover, #s-bns button:nth-child(2):hover, .cc_div .c-bn:hover {
  background-color: #EBEAE8;
  color: black;
}

#s-c-bn {
  background-color: #EBEAE8;
  color: #7C7B7C;
}

#header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  margin: 0;
  padding: 1.875em 0;
  border-bottom: thin solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  #header {
    padding: 1.75em 0;
  }
}
@media screen and (max-width: 1023px) {
  #header {
    padding: 1.675em 0;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 1.5em 0;
  }
}
#header.active.colored, #header.active.not-sticky {
  -webkit-transform: none;
          transform: none;
}
#header.not-sticky, #header.not-sticky:not(.active) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#header.not-sticky.sticky, #header.not-sticky:not(.active).sticky {
  padding: 1.25em 0 1.875em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1300px) {
  #header.not-sticky.sticky, #header.not-sticky:not(.active).sticky {
    padding: 1.125em 0 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  #header.not-sticky.sticky, #header.not-sticky:not(.active).sticky {
    padding: 1.125em 0 1.675em;
  }
}
@media screen and (max-width: 767px) {
  #header.not-sticky.sticky, #header.not-sticky:not(.active).sticky {
    padding: 1em 0 1.5em;
  }
}
#header.colored, #header.active {
  border-bottom: thin solid #EBEAE8;
  background-color: white;
  -webkit-transform: none;
          transform: none;
}
#header.drop-active {
  -webkit-transform: none;
          transform: none;
}
#header.drop-active.not-sticky, #header.drop-active.not-sticky:not(.active) {
  -webkit-transform: none;
          transform: none;
}
#header .row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  #header .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .row:before, #header .row:after {
  content: none;
}
#header #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
#header #logo .logo {
  width: 100%;
  max-width: 8.6375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #header #logo .logo {
    max-width: 7.5em;
  }
}
#header #logo a {
  width: 100%;
  max-width: 8.6375em;
  display: block;
}
@media screen and (max-width: 767px) {
  #header #logo a {
    max-width: 7.5em;
  }
}
#header #logo svg, #header #logo img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .large-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}
#header #dropdown-burger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  #header #dropdown-burger {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1.5em 14px 2em;
    border-bottom: thin solid #EBEAE8;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
#header #dropdown-burger nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 1023px) {
  #header #dropdown-burger nav {
    width: 100%;
  }
}
#header #dropdown-burger nav > ul {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  #header #dropdown-burger nav > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#header #dropdown-burger nav > ul > li {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 1.875em 0 0;
}
@media screen and (max-width: 1300px) {
  #header #dropdown-burger nav > ul > li {
    margin: 0 1.75em 0 0;
  }
}
@media screen and (max-width: 1023px) {
  #header #dropdown-burger nav > ul > li {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 1em;
  }
}
#header #dropdown-burger nav > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  #header #dropdown-burger nav > ul > li:last-child {
    margin-bottom: 0;
  }
}
#header #dropdown-burger nav > ul > li a, #header #dropdown-burger nav > ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
#header .idiomas {
  height: 2.571em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 1.428em;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#header .idiomas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .idiomas ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  border-right: thin solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .idiomas ul li:first-child {
  padding-left: 0;
}
#header .idiomas ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#header .idiomas ul li.is-active a {
  opacity: 1;
}
#header .idiomas ul li a {
  opacity: 0.5;
}
#header a {
  color: black;
}
#header a.cta {
  height: 2.571em;
  padding-left: 1.071em;
  color: #D64E2A;
}
#header a.cta:hover {
  color: white;
}

.type-araid_portada:not(.header-activo) #header:not(.colored) #logo svg path:not(.i), .type-araid_portada:not(.header-activo) #header:not(.colored) #logo svg rect {
  fill: white;
}
.type-araid_portada:not(.header-activo) #header:not(.colored) .idiomas ul li {
  border-right: thin solid rgba(255, 255, 255, 0.2);
}
.type-araid_portada:not(.header-activo) #header:not(.colored) .idiomas ul li:last-child {
  border-right: none;
}
.type-araid_portada:not(.header-activo) #header:not(.colored) a {
  color: white;
}
.type-araid_portada:not(.header-activo) #header:not(.colored) a.cta {
  border-color: white;
  color: white;
}
.type-araid_portada:not(.header-activo) #header:not(.colored) a.cta:hover {
  background: white;
  color: black;
}
.type-araid_portada:not(.header-activo) #header:not(.colored) #burger span {
  background-color: white;
}

#burger {
  width: 2.5em;
  height: 2.5em;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.75em;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #burger {
    margin-left: 1.5em;
  }
}
#burger span {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  margin: 0.325em 0;
  background-color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-activo #header {
  border-bottom: none;
  background-color: white;
}
.header-activo #dropdown-burger {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-activo #burger span:nth-child(1) {
  top: 5px;
  margin: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: mrotr 300ms cubic-bezier(0.5, 0.2, 0.2, 1.01);
          animation: mrotr 300ms cubic-bezier(0.5, 0.2, 0.2, 1.01);
}
.header-activo #burger span:nth-child(2) {
  opacity: 0;
}
.header-activo #burger span:nth-child(3) {
  top: -5px;
  margin: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: mrotl 300ms cubic-bezier(0.5, 0.2, 0.2, 1.01);
          animation: mrotl 300ms cubic-bezier(0.5, 0.2, 0.2, 1.01);
}
@media screen and (max-width: 1023px) {
  .header-activo #header {
    -webkit-transform: none;
            transform: none;
  }
}
.header-activo #header.not-sticky {
  -webkit-transform: none;
          transform: none;
}
.header-activo #header.not-sticky.sticky {
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1023px) {
  .header-activo #header .row:after {
    opacity: 0.2;
    visibility: visible;
  }
}
@media screen and (max-width: 1023px) {
  .header-activo #header #dropdown-burger {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.header-activo-out #burger span:nth-child(1) {
  top: 0;
  -webkit-animation: mrotr-out 300ms cubic-bezier(0.5, 0.2, 0.2, 1.01);
          animation: mrotr-out 300ms cubic-bezier(0.5, 0.2, 0.2, 1.01);
}
.header-activo-out #burger span:nth-child(2) {
  opacity: 1;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.header-activo-out #burger span:nth-child(3) {
  top: 0;
  -webkit-animation: mrotl-out 300ms cubic-bezier(0.5, 0.2, 0.2, 1.01);
          animation: mrotl-out 300ms cubic-bezier(0.5, 0.2, 0.2, 1.01);
}

@-webkit-keyframes mrotr {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 4px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes mrotr {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 4px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes mrotl {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: -4px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes mrotl {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: -4px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes mrotr-out {
  0% {
    top: 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 4px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes mrotr-out {
  0% {
    top: 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 4px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes mrotl-out {
  0% {
    top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: -4px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes mrotl-out {
  0% {
    top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: -4px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.dialog-off-canvas-main-canvas {
  width: 100%;
  float: left;
}

.layout-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.page-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.views-element-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#block-acc-corporative-content {
  width: 100%;
  display: block;
  float: left;
}
#block-acc-corporative-content > article {
  width: 100%;
  display: block;
  float: left;
}

.cta-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn, .cta {
  height: 3.428em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0;
  padding: 0.35em 1.428em 0.25em;
  border: thin solid #D64E2A;
  border-radius: 0.285em;
  border-bottom-right-radius: 2.571em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #D64E2A;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .btn, .cta {
    height: 2.571em;
    padding-left: 1.071em;
  }
}
.btn:hover, .cta:hover {
  border: thin solid transparent;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(45deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
.btn:hover:after, .cta:hover:after {
  left: 0.277em;
}
.btn:after, .cta:after {
  content: "\e5c8";
  display: inline-block;
  position: relative;
  top: -0.05em;
  left: 0;
  margin: 0 0 0 0.555em;
  font-family: "Material Symbols Sharp";
  font-size: 1.285em;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.back, .cta.back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .btn.back, .cta.back {
    padding-right: 1.071em;
    padding-left: 1.428em;
  }
}
.btn.back:hover:after, .cta.back:hover:after {
  right: 0.277em;
}
.btn.back:after, .cta.back:after {
  content: "\e5c4";
  right: 0;
  left: auto;
  margin: 0 0.555em 0 0;
}
.btn.descarga, .cta.descarga {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .btn.descarga, .cta.descarga {
    padding-right: 1.071em;
    padding-left: 1.428em;
  }
}
.btn.descarga:after, .cta.descarga:after {
  content: "\f090";
  right: 0;
  left: auto;
  margin: 0 0.555em 0 0;
}
.btn.leer-mas:after, .cta.leer-mas:after {
  content: "\e145";
}
.btn.leer-mas:hover:after, .cta.leer-mas:hover:after {
  left: 0;
}

.titulo-0 {
  display: block;
  margin: 0;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 118.05%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1300px) {
  .titulo-0 {
    font-size: 3.75em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-0 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-0 {
    font-size: 2.675em;
  }
}

.titulo-1 {
  display: block;
  margin: 0;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .titulo-1 {
    font-size: 2.875em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-1 {
    font-size: 2em;
  }
}

.titulo-2 {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 118.05%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .titulo-2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-2 {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-2 {
    font-size: 1.675em;
  }
}

.titulo-3 {
  display: inline-block;
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 108.33%;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .titulo-3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-3 {
    font-size: 1.125em;
  }
}

.center {
  width: 100%;
  text-align: center;
}

.subtitulo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .subtitulo {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .subtitulo {
    font-size: 1em;
  }
}
.subtitulo.fecha {
  font-size: 0.875em;
  font-weight: bold;
}
.subtitulo:before {
  content: "";
  width: 0.642em;
  min-width: 0.642em;
  height: 0.642em;
  min-height: 0.642em;
  display: inline-block;
  margin: 0.125em 0.714em 0 0;
  border-radius: 100%;
  background-color: black;
}

.pager {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3.625em;
}
@media screen and (max-width: 1300px) {
  .pager {
    margin-top: 3.5em;
  }
}
@media screen and (max-width: 1023px) {
  .pager {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .pager {
    margin-top: 2.5em;
  }
}
.pager .pager__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875em;
  font-weight: 500;
}
.pager .pager__items li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.125em;
}
.pager .pager__items li.pager__item--next, .pager .pager__items li.pager__item--last, .pager .pager__items li.pager__item--first, .pager .pager__items li.pager__item--previous {
  display: none;
}
.pager .pager__items li.is-active a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(135deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
.pager .pager__items li a {
  width: 3.428em;
  height: 2.857em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.285em;
  border-bottom-right-radius: 2.571em;
  color: #1D1D1C;
}
.pager .pager__items li a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(135deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}

.webform-submission-form, .user-login-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.75em;
}
.webform-submission-form .form-item, .user-login-form .form-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1300px) {
  .webform-submission-form .form-item, .user-login-form .form-item {
    margin-bottom: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  .webform-submission-form .form-item, .user-login-form .form-item {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-item, .user-login-form .form-item {
    margin-bottom: 1.75em;
  }
}
.webform-submission-form .form-item.webform-type-textarea, .user-login-form .form-item.webform-type-textarea {
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-item.webform-type-textarea, .user-login-form .form-item.webform-type-textarea {
    margin-bottom: 1.75em;
  }
}
.webform-submission-form .form-item label, .user-login-form .form-item label {
  width: 100%;
  display: inline-block;
  margin: 0 0 0.625em;
  font-family: "Futura Std", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 100%;
}
.webform-submission-form .form-item label.form-required:after, .user-login-form .form-item label.form-required:after {
  content: "*";
}
@media screen and (max-width: 1023px) {
  .webform-submission-form .form-item label, .user-login-form .form-item label {
    font-size: 0.875em;
  }
}
.webform-submission-form .form-item input[type=text], .webform-submission-form .form-item input[type=email], .webform-submission-form .form-item textarea, .webform-submission-form .form-item input[type=password], .user-login-form .form-item input[type=text], .user-login-form .form-item input[type=email], .user-login-form .form-item textarea, .user-login-form .form-item input[type=password] {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0 0.2083em;
  border: none;
  border-bottom: thin solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 100%;
  color: black;
}
@media screen and (max-width: 1300px) {
  .webform-submission-form .form-item input[type=text], .webform-submission-form .form-item input[type=email], .webform-submission-form .form-item textarea, .webform-submission-form .form-item input[type=password], .user-login-form .form-item input[type=text], .user-login-form .form-item input[type=email], .user-login-form .form-item textarea, .user-login-form .form-item input[type=password] {
    font-size: 2.875em;
  }
}
@media screen and (max-width: 1023px) {
  .webform-submission-form .form-item input[type=text], .webform-submission-form .form-item input[type=email], .webform-submission-form .form-item textarea, .webform-submission-form .form-item input[type=password], .user-login-form .form-item input[type=text], .user-login-form .form-item input[type=email], .user-login-form .form-item textarea, .user-login-form .form-item input[type=password] {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-item input[type=text], .webform-submission-form .form-item input[type=email], .webform-submission-form .form-item textarea, .webform-submission-form .form-item input[type=password], .user-login-form .form-item input[type=text], .user-login-form .form-item input[type=email], .user-login-form .form-item textarea, .user-login-form .form-item input[type=password] {
    font-size: 2em;
  }
}
.webform-submission-form .form-item input[type=text]:focus, .webform-submission-form .form-item input[type=email]:focus, .webform-submission-form .form-item textarea:focus, .webform-submission-form .form-item input[type=password]:focus, .user-login-form .form-item input[type=text]:focus, .user-login-form .form-item input[type=email]:focus, .user-login-form .form-item textarea:focus, .user-login-form .form-item input[type=password]:focus {
  border-bottom: thin solid black;
}
.webform-submission-form .form-item textarea, .user-login-form .form-item textarea {
  min-height: 8.888em;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 133.33%;
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-item textarea, .user-login-form .form-item textarea {
    font-size: 1em;
  }
}
.webform-submission-form .form-item input[type=checkbox], .user-login-form .form-item input[type=checkbox] {
  margin: 0;
}
.webform-submission-form .form-item p a, .user-login-form .form-item p a {
  font-weight: 700;
  color: #D64E2A;
}
.webform-submission-form .form-item p a:hover, .user-login-form .form-item p a:hover {
  text-decoration: underline;
}
.webform-submission-form .webform-flexbox, .user-login-form .webform-flexbox {
  width: 100%;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 1300px) {
  .webform-submission-form .webform-flexbox, .user-login-form .webform-flexbox {
    margin-bottom: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  .webform-submission-form .webform-flexbox, .user-login-form .webform-flexbox {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-flexbox, .user-login-form .webform-flexbox {
    margin-bottom: 1.75em;
  }
}
.webform-submission-form .webform-flexbox:last-child, .user-login-form .webform-flexbox:last-child {
  margin-bottom: 0;
}
.webform-submission-form .webform-flexbox .form-item, .user-login-form .webform-flexbox .form-item {
  margin: 0;
}
.webform-submission-form .webform-flexbox .webform-flex:first-child .webform-flex--container, .user-login-form .webform-flexbox .webform-flex:first-child .webform-flex--container {
  margin-left: 0;
}
.webform-submission-form .webform-flexbox .webform-flex:last-child .webform-flex--container, .user-login-form .webform-flexbox .webform-flex:last-child .webform-flex--container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
}
.webform-submission-form .webform-flexbox .form-actions, .user-login-form .webform-flexbox .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-flexbox .form-actions, .user-login-form .webform-flexbox .form-actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1.75em;
  }
}
.webform-submission-form .js-form-type-checkbox, .user-login-form .js-form-type-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webform-submission-form .js-form-type-checkbox .description, .user-login-form .js-form-type-checkbox .description {
  margin-left: 0.625em;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  color: #7C7B7C;
}
.webform-submission-form .js-form-type-checkbox .description a, .user-login-form .js-form-type-checkbox .description a {
  color: black;
}
.webform-submission-form .js-form-type-checkbox .description a:hover, .user-login-form .js-form-type-checkbox .description a:hover {
  color: #D64E2A;
}
.webform-submission-form .captcha, .user-login-form .captcha {
  width: 100%;
}
.webform-submission-form .captcha .description, .user-login-form .captcha .description {
  display: inline-block;
  margin-top: 0.5em;
}

.user-login-form {
  width: 80%;
  max-width: 800px;
  display: block;
  margin: 9em auto;
}

.views-element-container > div {
  width: 100%;
}

/*Media Document*/
#document-media-row {
  margin-top: 6rem;
  min-height: 25vh;
}

#footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 7.5em;
  margin-bottom: 1.25em;
  padding: 2.5em 0;
  color: white;
}
@media screen and (max-width: 1300px) {
  #footer {
    margin-top: 6.5em;
  }
}
@media screen and (max-width: 1023px) {
  #footer {
    margin-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 3.5em;
  }
}
#footer:before {
  content: "";
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1.25em;
  bottom: 0;
  left: 1.25em;
  z-index: 1;
  border-radius: 0.5em;
  background-image: url(../images/noise.png);
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: 0.3;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  #footer:before {
    right: 14px;
    left: 14px;
  }
}
#footer:after {
  content: "";
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1.25em;
  bottom: 0;
  left: 1.25em;
  z-index: 1;
  border-radius: 0.5em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(135deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  mix-blend-mode: multiply;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  #footer:after {
    right: 14px;
    left: 14px;
  }
}
#footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  #footer .row {
    padding: 0 30px;
  }
}
#footer .row:before, #footer .row:after {
  content: none;
}
#footer .row.last {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5.75em;
}
@media screen and (max-width: 1300px) {
  #footer .row.last {
    margin-top: 5em;
  }
}
@media screen and (max-width: 1023px) {
  #footer .row.last {
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  #footer .row.last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2.5em;
  }
}
#footer .direccion {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .direccion p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
#footer .direccion p:before {
  content: "";
  width: 0.642em;
  min-width: 0.642em;
  height: 0.642em;
  min-height: 0.642em;
  display: inline-block;
  margin: 0.125em 0.714em 0 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
#footer .direccion p:not(:first-child) {
  margin-top: 2.428em;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-weight: 400;
  line-height: 142.85%;
}
#footer .direccion p:not(:first-child):before {
  opacity: 0;
}
#footer .direccion p .minus, #footer .direccion p a {
  text-transform: none;
}
#footer .direccion p a {
  color: rgba(255, 255, 255, 0.7);
}
#footer .direccion p a:hover {
  color: white;
}
#footer nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #footer nav {
    margin-top: 2.5em;
  }
}
#footer nav ul {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer nav ul li {
  display: inline-block;
  margin: 0.75em 0 0;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 142.85%;
  text-transform: uppercase;
}
#footer nav ul li:first-child {
  margin-top: 0;
}
#footer nav a {
  color: white;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    margin-top: 2.5em;
  }
}
#footer .copyright p {
  display: inline-block;
  margin: 0;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 142.85%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#footer .logos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .logos .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.875em;
  padding-right: 1.875em;
  border-right: thin solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1300px) {
  #footer .logos .logo {
    margin-right: 1.75em;
    padding-right: 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  #footer .logos .logo {
    margin-right: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #footer .logos .logo {
    margin-right: 1.25em;
    padding-right: 1.25em;
  }
}
#footer .logos .logo:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#footer .logos img {
  width: auto;
  height: 5em;
  display: block;
}
@media screen and (max-width: 1300px) {
  #footer .logos img {
    height: 4.5em;
  }
}
@media screen and (max-width: 1023px) {
  #footer .logos img {
    height: 4em;
  }
}
@media screen and (max-width: 767px) {
  #footer .logos img {
    height: 3.25em;
  }
}
@media screen and (max-width: 600px) {
  #footer .logos img {
    height: 2.75em;
  }
}

.swiper-slideshow + .bloque-texto {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .swiper-slideshow + .bloque-texto {
    margin-top: 3.5em;
  }
}

.bloque-eventos .views-element-container {
  width: 100%;
}
.bloque-eventos .wrapper-eventos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.75em;
}
@media screen and (max-width: 1300px) {
  .bloque-eventos .wrapper-eventos {
    margin-top: 1.675em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-eventos .wrapper-eventos {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-eventos .wrapper-eventos {
    margin-top: 0.75em;
  }
}
.bloque-eventos .wrapper-eventos .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bloque-eventos a.inner:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(135deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
.bloque-eventos a.inner:hover:before {
  opacity: 0.3;
}
.bloque-eventos a.inner:hover p {
  color: rgba(255, 255, 255, 0.5);
}
.bloque-eventos a.inner:after {
  content: "\e5c8";
  display: inline-block;
  position: absolute;
  right: 1.875em;
  bottom: 1.875em;
  margin: 0 0 0 0.41625em;
  font-family: "Material Symbols Sharp";
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .bloque-eventos a.inner:after {
    right: 1.74975em;
    bottom: 1.74975em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-eventos a.inner:after {
    right: 1.5em;
    bottom: 1.5em;
  }
}
.bloque-eventos .inner {
  width: 100%;
  min-height: 12.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 1.25em;
  padding: 1.875em;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EBEAE8;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .bloque-eventos .inner {
    min-height: 10.5em;
    padding: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-eventos .inner {
    min-height: 8.5em;
    padding: 1.5em;
  }
}
.bloque-eventos .inner:before {
  content: "";
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/noise.png);
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloque-eventos .inner .titulo-3 {
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.bloque-eventos .inner p {
  margin: 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.5em;
  line-height: 108.33%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .bloque-eventos .inner p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-eventos .inner p {
    font-size: 1.125em;
  }
}

.header-investigador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17.6875em;
}
@media screen and (max-width: 1300px) {
  .header-investigador {
    margin-top: 16em;
  }
}
@media screen and (max-width: 1023px) {
  .header-investigador {
    margin-top: 14em;
  }
}
@media screen and (max-width: 767px) {
  .header-investigador {
    margin-top: 9em;
  }
}
.header-investigador:before, .header-investigador:after {
  content: none;
}
.header-investigador .cta-wrapper {
  width: auto;
}
@media screen and (max-width: 767px) {
  .header-investigador .medium-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.row-investigador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.25em;
}
.row-investigador:before, .row-investigador:after {
  content: none;
}
.row-investigador .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-investigador .image-wrapper.avatar {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row-investigador .image-wrapper.avatar svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5em;
}
.row-investigador .image-wrapper picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5em;
  overflow: hidden;
}
.row-investigador .image-wrapper img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
.row-investigador .infos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .row-investigador .infos {
    margin-top: 1.75em;
  }
}
.row-investigador .caption {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row-investigador .caption:not(:last-child) {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1300px) {
  .row-investigador .caption:not(:last-child) {
    margin-bottom: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  .row-investigador .caption:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .row-investigador .caption:not(:last-child) {
    margin-bottom: 1.75em;
  }
}
.row-investigador .caption .titulo-0 {
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: none;
}
.row-investigador .caption .titulo-0 + p {
  margin-top: 0.3em;
}
.row-investigador .caption p {
  display: inline-block;
  margin: 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.5em;
  line-height: 125%;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .row-investigador .caption p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .row-investigador .caption p {
    font-size: 1.125em;
  }
}
.row-investigador .item-investigador {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.125em 0 1.875em;
  border-top: thin solid #1D1D1C;
}
@media screen and (max-width: 1023px) {
  .row-investigador .item-investigador {
    padding-bottom: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .row-investigador .item-investigador {
    padding-bottom: 1.5em;
  }
}
.row-investigador .item-investigador:last-child {
  border-bottom: thin solid #1D1D1C;
}
.row-investigador .item-investigador .subtitulo-wrapper {
  width: 33.33%;
  margin-top: 0.375em;
  padding-right: 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .row-investigador .item-investigador .subtitulo-wrapper {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .row-investigador .item-investigador .subtitulo-wrapper {
    padding-right: 8px;
  }
}
.row-investigador .item-investigador .txt {
  width: 66.66%;
  padding-left: 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .row-investigador .item-investigador .txt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .row-investigador .item-investigador .txt {
    padding-left: 8px;
  }
}
.row-investigador .item-investigador .txt p {
  display: inline-block;
  margin: 0.95em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.25em;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .row-investigador .item-investigador .txt p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .row-investigador .item-investigador .txt p {
    font-size: 1em;
  }
}
.row-investigador .item-investigador .txt p:first-child {
  margin-top: 0;
}
.row-investigador .item-investigador .txt a {
  color: #D64E2A;
}

.investigadores {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.investigadores .item-investigador {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.25em;
}
@media screen and (max-width: 1300px) {
  .investigadores .item-investigador {
    width: 20%;
  }
}
@media screen and (max-width: 1023px) {
  .investigadores .item-investigador {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .investigadores .item-investigador {
    width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .investigadores .item-investigador {
    width: 50%;
  }
}
.investigadores .item-investigador .inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.investigadores .item-investigador .inner:hover picture:before, .investigadores .item-investigador .inner:hover .avatar:before, .investigadores .item-investigador .inner:hover .cta {
  opacity: 1;
}
.investigadores .item-investigador .inner .avatar {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0.9375em;
  border-radius: 0.5em;
  overflow: hidden;
}
.investigadores .item-investigador .inner .avatar:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,e59332+100&0+0,1+100 */
  background: linear-gradient(135deg, rgba(229, 147, 50, 0) 0%, rgb(229, 147, 50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.investigadores .item-investigador .inner .avatar svg {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
.investigadores .item-investigador .inner picture {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0.9375em;
  border-radius: 0.5em;
  overflow: hidden;
}
.investigadores .item-investigador .inner picture:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,e59332+100&0+0,1+100 */
  background: linear-gradient(135deg, rgba(229, 147, 50, 0) 0%, rgb(229, 147, 50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.investigadores .item-investigador .inner picture img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
.investigadores .item-investigador .inner .txt {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.investigadores .item-investigador .inner .txt .titulo-thumbnail {
  display: inline-block;
  margin: 0;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 133.33%;
  color: black;
}
@media screen and (max-width: 767px) {
  .investigadores .item-investigador .inner .txt .titulo-thumbnail {
    margin: 0.95em 0 0;
  }
}
.investigadores .item-investigador .inner .txt .subtitulo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0.625em 0 0;
  padding: 0 0 0 1.1875em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
}
.investigadores .item-investigador .inner .txt .subtitulo:before {
  width: 0.5625em;
  min-width: 0.5625em;
  height: 0.5625em;
  min-height: 0.5625em;
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  margin: 0;
}
.investigadores .item-investigador .inner .txt .subtitulo p {
  display: block;
  margin: 0;
  line-height: 125%;
  text-transform: none;
}
.investigadores .item-investigador .inner .cta-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.25em;
  padding-left: 1.1875em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.investigadores .item-investigador .inner .cta {
  border: thin solid transparent;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(45deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
  opacity: 0;
}
.investigadores .item-investigador .inner .cta:after {
  left: 0;
}

.filtros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filtros .inner {
  width: 100%;
  padding: 2.5em;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EBEAE8;
}
@media screen and (max-width: 1300px) {
  .filtros .inner {
    padding: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  .filtros .inner {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  .filtros .inner {
    padding: 30px 26px;
  }
}
.filtros .inner > p {
  display: block;
  margin: 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  text-transform: uppercase;
}
.filtros .inner form {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .filtros .inner form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.filtros .inner form .js-form-type-select {
  width: 100%;
  max-width: 17.625em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0.9375em 1.25em 0 0;
}
@media screen and (max-width: 1023px) {
  .filtros .inner form .js-form-type-select {
    width: 30%;
    width: calc(33.33% - 1em);
    max-width: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .filtros .inner form .js-form-type-select {
    width: 48%;
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 600px) {
  .filtros .inner form .js-form-type-select {
    width: 100%;
  }
}
.filtros .inner form .js-form-type-select:hover:after {
  color: black;
}
.filtros .inner form .js-form-type-select:after {
  content: "\e313";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.111em;
  margin: 0;
  font-family: "Material Symbols Sharp";
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: 0;
  color: #7C7B7C;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.filtros .inner form .js-form-type-select select {
  width: 100%;
  height: 3.428em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.35em 1.428em 0.25em;
  border: thin solid #7C7B7C;
  border-radius: 0.285em;
  border-bottom-right-radius: 2.571em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-family: "Futura Std", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #7C7B7C;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .filtros .inner form .js-form-type-select select {
    height: 2.571em;
    padding-left: 1.071em;
  }
}
.filtros .inner form .js-form-type-select select:hover {
  border: thin solid black;
  color: black;
}
.filtros .inner form .js-form-type-select select option {
  background-color: white;
  color: black;
}
.filtros .inner form .js-form-type-textfield {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.9375em 0 0 auto;
}
@media screen and (max-width: 1023px) {
  .filtros .inner form .js-form-type-textfield {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .filtros .inner form .js-form-type-textfield {
    width: 48%;
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 600px) {
  .filtros .inner form .js-form-type-textfield {
    width: 100%;
  }
}
.filtros .inner form .js-form-type-textfield label {
  display: inline-block;
  margin: 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 0.9375em;
  text-transform: uppercase;
  color: black;
}
@media screen and (max-width: 1023px) {
  .filtros .inner form .js-form-type-textfield label {
    white-space: nowrap;
  }
}
.filtros .inner form .js-form-type-textfield input {
  width: 13.786em;
  margin: 0 0 0 0.642em;
  padding: 0.55em 0 0.375em;
  border: none;
  border-top: thin solid transparent;
  border-bottom: thin solid #7C7B7C;
  background-color: transparent;
  font-family: "Futura Std", sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #7C7B7C;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .filtros .inner form .js-form-type-textfield input {
    width: 100%;
  }
}
.filtros .inner form .js-form-type-textfield input:focus {
  border-bottom-color: black;
  color: black;
}
.filtros .inner form .js-form-type-textfield input::-webkit-input-placeholder {
  color: #7C7B7C;
  opacity: 1;
}
.filtros .inner form .js-form-type-textfield input::-moz-placeholder {
  color: #7C7B7C;
  opacity: 1;
}
.filtros .inner form .js-form-type-textfield input:-ms-input-placeholder {
  color: #7C7B7C;
  opacity: 1;
}
.filtros .inner form .js-form-type-textfield input::-ms-input-placeholder {
  color: #7C7B7C;
  opacity: 1;
}
.filtros .inner form .js-form-type-textfield input::placeholder {
  color: #7C7B7C;
  opacity: 1;
}

.header-noticia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 17.6875em;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 1300px) {
  .header-noticia {
    margin-top: 16em;
  }
}
@media screen and (max-width: 1023px) {
  .header-noticia {
    margin-top: 14em;
  }
}
@media screen and (max-width: 767px) {
  .header-noticia {
    margin-top: 9em;
  }
}
.header-noticia:before, .header-noticia:after {
  content: none;
}
.header-noticia .cta-wrapper {
  width: auto;
}
.header-noticia .medium-7 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .header-noticia .medium-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.type-noticia .titulo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.type-noticia .titulo-wrapper .titulo-0 {
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-weight: bold;
  line-height: 100%;
  text-transform: none;
  letter-spacing: 0;
}
.type-noticia .image-wrapper {
  margin-top: 5em;
}
@media screen and (max-width: 1300px) {
  .type-noticia .image-wrapper {
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 1023px) {
  .type-noticia .image-wrapper {
    margin-top: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .type-noticia .image-wrapper {
    margin-top: 2.5em;
  }
}
.type-noticia .image-wrapper picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5em;
  overflow: hidden;
}
.type-noticia .image-wrapper picture img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
.type-noticia article .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5em auto 3.75em;
}
@media screen and (max-width: 1300px) {
  .type-noticia article .txt {
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 1023px) {
  .type-noticia article .txt {
    margin-top: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .type-noticia article .txt {
    margin-top: 2.5em;
    margin-bottom: 3.5em;
  }
}
.type-noticia article .txt p:not(.subtitulo) {
  display: inline-block;
  margin: 1.4em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.25em;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .type-noticia article .txt p:not(.subtitulo) {
    font-size: 1.125em;
    line-height: 133.33%;
  }
}
@media screen and (max-width: 767px) {
  .type-noticia article .txt p:not(.subtitulo) {
    font-size: 1em;
  }
}
.type-noticia article .txt p:not(.subtitulo):first-child {
  margin-top: 0;
}
.type-noticia article .txt p:not(.subtitulo) + ul {
  margin-top: 0;
}
.type-noticia article .txt ul, .type-noticia article .txt ol {
  margin-top: 1.4em;
  margin-bottom: 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.25em;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .type-noticia article .txt ul, .type-noticia article .txt ol {
    font-size: 1.125em;
    line-height: 133.33%;
  }
}
@media screen and (max-width: 767px) {
  .type-noticia article .txt ul, .type-noticia article .txt ol {
    font-size: 1em;
  }
}
.type-noticia article .txt ul:first-child, .type-noticia article .txt ol:first-child {
  margin-top: 0;
}
.type-noticia article .txt ul ul, .type-noticia article .txt ul ol, .type-noticia article .txt ul p, .type-noticia article .txt ol ul, .type-noticia article .txt ol ol, .type-noticia article .txt ol p {
  font-size: 1em;
}
.type-noticia article .txt ul {
  padding: 0 0 0 0.875em;
}
.type-noticia article .txt strong, .type-noticia article .txt b {
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-weight: bold;
}
.type-noticia article .txt a {
  color: #D64E2A;
}
.type-noticia article .txt .descargas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.75em;
}
@media screen and (max-width: 1300px) {
  .type-noticia article .txt .descargas {
    margin-top: 3.25em;
  }
}
@media screen and (max-width: 1023px) {
  .type-noticia article .txt .descargas {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .type-noticia article .txt .descargas {
    margin-top: 2.5em;
  }
}
.type-noticia article .txt .descargas .items {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.25em;
}
.type-noticia article .txt .descargas .items .item {
  width: 100%;
  padding: 0.625em 0 0.75em;
  border-top: thin solid #EBEAE8;
}
.type-noticia article .txt .descargas .items .item:last-child {
  border-bottom: thin solid #EBEAE8;
}
.type-noticia article .txt .descargas .items a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  line-height: 125%;
  color: black;
}
.type-noticia article .txt .descargas .items a .descargar {
  display: inline-block;
  margin-left: 1.25em;
  color: #D64E2A;
}
.type-noticia article .txt .compartir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.59375em;
}
@media screen and (max-width: 1300px) {
  .type-noticia article .txt .compartir {
    margin-top: 3.25em;
  }
}
@media screen and (max-width: 1023px) {
  .type-noticia article .txt .compartir {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .type-noticia article .txt .compartir {
    margin-top: 2.5em;
  }
}
.type-noticia article .txt .compartir .content-rrss-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5em;
}
@media screen and (max-width: 1023px) {
  .type-noticia article .txt .compartir .content-rrss-icons {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .type-noticia article .txt .compartir .content-rrss-icons {
    font-size: 1.125em;
  }
}
.type-noticia article .txt .compartir .content-rrss-icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 0.675em;
  color: black;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .type-noticia article .txt .compartir .content-rrss-icons a {
    margin-left: 0.833em;
  }
}
.type-noticia article .txt .compartir .content-rrss-icons a:hover {
  opacity: 1;
}
.type-noticia article .txt .compartir .content-rrss-icons a.twitter:before {
  content: "\f099";
}
.type-noticia article .txt .compartir .content-rrss-icons a.facebook:before {
  content: "\f09a";
}
.type-noticia article .txt .compartir .content-rrss-icons a.linkedin:before {
  content: "\f0e1";
}
.type-noticia article .txt .bloque-noticia {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.59375em;
}
@media screen and (max-width: 1300px) {
  .type-noticia article .txt .bloque-noticia {
    margin-top: 3.25em;
  }
}
@media screen and (max-width: 1023px) {
  .type-noticia article .txt .bloque-noticia {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .type-noticia article .txt .bloque-noticia {
    margin-top: 2.5em;
  }
}
.type-noticia article .txt .bloque-noticia picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5em;
  overflow: hidden;
}
.type-noticia article .txt .bloque-noticia picture img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
.type-noticia article .txt .bloque-noticia iframe {
  border-radius: 0.5em;
}
.type-noticia .noticias {
  position: relative;
  padding-top: 1.875em;
}
@media screen and (max-width: 1023px) {
  .type-noticia .noticias {
    padding-top: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .type-noticia .noticias {
    padding-top: 1.5em;
  }
}
.type-noticia .noticias:before {
  content: "";
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0.625em;
  left: 0.625em;
  border-top: thin solid #1D1D1C;
}
@media screen and (max-width: 1023px) {
  .type-noticia .noticias:before {
    right: 14px;
    left: 14px;
  }
}
.type-noticia .noticias .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.type-noticia .noticias .noticias-items {
  margin-top: 0.5em;
}

.noticias-featured-items .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25em;
  padding-right: 2.5em;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EBEAE8;
}
@media screen and (max-width: 1300px) {
  .noticias-featured-items .inner {
    padding-right: 2em;
  }
}
@media screen and (max-width: 1023px) {
  .noticias-featured-items .inner {
    padding-right: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .noticias-featured-items .inner {
    padding-right: 1.25em;
  }
}
.noticias-featured-items .inner:hover picture:before {
  opacity: 1;
}
.noticias-featured-items .inner:hover .cta {
  border: thin solid transparent;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(45deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
.noticias-featured-items .inner:hover .cta:after {
  left: 0.277em;
}
.noticias-featured-items .inner picture {
  width: 39.89%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .noticias-featured-items .inner picture {
    width: 42%;
  }
}
@media screen and (max-width: 1023px) {
  .noticias-featured-items .inner picture {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .noticias-featured-items .inner picture {
    width: 100%;
  }
}
.noticias-featured-items .inner picture:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,e59332+100&0+0,1+100 */
  background: linear-gradient(135deg, rgba(229, 147, 50, 0) 0%, rgb(229, 147, 50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.noticias-featured-items .inner picture img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.noticias-featured-items .inner .txt {
  width: 47.2%;
  max-width: 47.2%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .noticias-featured-items .inner .txt {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .noticias-featured-items .inner .txt {
    width: 54%;
    max-width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .noticias-featured-items .inner .txt {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
}
.noticias-featured-items .inner .fecha {
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-weight: 400;
}
.noticias-featured-items .inner .titulo-1 {
  margin-top: 0.2083em;
  line-height: 116.66%;
  letter-spacing: 0;
  text-transform: none;
}
.noticias-featured-items .inner .titulo-thumbnail {
  display: inline-block;
  margin: 0.416em 0 0;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 108.33%;
  color: black;
}
@media screen and (max-width: 1023px) {
  .noticias-featured-items .inner .titulo-thumbnail {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .noticias-featured-items .inner .titulo-thumbnail {
    font-size: 1.125em;
  }
}
.noticias-featured-items .inner p {
  display: inline-block;
  margin: 1.111em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.125em;
  line-height: 133.33%;
}
@media screen and (max-width: 767px) {
  .noticias-featured-items .inner p {
    margin: 0.95em 0 0;
    font-size: 1em;
  }
}
.noticias-featured-items .inner .cta-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.25em;
}

#block-acc-corporative-views-block-araid-actualidad-block-2 .noticias-items {
  margin-top: 0.5em;
}

.header-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10em;
  margin-bottom: 5em;
}
@media screen and (max-width: 1300px) {
  .header-page {
    margin-top: 9.5em;
    margin-bottom: 4.5em;
  }
}
@media screen and (max-width: 1023px) {
  .header-page {
    margin-top: 9.25em;
    margin-bottom: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .header-page {
    margin-top: 9em;
    margin-bottom: 2.5em;
  }
}
.header-page:before, .header-page:after {
  content: none;
}
.header-page + div {
  width: 100%;
}

.bloque-texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 4.5em;
}
@media screen and (max-width: 1300px) {
  .bloque-texto {
    margin-top: 4.25em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-texto {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto {
    margin-top: 3.5em;
  }
}
.bloque-texto:first-child {
  margin-top: 0;
}
.bloque-texto:before {
  content: "";
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0.625em;
  left: 0.625em;
  border-top: thin solid #1D1D1C;
}
@media screen and (max-width: 1023px) {
  .bloque-texto:before {
    right: 14px;
    left: 14px;
  }
}
.bloque-texto:after {
  content: none;
}
.bloque-texto.logos .txt p {
  display: inline-block;
  margin: 1em 0 0;
  font-size: 1.25em;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .bloque-texto.logos .txt p {
    margin-top: 1.111em;
    font-size: 1.125em;
    line-height: 133.33%;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto.logos .txt p {
    margin: 0.95em 0 0;
    font-size: 1em;
  }
}
.bloque-texto.logos .txt p:first-child {
  margin-top: 0;
}
.bloque-texto .subtitulo-wrapper {
  margin-top: 1.625em;
}
.bloque-texto .subtitulo-wrapper .subtitulo {
  max-width: 32em;
}
.bloque-texto .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.375em;
  font-family: "DINOT", "DIN Alternate", sans-serif;
}
.bloque-texto .txt p {
  display: inline-block;
  margin: 1.111em 0 0;
  font-size: 1.125em;
  line-height: 133.33%;
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt p {
    margin: 0.95em 0 0;
    font-size: 1em;
  }
}
.bloque-texto .txt p:first-child {
  margin-top: 0;
}
.bloque-texto .txt p a {
  color: #D64E2A;
}
.bloque-texto .txt .wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bloque-texto .txt .wrapper.no-image p {
  width: 100%;
}
.bloque-texto .txt .wrapper p {
  width: 65.87%;
}
.bloque-texto .txt .wrapper img {
  width: 25.1%;
  max-width: 13.909em;
  height: auto;
  display: block;
}
.bloque-texto .txt .texto-pre-acordeon {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bloque-texto .txt .texto-pre-acordeon p:not(:first-child) {
  margin: 1.875em 0 0;
  font-size: 1em;
  line-height: 125%;
  color: #5A5858;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .texto-pre-acordeon p:not(:first-child) {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .texto-pre-acordeon p:not(:first-child) {
    margin-top: 1.5em;
  }
}
.bloque-texto .txt .destacados {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bloque-texto .txt .destacados .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 2.5em;
  padding-top: 1.875em;
  padding-left: 17.03%;
  border-top: thin solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .bloque-texto .txt .destacados .item {
    margin-top: 2.25em;
    padding-top: 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .destacados .item {
    margin-top: 2em;
    padding-top: 1.675em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .destacados .item {
    margin-top: 1.75em;
    padding-top: 1.5em;
  }
}
.bloque-texto .txt .destacados .item .numero {
  position: absolute;
  top: 1.25em;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .bloque-texto .txt .destacados .item .numero {
    top: 1.166em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .destacados .item .numero {
    top: 1.34em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .destacados .item .numero {
    top: 1.333em;
  }
}
.bloque-texto .txt .destacados .item .titulo-3 {
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.bloque-texto .txt .destacados .item p {
  display: inline-block;
  margin: 1.25em 0 0;
  font-size: 1em;
  line-height: 125%;
  color: #5A5858;
}
.bloque-texto .txt .patronato {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bloque-texto .txt .patronato .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5em;
}
@media screen and (max-width: 1300px) {
  .bloque-texto .txt .patronato .item {
    margin-top: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .patronato .item {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .patronato .item {
    margin-top: 1.75em;
  }
}
.bloque-texto .txt .patronato .item .subitems {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.3125em;
}
.bloque-texto .txt .patronato .item .subitems p {
  width: 46.61%;
  display: inline-block;
  margin: 0.875em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1em;
  line-height: 120%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1300px) {
  .bloque-texto .txt .patronato .item .subitems p {
    width: 48%;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .patronato .item .subitems p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .patronato .item .subitems p {
    font-size: 0.8em;
  }
}
.bloque-texto .txt .patronato .item .subitems p:nth-child(1), .bloque-texto .txt .patronato .item .subitems p:nth-child(2) {
  margin-top: 0.3125em;
}
.bloque-texto .txt .patronato .item .subitems p strong, .bloque-texto .txt .patronato .item .subitems p b {
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: black;
}
.bloque-texto .txt .acordeon {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5em;
  border-top: thin solid black;
}
@media screen and (max-width: 1300px) {
  .bloque-texto .txt .acordeon {
    margin-top: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .acordeon {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .acordeon {
    margin-top: 1.5em;
  }
}
.bloque-texto .txt .acordeon .acordeon-item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: thin solid black;
}
.bloque-texto .txt .acordeon .acordeon-item.active .encabezado .titulo-3:after {
  content: "-";
}
.bloque-texto .txt .acordeon .acordeon-item.active .contenido {
  max-height: 2000px;
  opacity: 1;
}
.bloque-texto .txt .acordeon .encabezado {
  width: 100%;
  display: inline-block;
  padding: 1.875em 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .acordeon .encabezado {
    padding: 1.75em 0;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .acordeon .encabezado {
    padding: 1.5em 0;
  }
}
.bloque-texto .txt .acordeon .encabezado .titulo-3 {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.bloque-texto .txt .acordeon .encabezado .titulo-3:after {
  content: "+";
}
.bloque-texto .txt .acordeon .contenido {
  width: 100%;
  max-height: 0;
  display: block;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bloque-texto .txt .acordeon .contenido .item {
  width: 100%;
  padding: 0.625em 0 0.75em;
  border-top: thin solid #EBEAE8;
}
.bloque-texto .txt .acordeon .contenido .item:last-child {
  margin-bottom: 1.875em;
  border-bottom: thin solid #EBEAE8;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .acordeon .contenido .item:last-child {
    margin-bottom: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .acordeon .contenido .item:last-child {
    margin-bottom: 1.5em;
  }
}
.bloque-texto .txt .acordeon .contenido a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  line-height: 125%;
  color: black;
}
.bloque-texto .txt .acordeon .contenido a .descargar {
  display: inline-block;
  margin-left: 1.25em;
  color: #D64E2A;
  white-space: nowrap;
}
.bloque-texto .txt .inner-leer-mas {
  width: 100%;
  max-height: 14em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloque-texto .txt .inner-leer-mas.active {
  max-height: 100em;
}
.bloque-texto .txt .inner-leer-mas.active:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bloque-texto .txt .inner-leer-mas:before {
  content: "";
  width: 100%;
  height: 10em;
  max-height: 70%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloque-texto .txt .cta-wrapper.leer-mas.active {
  display: none;
}
.bloque-texto .txt .proximas-convocatorias-items .item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bloque-texto .txt .proximas-convocatorias-items .item .subtitulo {
  font-size: 1.25em;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .proximas-convocatorias-items .item .subtitulo {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .proximas-convocatorias-items .item .subtitulo {
    font-size: 1em;
  }
}
.bloque-texto .txt .proximas-convocatorias-items .item .inner {
  width: 100%;
  min-height: 20.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 1.25em;
  padding: 1.875em;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(135deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .proximas-convocatorias-items .item .inner {
    min-height: 18.5em;
    padding: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .proximas-convocatorias-items .item .inner {
    min-height: 16.5em;
    padding: 1.5em;
  }
}
.bloque-texto .txt .proximas-convocatorias-items .item .inner:before {
  content: "";
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/noise.png);
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
.bloque-texto .txt .proximas-convocatorias-items .item .inner .titulo-3 {
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.bloque-texto .txt .proximas-convocatorias-items .item .inner p {
  margin: 0;
  font-size: 1.5em;
  line-height: 108.33%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .proximas-convocatorias-items .item .inner p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .proximas-convocatorias-items .item .inner p {
    font-size: 1.125em;
  }
}
.bloque-texto .txt .proximas-convocatorias-items .item .inner .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 2.5em;
  bottom: 2.5em;
  font-family: "Futura Std", sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .txt .proximas-convocatorias-items .item .inner .link {
    right: 2.333em;
    bottom: 2.333em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .txt .proximas-convocatorias-items .item .inner .link {
    right: 2em;
    bottom: 2em;
  }
}
.bloque-texto .txt .proximas-convocatorias-items .item .inner .link:after {
  content: "\e5c8";
  display: inline-block;
  position: relative;
  top: -0.05em;
  left: 0;
  margin: 0 0 0 0.555em;
  font-family: "Material Symbols Sharp";
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloque-texto .cta-wrapper {
  margin-top: 1.875em;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .cta-wrapper {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .cta-wrapper {
    margin-top: 1.5em;
  }
}
.bloque-texto .cta-wrapper.descargas {
  margin-top: 2.5em;
}
@media screen and (max-width: 1300px) {
  .bloque-texto .cta-wrapper.descargas {
    margin-top: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-texto .cta-wrapper.descargas {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .cta-wrapper.descargas {
    margin-top: 1.5em;
  }
}
.bloque-texto .cta-wrapper:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}
.bloque-texto .anteriores-convocatorias-items {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.75em;
}
@media screen and (max-width: 1300px) {
  .bloque-texto .anteriores-convocatorias-items {
    margin-top: 1.675em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-texto .anteriores-convocatorias-items {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .anteriores-convocatorias-items {
    margin-top: 0.75em;
  }
}
.bloque-texto .anteriores-convocatorias-items .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.25em;
}
@media screen and (max-width: 1300px) {
  .bloque-texto .anteriores-convocatorias-items .item {
    margin-top: 2.75em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-texto .anteriores-convocatorias-items .item {
    margin-top: 1.75em;
  }
}
.bloque-texto .anteriores-convocatorias-items .item a.inner {
  color: black;
}
.bloque-texto .anteriores-convocatorias-items .item a.inner:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(135deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
.bloque-texto .anteriores-convocatorias-items .item a.inner:hover:before {
  opacity: 0.3;
}
.bloque-texto .anteriores-convocatorias-items .item a.inner:hover p {
  color: rgba(255, 255, 255, 0.5);
}
.bloque-texto .anteriores-convocatorias-items .item .inner {
  width: 100%;
  min-height: 20.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 1.25em;
  padding: 1.875em;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EBEAE8;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .anteriores-convocatorias-items .item .inner {
    min-height: 18.5em;
    padding: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .anteriores-convocatorias-items .item .inner {
    min-height: 16.5em;
    padding: 1.5em;
  }
}
.bloque-texto .anteriores-convocatorias-items .item .inner:before {
  content: "";
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/noise.png);
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloque-texto .anteriores-convocatorias-items .item .inner .titulo-3 {
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.bloque-texto .anteriores-convocatorias-items .item .inner p {
  margin: 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.5em;
  line-height: 108.33%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .anteriores-convocatorias-items .item .inner p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .anteriores-convocatorias-items .item .inner p {
    font-size: 1.125em;
  }
}
.bloque-texto .anteriores-convocatorias-items .item .inner .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 2.5em;
  bottom: 2.5em;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .bloque-texto .anteriores-convocatorias-items .item .inner .link {
    right: 2.333em;
    bottom: 2.333em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-texto .anteriores-convocatorias-items .item .inner .link {
    right: 2em;
    bottom: 2em;
  }
}
.bloque-texto .anteriores-convocatorias-items .item .inner .link:after {
  content: "\e5c8";
  display: inline-block;
  position: relative;
  top: -0.05em;
  left: 0;
  margin: 0 0 0 0.555em;
  font-family: "Material Symbols Sharp";
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bloque-noticias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 7.5em;
}
@media screen and (max-width: 1300px) {
  .bloque-noticias {
    margin-top: 6.5em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-noticias {
    margin-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-noticias {
    margin-top: 3.5em;
  }
}
.bloque-noticias:before {
  content: "";
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0.625em;
  left: 0.625em;
  border-top: thin solid #1D1D1C;
}
@media screen and (max-width: 1023px) {
  .bloque-noticias:before {
    right: 14px;
    left: 14px;
  }
}
.bloque-noticias:after {
  content: none;
}
.bloque-noticias .intro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.875em;
}
@media screen and (max-width: 1023px) {
  .bloque-noticias .intro {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-noticias .intro {
    margin-top: 1.5em;
  }
}
.bloque-noticias .intro .cta-wrapper {
  width: auto;
}
@media screen and (max-width: 767px) {
  .bloque-noticias .intro .cta-wrapper {
    width: 100%;
    margin-top: 1.5em;
  }
}

.noticias-items {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.75em;
}
@media screen and (max-width: 1300px) {
  .noticias-items {
    margin-top: 1.675em;
  }
}
@media screen and (max-width: 1023px) {
  .noticias-items {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .noticias-items {
    margin-top: 1.25em;
  }
}
.noticias-items .columns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3.25em;
}
@media screen and (max-width: 1300px) {
  .noticias-items .columns {
    margin-top: 2.75em;
  }
}
@media screen and (max-width: 1023px) {
  .noticias-items .columns {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .noticias-items .columns {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 600px) {
  .noticias-items .columns {
    width: 100%;
  }
}
.noticias-items .columns .inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.noticias-items .columns .inner:hover picture:before, .noticias-items .columns .inner:hover .cta {
  opacity: 1;
}
.noticias-items .columns picture {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
}
.noticias-items .columns picture:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,e59332+100&0+0,1+100 */
  background: linear-gradient(135deg, rgba(229, 147, 50, 0) 0%, rgb(229, 147, 50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.noticias-items .columns picture img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
.noticias-items .columns .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 1.25em;
}
.noticias-items .columns .fecha {
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-weight: 400;
}
.noticias-items .columns .titulo-thumbnail {
  display: inline-block;
  margin: 0.416em 0 0;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 108.33%;
  color: black;
}
@media screen and (max-width: 1023px) {
  .noticias-items .columns .titulo-thumbnail {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .noticias-items .columns .titulo-thumbnail {
    font-size: 1.125em;
  }
}
.noticias-items .columns p {
  display: inline-block;
  margin: 1.111em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.125em;
  line-height: 133.33%;
}
@media screen and (max-width: 767px) {
  .noticias-items .columns p {
    margin: 0.95em 0 0;
    font-size: 1em;
  }
}
.noticias-items .columns .cta-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.25em;
}
.noticias-items .columns .cta {
  border: thin solid transparent;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(45deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
  opacity: 0;
}
.noticias-items .columns .cta:after {
  left: 0;
}

.bloque-iconos-destacados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 7.5em;
}
@media screen and (max-width: 1300px) {
  .bloque-iconos-destacados {
    margin-top: 6.5em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-iconos-destacados {
    margin-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-iconos-destacados {
    margin-top: 3.5em;
  }
}
.bloque-iconos-destacados:before {
  content: "";
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0.625em;
  left: 0.625em;
  border-top: thin solid #1D1D1C;
}
@media screen and (max-width: 1023px) {
  .bloque-iconos-destacados:before {
    right: 14px;
    left: 14px;
  }
}
.bloque-iconos-destacados:after {
  content: none;
}
.bloque-iconos-destacados .subtitulo-wrapper {
  margin-top: 1.625em;
}
.bloque-iconos-destacados .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.375em;
  font-family: "DINOT", "DIN Alternate", sans-serif;
}
.bloque-iconos-destacados .txt p {
  display: inline-block;
  margin: 1em 0 0;
  font-size: 1.25em;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .bloque-iconos-destacados .txt p {
    margin-top: 1.111em;
    font-size: 1.125em;
    line-height: 133.33%;
  }
}
@media screen and (max-width: 767px) {
  .bloque-iconos-destacados .txt p {
    margin: 0.95em 0 0;
    font-size: 1em;
  }
}
.bloque-iconos-destacados .txt p:first-child {
  margin-top: 0;
}
.bloque-iconos-destacados .indicadores-destacados-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-top: 4.5em;
}
@media screen and (max-width: 1300px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador {
    padding-top: 4em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador {
    padding-top: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador {
    padding-top: 3em;
  }
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .icono {
  width: 58.91%;
  max-width: 27.0625em;
  display: block;
  position: absolute;
  top: 0;
  right: 0.625em;
}
@media screen and (max-width: 1300px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .icono {
    right: 10px;
  }
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .icono picture {
  width: 100%;
  display: block;
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .icono img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .info {
  width: 41.19%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .content-dato {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .content-dato .highlight {
  display: inline-block;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 10em;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .content-dato .highlight {
    font-size: 9em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .content-dato .highlight {
    font-size: 7.5em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .content-dato .highlight {
    font-size: 6.5em;
  }
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .content-dato .titulo-dato {
  width: 200%;
  display: block;
  margin: -0.2em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (max-width: 1300px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .content-dato .titulo-dato {
    font-size: 2.875em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .content-dato .titulo-dato {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .content-dato .titulo-dato {
    font-size: 2em;
  }
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .txt-dato {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .txt-dato p {
  max-width: 16.375em;
  margin: 0.925em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  line-height: 125%;
  color: #5A5858;
}
@media screen and (max-width: 767px) {
  .bloque-iconos-destacados .indicadores-destacados-wrapper .indicador .txt-dato p {
    font-size: 0.925em;
  }
}
.bloque-iconos-destacados .indicadores-wrapper {
  margin-top: 2.5em;
}
@media screen and (max-width: 1300px) {
  .bloque-iconos-destacados .indicadores-wrapper {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1023px) {
  .bloque-iconos-destacados .indicadores-wrapper {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bloque-iconos-destacados .indicadores-wrapper {
    margin-top: 0.75em;
  }
}
.bloque-iconos-destacados .indicadores-wrapper .indicador {
  width: 50%;
}

.indicadores-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.indicadores-wrapper .indicador {
  width: 25%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 2.5em;
}
@media screen and (max-width: 1023px) {
  .indicadores-wrapper .indicador {
    width: 50%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .indicadores-wrapper .indicador {
    margin-top: 1.75em;
  }
}
.indicadores-wrapper .indicador:before {
  content: "";
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0.625em;
  left: 0.625em;
  border-top: thin solid #1D1D1C;
}
@media screen and (max-width: 1023px) {
  .indicadores-wrapper .indicador:before {
    right: 10px;
    left: 10px;
  }
}
.indicadores-wrapper .indicador .icono {
  width: 33.33%;
  padding: 0.625em 0.625em 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .indicadores-wrapper .indicador .icono {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indicadores-wrapper .indicador .icono {
    padding-right: 5px;
  }
}
.indicadores-wrapper .indicador .icono img {
  width: auto;
  max-width: 100%;
  height: 4em;
  max-height: auto;
  display: block;
  margin: 0.9375em 0 0 1.25em;
}
@media screen and (max-width: 1300px) {
  .indicadores-wrapper .indicador .icono img {
    font-size: 0.925em;
  }
}
@media screen and (max-width: 1023px) {
  .indicadores-wrapper .indicador .icono img {
    margin-left: 1em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .indicadores-wrapper .indicador .icono img {
    margin-right: 0;
    font-size: 0.75em;
  }
}
.indicadores-wrapper .indicador .info {
  width: 66.66%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.625em 0 0 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .indicadores-wrapper .indicador .info {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indicadores-wrapper .indicador .info {
    padding-left: 5px;
  }
}
.indicadores-wrapper .indicador .info .content-dato {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .indicadores-wrapper .indicador .info .content-dato {
    font-size: 0.925em;
  }
}
@media screen and (max-width: 1023px) {
  .indicadores-wrapper .indicador .info .content-dato {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .indicadores-wrapper .indicador .info .content-dato {
    font-size: 0.675em;
  }
}
.indicadores-wrapper .indicador .info .highlight {
  display: inline-block;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 5em;
  font-weight: bold;
}
.indicadores-wrapper .indicador .info .titulo-dato {
  display: inline-block;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.indicadores-wrapper .indicador .info .titulo-dato .minus {
  text-transform: none;
}
.indicadores-wrapper .indicador .info .txt-dato {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.indicadores-wrapper .indicador .info .txt-dato p {
  max-width: 16.375em;
  margin: 1.25em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  line-height: 125%;
  color: #5A5858;
}
@media screen and (max-width: 767px) {
  .indicadores-wrapper .indicador .info .txt-dato p {
    font-size: 0.925em;
  }
}

.type-page .bloque-texto .txt p {
  display: inline-block;
  margin: 1em 0 0;
  font-size: 1.25em;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .type-page .bloque-texto .txt p {
    margin-top: 1.111em;
    font-size: 1.125em;
    line-height: 133.33%;
  }
}
@media screen and (max-width: 767px) {
  .type-page .bloque-texto .txt p {
    margin: 0.95em 0 0;
    font-size: 1em;
  }
}
.type-page .bloque-texto .txt p:first-child {
  margin-top: 0;
}
.type-page .bloque-texto .txt p.titulo-cta {
  margin: 2.5em 0 0;
  font-size: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .type-page .bloque-texto .txt p.titulo-cta {
    margin-top: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  .type-page .bloque-texto .txt p.titulo-cta {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .type-page .bloque-texto .txt p.titulo-cta {
    margin-top: 1.75em;
  }
}
.type-page .bloque-texto .txt p.titulo-cta + .cta-wrapper {
  margin-top: 0;
}
.type-page .bloque-texto .txt p.titulo-cta + .cta-wrapper .cta {
  margin: 1.071em 1.428em 0 0;
}
.type-page .bloque-texto .txt p.titulo-cta + .cta-wrapper .cta:last-child {
  margin-right: 0;
}
.type-page .bloque-texto .txt p.titulo-cta + .cta-wrapper .cta:after {
  content: "\f1e1";
}
.type-page .bloque-texto .txt p.titulo-cta + .cta-wrapper .cta:hover:after {
  left: 0;
}
.type-page .bloque-texto .txt p + ul {
  margin-top: 0;
}
.type-page .bloque-texto .txt p + ol {
  margin-top: 0.5em;
}
.type-page .bloque-texto .txt ul {
  margin: 1em 0 0;
  padding: 0 0 0 0.875em;
  font-size: 1.25em;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .type-page .bloque-texto .txt ul {
    margin-top: 1.111em;
    font-size: 1.125em;
    line-height: 133.33%;
  }
}
@media screen and (max-width: 767px) {
  .type-page .bloque-texto .txt ul {
    margin: 0.95em 0 0;
    font-size: 1em;
  }
}
.type-page .bloque-texto .txt ul:first-child {
  margin-top: 0;
}
.type-page .bloque-texto .txt ol {
  margin: 1em 0 0;
  padding: 0 0 0 1.125em;
  font-size: 1.25em;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .type-page .bloque-texto .txt ol {
    margin-top: 1.111em;
    font-size: 1.125em;
    line-height: 133.33%;
  }
}
@media screen and (max-width: 767px) {
  .type-page .bloque-texto .txt ol {
    margin: 0.95em 0 0;
    font-size: 1em;
  }
}
.type-page .bloque-texto .txt ol:first-child {
  margin-top: 0;
}
.type-page .paragraph--type--araid-indicadores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -2.5em;
}
@media screen and (max-width: 1023px) {
  .type-page .paragraph--type--araid-indicadores {
    margin-top: -2em;
  }
}
@media screen and (max-width: 767px) {
  .type-page .paragraph--type--araid-indicadores {
    margin-top: -1.75em;
  }
}
.type-page .paragraph--type--araid-indicadores .indicador {
  width: 25%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 2.5em;
}
@media screen and (max-width: 1023px) {
  .type-page .paragraph--type--araid-indicadores .indicador {
    width: 50%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .type-page .paragraph--type--araid-indicadores .indicador {
    margin-top: 1.75em;
  }
}
.type-page .paragraph--type--araid-indicadores .indicador:before {
  content: "";
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0.625em;
  left: 0.625em;
  border-top: thin solid #1D1D1C;
}
@media screen and (max-width: 1023px) {
  .type-page .paragraph--type--araid-indicadores .indicador:before {
    right: 10px;
    left: 10px;
  }
}
.type-page .paragraph--type--araid-indicadores .indicador .icono {
  width: 33.33%;
  padding: 0.625em 0.625em 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .type-page .paragraph--type--araid-indicadores .indicador .icono {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .type-page .paragraph--type--araid-indicadores .indicador .icono {
    padding-right: 5px;
  }
}
.type-page .paragraph--type--araid-indicadores .indicador .icono img {
  width: auto;
  max-width: 100%;
  height: 4em;
  max-height: auto;
  display: block;
  margin: 0.9375em 0 0 1.25em;
}
@media screen and (max-width: 1300px) {
  .type-page .paragraph--type--araid-indicadores .indicador .icono img {
    font-size: 0.925em;
  }
}
@media screen and (max-width: 1023px) {
  .type-page .paragraph--type--araid-indicadores .indicador .icono img {
    margin-left: 1em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .type-page .paragraph--type--araid-indicadores .indicador .icono img {
    margin-right: 0;
    font-size: 0.75em;
  }
}
.type-page .paragraph--type--araid-indicadores .indicador .info {
  width: 66.66%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.625em 0 0 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .type-page .paragraph--type--araid-indicadores .indicador .info {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .type-page .paragraph--type--araid-indicadores .indicador .info {
    padding-left: 5px;
  }
}
.type-page .paragraph--type--araid-indicadores .indicador .info .content-dato {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .type-page .paragraph--type--araid-indicadores .indicador .info .content-dato {
    font-size: 0.925em;
  }
}
@media screen and (max-width: 1023px) {
  .type-page .paragraph--type--araid-indicadores .indicador .info .content-dato {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .type-page .paragraph--type--araid-indicadores .indicador .info .content-dato {
    font-size: 0.675em;
  }
}
.type-page .paragraph--type--araid-indicadores .indicador .info .highlight {
  display: inline-block;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 5em;
  font-weight: bold;
}
.type-page .paragraph--type--araid-indicadores .indicador .info .titulo-dato {
  display: inline-block;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.type-page .paragraph--type--araid-indicadores .indicador .info .titulo-dato .minus {
  text-transform: none;
}
.type-page .paragraph--type--araid-indicadores .indicador .info .txt-dato {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.type-page .paragraph--type--araid-indicadores .indicador .info .txt-dato p {
  max-width: 16.375em;
  margin: 1.25em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  line-height: 125%;
  color: #5A5858;
}
@media screen and (max-width: 767px) {
  .type-page .paragraph--type--araid-indicadores .indicador .info .txt-dato p {
    font-size: 0.925em;
  }
}

.inner-iframe-wrapper {
  width: 100%;
  border-radius: 0.5em;
  overflow: hidden;
}

.contacto {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacto .large-3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .contacto .large-3 {
    margin-bottom: 2.5em;
  }
}
.contacto .large-3 p:not(.subtitulo) {
  display: inline-block;
  margin: 0.277em 0 3.333em;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.125em;
  line-height: 133.33%;
}
@media screen and (max-width: 1300px) {
  .contacto .large-3 p:not(.subtitulo) {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 1023px) {
  .contacto .large-3 p:not(.subtitulo) {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .contacto .large-3 p:not(.subtitulo) {
    margin-bottom: 1.75em;
    font-size: 1em;
  }
}
.contacto .large-3 p:not(.subtitulo):first-child {
  margin-top: 0;
}
.contacto .large-3 p:not(.subtitulo):last-child {
  margin-bottom: 0;
}
.contacto .large-3 p:not(.subtitulo) a {
  color: black;
}
.contacto .large-3 p:not(.subtitulo) a:hover {
  color: #D64E2A;
}

#block-acc-corporative-views-block-araid-eventos-full-block-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 > div:not(.wrapper-eventos) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 .wrapper-eventos {
  width: 100%;
  max-width: 80em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 a.inner:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(135deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: white;
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 a.inner:hover:before {
  opacity: 0.3;
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 a.inner:hover p {
  color: rgba(255, 255, 255, 0.5);
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 a.inner:after {
  content: "\e5c8";
  display: inline-block;
  position: absolute;
  right: 1.875em;
  bottom: 1.875em;
  margin: 0 0 0 0.41625em;
  font-family: "Material Symbols Sharp";
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  #block-acc-corporative-views-block-araid-eventos-full-block-1 a.inner:after {
    right: 1.74975em;
    bottom: 1.74975em;
  }
}
@media screen and (max-width: 767px) {
  #block-acc-corporative-views-block-araid-eventos-full-block-1 a.inner:after {
    right: 1.5em;
    bottom: 1.5em;
  }
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 .inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 1.25em;
  padding: 1.875em;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #EBEAE8;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #block-acc-corporative-views-block-araid-eventos-full-block-1 .inner {
    padding: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  #block-acc-corporative-views-block-araid-eventos-full-block-1 .inner {
    padding: 1.5em;
  }
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 .inner:before {
  content: "";
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/noise.png);
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 .inner .titulo-2 {
  width: 90%;
  font-family: "DIN Alternate", "DINOT", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
}
#block-acc-corporative-views-block-araid-eventos-full-block-1 .inner p {
  margin: 0 0 0.25em;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.5em;
  line-height: 108.33%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  #block-acc-corporative-views-block-araid-eventos-full-block-1 .inner p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  #block-acc-corporative-views-block-araid-eventos-full-block-1 .inner p {
    font-size: 1.125em;
  }
}