@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .ipad-portrait {
    color: red;
  } /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .ipad-landscape {
    color: blue;
  } /* your css rules for ipad landscape */
}
.max-width {
  width: 100%;
  max-width: 1240px;
}

.max-width-centrat {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}

/* COLORS DEVELOP */
.white {
  background-color: white !important;
}

.gold {
  background-color: gold !important;
}

.red {
  background-color: red !important;
}

.lime {
  background-color: lime !important;
}

.aqua {
  background-color: aqua !important;
}

.orange {
  background-color: orange !important;
}

.button {
  text-align: center;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  pointer: cursor;
}

.button:hover.is-checked,
.button:active.is-checked,
.button.is-checked {
  color: red;
  text-decoration: underline;
}

.button-group:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
  line-height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: #343434;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
}
body.body-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden !important;
}
body hr {
  border: none;
  width: 100%;
  max-width: 1240px;
  margin: 1rem auto;
  height: 1px;
  background-color: #F0F0F0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* :focus {
  outline: 0;
}

a {
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: 300 !important;
  font-family: "IBM Plex Sans Bold", sans-serif !important;
}

.alignfull {
  width: 100%;
  max-width: 100%;
}

.wp-block-columns .wp-block {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-columns .wp-block.block-center {
  margin: 0 auto;
}

.content-area {
  margin: 0 auto;
  width: 100%;
}

.wp-post-image,
.img-responsive {
  width: 100%;
  height: auto;
}

.wp-post-image img,
.img-responsive img {
  width: 100%;
  height: auto;
}

.img-circular {
  border-radius: 50%;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hide {
  display: none;
}

.alignwide {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}

.aligncenter {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 80rem !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.to-top {
  float: right;
  margin: 2rem 1rem 0 0;
  cursor: pointer;
}

.redondeado {
  border-radius: 1rem;
}

/* IMG FOR MOBILE */
@media only screen and (min-width: 425px) {
  .for-mobile {
    display: none;
  }
}

.for-tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .for-tablet {
    display: block;
  }
}
@media only screen and (min-width: 1184px) {
  .for-tablet {
    display: none;
  }
}

.for-desktop {
  display: none;
}
@media only screen and (min-width: 1184px) {
  .for-desktop {
    display: block;
  }
}

.lerete {
  text-align: center;
  padding: 0.2rem;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  font-family: Arial, sans-serif;
  display: block;
  background: gold;
}
@media only screen and (min-width: 320px) {
  .lerete {
    background: orange;
  }
}
@media only screen and (min-width: 375px) {
  .lerete {
    background: pink;
  }
}
@media only screen and (min-width: 425px) {
  .lerete {
    background: red;
  }
}
@media only screen and (min-width: 768px) {
  .lerete {
    background: purple;
  }
}
@media only screen and (min-width: 1184px) {
  .lerete {
    background: blue;
  }
}
@media only screen and (min-width: 1240px) {
  .lerete {
    background: darkgreen;
  }
}

/* FLEX */
.flex {
  display: flex;
  flex-direction: column;
}
.flex.flex-h {
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}

/* MAIN */
.site-main {
  padding: 0;
  top: 100px;
  position: relative;
}
@media only screen and (min-width: 1184px) {
  .site-main .site-main {
    padding: 0;
    top: 150px;
    position: relative;
  }
}
.page-content {
  width: calc(100% - 2.8rem);
  margin: 1rem 1.4rem;
}
/* SECTION HEADER */
.section-header .section-title {
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
  color: #FF3D00;
  letter-spacing: 0.025rem;
}

.tag-list {
  display: block;
  margin: 4rem 0;
}
.tag-list li {
  font-weight: 200;
  margin-right: 2rem;
  display: inline-block;
}
.tag-list li a {
  color: #A3A3A3;
}
.tag-list li a:hover {
  color: #343434;
  text-decoration: underline;
}

/* PAGINATION */
/* VIDEO */
.embed-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Block image */
.wp-block-image img {
  width: 100%;
  height: auto;
}

/* IFRAME MAPS */
.map-responsive {
  overflow: hidden;
  padding-bottom: 140%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 1184px) {
  .map-responsive {
    padding-bottom: 56.25%;
  }
}

/* BLOCKS */
.wp-block-columns,
.wp-block-columns.has-background {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* EMBED BLOCK RESPONSIVE */
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 5rem; /* 16:9 */
  padding-top: 0.5rem;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.for-mobile {
  display: block !important;
}
@media only screen and (min-width: 1184px) {
  .for-mobile {
    display: none !important;
  }
}

.for-desktop {
  display: none !important;
}
@media only screen and (min-width: 1184px) {
  .for-desktop {
    display: block !important;
  }
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button,
.cli-tab-footer .wt-cli-privacy-accept-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  background-color: #FF3D00;
  color: #ffffff;
}

.cli_settings_button {
  color: #343434 !important;
  font-size: 18px;
}

.cli-style-v2 .cli-bar-message {
  width: 70%;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
}

.page-template-page-legal .wp-block-spacer {
  height: 4rem !important;
}
.page-template-page-legal h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding: 0 0 0 0;
}
.page-template-page-legal a {
  color: #343434;
  cursor: hand;
}
.page-template-page-legal ul {
  margin: 1rem 0 0;
}
.page-template-page-legal ul li {
  list-style-type: disc;
  padding-left: 0;
  margin: 0 0 1rem 2rem;
}
.page-template-page-legal table.cookielawinfo-classic {
  font-family: "IBM Plex Sans", sans-serif;
  border-collapse: collapse;
  color: #343434;
}
.page-template-page-legal table.cookielawinfo-classic thead tr th {
  text-transform: uppercase;
  background: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
}
.page-template-page-legal .cookielawinfo-row td {
  padding: 2rem;
  line-height: 1.2;
  color: gray;
}
.page-template-page-legal .cookielawinfo-row td.cookielawinfo-column-2 {
  width: 4rem;
}

hr.colors {
  background-color: #C96821;
  width: 100%;
  display: block;
  height: 1.5rem;
  position: relative;
  opacity: 1;
  border-bottom: none;
}
hr.colors:after {
  content: " ";
  width: 33.3333%;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #979269;
}
hr.colors:before {
  content: " ";
  width: 33.3333%;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #C96821;
}
hr.colors:before {
  content: " ";
  width: 33.3333%;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1A4A79;
}

/* MAP */
#wpmapblock_1 {
  position: relative;
  z-index: -1;
}

/* CABECERA DE SECCION */
.cabecera-seccion {
  margin: 3rem auto 2rem !important;
}
.cabecera-seccion h3 {
  font-size: 34px;
  font-size: 3.4rem;
  margin: 0 1rem;
  line-height: 107%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
  height: auto;
}

/* SEARCH */
.search a,
.login a {
  margin: 0.5rem 1rem;
  color: #ffffff;
  display: inline-block;
}

/* EDIT */
.editar-entrada {
  cursor: pointer;
  text-align: center;
  background-color: #FF3D00;
  color: #ffffff;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 0.2rem solid #ffffff;
  font-size: 1.4rem;
  line-height: 7.75rem;
  text-transform: uppercase;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 20;
  transition: 0.5s;
}
.editar-entrada a {
  color: #ffffff;
  letter-spacing: 0.1rem;
}
.editar-entrada:hover {
  background-color: #343434;
}
.editar-entrada:hover a {
  color: #ffffff;
}

/* BLOCK COLORS */
.has-primary-background-color {
  background-color: #FF3D00;
}

.has-secondary-background-color {
  background-color: #343434;
}

.has-tertiary-background-color {
  background-color: #FFFFFF;
}

.has-quaternary-background-color {
  background-color: #A3A3A3;
}

.has-black-background-color {
  background-color: #343434;
}

.has-soft-black-background-color {
  background-color: #F0F0F0;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-primary-color {
  color: #FF3D00;
}
.has-primary-color:hover {
  color: #FF3D00;
}

.has-secondary-color {
  color: #343434;
}
.has-secondary-color:hover {
  color: #343434;
}

.has-tertiary-color {
  color: #FFFFFF;
}
.has-tertiary-color:hover {
  color: #FFFFFF;
}

.has-quaternary-color {
  color: #A3A3A3;
}
.has-quaternary-color:hover {
  color: #A3A3A3;
}

.has-black-color {
  color: #343434;
}
.has-black-color:hover {
  color: #343434;
}

.has-soft-black-color {
  color: #F0F0F0;
}
.has-soft-black-color:hover {
  color: #F0F0F0;
}

.has-white-color {
  color: #ffffff;
}
.has-white-color:hover {
  color: #ffffff;
}

.has-background .has-primary-background-color {
  background-color: #FF3D00;
}
.has-background .has-secondary-background-color {
  background-color: #343434;
}
.has-background .has-tertiary-background-color {
  background-color: #FFFFFF;
}
.has-background .has-quaternary-background-color {
  background-color: #A3A3A3;
}
.has-background .has-black-background-color {
  background-color: #343434;
}
.has-background .has-soft-black-background-color {
  background-color: #F0F0F0;
}
.has-background .has-white-background-color {
  background-color: #ffffff;
}

.wp-block-button__link.has-primary-color,
.has-text-color.has-primary-color {
  color: #FF3D00;
}
.wp-block-button__link.has-primary-color:hover,
.has-text-color.has-primary-color:hover {
  color: #FF3D00 !important;
}
.wp-block-button__link.has-secondary-color,
.has-text-color.has-secondary-color {
  color: #343434;
}
.wp-block-button__link.has-secondary-color:hover,
.has-text-color.has-secondary-color:hover {
  color: #343434 !important;
}
.wp-block-button__link.has-tertiary-color,
.has-text-color.has-tertiary-color {
  color: #FFFFFF;
}
.wp-block-button__link.has-tertiary-color:hover,
.has-text-color.has-tertiary-color:hover {
  color: #FFFFFF !important;
}
.wp-block-button__link.has-quaternary-color,
.has-text-color.has-quaternary-color {
  color: #A3A3A3;
}
.wp-block-button__link.has-quaternary-color:hover,
.has-text-color.has-quaternary-color:hover {
  color: #A3A3A3 !important;
}
.wp-block-button__link.has-black-color,
.has-text-color.has-black-color {
  color: #343434;
}
.wp-block-button__link.has-black-color:hover,
.has-text-color.has-black-color:hover {
  color: #343434 !important;
}
.wp-block-button__link.has-soft-black-color,
.has-text-color.has-soft-black-color {
  color: #F0F0F0;
}
.wp-block-button__link.has-soft-black-color:hover,
.has-text-color.has-soft-black-color:hover {
  color: #F0F0F0 !important;
}
.wp-block-button__link.has-white-color,
.has-text-color.has-white-color {
  color: #ffffff;
}
.wp-block-button__link.has-white-color:hover,
.has-text-color.has-white-color:hover {
  color: #ffffff !important;
}

/* ibm-plex-sans-100 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/ibm-plex-sans-v14-latin-100.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v14-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v14-latin-100.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v14-latin-100.woff") format("woff"), url("../fonts/ibm-plex-sans-v14-latin-100.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v14-latin-100.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-200 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/ibm-plex-sans-v14-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v14-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v14-latin-200.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v14-latin-200.woff") format("woff"), url("../fonts/ibm-plex-sans-v14-latin-200.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v14-latin-200.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-300 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ibm-plex-sans-v14-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v14-latin-300.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v14-latin-300.woff") format("woff"), url("../fonts/ibm-plex-sans-v14-latin-300.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v14-latin-300.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ibm-plex-sans-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v14-latin-regular.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v14-latin-regular.woff") format("woff"), url("../fonts/ibm-plex-sans-v14-latin-regular.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v14-latin-regular.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-500 - latin */
@font-face {
  font-family: "IBM Plex Sans Semibold";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ibm-plex-sans-v14-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v14-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v14-latin-500.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v14-latin-500.woff") format("woff"), url("../fonts/ibm-plex-sans-v14-latin-500.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v14-latin-500.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-600 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ibm-plex-sans-v14-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v14-latin-600.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v14-latin-600.woff") format("woff"), url("../fonts/ibm-plex-sans-v14-latin-600.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v14-latin-600.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-family: "IBM Plex Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ibm-plex-sans-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v14-latin-700.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v14-latin-700.woff") format("woff"), url("../fonts/ibm-plex-sans-v14-latin-700.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v14-latin-700.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* EDITORIAL */
.abstract span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
}
.abstract .hidden {
  display: none;
}

.entry-antetitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
  text-transform: uppercase;
  display: block;
  font-family: "IBM Plex Sans Bold", sans-serif;
}

h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 2rem;
  padding: 0;
  padding-right: 5rem;
}
h1 a {
  text-decoration: none;
}
h1 a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1184px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
    padding: 0;
  }
}

h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 115%;
  font-family: "IBM Plex Sans", sans-serif;
  display: block;
  margin: 1rem 0 2rem;
  padding: 0rem;
  color: #343434;
}
h2 a {
  color: #343434;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
}
h2 em {
  font-family: "Suisse-Regular-Italic", sans-serif;
  font-style: normal;
}
@media only screen and (min-width: 1184px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 110%;
  display: block;
  margin: 0 auto 1.5rem 0 !important;
  color: #343434;
  font-family: "IBM Plex Sans", sans-serif;
}
h3 strong {
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.9rem;
}
h3 a {
  color: #343434;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  h3 strong {
    font-size: 30px;
    font-size: 3rem;
  }
}

h4 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  display: block;
  margin-bottom: 2rem;
  line-height: 140%;
}
@media only screen and (min-width: 1184px) {
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 2rem auto;
}
h5.category {
  -webkit-box-shadow: 0 0.5rem 0 0 #00A0DF;
  -moz-box-shadow: 0 0.5rem 0 0 #00A0DF;
  box-shadow: 0 0.5rem 0 0 #00A0DF;
  display: table;
}
h5.category:hover {
  -webkit-box-shadow: 0 0 0 0 #00A0DF;
  -moz-box-shadow: 0 0 0 0 #00A0DF;
  box-shadow: 0 0 0 0 #00A0DF;
}
h5 a {
  color: #343434;
  text-decoration: none;
}
h5 a:hover {
  text-decoration: none;
}

ul {
  margin: 0 2rem 0 2.5rem;
}
ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45;
  display: block;
  padding-left: 0;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  ul {
    margin: 0;
  }
  ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1184px) {
  ul li {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.thumbnail {
  width: 50%;
  height: auto;
}

.pdf-icon a {
  display: flex;
  align-items: center;
}

.pdf-icon a::after {
  content: url("https://airesearch-sesgos-covid19.com/wp-content/themes/PDP/img/pdficon.png");
  margin-left: 1.7rem;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  color: #343434;
  width: 100%;
}
p strong {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1184px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
time {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.42;
  margin: 2rem auto;
  padding: 0;
  display: block;
  text-align: center;
  color: #343434;
}

.wp-block-quote {
  border-left: 0 solid #000;
  margin: 2rem auto;
  padding: 4rem 2rem;
  line-height: 1.25;
  text-align: left;
}
.wp-block-quote p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .wp-block-quote {
    margin: 4 rem auto;
    padding: 5rem 3rem;
  }
  .wp-block-quote p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1240px) {
  .wp-block-quote {
    margin: 4 rem auto;
    padding: 5rem 3rem;
  }
  .wp-block-quote p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.wp-block-quote.is-style-large {
  background-color: #343434;
}
.wp-block-quote.is-style-large p {
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .wp-block-quote.is-style-large {
    margin: 4 rem auto;
    padding: 5rem 3rem;
  }
  .wp-block-quote.is-style-large p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1240px) {
  .wp-block-quote.is-style-large {
    margin: 4 rem auto;
    padding: 5rem 3rem;
  }
  .wp-block-quote.is-style-large p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.entry-list {
  padding: 0;
  margin: 3rem 1rem 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.entry-list li {
  list-style: none;
  padding: 0;
  margin: 1rem 1rem 1rem 2rem;
  padding-left: 1rem;
  line-height: 1.5;
  color: #A3A3A3;
}
.entry-list li:before {
  margin: 0 1rem 0 -2rem;
  content: " ";
  background: url("../img/blue-bullet.svg") center no-repeat;
  background-size: 100% 100%;
  width: 0.75rem;
  height: 0.75rem;
  text-align: left;
  display: inline-block;
}
.entry-list li strong {
  font-family: "IBM Plex Sans", sans-serif;
}
.entry-list.ordered {
  margin: 5rem 0;
  counter-reset: item;
}
.entry-list.ordered li {
  margin-left: -1rem;
  counter-increment: item;
  display: table;
}
.entry-list.ordered li:before {
  padding-right: 1.5rem;
  vertical-align: top;
  content: counter(item);
  font-size: 25px;
  font-size: 2.5rem;
  color: #343434;
  text-align: left;
  display: table-cell;
}
@media only screen and (min-width: 425px) {
  .entry-list.ordered li {
    margin-left: -3.5rem;
  }
}
@media only screen and (min-width: 1184px) {
  .entry-list {
    margin: 9rem 0 0 0;
  }
}

/* ORDERED LIST */
ol {
  margin: 0 auto;
  display: block;
  list-style-type: none;
  counter-reset: li;
  padding: 0 0 0 2rem;
}
ol li {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2rem;
}
ol li:before {
  font-weight: bold;
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  position: absolute;
  left: 0;
}
ol.no-border {
  border-left: none;
}
@media only screen and (min-width: 768px) {
  ol li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1184px) {
  ol li {
    font-size: 20px;
    font-size: 2rem;
  }
}

.wp-block-buttons {
  margin: 2rem 0;
}
.wp-block-buttons .wp-block-button {
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
}
.wp-block-buttons .wp-block-button.is-style-fill {
  border-radius: 0.2rem;
}
.wp-block-buttons .wp-block-button.is-style-outline {
  border-width: 0.2rem;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  box-shadow: none;
  font-size: 20px;
  font-size: 2rem;
  padding: 2rem;
  border-radius: 0.2rem !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: inherit;
  text-decoration: underline;
}

div.ays-survey-section-buttons .ays-survey-section-button-container {
  border-radius: 0.3rem !important;
}

/* ICONS */
.ico {
  display: block;
  width: 3rem;
  height: 3rem;
}
.ico:hover {
  cursor: pointer;
}
.ico.ico-linkdin-coral {
  background: url("../img/ico-linkdin.svg") center no-repeat;
  background-size: 100% 100%;
}
.ico.ico-linkdin {
  background: url("../img/ico-linkdin.svg") center no-repeat;
  background-size: 100% 100%;
}
.ico.ico-medium {
  background: url("../img/ico-medium.svg") center no-repeat;
  background-size: 100% 100%;
}
.ico.ico-twitter {
  background: url("../img/ico-twitter.svg") center no-repeat;
  background-size: 100% 100%;
}
.ico.ico-instagram {
  background: url("../img/ico-instagram.svg") center no-repeat;
  background-size: 100% 100%;
}

.home .burger span {
  background: #FF3D00;
}
.home .burger.active span {
  border-radius: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  top: 50%;
  margin-top: -3px;
  left: 1.7rem;
  display: block;
  background: #FF3D00;
}

.burguer {
  position: relative;
  display: block;
  height: 3rem;
  width: 3rem;
}
.burguer:hover {
  cursor: pointer;
}
.burguer span {
  position: absolute;
  width: 2.75rem;
  height: 0.2rem;
  border-radius: 0;
  left: 1.7rem;
  top: 2.6rem;
  background: #343434;
  transition: 0.25s;
  display: block;
}
.burguer span:first-child {
  left: 1.7rem;
  top: 1.5rem;
}
.burguer span:last-child {
  left: 1.7rem;
  top: 3.7rem;
}
.burguer.active span {
  border-radius: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  top: 50%;
  margin-top: -3px;
  left: 1.7rem;
  display: block;
  background: #343434;
}
.burguer.active span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
.burguer.active span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 375px) {
  .burguer {
    width: 2.5rem;
    height: 2.5rem;
  }
  .burguer.active span {
    margin-top: -5px;
    width: 2.5rem;
  }
  .burguer.active span:first-child {
    margin-top: -4px;
  }
  .burguer .home .burger span {
    background: #FF3D00;
  }
  .burguer .home .burger.active span {
    border-radius: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    top: 50%;
    margin-top: -3px;
    left: 1.7rem;
    display: block;
    background: #FF3D00;
  }
}

.home-burger span {
  background: #FF3D00;
  z-index: 9999;
}
.home-burger.active span {
  border-radius: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  top: 50%;
  margin-top: -3px;
  left: 1.7rem;
  display: block;
  background: #FF3D00;
}

#lupa {
  position: relative;
  width: 1.25rem;
  height: 0.65rem;
}
#lupa span {
  display: block;
  border: 0.2rem solid #343434;
}
#lupa span:first-child {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
#lupa span:last-child {
  width: 1rem;
  height: 0.2rem;
  border: 0.02rem solid #343434;
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-radius: 0;
  transform: rotate(-140deg);
}
#lupa.active span {
  border-color: #343434;
}
@media only screen and (min-width: 375px) {
  #lupa span:first-child {
    width: 1.5rem;
    height: 1.5rem;
  }
  #lupa span:last-child {
    width: 1.25rem;
    height: 0.1rem;
    bottom: -10px;
    right: -11px;
  }
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDEDED url("../img/bg-70.png") center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #FF3D00 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
/* XARXES SOCIALS */
.xarxes {
  /* SOCIAL ICONS */
}
.xarxes ul.xarxes-socials {
  border-top: 0.05rem solid #343434;
  border-bottom: 0.05rem solid #343434;
  text-align: center;
  padding: 1.8rem 0 1rem;
}
.xarxes ul.xarxes-socials li {
  display: inline-block;
  margin: 0 1.5rem;
}
.xarxes ul.xarxes-socials li.ico {
  width: 3.5rem;
  height: 3.5rem;
}
.xarxes ul.xarxes-socials li.ico a {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}
.xarxes ul.xarxes-socials li.ico a span {
  display: none;
}
.xarxes ul.xarxes-socials li.youtube a {
  margin-bottom: 0.15rem;
  height: 1.5rem;
  background: url("../img/ico-youtube.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.instagran a {
  background: url("../img/ico-instagram.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.linkedin a {
  background: url("../img/ico-linkedin.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.pinterest a {
  background: url("../img/ico-pinterest.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.facebook a {
  background: url("../img/ico-facebook.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes ul.xarxes-socials li.ticktok a {
  background: url("../img/ico-tiktok.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .facebook-ico {
  background: url("../img/ico-facebook-q.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .twitter-ico {
  background: url("../img/ico-twitter-q.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .twitter-ico:hover {
  background: url("../img/ico-twitter-q-hover.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .instagram-ico {
  background: url("../img/ico-instagram-q.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.xarxes .instagram-ico:hover {
  background: url("../img/ico-instagram-q-hover.svg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#search-form {
  text-align: left;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  vertical-align: middle;
}
#search-form button#searchsubmit {
  border: none;
  background-color: transparent;
  padding: 0.4rem 0 0 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
#search-form input#search {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.2rem 1rem 0;
  border: 0px solid #343434;
}
#search-form input#search::placeholder {
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 0.2rem 0 0 1rem;
}
/* Variables */
/* Animation */
@keyframes ssc-loading {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
/* Animation partial */
.ssc-square, .ssc-head-line, .ssc-line, .ssc-circle {
  position: relative;
  overflow: hidden;
}
.ssc-square:after, .ssc-head-line:after, .ssc-line:after, .ssc-circle:after {
  content: "";
  animation: ssc-loading 1.3s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
  background: linear-gradient(90deg, transparent, hsla(0deg, 0%, 100%, 0.3), transparent);
}

/** Main class */
.ssc {
  cursor: progress;
  user-select: none;
}

/** Helpers classes */
.ssc .mb {
  margin-bottom: 10px;
}
.ssc .mt {
  margin-top: 10px;
}
.ssc .mr {
  margin-right: 10px;
}
.ssc .ml {
  margin-left: 10px;
}
.ssc .mbs {
  margin-bottom: 5px;
}
.ssc .mts {
  margin-top: 5px;
}
.ssc .mrs {
  margin-right: 5px;
}
.ssc .mls {
  margin-left: 5px;
}
.ssc .w-10 {
  width: 10%;
}
.ssc .w-20 {
  width: 20%;
}
.ssc .w-30 {
  width: 30%;
}
.ssc .w-40 {
  width: 40%;
}
.ssc .w-50 {
  width: 50%;
}
.ssc .w-60 {
  width: 60%;
}
.ssc .w-70 {
  width: 70%;
}
.ssc .w-80 {
  width: 80%;
}
.ssc .w-90 {
  width: 90%;
}
.ssc .w-100 {
  width: 100%;
}
.ssc .flex {
  display: flex;
}
.ssc .inline-flex {
  display: inline-flex;
}
.ssc .align-center {
  align-items: center;
}
.ssc .align-start {
  align-items: flex-start;
}
.ssc .align-end {
  align-items: flex-end;
}
.ssc .align-stretch {
  align-items: stretch;
}
.ssc .justify-start {
  justify-content: start;
}
.ssc .justify-end {
  justify-content: end;
}
.ssc .justify-between {
  justify-content: space-between;
}
.ssc .justify-center {
  justify-content: center;
}
.ssc .justify-around {
  justify-content: space-around;
}

/** Wrapper class */
.ssc-wrapper {
  padding: 10px;
}

/* Figures, Objects */
.ssc-card {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-color: #ffffff;
}

.ssc-circle {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.ssc-hr {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.17);
  height: 2px;
}

.ssc-line {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 0;
  margin-bottom: 2px;
  width: 100%;
  height: 10px;
}
.ssc-line:last-child {
  margin-bottom: unset;
}

.ssc-head-line {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 0;
  width: 100%;
  height: 20px;
}

.ssc-square {
  display: block;
  background-color: rgba(0, 0, 0, 0.17);
  width: 100%;
  height: 150px;
}

.site-header {
  width: 100%;
  border-bottom: 0.1rem solid #343434;
}
.site-header.active .logo {
  background-color: "/wp-content/uploads/2022/09/LOGOTIPOTLUAB.svg";
}
.site-header.headroom {
  will-change: transform;
  transition: transform 200ms linear;
  position: fixed !important;
  z-index: 2;
  top: 0;
}
.site-header.headroom--top {
  background-color: #ffffff;
}
.site-header.headroom--unpinned {
  transform: translateY(-100%);
}
.site-header.headroom--pinned {
  transform: translateY(0%);
  background-color: #ffffff;
  z-index: 2;
  top: 0;
}
.site-header .header-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  background: #ffffff;
  height: 6.5rem;
  margin: 0 auto;
}
.site-header .header-content .site-branding {
  display: flex;
  flex-direction: row;
  width: 40rem;
}
.site-header .header-content .site-branding .logo {
  width: 30rem;
  height: 5rem;
  z-index: 2;
  margin: 0.5rem 1rem 0 0.5rem;
  padding: 0;
  position: relative;
  background-position: left;
  background-size: 90% auto !important;
  font-size: 40px;
  font-size: 4rem;
  line-height: 100%;
}
.site-header .header-content .site-branding .logo a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.site-header .header-content .site-branding .logo span {
  display: none;
}
.site-header .header-content .site-branding .logo-uab {
  margin: 1rem;
  padding-left: 1rem;
  border-left: 0.1rem solid #343434;
  width: 10rem;
  display: none;
}
.site-header .header-content .site-branding .logo-uab .white-logo {
  display: none;
}
.site-header .header-content .site-branding .logo-uab .black-logo {
  display: block;
}
.site-header #burguer {
  position: absolute;
  z-index: 2;
  top: 0.4rem;
  right: 2.5rem;
  padding: 2rem;
}
.site-header #burguer.active {
  top: 1.5rem;
  right: 2rem;
}
@media only screen and (min-width: 768px) {
  .site-header .header-content .site-branding {
    border-left: 0.1rem solid #343434;
    border-right: 0.1rem solid #343434;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 1184px) {
  .site-header .header-content {
    display: flex;
    flex-direction: row;
    justify-content: start;
  }
  .site-header .header-content .site-branding {
    width: 27rem;
    padding: 0;
  }
  .site-header .header-content .site-branding .logo {
    width: 24rem;
    margin-top: 0.5rem;
  }
  .site-header .header-content .site-branding .logo-uab {
    display: block;
  }
  .site-header #burguer {
    display: none;
  }
}

.home .header {
  background-color: #343434;
}
.home .header-content {
  background-color: #343434;
  color: #ffffff;
}
.home .header-content .logo-uab {
  border-left: 0.1rem solid #ffffff !important;
  display: block;
}
.home .header-content .logo-uab .black-logo {
  display: none !important;
}
.home .header-content .logo-uab .white-logo {
  display: block !important;
}
.home .header-content ul.menu li a {
  color: #ffffff;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-9-28 15:28:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
.header {
  margin: 0 auto;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
.header .menu-main-nav-container {
  display: none;
  justify-content: top;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
}
.header .menu-main-nav-container .menu {
  margin: 2rem auto 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.header .menu-main-nav-container .menu li a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 200%;
  font-family: "IBM Plex Sans", sans-serif;
  color: #343434;
  transition: 0.35s;
  font-weight: bold;
}
.header .menu-main-nav-container .menu li a:hover {
  color: #FF3D00;
  border-bottom: 2px solid #FF3D00;
}
.header .menu-main-nav-container .menu li.current-menu-item a {
  color: #FF3D00 !important;
}
.header .menu-main-nav-container .wpml-ls ul {
  display: flex;
  flex-direction: row;
}
.header .menu-main-nav-container .wpml-ls ul li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 110%;
  text-transform: uppercase;
}
.header .menu-main-nav-container .wpml-ls ul li.wpml-ls-item a {
  color: #FF3D00;
}
.header .menu-main-nav-container .wpml-ls ul li.wpml-ls-item a:hover {
  color: #FF3D00;
  border-bottom: 2px solid #FF3D00;
}
.header .menu-main-nav-container .wpml-ls ul li.wpml-ls-item a span {
  vertical-align: bottom;
}
.header .menu-main-nav-container .wpml-ls ul li.wpml-ls-current-language a {
  text-decoration: underline;
}
.header .menu-main-nav-container .wpml-ls ul li.wpml-ls-current-language a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1184px) {
  .header .site-branding {
    width: 40% !important;
    border-right: 0.1rem solid #ffffff;
  }
  .header .menu-main-nav-container {
    position: relative;
    display: flex;
    width: 90%;
    z-index: 1;
    height: 6.6rem;
    border-right: 0.1rem solid #343434;
  }
  .header .menu-main-nav-container .menu {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: start;
    width: 100%;
  }
  .header .menu-main-nav-container .menu li {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    text-align: left;
    height: auto;
    width: 110px !important;
    line-height: 3rem;
  }
  .header .menu-main-nav-container .menu li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 125%;
    color: #343434;
  }
  .header .menu-main-nav-container .menu li a:hover {
    color: #FF3D00;
    border-bottom: 2px solid #FF3D00;
  }
  .header .menu-main-nav-container .menu .contact {
    display: none;
  }
  .header .menu-main-nav-container .menu .wpml-ls ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .header .menu-main-nav-container .menu .wpml-ls ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 110%;
    text-transform: uppercase;
  }
  .header .menu-main-nav-container .menu .wpml-ls ul li.wpml-ls-item a {
    color: #343434;
  }
  .header .menu-main-nav-container .menu .wpml-ls ul li.wpml-ls-item a:hover {
    border-bottom: 2px solid #FF3D00;
  }
  .header .menu-main-nav-container .menu .wpml-ls ul li.wpml-ls-item a span {
    vertical-align: bottom;
  }
  .header .menu-main-nav-container .menu .wpml-ls ul li.wpml-ls-current-language a {
    text-decoration: underline;
  }
  .header .menu-main-nav-container .menu .wpml-ls ul li.wpml-ls-current-language a:hover {
    text-decoration: none;
  }
  .header .menu-main-nav-container .menu .menu-item:hover .sub-menu {
    display: block;
    padding: 2rem 0rem;
    position: relative;
    z-index: 100;
    -webkit-animation: slide-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: slide-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background-color: #ffffff;
    width: 230px;
    box-shadow: 2px 2px 4px #f0f0f0;
    top: 0rem;
    padding: 2rem;
  }
  .header .menu-main-nav-container .menu .menu-item:hover .sub-menu li {
    margin: 0rem;
  }
  .header .menu-main-nav-container .menu .menu-item:hover .sub-menu li a {
    color: #343434;
  }
  .header .menu-main-nav-container .menu .menu-item:hover .sub-menu li a:hover {
    color: #FF3D00;
  }
  .header .menu-main-nav-container .menu .menu-item .sub-menu {
    background-color: #ffffff;
    display: none;
  }
}
@media only screen and (min-width: 1240px) {
  .header .menu-main-nav-container.menu li {
    padding: 1.4rem 0 1rem 2rem;
  }
  .header .menu-main-nav-container.menu li a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 140%;
  }
}
.header.active .menu-main-nav-container {
  top: 6.6rem;
  display: flex;
  flex-direction: column;
  background-color: #343434;
}
.header.active .menu-main-nav-container .menu li a {
  font-family: "IBM Plex Sans", sans-serif;
  text-align: left;
  color: #ffffff;
}

.home .menu-main-nav-container .menu li a:hover {
  color: #FF3D00;
  border-bottom: 2px solid #FF3D00;
}
.home .menu-main-nav-container .menu .menu-item:hover .sub-menu {
  display: block;
  position: relative;
  z-index: 100;
  padding: 2rem;
  -webkit-animation: slide-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: slide-bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  background-color: #343434;
}
.home .menu-main-nav-container .menu .menu-item:hover .sub-menu li {
  padding: 1.5rem 0rem;
}
.home .menu-main-nav-container .menu .menu-item:hover .sub-menu li a {
  color: #ffffff;
}
.home .menu-main-nav-container .menu .menu-item .sub-menu {
  background-color: #ffffff;
  display: none;
}
@media only screen and (min-width: 768px) {
  .home .header-content .site-branding {
    padding: 0.5rem;
    border-right: 0.1rem solid #ffffff;
    border-left: 0.1rem solid #ffffff;
  }
  .home .header-content .menu-main-nav-container {
    border-right: 0.1rem solid #ffffff;
  }
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.grid .entry {
  align-self: flex-end;
}
@media only screen and (min-width: 375px) {
  .grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .grid .entry {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1184px) {
  .grid .entry {
    width: 25%;
  }
}
.post-list {
  margin: 1rem;
  display: flex;
  flex-direction: column;
}
.post-list li {
  width: 100%;
  margin: 0;
}

/* GALLERY */
.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
  margin: 0;
}

.single .abstract-container {
  display: flex;
  margin-bottom: 8rem;
  flex-direction: column;
}
.single .abstract-container .abstract {
  padding: 2em;
  background-color: #F0F0F0;
  font-size: 18px;
  margin-left: 2.6em;
  flex: 6;
}
.single .abstract-container aside {
  background-color: #343434;
  padding: 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 230px;
}
.single .abstract-container aside h2, .single .abstract-container aside dl {
  color: #ffffff;
  border-left: none;
  font-size: 16px;
  line-height: 130%;
}
.single .abstract-container aside h1.entry-title {
  margin-bottom: 4rem;
  padding-right: 5rem;
}
.single .abstract-container aside dd {
  color: #A3A3A3;
  line-height: 130%;
}
.single .page-header {
  display: block;
}
.single .page-header h1 {
  font-size: 18px;
  width: 45.5%;
}
.single .entry {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.single .entry-content p {
  padding-right: 5rem;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: auto;
}
.single .entry-content h2, .single .entry-content .wp-block-image {
  font-size: 16px;
  font-size: 1.6rem;
}
.single .entry-content .wp-block-group {
  box-sizing: border-box;
  margin: 10em 0em;
}
.single .entry-content h2 {
  font-size: 18px;
  font-weight: bold;
}
.single .entry-content .entry-header {
  margin-top: 4rem;
  padding: 1rem 2rem 0;
}
.single .entry-content .entry-header .entry-antetitle {
  color: #FF3D00;
  margin-bottom: 2rem;
  padding-top: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: none;
}
.single .entry-content .entry-header .entry-title {
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-weight: 400;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 115%;
}
.single .entry-content .entry-header .entry-image {
  margin: 1rem 0 1rem 1rem;
  display: block;
  position: relative;
}
.single .entry-content .post-content .entry-paragraph .entry-info .section-header {
  background-color: #C96821;
}
.single .post-content .entry-paragraph {
  padding: 2rem 1rem 4rem 1rem;
  display: flex;
  flex-direction: column;
}
.single .post-content .entry-paragraph .entry-info {
  margin: 2rem 1.25rem 2rem;
  padding: 0;
}
.single .post-content .entry-paragraph .entry-info hr {
  margin: 0;
  background-color: #FF3D00;
}
.single .post-content .entry-paragraph .entry-info .content-table {
  color: #FF3D00;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-size: 16px;
  font-size: 1.6rem;
}
.single .post-content .entry-paragraph .entry-info .content-table small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
}
.single .post-content .entry-paragraph .entry-info .content-table div {
  padding: 0.35rem 0;
}
.single .post-content .entry-paragraph .entry-info .content-table div.border {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem solid #FF3D00;
}
.single .post-content .entry-paragraph .entry-info .content-table .totales {
  font-size: 20px;
  font-size: 2rem;
}
.single .post-content .entry-paragraph .entry-info ul.ODS-list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 1rem 0 0 0;
}
.single .post-content .entry-paragraph .entry-info ul.ODS-list li {
  margin: 0;
  padding: 0;
}
.single .post-content .entry-paragraph .entry-info ul.ODS-list li a {
  line-height: 0;
  display: block;
}
.single .post-content .entry-paragraph .entry-info ul.ODS-list li a img {
  width: 100%;
  height: auto;
}
.single .post-content .entry-paragraph .entry-info .ano-inicio,
.single .post-content .entry-paragraph .entry-info .entry-donantes,
.single .post-content .entry-paragraph .entry-info .objetivos-ODS,
.single .post-content .entry-paragraph .entry-info .beneficiarios {
  padding: 1.5rem 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 130%;
}
.single .post-content .entry-paragraph .entry-info .ano-inicio p,
.single .post-content .entry-paragraph .entry-info .entry-donantes p,
.single .post-content .entry-paragraph .entry-info .objetivos-ODS p,
.single .post-content .entry-paragraph .entry-info .beneficiarios p {
  padding: 0;
  margin: 0;
  display: block;
}
.single .post-content .entry-paragraph .entry-info .ano-inicio strong,
.single .post-content .entry-paragraph .entry-info .entry-donantes strong,
.single .post-content .entry-paragraph .entry-info .objetivos-ODS strong,
.single .post-content .entry-paragraph .entry-info .beneficiarios strong {
  display: block;
  margin: 0 auto;
}
.single .post-content .entry-paragraph .entry-info .ano-inicio p strong,
.single .post-content .entry-paragraph .entry-info .entry-donantes p strong,
.single .post-content .entry-paragraph .entry-info .objetivos-ODS p strong,
.single .post-content .entry-paragraph .entry-info .beneficiarios p strong {
  font-size: 20px;
  font-size: 2rem;
}
.single .post-content .entry-paragraph .entry-info .beneficiarios {
  padding: 1.5rem 2rem;
  background-color: #f3fcff;
}
.single .post-content .entry-paragraph .entry-info .beneficiarios strong {
  color: #FF3D00;
  font-weight: normal;
}
.single .post-content .entry-paragraph .entry-info .section-header {
  padding: 0;
  display: block;
  background-color: #FF3D00;
}
.single .post-content .entry-paragraph .entry-info .section-header h3.section-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1rem;
  line-height: 100%;
  color: #ffffff;
  margin: 0 0 2rem 0;
  padding: 1.2rem 1rem 0.8rem 1.3rem;
}
.single .post-content .entry-paragraph .entry-info .section-header h3.section-title span {
  display: inline-block;
  width: 2rem;
}
.single .post-content .entry-paragraph .entry-info .entry-description {
  margin: 1rem 1.25rem 2rem;
}
.single .post-content .entry-paragraph .entry-info .entry-description p {
  padding: 0;
  margin: 0;
}
.single .post-content .entry-paragraph .entry-info .entry-description a {
  color: #FF3D00 !important;
}
.single .post-content .entry-paragraph .entry-info .entry-finances {
  background-color: #f3fcff;
  border-left: 0.1rem solid #FF3D00;
  border-right: 0.1rem solid #FF3D00;
}
.single .post-content .entry-paragraph .entry-info .entry-finances p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 130%;
  color: #FF3D00;
  padding: 0.5rem 0 0;
  margin: 0 2rem;
}
.single .post-content .entry-paragraph .entry-info .entry-finances p.recaudado {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 2rem 1rem;
}
.single .post-content .entry-paragraph .entry-info .entry-finances hr {
  height: 0.1rem;
  margin-bottom: 1rem;
  background-color: #FF3D00;
  border: none;
}
.single .post-content .entry-paragraph .entry-info .entry-finances .porcentage {
  margin: 0 2rem 2rem;
  display: block;
  background-color: #D1F2FF;
  overflow: hidden;
  height: 1.5rem;
}
.single .post-content .entry-paragraph .entry-info .entry-finances .porcentage .flex {
  display: flex;
  flex-direction: row;
}
.single .post-content .entry-paragraph .entry-info .entry-finances .porcentage .flex div:first-child {
  background-color: #FF3D00;
  height: 1.5rem;
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 100%;
}
.single .post-content .entry-paragraph .entry-info .entry-finances .porcentage .flex div:last-child {
  color: #FF3D00;
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0 0 0 0.3rem;
  height: 1.5rem;
  background-color: transparent;
  width: 4rem;
}
.single .post-content .entry-paragraph .entry-info .entry-finances .colaborar {
  background-color: #FF3D00;
  color: #ffffff;
  display: block;
  padding: 1rem;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  transition: 0.25s;
  position: relative;
}
.single .post-content .entry-paragraph .entry-info .entry-finances .colaborar:after {
  width: 2.5rem;
  height: 2.5rem;
  content: " ";
  position: absolute;
  top: 1.35rem;
  left: 1.5rem;
  display: block;
  background: url("../img/corazon.svg") center no-repeat;
  background-size: 2.5rem;
}
.single .post-content .entry-paragraph .entry-info .entry-finances .colaborar:hover {
  background-color: #343434;
}
.single h3 {
  font-size: 30px;
  font-size: 3rem;
}
.single h4 {
  margin: 0 1.5rem 2rem 0;
}
.single p {
  margin: 0 1.5rem 1rem;
  display: block;
}
.single .entry-aside .aside-title {
  padding: 2rem;
  margin-bottom: 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 110%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
}
.single .entry-aside ul.post-list {
  padding: 0 2rem;
  margin: 1rem 0;
}
.single .entry-aside ul.post-list li {
  margin-bottom: 3rem;
}
.single .entry-aside ul.post-list li .entry {
  position: relative;
}
.single .entry-aside ul.post-list li .entry .entry-categories {
  color: #FF3D00;
  display: block;
  margin: 0;
}
.single .entry-aside ul.post-list li .entry .entry-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.single .entry-aside ul.post-list li .entry .entry-image {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 50%;
}
.single .entry-aside ul.post-list li .entry .entry-content .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 125%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .entry-content .entry-header {
    padding: 0rem 2rem 2rem;
    display: inline-block;
    vertical-align: top;
  }
  .entry-content .entry-header .entry-antetitle {
    color: #FF3D00;
    margin-bottom: 2rem;
    font-weight: normal;
  }
  .entry-content .entry-header .entry-title {
    width: 75%;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  .entry-content .entry-header .entry-image {
    width: calc(100% - 2rem);
    height: auto;
    margin: 2rem 1rem 2rem 1rem;
  }
  .entry-content .entry-header .entry-image:before {
    top: -2rem;
    left: -2rem;
  }
  .entry-content .post-content .entry-paragraph {
    padding: 0 3rem;
  }
  .entry-content .post-content .entry-paragraph h3 {
    margin: 0 0 2rem;
  }
  .entry-content .post-content .entry-paragraph p {
    margin: 0 0 1rem 0;
  }
  .entry-content .post-content .entry-aside .aside-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 110%;
    font-family: "IBM Plex Sans", sans-serif;
  }
  .entry-content .post-content .entry-aside ul.post-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .entry-content .post-content .entry-aside ul.post-list li {
    margin: 1rem 2rem 1rem 0;
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1184px) {
  .single .abstract-container {
    display: flex;
    margin-bottom: 4rem;
    flex-direction: row;
  }
  .entry-content .entry-header .entry-title {
    width: 75%;
    font-size: 36px;
    font-size: 3.6rem;
    padding-left: 0;
  }
  .entry-content .entry-image {
    display: block;
    margin: 4rem auto;
  }
  .entry-content .entry-image:before {
    left: -2rem;
    top: -2rem;
  }
  .entry-content .post-content {
    padding: 0 3rem;
  }
  .entry-content .post-content .entry-paragraph {
    padding: 0rem;
    flex-direction: row;
  }
  .entry-content .post-content .entry-paragraph .entry-info {
    margin: 0;
  }
  .entry-content .post-content .entry-paragraph .entry-description {
    margin: 0;
  }
  .entry-content .post-content .entry-aside ul.post-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .entry-content .post-content .entry-aside ul.post-list li {
    margin: 1rem 2rem 1rem 0;
    width: calc(33.3333% - 2rem);
  }
}
@media only screen and (min-width: 1240px) {
  .entry-content .entry-header {
    margin-top: 0rem;
  }
  .entry-content .entry-header .entry-antetitle {
    padding-left: 0rem;
  }
  .entry-content .entry-header .entry-title {
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 0rem;
    margin: 0rem 0 3rem 0;
  }
  .entry-content .entry-image {
    display: block;
    margin: 4rem auto 6rem;
  }
  .entry-content .entry-image:before {
    left: -2rem;
    top: -2rem;
  }
  .entry-content .post-content {
    padding: 0rem;
  }
  .entry-content .post-content .entry-paragraph {
    padding: 0rem;
  }
  .entry-content .post-content .entry-aside ul.post-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .entry-content .post-content .entry-aside ul.post-list li {
    margin: 1rem 2rem 1rem 0;
    width: calc(33.3333% - 2rem);
  }
}
.data-event {
  align-items: inherit !important;
  height: 190px;
}
.data-event h2 {
  padding: 3rem 2rem;
}
.data-event h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
}
.data-event .has-background {
  width: 100%;
}
.data-event .wp-block-group__inner-container {
  margin: 1rem;
}

.site-footer {
  margin: 0 auto;
  border-top: 0.1rem solid #ffffff;
  width: 100%;
  background-color: #F0F0F0;
  justify-content: center;
  top: 220px;
  position: relative;
}
.site-footer a {
  color: #FF3D00;
}
.site-footer .content-area {
  margin: 0 auto;
  padding: 0;
  max-width: 1240px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.site-footer .content-area h2, .site-footer .content-area h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.site-footer .content-area .forms-footer {
  padding: 4rem 5rem;
}
.site-footer .content-area .forms-footer label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #A3A3A3;
}
.site-footer .content-area .forms-footer .wpcf7-text, .site-footer .content-area .forms-footer .wpcf7-textarea {
  padding: 0.5em;
  border: none;
  border-bottom: 1px solid #343434;
  background: #F0F0F0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #A3A3A3;
  width: 100%;
}
.site-footer .content-area .forms-footer .wpcf7-submit {
  background-color: #FF3D00;
  color: #ffffff;
  float: right;
  margin-top: 2em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
}
.site-footer .content-area .forms-footer .wpcf7-submit:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #FF3D00;
}
.site-footer .content-area .widget-area {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
.site-footer .content-area .widget-area .entry-widget {
  width: 75%;
  margin: 0 auto;
}
.site-footer .content-area .widget-area .entry-widget .contacto p {
  font-size: 34px;
  font-size: 3.4rem;
}
.site-footer .content-area .widget-area ul.menu {
  margin: 2rem 0;
  display: flex;
  width: 100%;
}
.site-footer .content-area .widget-area ul.menu li {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  line-height: 100%;
  padding: 0;
  padding-right: 1em;
}
.site-footer .content-area .widget-area ul.menu li a {
  color: #FF3D00;
  font-size: 18px;
  font-size: 1.8rem;
}
.site-footer .content-area .widget-area p {
  color: #343434;
  text-align: left;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 120%;
  padding: 0;
  margin: 3rem 0 4rem;
}

@media only screen and (min-width: 1184px) {
  .site-footer .content-area {
    margin: 0 auto;
    padding: 0;
    max-width: 1240px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .site-footer .content-area .widget-area .entry-widget {
    margin: 0rem;
  }
}
.entradas-home {
  padding: 4rem 2rem;
}
.entradas-home a, .entradas-home time {
  color: white;
  text-align: left;
}

.page .site-main,
.archive .site-main {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  top: none;
}
.page .page-header,
.archive .page-header {
  display: block;
}
.page .page-header h1,
.archive .page-header h1 {
  font-size: 18px;
  width: 45.5%;
}
.page .page-header h1.hidden,
.archive .page-header h1.hidden {
  display: hidden;
}
.page .wppb-user-forms ul li,
.archive .wppb-user-forms ul li {
  margin: 0;
  padding-bottom: 2rem;
}
.page #wppb-register-user .button, .page #wppb-loginform .button,
.archive #wppb-register-user .button,
.archive #wppb-loginform .button {
  margin-top: 1rem;
  background-color: #FF3D00;
  box-shadow: none;
  font-size: 20px;
  font-size: 2rem;
  padding: 2rem;
  color: #fff;
}
.page .entry-content .wp-block-group,
.archive .entry-content .wp-block-group {
  box-sizing: border-box;
}
.page .container,
.archive .container {
  margin: 6rem auto 0;
}
.page aside,
.archive aside {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 1184px) {
  .page aside,
.archive aside {
    width: 230px;
    padding: 1em;
  }
  .page .container,
.archive .container {
    margin: 9rem auto 0;
  }
}

.ups-404 {
  background-color: aqua;
}

.contact .signatori-of {
  text-align: left;
  margin-bottom: 3rem;
}
.contact .signatori-of .wp-block-column p {
  text-align: center;
  padding: 0 2rem 2rem;
}
.contact .signatori-of .wp-block-column .wp-block-image {
  margin: 0 auto 2rem !important;
  max-width: 20rem;
}
.contact .editorial-block .wp-block-cover__inner-container {
  margin-top: 0;
  padding: 5rem 4rem 0 1rem;
}
.contact .wp-block-contact {
  margin-top: -24rem !important;
  max-width: 18rem !important;
  text-align: center;
  padding-bottom: 10rem;
}
.contact .wp-block-contact .contact-image {
  position: relative;
}
.contact .wp-block-contact .contact-image:after {
  content: " ";
  position: absolute;
  top: 22rem;
  bottom: 0;
  right: 0;
  left: -18rem;
  z-index: -1;
  width: 32rem;
  height: 40rem;
  background-size: 40rem;
  background-position: center;
  transform: rotate(180deg);
}
.contact .wp-block-contact .newsletter {
  background-color: #EDEDED;
  text-align: center;
}
.contact .wp-block-contact .newsletter .newsletter-content {
  padding-bottom: 0;
}
.contact .wp-block-contact .newsletter .section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 auto 1rem;
  padding: 0 2rem;
}
.contact .wp-block-contact .newsletter .btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1rem;
}
.contact .wp-block-contact .contact-form {
  margin-top: 0;
  background-color: #FF3D00;
}
.contact .wp-block-contact .contact-form .section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 auto 1rem;
  padding: 0 2rem;
}
.contact .wp-block-contact .contact-form .btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1rem;
}
.contact .wp-block-contact .contact-email {
  background-color: #C7D5E3;
  padding: 4rem 0;
  position: relative;
}
.contact .wp-block-contact .contact-email .section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 auto 1rem;
  padding: 0 2rem;
  font-weight: 400;
}
.contact .wp-block-contact .contact-email .btn {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1rem;
}
.contact h2 {
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  padding: 0 0 1rem 2rem;
}
.contact .wp-block-columns h5 {
  font-weight: 800;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 2rem;
  margin: 2rem 0 0.5rem 0 !important;
}
.contact .wp-block-columns p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 2rem 6rem;
  line-height: 1.35;
}
.contact .wp-block-columns p a {
  color: #343434;
}
@media only screen and (min-width: 375px) {
  .contact .editorial-block .wp-block-cover__inner-container {
    padding: 15rem 4rem 0 3rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container .page-title {
    font-size: 50px;
    font-size: 5rem;
  }
  .contact .wp-block-contact {
    margin-top: -23rem !important;
    max-width: 24rem !important;
    text-align: center;
    padding-bottom: 14rem;
  }
  .contact .wp-block-contact .contact-image {
    position: relative;
  }
  .contact .wp-block-contact .contact-image:after {
    content: " ";
    top: 26vh;
    left: -7rem;
    z-index: -1;
    width: 37.5rem;
    height: 60vh;
    background-size: 37.5rem;
  }
  .contact h2 {
    font-size: 34px;
    font-size: 3.4rem;
    padding: 0 0 1rem 3rem;
  }
  .contact .wp-block-columns h5 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 2rem 3rem 0;
  }
  .contact .wp-block-columns p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 3rem 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact .wp-block-columns.signatori-of {
    max-width: 70rem !important;
    padding-bottom: 10rem;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column:not(:only-child) {
    flex-basis: calc(33% - 2rem) !important;
    margin: 0 !important;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column:not(:only-child) p {
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column:not(:only-child):nth-child(2) {
    margin: 0 0 0 0 !important;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column p {
    text-align: right;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column .wp-block-image {
    margin: 0 1rem 0.5rem !important;
    max-width: 24rem;
  }
  .contact .wp-block-columns.signatori-of .wp-block-column .wp-block-image img {
    width: auto;
    height: 3rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container {
    padding: 20rem 4rem 0 3rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container .page-title {
    font-size: 70px;
    font-size: 7rem;
    padding: 0 2rem;
  }
  .contact .wp-block-cover, .contact .wp-block-cover-image {
    min-height: 360px;
  }
  .contact .wp-block-contact {
    display: flex;
    flex-direction: row;
    margin-top: -10rem !important;
    max-width: 70rem !important;
    text-align: center;
    padding-bottom: 17rem;
  }
  .contact .wp-block-contact > div {
    width: calc(33.333% - 1rem);
    margin: 0 0.5rem;
    padding: 4rem 0 0;
  }
  .contact .wp-block-contact > div.contact-image {
    width: 1px;
  }
  .contact .wp-block-contact > div.contact-image:after {
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 60rem;
    height: 60rem;
    background-size: 50rem;
  }
  .contact .wp-block-contact > div h2 {
    padding: 4rem 1rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 2rem) !important;
    flex-grow: 0;
    margin: 0 2rem 0 0 !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) {
    margin: 0 0 0 2rem !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) h5 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 2rem 3rem 0 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 3rem 8rem 0;
  }
}
@media only screen and (min-width: 1184px) {
  .contact .editorial-block .wp-block-cover__inner-container {
    margin-top: 0;
    padding: 15rem 4rem 0 1rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container .page-title {
    font-size: 90px;
    font-size: 9rem;
    padding: 0 2rem 0 8rem;
  }
  .contact .wp-block-contact {
    max-width: 90rem !important;
    margin-top: -20vh !important;
    padding-bottom: 20rem;
  }
  .contact .wp-block-contact > div {
    width: calc(33.333% - 1rem);
    margin: 0 0.5rem;
    padding: 4rem 0;
  }
  .contact .wp-block-contact > div.contact-image {
    width: 1px;
  }
  .contact .wp-block-contact > div.contact-image:after {
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 60rem;
    height: 60rem;
    background-size: 50rem;
  }
  .contact .wp-block-contact > div .newsletter-content,
.contact .wp-block-contact > div .contact-content,
.contact .wp-block-contact > div .item {
    padding-top: 3rem;
  }
  .contact .wp-block-contact > div .newsletter-content h2.section-title,
.contact .wp-block-contact > div .contact-content h2.section-title,
.contact .wp-block-contact > div .item h2.section-title {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 1rem 1rem 0;
  }
  .contact .wp-block-contact > div .newsletter-content .btn,
.contact .wp-block-contact > div .contact-content .btn,
.contact .wp-block-contact > div .item .btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact .wp-block-contact > div .contact-content h2.section-title {
    font-weight: 600;
  }
  .contact .wp-block-contact > div .contact-content .btn {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .contact h2 {
    font-size: 60px;
    font-size: 6rem;
    padding-bottom: 3rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 4rem) !important;
    flex-grow: 0;
    margin: 0 4rem 0 0 !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) h5 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 2rem 3rem 0 2rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 3rem 8rem 2rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) {
    margin: 0 0 0 4rem !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) h5 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 2rem 3rem 0 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 3rem 8rem 0;
  }
}
@media only screen and (min-width: 1240px) {
  .contact .wp-block-cover-image {
    min-height: 45rem;
  }
  .contact .editorial-block .wp-block-cover__inner-container {
    margin-top: 0;
    padding: 8rem 10% 0 10%;
  }
  .contact .editorial-block .wp-block-cover__inner-container .page-title {
    font-size: 100px;
    font-size: 10rem;
    padding: 0;
    text-align: center;
    margin: 0 auto;
  }
  .contact .wp-block-contact {
    max-width: 100rem !important;
    margin-top: -12rem !important;
    padding-bottom: 28rem;
    position: relative;
    right: 0;
  }
  .contact .wp-block-contact > div.contact-image {
    position: absolute;
    right: 0;
    top: 5rem;
  }
  .contact .wp-block-contact > div.contact-image:after {
    left: auto;
    right: 0;
    z-index: -1;
    width: 60rem;
    height: 60rem;
    background-size: 62rem;
  }
  .contact h2 {
    font-size: 80px;
    font-size: 8rem;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 8rem) !important;
    flex-grow: 0;
    margin: 0 4rem 0 0 !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) h5 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 2rem 3rem 0 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child) p {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 3rem 8rem 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) {
    margin: 0 0 0 8rem !important;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) h5 {
    font-size: 20px;
    font-size: 2rem;
    padding: 2rem 3rem 0 0;
  }
  .contact .wp-block-columns .wp-block-column:not(:only-child):nth-child(2) p {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 3rem 8rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .contact .wp-block-contact {
    margin-top: -13rem !important;
    padding-bottom: 20rem;
  }
}

/* NEWSLETTER FOTM */
.mc4wp-form-fields {
  padding: 1rem 2rem;
  max-width: 38rem;
  margin: 0 auto;
}
.mc4wp-form-fields.active .flex {
  opacity: 1;
}
.mc4wp-form-fields .flex {
  transition: 0.5s;
  flex-direction: row;
  opacity: 0;
}
.mc4wp-form-fields .flex input {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.25;
  padding: 0.5rem;
  border: none;
}
.mc4wp-form-fields .flex input:first-child {
  width: 60%;
  border-radius: 3px 0 0 3px;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3647058824);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3647058824);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3647058824);
}
.mc4wp-form-fields .flex input:last-child {
  font-weight: 600;
  width: 40%;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: #FF3D00;
  color: #ffffff;
  transition: 0.25s;
  text-transform: uppercase;
}
.mc4wp-form-fields .flex input:last-child:hover {
  background-color: #343434;
}
@media only screen and (min-width: 1240px) {
  .mc4wp-form-fields .flex {
    transition: 0.5s;
    flex-direction: row;
    opacity: 0;
  }
  .mc4wp-form-fields .flex input {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 0.75rem 1rem;
  }
  .mc4wp-form-fields .flex input:first-child {
    width: 70%;
  }
  .mc4wp-form-fields .flex input:last-child {
    font-weight: 600;
    width: 30%;
  }
}
.newsletter {
  border-top: 1px solid #343434;
}
.newsletter > div {
  max-width: 80rem;
  margin: 2rem auto;
}
.newsletter > div h3 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 100%;
  text-align: left;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-weight: normal;
  color: #FF3D00;
  padding-right: 5%;
  margin-top: 0;
}
.newsletter > div .mc4wp-form-fields {
  padding: 0;
  margin: 0.5rem;
}
.newsletter > div .mc4wp-form-fields input {
  width: 100%;
  padding: 1rem;
  border: 0.1rem solid #343434;
  border-radius: 0;
}
.newsletter > div .mc4wp-form-fields input::placeholder {
  color: #343434;
  font-weight: bold;
}
.newsletter > div .mc4wp-form-fields input[type=submit] {
  background-color: #343434;
  color: #ffffff;
  max-width: 50%;
  margin: 1rem 0;
  float: left;
  padding: 1.5rem 2rem 1.3rem;
}
.newsletter .mc4wp-response {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
}
.newsletter .mc4wp-response p {
  color: #FF3D00;
  padding: 0 1rem;
}

.share {
  border-top: 1px solid #343434;
}
.share > div {
  max-width: 80rem;
  margin: 2rem auto;
  padding-left: 1rem;
}
.share .sd-title {
  display: none;
}
.share .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button,
.share .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button,
.share .sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button,
.share .sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
  background: #343434;
  color: #ffffff !important;
}

.login-search-nav {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: #343434;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
  height: 3rem;
}
.login-search-nav .login {
  padding: 0.5rem 1rem;
}
.login-search-nav .login a {
  color: #ffffff;
}
.about-us .wp-block-separator {
  border: none;
  opacity: 1;
  width: 3rem;
  max-width: 1220px;
  margin: 2.5rem auto 1.5rem 2rem;
  height: 1px;
  background-color: #343434;
}
.about-us .editorial-block-about-us {
  height: auto;
}
.about-us .editorial-block-about-us:after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: center center;
  mix-blend-mode: normal;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-us .editorial-block-about-us .wp-block-cover__inner-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
}
.about-us .editorial-block-about-us .wp-block-cover__inner-container h2.page-title {
  margin-top: 0;
  padding-right: 1rem;
}
.about-us .editorial-block-about-us .wp-block-cover__inner-container .subtitle {
  font-size: 18px;
  font-size: 1.8rem;
}
.about-us .about-us-banner-first .wp-block-column,
.about-us .about-us-banner-second .wp-block-column {
  background-color: #FF3D00;
  padding-bottom: 1rem;
}
.about-us .about-us-banner-first .wp-block-column h4,
.about-us .about-us-banner-second .wp-block-column h4 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 1.5rem 1rem 1rem 2rem;
  display: block;
}
.about-us .about-us-banner-first .wp-block-column p,
.about-us .about-us-banner-second .wp-block-column p {
  margin: 0 2rem 1rem 2rem;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
}
.about-us .about-us-banner-first .wp-block-column:last-child,
.about-us .about-us-banner-second .wp-block-column:last-child {
  background-color: #F5AC9F;
}
.about-us .about-us-banner-first {
  z-index: 1;
  position: relative;
}
.about-us .about-us-banner-first .wp-block-column {
  background-color: #FF3D00;
}
.about-us .about-us-banner-first .wp-block-column:first-child {
  margin-bottom: 8rem;
}
.about-us .block-make-diference {
  background: url("../img/bkg-about-us.svg") top left repeat;
  padding: 2rem;
  background-size: 100%;
}
.about-us .block-make-diference h4 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 0 3rem 0;
  display: block;
}
.about-us .block-make-diference p {
  margin: 0 0 1.5rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.about-us .block-make-diference p strong {
  font-weight: bold;
}
.about-us .block-make-diference p strong em {
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
}
.about-us .about-us-headline {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.1;
  font-weight: 900;
  padding: 6rem 1rem 0 2rem;
}
.about-us .global-vision {
  margin-bottom: 20rem;
}
.about-us .global-vision:after {
  bottom: -25rem;
}
.about-us .global-vision .wp-block-cover__inner-container .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #A3A3A3;
  padding: 2rem;
}
.about-us .global-vision .wp-block-cover__inner-container .subtitle p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-left: 0;
  margin-left: 0;
}
.about-us .global-vision .wp-block-cover__inner-container .wp-block-separator {
  margin-left: 0 !important;
}
.about-us .wp-block-image {
  border-image-width: 0;
  width: 100%;
}
@media only screen and (min-width: 375px) {
  .about-us .editorial-block-about-us {
    height: 76rem;
  }
  .about-us .about-us-banner-first {
    margin-top: -36rem !important;
    margin-bottom: 0;
  }
  .about-us .about-us-banner-first .wp-block-column:first-child {
    margin-bottom: 8rem;
  }
  .about-us .about-us-banner-first .wp-block-column h4,
.about-us .about-us-banner-second .wp-block-column h4 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 2rem 1rem 2rem 3rem;
  }
  .about-us .about-us-banner-first .wp-block-column p,
.about-us .about-us-banner-second .wp-block-column p {
    margin-left: 3rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .about-us .about-us-banner-first .wp-block-column .wp-block-separator,
.about-us .about-us-banner-second .wp-block-column .wp-block-separator {
    margin-left: 3rem;
  }
  .about-us .block-make-diference h4 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 1rem;
  }
  .about-us .block-make-diference p {
    margin: 0 0 1rem 1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 425px) {
  .about-us .global-vision {
    margin-bottom: 30rem;
  }
  .about-us .global-vision:after {
    bottom: -40rem;
  }
  .about-us .img-difference {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .about-us .editorial-block-about-us {
    height: 86rem;
  }
  .about-us .editorial-block-about-us .wp-block-cover__inner-container .page-title {
    padding-right: 0;
  }
  .about-us .about-us-banner-first {
    margin-top: -55rem !important;
    margin-bottom: 12rem !important;
  }
  .about-us .wp-block-column {
    z-index: 3;
    position: relative;
  }
  .about-us .wp-block-column:not(:only-child) {
    flex-basis: 50% !important;
  }
  .about-us .about-us-banner-first .wp-block-column,
.about-us .about-us-banner-second .wp-block-column {
    background-color: #F5AC9F;
  }
  .about-us .about-us-banner-first .wp-block-column:first-child,
.about-us .about-us-banner-second .wp-block-column:first-child {
    margin-bottom: 0;
    background-color: #FF3D00;
  }
  .about-us .about-us-banner-first .wp-block-column h4,
.about-us .about-us-banner-second .wp-block-column h4 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 2rem 1rem 2rem 2rem;
  }
  .about-us .about-us-banner-first .wp-block-column p,
.about-us .about-us-banner-second .wp-block-column p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .about-us .block-make-diference {
    padding: 2rem;
    max-width: 40%;
    margin: -15rem auto 0;
    z-index: 1;
    position: relative;
    opacity: 1;
  }
  .about-us .img-difference {
    border-image-width: 0;
    width: 100%;
    max-width: 35%;
    margin: 0 auto 20rem;
    display: none;
  }
  .about-us .about-us-headline {
    font-size: 50px;
    font-size: 5rem;
    margin: 2rem 2rem 0 2rem;
  }
  .about-us .global-vision {
    height: 30rem !important;
    margin-bottom: 0;
  }
  .about-us .global-vision:after {
    width: 100%;
    left: 0;
    bottom: -44rem;
    z-index: 2;
    height: 61rem;
  }
  .about-us .global-vision .wp-block-cover__inner-container .subtitle {
    position: absolute;
    bottom: -20rem;
    left: 2rem;
    top: 0;
    right: 50%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1184px) {
  .about-us .about-us-headline {
    font-size: 70px;
    font-size: 7rem;
    margin: 2rem 2rem 1rem 2rem;
  }
  .about-us .editorial-block-about-us {
    height: 100rem;
  }
  .about-us .editorial-block-about-us .wp-block-cover__inner-container h2.page-title {
    font-size: 70px;
    font-size: 7rem;
    padding-right: 20%;
  }
  .about-us .editorial-block-about-us .wp-block-cover__inner-container .subtitle p {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 0;
    float: left;
  }
  .about-us .about-us-banner-first {
    margin-top: -70rem !important;
    margin-bottom: 27rem !important;
  }
  .about-us .about-us-banner-first .wp-block-column,
.about-us .about-us-banner-second .wp-block-column {
    padding-bottom: 3rem;
  }
  .about-us .about-us-banner-first .wp-block-column:first-child,
.about-us .about-us-banner-second .wp-block-column:first-child {
    margin-bottom: 0;
    background-color: #FF3D00;
  }
  .about-us .about-us-banner-first .wp-block-column:first-child h4,
.about-us .about-us-banner-second .wp-block-column:first-child h4 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 3rem 2rem 2rem 5rem;
  }
  .about-us .about-us-banner-first .wp-block-column:first-child p, .about-us .about-us-banner-first .wp-block-column:first-child .wp-block-separator,
.about-us .about-us-banner-second .wp-block-column:first-child p,
.about-us .about-us-banner-second .wp-block-column:first-child .wp-block-separator {
    margin: 2rem 2rem 1rem 5rem;
  }
  .about-us .about-us-banner-first .wp-block-column h4,
.about-us .about-us-banner-second .wp-block-column h4 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 3rem 2rem 2rem 5rem;
  }
  .about-us .about-us-banner-first .wp-block-column p,
.about-us .about-us-banner-second .wp-block-column p {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 5rem;
  }
  .about-us .about-us-banner-first .wp-block-column .wp-block-separator,
.about-us .about-us-banner-second .wp-block-column .wp-block-separator {
    margin: 2rem 0 2rem 5rem;
  }
  .about-us .block-make-diference {
    padding: 1rem 3rem 8rem 3rem;
    max-width: 40%;
    margin: -27rem auto 0;
  }
  .about-us .block-make-diference h4 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 2rem;
  }
  .about-us .block-make-diference p {
    font-size: 20px;
    font-size: 2rem;
  }
  .about-us .img-difference {
    display: block;
    max-width: 40%;
    margin: 0 auto 40rem;
  }
  .about-us .global-vision .wp-block-cover__inner-container .subtitle {
    right: 65%;
  }
  .about-us .wp-block-column:not(:only-child) {
    flex-basis: 35% !important;
  }
  .about-us .studio-images-1 {
    position: relative;
    z-index: 50;
  }
  .about-us .studio-images-1 .wp-block-column:last-child {
    flex-basis: 65% !important;
  }
  .about-us .studio-images-2 {
    position: relative;
    z-index: 50;
  }
  .about-us .studio-images-2 .wp-block-column:first-child {
    flex-basis: 5% !important;
  }
  .about-us .studio-images-2 .wp-block-column:last-child .wp-block-image {
    margin: 0 0 0 0 !important;
    max-width: 65%;
    float: left;
  }
  .about-us .global-vision {
    height: 20rem;
    margin-bottom: 0;
  }
  .about-us .global-vision .wp-block-cover__inner-container .subtitle {
    bottom: -30rem;
  }
  .about-us .global-vision .wp-block-cover__inner-container .subtitle p {
    font-size: 21px;
    font-size: 2.1rem;
    padding-right: 0;
  }
  .about-us .global-vision:after {
    width: 100%;
    right: 0;
    left: 0;
    bottom: -64rem;
    background-position: bottom left !important;
    background-size: 100% !important;
    height: 82rem;
  }
}
@media only screen and (min-width: 1240px) {
  .about-us .editorial-block-about-us .wp-block-cover__inner-container .subtitle p {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .about-us .about-us-headline {
    font-size: 70px;
    font-size: 7rem;
    margin: 2rem 2rem 2rem 12rem;
    line-height: 1.1;
  }
  .about-us .about-us-banner-first .wp-block-column:first-child,
.about-us .about-us-banner-second .wp-block-column:first-child {
    margin-bottom: 0;
    background-color: #FF3D00;
  }
  .about-us .about-us-banner-first .wp-block-column:first-child h4, .about-us .about-us-banner-first .wp-block-column:first-child p, .about-us .about-us-banner-first .wp-block-column:first-child .wp-block-separator,
.about-us .about-us-banner-second .wp-block-column:first-child h4,
.about-us .about-us-banner-second .wp-block-column:first-child p,
.about-us .about-us-banner-second .wp-block-column:first-child .wp-block-separator {
    margin: 3rem 4rem 3rem 11rem;
  }
  .about-us .about-us-banner-first .wp-block-column:first-child h4, .about-us .about-us-banner-first .wp-block-column:first-child p,
.about-us .about-us-banner-second .wp-block-column:first-child h4,
.about-us .about-us-banner-second .wp-block-column:first-child p {
    min-height: 4.7rem;
  }
  .about-us .about-us-banner-first .wp-block-column:last-child,
.about-us .about-us-banner-second .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .about-us .about-us-banner-first .wp-block-column:last-child h4, .about-us .about-us-banner-first .wp-block-column:last-child p, .about-us .about-us-banner-first .wp-block-column:last-child .wp-block-separator,
.about-us .about-us-banner-second .wp-block-column:last-child h4,
.about-us .about-us-banner-second .wp-block-column:last-child p,
.about-us .about-us-banner-second .wp-block-column:last-child .wp-block-separator {
    margin: 3rem 4rem 3rem 8rem;
  }
  .about-us .about-us-banner-first .wp-block-column:last-child h4, .about-us .about-us-banner-first .wp-block-column:last-child p,
.about-us .about-us-banner-second .wp-block-column:last-child h4,
.about-us .about-us-banner-second .wp-block-column:last-child p {
    min-height: 4.7rem;
  }
  .about-us .about-us-banner-first .wp-block-column h4,
.about-us .about-us-banner-second .wp-block-column h4 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 3rem 10rem 3rem 3rem;
    padding-right: 4rem;
  }
  .about-us .about-us-banner-first .wp-block-column p,
.about-us .about-us-banner-second .wp-block-column p {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 3rem;
    margin-right: 10rem;
    margin-bottom: 3rem;
    padding-right: 4rem;
  }
  .about-us .block-make-diference {
    padding: 3rem 3rem 2rem 3rem;
    max-width: 35%;
    margin: -27rem auto 0;
  }
  .about-us .block-make-diference h4 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .about-us .block-make-diference p {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .about-us .global-vision .wp-block-cover__inner-container p {
    padding-right: 0;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .about-us .global-vision .wp-block-cover__inner-container .subtitle {
    left: 12rem;
    padding: 3rem;
  }
  .about-us .global-vision .wp-block-cover__inner-container .subtitle p {
    font-size: 26px;
    font-size: 2.6rem;
    padding-right: 0;
  }
  .about-us .global-vision:after {
    width: 100%;
    right: 0;
    left: 0;
    bottom: -98rem;
    background-position: bottom left !important;
    background-size: 100% !important;
    height: 160rem;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us .about-us-banner-first .wp-block-column:first-child,
.about-us .about-us-banner-second .wp-block-column:first-child {
    margin-bottom: 0;
    background-color: #FF3D00;
  }
  .about-us .about-us-banner-first .wp-block-column:first-child h4, .about-us .about-us-banner-first .wp-block-column:first-child p, .about-us .about-us-banner-first .wp-block-column:first-child .wp-block-separator,
.about-us .about-us-banner-second .wp-block-column:first-child h4,
.about-us .about-us-banner-second .wp-block-column:first-child p,
.about-us .about-us-banner-second .wp-block-column:first-child .wp-block-separator {
    margin: 3rem 4rem 3rem 11rem;
  }
  .about-us .global-vision:after {
    width: 100%;
    right: 0;
    left: 0;
    bottom: -130rem;
    background-position: bottom left !important;
    background-size: 100% !important;
    height: 160rem;
  }
  .about-us .global-vision .wp-block-cover__inner-container .subtitle {
    left: 12rem;
    padding: 3rem;
  }
  .about-us .global-vision .wp-block-cover__inner-container .subtitle p {
    font-size: 26px;
    font-size: 2.6rem;
    padding-right: 0;
  }
}

.page-equipo {
  display: flex;
  flex-wrap: wrap;
}
.page-equipo .content-member {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-equipo .team-item, .page-equipo .entry {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3rem 5rem;
}
.page-equipo .entry-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.page-equipo .linkedin {
  color: #FF3D00;
}
.page-equipo .intro-container {
  display: flex;
  margin-bottom: 8rem;
  font-size: 24px;
  font-size: 2.4rem;
}
.page-equipo .intro-container .abstract {
  padding: 0;
  width: 100%;
  flex: 4;
}
.page-equipo .intro-container .abstract img {
  width: 100%;
}
.page-equipo .intro-container .abstract h2 {
  bottom: 0px;
}
.page-equipo .intro-container aside {
  background-color: #343434;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.page-equipo .intro-container aside p {
  color: #ffffff;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
}

@media only screen and (min-width: 1184px) {
  .page-equipo {
    display: flex;
    flex-wrap: wrap;
  }
  .page-equipo .content-member {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 85.75%;
    margin-left: auto;
  }
  .page-equipo .intro-container aside {
    width: 230px;
  }
  .page-equipo .team-item, .page-equipo .entry {
    display: flex;
    width: 31%;
    flex-direction: column;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 3rem 0rem 3rem 4rem;
  }
}
.page-recursos .entry {
  flex-direction: column;
  padding: 3rem 5rem;
}
.page-recursos .alfabeto {
  display: none;
}
.page-recursos .wp-block-group__inner-container .wp-block-embed__wrapper, .page-recursos .wp-block-group__inner-container p, .page-recursos .wp-block-group__inner-container a {
  position: relative;
  padding-bottom: 3rem;
  padding-top: 2.5rem;
  height: auto;
  color: #343434;
}
.page-recursos .wp-block-group__inner-container .wp-block-embed__wrapper:hover, .page-recursos .wp-block-group__inner-container p:hover, .page-recursos .wp-block-group__inner-container a:hover {
  color: #FF3D00;
}
.page-recursos p, .page-recursos li {
  font-size: 16px;
  font-size: 1.6rem;
}
.page-recursos h3.entry-title {
  margin-bottom: 3rem !important;
  margin-top: 1.5rem !important;
  line-height: 120%;
  font-size: 18px;
  font-size: 1.8rem;
}
.page-recursos .menu-categories {
  display: flex;
  padding: 0em 0em;
  margin-right: 6rem;
}
.page-recursos .menu-categories aside {
  background: none;
  padding: 0px;
}
.page-recursos .menu-categories .current-menu-item {
  background-color: #343434 !important;
}
.page-recursos .menu-categories .current-menu-item a {
  color: #ffffff !important;
}
.page-recursos .menu-categories .menu-item {
  background: #F0F0F0;
  padding: 4rem 3rem 12rem 3rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
.page-recursos .menu-categories .menu-item a {
  color: #343434;
  font-size: 20px;
  font-size: 2rem;
}
.page-recursos .menu-categories .menu-item:hover {
  background: #343434;
}
.page-recursos .menu-categories .menu-item:hover a {
  color: #ffffff;
}
.page-recursos .menu-categories .menu-item.active {
  background-color: #343434;
}
.page-recursos .menu-categories .menu-item.active a {
  color: #ffffff;
}

@media only screen and (min-width: 1184px) {
  .page-recursos article.entry {
    flex-direction: row;
    padding: 0rem;
    display: flex;
  }
  .page-recursos .alfabeto {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    color: #FF3D00;
    padding-left: 0px;
    margin-bottom: 5rem;
  }
}
.texto-proyecto {
  padding: 3rem 5rem;
}
.texto-proyecto a {
  color: #FF3D00;
}
.texto-proyecto a:hover {
  color: #343434;
  text-decoration: underline;
}

.intro-container {
  display: flex;
  flex-direction: column;
}
.intro-container aside {
  width: 230px;
}
.intro-container .abstract {
  padding: 2rem;
}
.intro-container .abstract h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 120%;
}
.intro-container aside {
  background-color: #343434;
  padding: 2rem 3rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro-container aside h2, .intro-container aside dl, .intro-container aside dd {
  color: #ffffff;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 125%;
  max-width: 190px;
}
.intro-container aside dt {
  font-weight: bold;
  margin-bottom: 0.25rem;
  line-height: 135%;
}

@media only screen and (min-width: 1184px) {
  .texto-proyecto {
    width: 78.5%;
    margin-left: auto;
    padding: 0rem;
  }
  .texto-proyecto .wp-block-video {
    width: 70%;
  }
  .intro-container {
    flex-direction: row;
  }
  .intro-container .abstract {
    padding: 0rem;
    margin-left: 2.6em;
    flex: 4;
  }
  .intro-container .abstract h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 130%;
  }
}
.page-resultados {
  display: flex;
  flex-wrap: wrap;
}
.page-resultados .content {
  display: flex;
  justify-content: right;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
}
.page-resultados .content a {
  font-size: 24px;
  font-size: 2.4rem;
}
.page-resultados .content a.has-primary-color {
  font-size: 16px;
  font-size: 1.6rem;
}
.page-resultados .menu-proyectos-container {
  display: flex;
  padding: 0em 0em;
}
.page-resultados .menu-proyectos-container .menu {
  margin: 0rem;
  width: 230px;
}
.page-resultados .menu-proyectos-container .current-menu-item {
  background-color: #ffffff !important;
}
.page-resultados .menu-proyectos-container .current-menu-item a {
  color: #343434 !important;
}
.page-resultados .menu-proyectos-container .menu-item {
  background: #343434;
  padding: 2rem 6rem 2rem 2rem;
  margin-bottom: 2rem;
  border: 1px solid #343434;
}
.page-resultados .menu-proyectos-container .menu-item:hover {
  cursor: pointer;
  background: #ffffff;
}
.page-resultados .menu-proyectos-container .menu-item:hover a {
  color: #343434;
}
.page-resultados .menu-proyectos-container .menu-item a {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-resultados .team-item, .page-resultados .entry {
  display: flex;
  flex: max-content;
  flex-direction: column;
  margin: 4rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-resultados .team-item .post-thumbnail, .page-resultados .team-item .wp-block-post-featured-image, .page-resultados .entry .post-thumbnail, .page-resultados .entry .wp-block-post-featured-image {
  flex: 2;
}
.page-resultados .entry-title, .page-resultados .wp-block-column {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.page-resultados .entry-header, .page-resultados .wp-block-column {
  flex: 1;
}
.page-resultados .intro-container {
  display: flex;
  margin: 4rem;
}
.page-resultados .intro-container .menu-categories {
  display: inherit;
}
.page-resultados .intro-container h2 {
  line-height: 200%;
  margin-top: 0rem;
  line-height: 130%;
}
.page-resultados .intro-container .abstract {
  padding: 0rem;
  width: 100%;
  flex: 4;
}
.page-resultados .intro-container .abstract img {
  width: 100%;
}
.page-resultados .intro-container aside {
  background-color: #ffffff;
  padding: 0rem;
  height: auto;
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
}
.page-resultados .intro-container aside h2, .page-resultados .intro-container aside dl, .page-resultados .intro-container aside dd {
  color: #ffffff;
  border-left: none;
}

@media only screen and (min-width: 1184px) {
  .page-resultados {
    display: flex;
    flex-wrap: wrap;
  }
  .page-resultados .menu-proyectos-container {
    display: flex;
    padding: 0em 0em;
  }
  .page-resultados .menu-proyectos-container .menu {
    margin: 0rem;
    width: 230px;
  }
  .page-resultados .menu-proyectos-container .menu-item {
    background: #343434;
    padding: 2rem 6rem 2rem 2rem;
    margin-bottom: 2rem;
    border: 1px solid #343434;
  }
  .page-resultados .menu-proyectos-container .menu-item:hover {
    background: #ffffff;
  }
  .page-resultados .menu-proyectos-container .menu-item:hover a {
    color: #343434;
  }
  .page-resultados .menu-proyectos-container .menu-item a {
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-resultados .menu-proyectos-container aside {
    background: #ffffff;
    padding: 0px;
  }
  .page-resultados .entry-content .entry-header {
    padding: 0rem 0rem 2rem;
  }
  .page-resultados .content {
    display: flex;
    justify-content: right;
    flex-direction: column;
    padding-left: 6rem;
    margin-left: auto;
  }
  .page-resultados .content .no-image {
    flex-direction: column;
  }
  .page-resultados .team-item, .page-resultados .entry {
    display: flex;
    flex: max-content;
    flex-direction: row;
    margin: 0rem 0rem 4rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-resultados .team-item .post-thumbnail, .page-resultados .entry .post-thumbnail {
    flex: 1;
    margin-right: 3em;
  }
  .page-resultados .intro-container {
    display: flex;
    margin: 0rem;
  }
  .page-resultados .intro-container aside {
    flex-direction: column;
  }
}
@-webkit-keyframes vibrations {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes vibrations {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  30% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
}
.resultados {
  width: 85%;
}

line {
  stroke: #343434;
  stroke-width: 4;
  transform-origin: 50% 300px;
}

svg.chart {
  margin: 0 auto;
  background: url("https://airesearch-sesgos-covid19.com/wp-content/themes/PDP/img/VELOCIMETRO.png");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 360px;
}

.buttons {
  margin-bottom: 30px;
}

button {
  text-transform: capitalize;
  font-size: 20px;
  cursor: pointer;
  border: none;
  margin-right: 4rem;
  background-color: transparent;
  padding: 15px 10px;
  outline: none;
  border-radius: 2px;
  transition: background-color 0.1s ease, color 0.2s ease;
}
button:last-of-type {
  margin-right: 0;
}
button.active {
  font-weight: 400;
  background-color: #FF3D00;
  color: white;
}

figcaption {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.percentatge {
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
  top: -80px;
  font-weight: 600;
}

.leyenda .wp-block-image img {
  width: 25%;
}

.ays-survey-question-description {
  display: hidden;
}

.ays-survey-question-description.active {
  display: flex;
}

.ays-survey-question-title p::before {
  content: "Has tenido en cuenta...";
}

.ays-survey-question-title p {
  font-weight: bold;
  font-size: 2.6rem;
}

@media only screen and (min-width: 768px) {
  .resultados {
    width: 100%;
  }
  svg.chart {
    width: 400px;
  }
}
/* SLIDER */
.owl-theme .owl-nav {
  display: block;
  position: absolute;
  z-index: 2;
  width: calc(100% + 3rem);
  left: -1.5rem;
  top: calc(50% - 5rem);
}
.owl-theme .owl-nav .owl-prev {
  padding: 0;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: -1.2rem;
  display: block;
  width: 1.5rem;
  height: 2.4rem;
  background: url("../img/prev.svg") center no-repeat !important;
  background-size: 100% 100%;
}
.owl-theme .owl-nav .owl-next {
  padding: 0;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: -1.2rem;
  display: block;
  width: 1.5rem;
  height: 2.4rem;
  background: url("../img/next.svg") center no-repeat !important;
  background-size: 100% 100%;
}
@media only screen and (min-width: 1240px) {
  .owl-theme .owl-nav {
    width: calc(100% + 5rem);
    left: -2.5rem;
    top: 50%;
  }
  .owl-theme .owl-nav .owl-prev {
    left: 0;
    top: -1.5rem;
    width: 1.5rem;
    height: 3rem;
  }
  .owl-theme .owl-nav .owl-next {
    top: -1.5rem;
    width: 1.5rem;
    height: 3rem;
  }
}
.owl-theme .owl-dots {
  display: none !important;
}

.wp-block-related .section-header {
  padding: 1rem;
}
.wp-block-related .section-header .section-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-align: left;
  color: #343434;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
}
.wp-block-related .post-list li {
  margin: 0 0 1rem 0;
}
.wp-block-related .post-list li .entry {
  background-color: #EEFCFF;
  transition: 0.5s;
  border: 0.1rem solid #A3A3A3;
  border-top: 1rem solid #A3A3A3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  position: relative;
}
.wp-block-related .post-list li .entry .entry-content p.entry-categories {
  padding: 0;
  margin: 0;
}
.wp-block-related .post-list li .entry.africa {
  border: 0.1rem solid #C96821;
  border-top: 1rem solid #C96821;
}
.wp-block-related .post-list li .entry.africa .entry-content .flex .entry-categories,
.wp-block-related .post-list li .entry.africa .entry-content .flex .tag-list li {
  color: #C96821;
}
.wp-block-related .post-list li .entry.africa .entry-footer {
  border-top: 0.1rem solid #C96821;
}
.wp-block-related .post-list li .entry.america-latina {
  border: 0.1rem solid #006BD4;
  border-top: 1rem solid #006BD4;
}
.wp-block-related .post-list li .entry.america-latina .entry-content .flex .entry-categories,
.wp-block-related .post-list li .entry.america-latina .entry-content .flex .tag-list li {
  color: #006BD4;
}
.wp-block-related .post-list li .entry.america-latina .entry-footer {
  border-top: 0.1rem solid #006BD4;
}
.wp-block-related .post-list li .entry.europa {
  border: 0.1rem solid #979269;
  border-top: 1rem solid #979269;
}
.wp-block-related .post-list li .entry.europa .entry-content .flex .entry-categories,
.wp-block-related .post-list li .entry.europa .entry-content .flex .tag-list li {
  color: #979269;
}
.wp-block-related .post-list li .entry.europa .entry-footer {
  border-top: 0.1rem solid #979269;
}
.wp-block-related .post-list li .entry .entry-link:after {
  content: " ";
  position: absolute;
  z-index: 999;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-related .post-list li .entry .entry-image {
  display: block;
  padding-bottom: 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  border-bottom: 0.1rem solid #A3A3A3;
}
.wp-block-related .post-list li .entry .entry-content {
  width: 100%;
  transition: 0.3s;
  padding: 1rem;
  margin-bottom: auto;
}
.wp-block-related .post-list li .entry .entry-content .flex {
  flex-direction: row;
  margin: 1rem 0 1rem 1rem;
  justify-content: space-between;
}
.wp-block-related .post-list li .entry .entry-content .flex .entry-categories {
  padding: 0.5rem 0 0 0;
  margin: 0;
  color: #FF3D00;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  color: #A3A3A3;
}
.wp-block-related .post-list li .entry .entry-content .flex ul.tag-list {
  margin: 0 1rem 0 0;
  padding: 0;
}
.wp-block-related .post-list li .entry .entry-content .flex ul.tag-list li {
  display: inline;
  margin: 0 1rem 0 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100%;
  color: #A3A3A3;
}
.wp-block-related .post-list li .entry .entry-content .entry-title {
  text-align: left;
  margin: 0 0 1rem 0;
  padding: 0 2.5rem 0 1rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  line-height: 125%;
}
.wp-block-related .post-list li .entry .entry-content .entry-title a {
  color: #343434;
}
.wp-block-related .post-list li .entry .entry-content .entry-metadata {
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.wp-block-related .post-list li .entry .entry-footer {
  display: block;
  width: 100%;
  color: #FF3D00;
  border-top: 0.1rem solid #A3A3A3;
  padding: 2rem 0;
  align-self: flex-end;
  margin-top: auto;
}
.wp-block-related .post-list li .entry .entry-footer p {
  margin: 0 2rem 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
}
.wp-block-related .post-list li .entry .entry-footer .recaudacion {
  margin: 0 2rem;
}
.wp-block-related .post-list li .entry .entry-footer .recaudacion p {
  padding: 0;
  margin: 0 0 1rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 100%;
}
.wp-block-related .post-list li .entry .entry-footer .recaudacion .barra {
  background-color: #D1F2FF;
  height: 1rem;
  display: block;
}
.wp-block-related .post-list li .entry .entry-footer .recaudacion .barra > div {
  content: " ";
  background-color: #FF3D00;
  height: 1rem;
  width: auto;
}
.wp-block-related .post-list li .entry:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.wp-block-related .post-list li .entry.africa:hover {
  background-color: #C96821;
}
.wp-block-related .post-list li .entry.africa:hover .entry-content .flex .tag-list li {
  color: #ffffff;
}
.wp-block-related .post-list li .entry.africa:hover .entry-content .entry-title,
.wp-block-related .post-list li .entry.africa:hover .entry-content .entry-categories {
  color: #ffffff !important;
}
.wp-block-related .post-list li .entry.africa:hover .entry-footer {
  border-top: 0.1rem solid #ffffff;
  background-color: #C96821;
  color: #ffffff;
}
.wp-block-related .post-list li .entry.africa:hover .entry-footer .recaudacion p {
  color: #ffffff;
}
.wp-block-related .post-list li .entry.africa:hover .entry-footer .recaudacion .barra {
  background-color: rgba(255, 255, 255, 0.7);
}
.wp-block-related .post-list li .entry.africa:hover .entry-footer .recaudacion .barra > div {
  background-color: #ffffff;
}
.wp-block-related .post-list li .entry.europa:hover {
  background-color: #979269;
}
.wp-block-related .post-list li .entry.europa:hover .entry-content .flex .entry-categories,
.wp-block-related .post-list li .entry.europa:hover .entry-content .flex .tag-list li {
  color: #ffffff;
}
.wp-block-related .post-list li .entry.europa:hover .entry-content .entry-title,
.wp-block-related .post-list li .entry.europa:hover .entry-content .entry-categories {
  color: #ffffff !important;
}
.wp-block-related .post-list li .entry.europa:hover .entry-footer {
  border-top: 0.1rem solid #ffffff;
  background-color: #979269;
  color: #ffffff;
}
.wp-block-related .post-list li .entry.europa:hover .entry-footer .recaudacion p {
  color: #ffffff;
}
.wp-block-related .post-list li .entry.europa:hover .entry-footer .recaudacion .barra {
  background-color: rgba(255, 255, 255, 0.7);
}
.wp-block-related .post-list li .entry.europa:hover .entry-footer .recaudacion .barra > div {
  background-color: #ffffff;
}
.wp-block-related .post-list li .entry.america-latina:hover {
  background-color: #006BD4;
}
.wp-block-related .post-list li .entry.america-latina:hover .entry-content .flex .entry-categories,
.wp-block-related .post-list li .entry.america-latina:hover .entry-content .flex .tag-list li {
  color: #ffffff;
}
.wp-block-related .post-list li .entry.america-latina:hover .entry-content .entry-title {
  color: #ffffff;
}
.wp-block-related .post-list li .entry.america-latina:hover .entry-footer {
  border-top: 0.1rem solid #ffffff;
  background-color: #006BD4;
  color: #ffffff;
}
.wp-block-related .post-list li .entry.america-latina:hover .entry-footer .recaudacion p {
  color: #ffffff;
}
.wp-block-related .post-list li .entry.america-latina:hover .entry-footer .recaudacion .barra {
  background-color: rgba(255, 255, 255, 0.7);
}
.wp-block-related .post-list li .entry.america-latina:hover .entry-footer .recaudacion .barra > div {
  background-color: #ffffff;
}
.wp-block-related .section-footer {
  padding: 2rem 1rem;
  text-align: center;
}
.wp-block-related .section-footer a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #343434;
  text-decoration: underline;
}
.wp-block-related .section-footer a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .wp-block-related .section-header {
    padding: 2rem;
  }
  .wp-block-related .post-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .wp-block-related .post-list li {
    margin: 1rem;
    width: calc(50% - 2rem);
  }
  .wp-block-related .post-list li .entry .entry-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 135%;
  }
}
@media only screen and (min-width: 1184px) {
  .wp-block-related .section-header .section-title {
    font-size: 52px;
    font-size: 5.2rem;
    padding: 0;
  }
  .wp-block-related .post-list li {
    margin: 1.5rem;
    width: calc(50% - 3rem);
  }
  .wp-block-related .post-list li .entry .entry-image {
    padding-bottom: 35%;
  }
  .wp-block-related .post-list li .entry .entry-content .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 125%;
  }
}
@media only screen and (min-width: 1240px) {
  .wp-block-related .section-header .section-title {
    padding: 0 2rem;
  }
  .wp-block-related .post-list li {
    margin: 2rem;
    width: calc(33.3333% - 4rem);
  }
}
@media only screen and (min-width: 1600px) {
  .wp-block-related .section-header .section-title {
    padding: 0 1rem;
  }
  .wp-block-related .post-list li {
    width: calc(25% - 4rem);
  }
}
.wp-block-related.projects {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.wp-block-related.projects .post-list {
  border-top: none;
  border-bottom: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-block-related.projects .post-list li {
  margin: calc(1rem - 1px);
  width: calc(50% - 2rem);
  border: 1px solid #343434 !important;
}
.wp-block-related.projects .entry {
  padding-top: 50%;
  background-size: 100% 60% !important;
  flex-direction: column;
}
.wp-block-related.projects .entry:before {
  content: none;
}
.wp-block-related.projects .entry .project-categories {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #FF3D00;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  display: block;
  border-radius: 1rem;
  color: #ffffff;
  letter-spacing: 0.05rem;
}
.wp-block-related.projects .entry .project-categories.preparing-it {
  background-color: #343434;
}
.wp-block-related.projects .entry .project-categories.in-progres {
  background-color: gold;
}
.wp-block-related.projects .entry .project-categories.finished {
  background-color: #69FF8A;
}
.wp-block-related.projects .entry .entry-content {
  text-align: left;
  background-color: #ffffff;
  margin-left: 0;
  padding-bottom: 0;
  width: 100%;
  border-top: 1px solid #343434;
}
.wp-block-related.projects .entry .entry-content .entry-categories {
  padding: 0 1rem;
  margin: 0;
}
.wp-block-related.projects .entry .entry-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 110%;
}
.wp-block-related.projects .entry .entry-content .entry-metadata,
.wp-block-related.projects .entry .entry-content .entry-excerpt {
  display: none;
}
.wp-block-related.projects .entry .entry-content .more {
  margin: 1rem 0 0;
  width: 100% !important;
  padding: 0.5rem 1rem;
  border-top: 1px solid #343434;
  display: block;
  background: url("../img/arrow-more.svg") calc(100% - 1rem) center no-repeat;
}
.wp-block-related.projects .entry:hover .entry-content {
  color: #343434 !important;
  background-color: #ffffff;
}
.wp-block-related.projects .entry:hover .entry-content .entry-title,
.wp-block-related.projects .entry:hover .entry-content .entry-categories,
.wp-block-related.projects .entry:hover .entry-content .more {
  color: #343434;
}
@media only screen and (min-width: 768px) {
  .wp-block-related.projects .post-list li {
    width: calc(50% - 2rem);
  }
  .wp-block-related.projects .post-list li .entry-content .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1240px) {
  .wp-block-related.projects .post-list li {
    width: calc(33.3333% - 2rem);
  }
  .wp-block-related.projects .post-list li .entry {
    padding-top: 60%;
    background-size: 100% 70% !important;
  }
  .wp-block-related.projects .post-list li .entry .entry-content .entry-title {
    font-size: 28px;
    font-size: 2.8rem;
    max-width: 75%;
    line-height: 100%;
  }
}

.events-wrap {
  background: #FF3D00;
}

.wp-block-events {
  background-color: #FF3D00;
}
.wp-block-events .section-header {
  padding: 1rem 1rem 2rem 1rem;
}
.wp-block-events .section-header .section-antetitle {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 130%;
  display: block;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 200;
}
.wp-block-events .section-header .section-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
.wp-block-events .event-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0;
  grid-template-areas: "area1" "area2" "area3";
}
.wp-block-events .entry {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}
.wp-block-events .entry .entry-header {
  border-left: 1px solid #343434;
  border-right: 1px solid #343434;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
}
.wp-block-events .entry .entry-header .entry-categories, .wp-block-events .entry .entry-header .city {
  display: inline-block;
  padding: 1.5rem;
  color: #343434;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "IBM Plex Sans Bold", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
.wp-block-events .entry .entry-header .entry-categories:last-child, .wp-block-events .entry .entry-header .city:last-child {
  float: right;
}
.wp-block-events .entry .entry-header .dots {
  padding: 0.5rem 1rem 0;
  display: inline-block;
}
.wp-block-events .entry.presential .entry-header {
  border-top: 0px solid #343434;
  border-left: 0px solid #343434;
  border-right: 0px solid #343434;
  padding-top: 1.5rem;
  border-radius: 0 0 0 0;
  background: transparent url("../img/peine.svg") top center no-repeat;
  background-size: 101%;
}
.wp-block-events .entry .entry-image {
  border: 1px solid #343434;
  width: 100%;
  padding-bottom: 45%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.wp-block-events .entry .entry-content {
  background-color: #ffffff;
  width: 100%;
  transition: 0.3s;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #343434;
  border-right: 1px solid #343434;
  height: calc(100% - 5.5rem);
}
.wp-block-events .entry .entry-content .entry-title {
  text-align: left;
  margin: 0 0 2rem 0;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 110%;
}
.wp-block-events .entry .entry-content .entry-title a {
  color: #343434;
}
.wp-block-events .entry .entry-content .entry-metadata {
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.wp-block-events .entry .entry-content .entry-excerpt {
  padding: 0 0 1rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 125%;
}
.wp-block-events .entry .entry-content .entry-day {
  padding: 2rem 0 1rem;
  font-family: "IBM Plex Sans Bold", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 115%;
}
.wp-block-events .entry .entry-footer {
  border-left: 1px solid #343434;
  border-right: 1px solid #343434;
  border-bottom: 1px solid #343434;
}
.wp-block-events .entry .entry-footer .entry-link {
  border-top: 1px solid #343434;
  width: 100%;
  background-color: #343434;
  color: #ffffff;
  display: flex;
  flex-direction: row;
}
.wp-block-events .entry .entry-footer .entry-link div {
  width: 50%;
  padding: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.wp-block-events .entry .entry-footer .entry-link .more {
  text-transform: none;
  width: 50%;
  color: #343434;
  background: #ffffff url("../img/arrow-more.svg") 80% center no-repeat;
}
.wp-block-events .section-footer {
  padding: 2rem 1rem;
  text-align: center;
}
.wp-block-events .section-footer a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: underline;
}
.wp-block-events .section-footer a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .wp-block-events .section-header {
    padding: 2rem 0;
  }
  .wp-block-events .event-list {
    padding: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    grid-template-areas: "area1" "area2" "area3" "area4";
  }
  .wp-block-events .event-list li:first-child {
    justify-self: stretch;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .wp-block-events .event-list li:not(:first-child) {
    grid-row-end: span 1;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content {
    display: flex;
    flex-direction: row-reverse;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-image {
    width: 33.333%;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-content-wrap {
    width: 66.666%;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-content {
    padding: 1rem;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-content .entry-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-content .entry-day {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .entry-footer .entry-link div {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 1184px) {
  .wp-block-events .section-header {
    padding: 2rem;
  }
  .wp-block-events .section-header .section-title {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .wp-block-events .event-list {
    padding: 0 2rem;
    gap: 0 2%;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-image {
    width: 40%;
    padding-bottom: 50.6%;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-content-wrap {
    width: 60%;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-content-wrap .entry-content {
    padding: 2rem;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-content-wrap .entry-content .entry-title {
    font-size: 40px;
    font-size: 4rem;
  }
  .wp-block-events .event-list li:not(:first-child) .entry .event-content .entry-content-wrap .entry-content .entry-excerpt {
    padding: 1rem 0rem 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 150%;
  }
  .wp-block-events .event-list .entry {
    margin: 0;
  }
  .wp-block-events .event-list .entry .entry-content .entry-title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 100%;
  }
  .wp-block-events .event-list .entry .entry-content .entry-metadata {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 115%;
  }
  .wp-block-events .event-list .entry .entry-content .entry-excerpt {
    padding: 0 1rem 2rem;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 125%;
  }
  .wp-block-events .event-list .entry .entry-content .more {
    padding: 1rem 3rem 2rem 1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.home-teather .home-slider .owl-nav {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  display: block;
}
.home-teather .home-slider .owl-nav button.owl-prev,
.home-teather .home-slider .owl-nav button.owl-next {
  padding: 0;
  margin: 0;
  display: block;
  z-index: 3;
  position: absolute;
  height: 100%;
  width: 30%;
}
.home-teather .home-slider .owl-nav button.owl-prev {
  left: 0;
  display: block;
}
.home-teather .home-slider .owl-nav button.owl-prev .icon-prev {
  background: url("../img/left.svg") center left no-repeat;
  display: block;
  left: 2rem;
}
.home-teather .home-slider .owl-nav button.owl-next {
  right: 0;
  display: block;
}
.home-teather .home-slider .owl-nav button.owl-next .icon-next {
  background: url("../img/next.svg") center right no-repeat;
  display: block;
  right: 2rem;
}
.home-teather .home-slider .owl-nav .photo-icons {
  display: block;
  content: " ";
  position: absolute;
  width: 4.75rem;
  height: 3rem;
  z-index: 12;
}
.home-teather .home-slider .img-slider {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.home-teather .home-slider .entry-title {
  position: absolute;
  bottom: 1.25rem;
  left: 2.5rem;
  z-index: 9;
}
.home-teather .home-slider .entry-title a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
  color: #ffffff;
}
.home-teather .home-slider .entry-title a:hover {
  text-decoration: underline;
}
.home-teather .home-slider .slide-num {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 9;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.15;
  color: #ffffff;
}
.home-teather .home-slider .desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home-teather .home-slider .mobile {
    display: none;
  }
  .home-teather .home-slider .desktop {
    display: block;
  }
}
.home-teather .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.home-teather a.owl-down {
  text-align: center;
  z-index: 1;
  height: auto;
  content: " ";
  position: fixed;
  bottom: 6rem;
  left: 0;
  right: 0;
  padding: 1rem 0;
  width: 4rem;
  height: 3rem;
  display: block;
  margin: 0 auto;
}
.home-teather a.owl-down .icon-down {
  content: " ";
  background: url("../img/more.svg") center no-repeat;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 60% auto 2rem;
}
.home-teather .owl-item.active .article-entry {
  text-align: left;
  position: absolute;
  z-index: 99;
  bottom: 4rem;
  right: 2rem;
  left: 2rem;
  width: auto;
  height: auto;
  color: #343434;
  display: block;
  background: #ffffff;
  padding: 1rem 1rem 0 1rem;
}
.home-teather .owl-item.active .article-entry .entry-title {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.home-teather .owl-item.active .article-entry .entry-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .home-teather .owl-item.active .article-entry {
    left: auto;
    width: auto;
    text-align: right;
  }
}

body.black .home-teather .owl-nav button.owl-prev .icon-prev {
  background: url("../img/left-b.svg") center left no-repeat;
}
body.black .home-teather .owl-nav button.owl-next .icon-next {
  background: url("../img/next-b.svg") center right no-repeat;
}
body.black .home-teather .entry-title a,
body.black .home-teather .slide-num {
  color: black;
}
body.black .home-teather a.owl-down .icon-down {
  background: url("../img/more-b.svg") center no-repeat;
}

.wp-block-relacionado {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  width: calc(100% - 2rem);
}
.wp-block-relacionado h3.section-title {
  padding-left: 0;
  border-bottom: none;
  border-left: none;
}
.wp-block-relacionado .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.wp-block-relacionado .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wp-block-relacionado .item .entry-header {
  height: 15rem;
  flex-direction: column;
  display: flex;
  width: 100%;
}
.wp-block-relacionado .item .entry-header h2 {
  border-left: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 0 0;
  margin: 1rem 0 1rem 0;
  font-weight: bold;
}
.wp-block-relacionado .item .entry-header p {
  border-left: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
}
.wp-block-relacionado .item .entry-header p a {
  color: #FF3D00;
}
.wp-block-relacionado .item.comics .entry-header {
  display: none;
}
.wp-block-relacionado .post-content-category {
  width: 100%;
  max-width: 80rem;
  min-height: 24rem;
}
.wp-block-relacionado .post-content-category h3 {
  padding: 1rem;
  border-bottom: 0.1rem solid #ffffff;
  font-weight: bold;
}
.wp-block-relacionado .post-content-category .entry {
  margin: 0 2rem 1.5rem 0;
}
.wp-block-relacionado .post-content-category .entry h1, .wp-block-relacionado .post-content-category .entry p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  font-family: "IBM Plex Sans", sans-serif;
  display: inline;
}
.wp-block-relacionado .post-content-category .entry h1 a, .wp-block-relacionado .post-content-category .entry p a {
  color: #FF3D00;
}
.wp-block-relacionado .post-content-category .pagination {
  display: flex;
  flex-direction: row;
  margin-top: 4rem;
}
.wp-block-relacionado .post-content-category .pagination a {
  border-top: 0.1rem solid #ffffff;
  padding: 1rem 2rem 0.5rem;
  color: #ffffff;
  width: 50%;
}
.wp-block-relacionado .post-content-category .pagination a:nth-child(2) {
  border-left: 0.1rem solid #ffffff;
}
@media only screen and (min-width: 1240px) {
  .wp-block-relacionado {
    width: 100%;
  }
  .wp-block-relacionado .post-content-category {
    border-left: 0.1rem solid #ffffff;
  }
  .wp-block-relacionado .post-content-category h3 {
    padding-left: 2rem;
  }
  .wp-block-relacionado .post-content-category .entry {
    margin: 0 2rem 1rem 2rem;
  }
  .wp-block-relacionado .post-content-category .pagination a {
    width: auto;
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.wp-block-ticker {
  width: 100%;
  overflow: hidden;
  height: 8rem;
  background-color: #343434;
  box-sizing: content-box;
  width: 100%;
}
.wp-block-ticker .ticker {
  display: inline-block;
  padding: 1rem 0;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.wp-block-ticker .ticker .ticker_item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 50px;
  font-size: 5rem;
  font-family: "IBM Plex Sans Bold", sans-serif;
  line-height: 110%;
  color: #ffffff;
}
.wp-block-ticker .ticker .ticker_item img {
  height: 4rem;
  width: auto;
}
.wp-block-ticker .ticker .ticker_item a {
  text-transform: uppercase;
  color: #ffffff;
}

/* TOLTIP */
.gm-style .gm-style-iw-c {
  background-color: rgb(209, 243, 255);
  border-radius: 0 !important;
  padding: 0 !important;
}
.gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  width: 25rem !important;
  height: 21rem !important;
  display: block !important;
  border-radius: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, rgb(238, 252, 255) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) !important;
}
.gm-style button.gm-ui-hover-effect {
  top: 20px !important;
  right: 0 !important;
}

/* POP UP INFO WINDOW */
.mlf-info {
  height: 21rem !important;
  display: inherit !important;
}
.mlf-info .entry-categories {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1rem 1rem 0 1rem;
  line-height: 120%;
}
.mlf-info .entry-title {
  margin: 0.5rem 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  color: #343434;
}
.mlf-info a.entry-link {
  position: absolute;
  bottom: 0 !important;
  width: 100%;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 120%;
  padding: 0.5rem 1rem;
}
.mlf-info.africa .entry-categories {
  color: #C96821;
}
.mlf-info.africa a.entry-link {
  border-top: 1px solid #C96821;
  color: #C96821;
  background: url("../img/more-africa.svg") calc(100% - 0.7rem) center no-repeat;
  display: block;
}
.mlf-info.europa .entry-categories {
  color: #979269;
}
.mlf-info.europa a.entry-link {
  border-top: 1px solid #979269;
  color: #979269;
  background: url("../img/more-europa.svg") calc(100% - 0.7rem) center no-repeat;
  display: block;
}
.mlf-info.america-latina .entry-categories {
  color: #006BD4;
}
.mlf-info.america-latina a.entry-link {
  border-top: 1px solid #006BD4;
  color: #006BD4;
  background: url("../img/more-america.svg") calc(100% - 0.7rem) center no-repeat;
  display: block;
}
.mlf-info.asia .entry-categories {
  color: #1A4A79;
}
.mlf-info.asia a.entry-link {
  border-top: 1px solid #1A4A79;
  color: #1A4A79;
  background: url("../img/more-asia.svg") calc(100% - 0.7rem) center no-repeat;
  display: block;
}
.mlf-info:hover {
  background-color: rgb(209, 243, 255) !important;
}

/* MAP */
.mlf-map {
  width: 100%;
  min-height: 65vh;
  background-color: #f1f1f1;
  margin-bottom: 0;
}

/* END MAP */
/* NAV */
.mlf-container {
  max-width: 140rem;
  margin: 0 auto;
  width: 100%;
  /* NAV */
}
.mlf-container nav {
  display: flex;
  flex-direction: row;
  padding: 2rem;
}
.mlf-container nav .mlf-filters .mlf-search {
  border: none;
  border-left: 1px solid #A3A3A3;
  padding-left: 1rem;
  width: 18rem;
  margin-left: 2rem;
  font-size: 20px;
  font-size: 2rem;
}
.mlf-container nav .mlf-filters .mlf-search::placeholder {
  color: #A3A3A3;
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
  background: url("../img/lupa.svg") center right no-repeat;
  background-size: 2rem 2rem;
}
.mlf-container nav .mlf-filters .mlf-taxonomy:not(:first-child) {
  display: none;
}
.mlf-container nav .mlf-title {
  flex-grow: 1;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 120%;
}
.mlf-container .mlf-locations {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0 2rem 2rem 2rem;
}
.mlf-container .mlf-locations .placeholder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  min-height: 50vh;
  grid-column: span 4;
}
@media only screen and (min-width: 768px) {
  .mlf-container nav .mlf-filters {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .mlf-container .mlf-locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1184px) {
  .mlf-container nav .mlf-title {
    padding-top: 0.5rem;
    font-size: 26px;
    font-size: 2.6rem;
    width: 20%;
  }
  .mlf-container nav .mlf-filters {
    display: flex;
    flex-direction: row;
    max-width: 80%;
  }
  .mlf-container nav .mlf-filters .mlf-taxonomy {
    display: block !important;
    width: 100%;
    margin-top: 1rem;
  }
  .mlf-container nav .mlf-filters .mlf-taxonomy .filters {
    width: 75%;
    margin-right: 25%;
    background-color: #ffffff;
    border: none;
    font-weight: normal;
    text-align: right;
  }
  .mlf-container nav .mlf-filters .mlf-taxonomy:nth-child(2) .filters, .mlf-container nav .mlf-filters .mlf-taxonomy:nth-child(4) .filters {
    width: 100%;
    margin-right: 0;
  }
  .mlf-container nav .mlf-filters .mlf-search {
    width: 18rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mlf-container nav .mlf-filters .mlf-search::placeholder {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 1.5rem 1.5rem;
  }
  .mlf-container .mlf-locations {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1240px) {
  .mlf-container nav .mlf-title {
    font-size: 32px;
    font-size: 3.2rem;
    width: 20%;
  }
  .mlf-container nav .mlf-filters {
    max-width: 80%;
  }
  .mlf-container nav .mlf-filters .mlf-taxonomy .filters {
    background-color: #ffffff;
    border: none;
    font-weight: bold;
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mlf-container nav .mlf-filters .mlf-search {
    width: 24rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mlf-container nav .mlf-filters .mlf-search::placeholder {
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 2rem 2rem;
  }
  .mlf-container .mlf-locations {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    width: calc(100% - 4rem);
  }
}

/* LOCATION */
.mlf-location.entry {
  background-color: #EEFCFF;
  transition: 0.5s;
  border-top: 1.5rem solid #A3A3A3;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.mlf-location.entry .entry-link:after {
  content: " ";
  position: absolute;
  z-index: 999;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mlf-location.entry .entry-image {
  display: block;
  padding-bottom: 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.mlf-location.entry .entry-content {
  width: 100%;
  transition: 0.3s;
  padding: 0 1rem;
  margin-bottom: 0;
}
.mlf-location.entry .entry-content .entry-categories {
  padding: 2rem 0 0 1rem;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  color: #A3A3A3;
  max-width: 70%;
}
.mlf-location.entry .entry-content ul {
  margin: -1.8rem 1rem 0 0;
  padding: 0;
  width: 5rem;
}
.mlf-location.entry .entry-content ul li {
  margin: 0 0 1rem 0;
  padding: 0;
  line-height: 100%;
}
.mlf-location.entry .entry-content .entry-title {
  text-align: left;
  margin: 0 0 1rem 0;
  padding: 1rem 0.5rem 0 1rem;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  line-height: 130%;
  width: calc(100% - 5rem);
}
.mlf-location.entry .entry-content .entry-title a {
  color: #343434;
}
.mlf-location.entry .entry-content p.excerpt {
  margin: 0 1rem 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.mlf-location.entry .entry-content .entry-metadata {
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 115%;
  display: block;
}
.mlf-location.entry .entry-finances {
  width: 100%;
  align-self: flex-end;
  margin-top: auto;
}
.mlf-location.entry .entry-finances p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 130%;
  color: #FF3D00;
  padding: 0.5rem 0 0;
  margin: 0 2rem;
  text-transform: uppercase;
}
.mlf-location.entry .entry-finances p.recaudado {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 2rem 1rem;
}
.mlf-location.entry .entry-finances hr {
  height: 0.1rem;
  background-color: #FF3D00;
  border: none;
}
.mlf-location.entry .entry-finances .porcentage {
  margin: 0 2rem 2rem;
  display: block;
  background-color: #D1F2FF;
  overflow: hidden;
  height: 1.5rem;
}
.mlf-location.entry .entry-finances .porcentage .flex {
  display: flex;
  flex-direction: row;
}
.mlf-location.entry .entry-finances .porcentage .flex div:first-child {
  background-color: #FF3D00;
  height: 1.5rem;
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 100%;
}
.mlf-location.entry .entry-finances .porcentage .flex div:last-child {
  color: #FF3D00;
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0 0 0 0.3rem;
  height: 1.5rem;
  background-color: transparent;
  width: 4rem;
}
.mlf-location.entry.africa {
  border-top: 1.5rem solid #C96821;
}
.mlf-location.entry.africa .entry-content .entry-categories {
  color: #C96821;
}
.mlf-location.entry.africa:hover {
  background-color: #C96821;
}
.mlf-location.entry.africa:hover .entry-content p.entry-categories,
.mlf-location.entry.africa:hover .entry-content .entry-title,
.mlf-location.entry.africa:hover .entry-content p {
  color: #ffffff !important;
}
.mlf-location.entry.africa:hover .entry-finances {
  color: #ffffff;
}
.mlf-location.entry.africa:hover .entry-finances p {
  color: #ffffff;
}
.mlf-location.entry.africa:hover .entry-finances hr {
  background-color: #ffffff;
}
.mlf-location.entry.africa:hover .entry-finances .porcentage {
  background-color: #C96821;
}
.mlf-location.entry.africa:hover .entry-finances .porcentage div:first-child {
  background-color: #ffffff;
}
.mlf-location.entry.africa:hover .entry-finances .porcentage div:last-child {
  color: #ffffff;
}
.mlf-location.entry.asia {
  border-top: 1.5rem solid #1A4A79;
}
.mlf-location.entry.asia .entry-content .entry-categories {
  color: #1A4A79;
}
.mlf-location.entry.asia:hover {
  background-color: #1A4A79;
}
.mlf-location.entry.asia:hover .entry-content p.entry-categories,
.mlf-location.entry.asia:hover .entry-content .entry-title,
.mlf-location.entry.asia:hover .entry-content p {
  color: #ffffff !important;
}
.mlf-location.entry.asia:hover .entry-finances {
  color: #ffffff;
}
.mlf-location.entry.asia:hover .entry-finances p {
  color: #ffffff;
}
.mlf-location.entry.asia:hover .entry-finances hr {
  background-color: #ffffff;
}
.mlf-location.entry.asia:hover .entry-finances .porcentage {
  background-color: #1A4A79;
}
.mlf-location.entry.asia:hover .entry-finances .porcentage div:first-child {
  background-color: #ffffff;
}
.mlf-location.entry.asia:hover .entry-finances .porcentage div:last-child {
  color: #ffffff;
}
.mlf-location.entry.europa {
  border-top: 1.5rem solid #979269;
}
.mlf-location.entry.europa .entry-content .entry-categories {
  color: #979269;
}
.mlf-location.entry.europa:hover {
  background-color: #979269;
}
.mlf-location.entry.europa:hover .entry-content .entry-categories,
.mlf-location.entry.europa:hover .entry-content .entry-title,
.mlf-location.entry.europa:hover .entry-content p {
  color: #ffffff !important;
}
.mlf-location.entry.europa:hover .entry-finances {
  color: #ffffff;
}
.mlf-location.entry.europa:hover .entry-finances p {
  color: #ffffff;
}
.mlf-location.entry.europa:hover .entry-finances hr {
  background-color: #ffffff;
}
.mlf-location.entry.europa:hover .entry-finances .porcentage {
  background-color: #979269;
}
.mlf-location.entry.europa:hover .entry-finances .porcentage div:first-child {
  background-color: #ffffff;
}
.mlf-location.entry.europa:hover .entry-finances .porcentage div:last-child {
  color: #ffffff;
}
.mlf-location.entry.america-latina {
  border-top: 1.5rem solid #006BD4;
}
.mlf-location.entry.america-latina .entry-content .entry-categories {
  color: #006BD4;
}
.mlf-location.entry.america-latina:hover {
  background-color: #006BD4;
}
.mlf-location.entry.america-latina:hover .entry-content p.entry-categories,
.mlf-location.entry.america-latina:hover .entry-content .entry-title,
.mlf-location.entry.america-latina:hover .entry-content p {
  color: #ffffff !important;
}
.mlf-location.entry.america-latina:hover .entry-finances {
  color: #ffffff;
}
.mlf-location.entry.america-latina:hover .entry-finances p {
  color: #ffffff;
}
.mlf-location.entry.america-latina:hover .entry-finances hr {
  background-color: #ffffff;
}
.mlf-location.entry.america-latina:hover .entry-finances .porcentage {
  background-color: #006BD4;
}
.mlf-location.entry.america-latina:hover .entry-finances .porcentage div:first-child {
  background-color: #ffffff;
}
.mlf-location.entry.america-latina:hover .entry-finances .porcentage div:last-child {
  color: #ffffff;
}

/* PALCE HOLDERS */
.placeholder {
  display: grid;
  min-height: 50vh;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .placeholder {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1184px) {
  .placeholder {
    height: 34vh;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .placeholder li:last-child {
    display: none;
  }
}
@media only screen and (min-width: 1240px) {
  .placeholder {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .placeholder li:last-child {
    display: block;
  }
}

.wp-block-header {
  padding: 4em 0;
}
.wp-block-header ul {
  display: block;
  text-align: center;
  width: 100%;
}
.wp-block-header ul li {
  display: inline-block;
  margin: 0 1rem;
  padding-left: 2.5rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
.wp-block-header ul li:before {
  content: "·";
  color: #FF3D00;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block-header ul li:first-child:before {
  content: "";
}
.wp-block-header ul li a {
  color: #FF3D00;
  border-bottom: none;
  text-decoration: none;
}
.wp-block-header ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #FF3D00;
  transition: 0.35s;
}/*# sourceMappingURL=estils.css.map */