.toolbar-oriented .toolbar-bar {
  z-index: 5000;
}
body{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--ml-font-headers);
}
@media (max-width: 992px) {
  .path-frontpage .paragraph--view-mode--default .cat-container {
    display: none !important;
  }
}

/*
Colors
Taronja: #ef4c31;
Azul: #a4d8e4;
Amarillo: #ffc21a;
Morado: #a250b3;
Dorado: #b38b47;
Antracita: #1f1f1f;
Roto: #f5f2f0;
*/
a {
  color: var(--ml-link-color);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
/*.cat-bar a {*/
/*  color: #fff;*/
/*}*/
.page-taxonomy-cat .cat-bar{
  background: black !important;
  color: #fff !important;
  a{
    color:#fff !important;
  }
}
.logoelefant {
  align-self: center;
  display: flex;
  text-align: center;
  color: #fff;
  height: 25px;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  margin-top: 0px;
  font-family: var(--ml-font-headers);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility;
}
.logoelefant img {
  width: 127px;
}
.sticky .logoelefant {
  display: none;
}
.branding-bar .logoelefant {
  margin-top: 7px;
}

.branding-bar {
  left: 0;
  background: #000;
  position: fixed;
  padding: 2px;
  transition: all 150ms ease-in;
  width: 100%;
  bottom: 0;
  height: 39px;
}

.branding-bar.not-home,
.branding-bar.visible {
  transform: translateY(0) !important;
}
.branding-bar .logoelefant img {
  width: 125px;
  /* margin-left: 5px; */
  position: relative;
  margin-top: -7.3px;
  top: 1px;
  left: -2px;
}
div#subscribepopup {
  transform: translateX(100%);
  position: fixed;
  bottom: 40px;
  background: #000;
  right: 0;
  padding: 40px;
  text-align: left;
  color: #fff;
  z-index: 100;
  transition: all 500ms ease-in-out;
  padding-right: 60px;
}
div#subscribepopup.active {
  transform: translateX(0%);
  box-shadow: -12px 0 40px -20px #000;

}
#subscribepopup button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: none;
  border: none;
}
#subscribepopup a:after {
  background: var(--ml-subcribe-popup-link) !important;
}
#subscribepopup a {
  color: var(--ml-subcribe-popup-link)  !important;
}
.logoelefant.subscribe {
  background: var(--ml-subscribe_background);
  padding-top: 3px;
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 700px) {
  .navbar .logoelefant {
    /*display: block !important;*/
    margin-top: 0;

  }
  div#subscribepopup {
    padding: 20px;
    padding-right: 50px;
    width: 100%;
  }
  div#subscribepopup h2 {
    font-size: 26px;
  }
  div#subscribepopup .py-3 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .post-footer {
    margin-bottom: 35px;
    text-align: center;
  }
  .logoelefant span {
    white-space: nowrap;
  }

  .branding-bar .logoelefant {
    margin-top: 7px;
    font-size: 1.1rem;
    flex-wrap: nowrap;
  }
  .branding-bar .logoelefant img {
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .branding-bar .logoelefant img {
    width: 130px;
    /* margin-left: 5px; */
    position: relative;
    margin-top: -7.3px;
    top: 0px;
    left: 2px;
  }
  .logoelefant {
    font-size: 1.2rem;
  }
  .logoelefant img {
    width: 216px;
    /* margin-top: 10px; */
    top: 8px;
  }
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border: none;
  height: 100%;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
#readbar_container {position: fixed; width: 100%; z-index: 1020; right: 0; top: 0;}
#readbar {height: 4px;width: 0px; background: #fff; transition: width 150ms ease;}
.slide_image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slide_image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  background: #000;
  opacity: 0.3;

}
.path-frontpage .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

p {
  font-size: 1.35rem;
}
.hide {display: none}
.collapse.navbar-collapse {
  background: var(--ml-navbar-collapse);
}
.llista_articles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.article__field-bloques-cuerpo {
  /*padding-bottom: 70px;*/
}

.compartir {
  position: relative;
  /* top: -40px; */
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--ml-share-link);
  padding: 5rem 0 10rem;
  font-family: var(--ml-font-body);

}
.social-sharing-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4em 0;
}
.share {
  display: none;
}
.article0, .article1 {
  flex-basis: 98%;
  margin-right: 1%;
  margin-left: 1%;
}
.slider.center {
  margin-bottom: 6rem;
  max-width: 100%;
  overflow: hidden;
}
.slider.center .slick-prev {
  left: 25px !important;
}
.slider.center .slick-next {
  right: 35px !important;
}
.slider.center .slick-next:before,
.slider.center .slick-prev:before {
  color: #000;
  font-size: 40px;
}

.slider.center .article0 .vertical.hide,
.slider.center .article1 .vertical.hide {
  display: block;
}
.slider.center .article0 .horizontal.show,
.slider.center .article1 .horizontal.show {
  display: none;
}
.slider.center .article--teaser {
  overflow: hidden;
  padding: 2rem;
}
.slick-initialized .slide_full,
.slick-initialized .slick-slide {
  display: block;

  max-width: 100%;
}

.separators {
  padding-bottom: 5rem;
}
.separators .card p {
  font-family: var(--ml-font-headers);
  font-size: 30px;
  line-height: 2rem;
}

.card-columns{
  gap: 3.15rem;
  orphans: 1;
  widows: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

}
.card-columns .card {
  width: 100%;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    height: 1200px;
  }
  .card-columns .card {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    height: 750px;
    height: 750px;
  }
  .card-columns .card {
    display: inline-block;
    width: 30%;
  }
}


.separators .card-body {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 2rem;
}
.separators:after,
.separators:before {
  position: relative;
  content: "";
  height: 300px;
  height: 30vh;
  text-align: center;
  display: block;
  width: 2px;
  background: #aaa;
  left: 50%;
  margin-bottom: 8rem;
}
.separators:after {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.paragraph--type--texto-oscuro {
  background: var(--ml-pg-texto-oscuro-bg);
  color: var(--ml-pg-texto-oscuro-text);
  text-align: center;
  padding: 6rem 12rem;
  margin-bottom: 4rem;
}
.page_header_page h1.display-5 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}
.paragraph--type--texto-oscuro h2 {
  font-family: var(--ml-font-headers);
  text-transform: uppercase;
  font-size: 2.5rem;
}
.separators .card p strong,
.separators .card p b {
  font-family: var(--ml-font-headers-light);
}
.paragraph--type--texto-oscuro .texto-oscuro__field-texto-bo {
  font-family: var(--ml-font-body);
  font-size: 22px;
  line-height: 28px;
}

.page__field-bloques-page .p_extogeneral {
  max-width: 1000px;
}
.article--teaser {opacity: 0;
  transform: translateY(60px);
  transition: all 350ms ease-in;
}
.article--teaser.loaded {
  opacity: 1;
  transform: translateY(0px);
}
.path-frontpage .categorias {
  background: var(--ml-frontpage-categories-bg);
}
.path-frontpage .cat-container {
  background: var(--ml-frontpage-catcontainer);
  display: flex;
}


.path-frontpage .main-category .circle {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  top: 3px;
  position: relative;
}
.categorias .list-inline {
  text-align: center;
}
@media (min-width: 992px) {
  .vertical img,
  .horizontal img {
    width: 100%;
  }
  .logohome {
    padding-top: 10px;
  }
  .path-frontpage .navbar-dark .navbar-collapse {
    display: none !important;
  }
  .path-frontpage .navbar-dark.home .navbar-collapse {
    display: block !important;
    width: 100%;
  }
  .path-frontpage .navbar-dark.home {
    opacity: 0;
    position: fixed;
    transform: translateY(-100%);
    transition: transform 150ms ease-in;
    width: 100%;
    flex-basis: auto;
    flex-direction: column;
    display: flex !important;
    background: #111 !important;
    z-index: 10;
  }
  .path-frontpage .navbar-dark.home a.navbar-brand.d-flex.align-items-center img {
    max-height: 46px !important;
    width: auto !important;
    margin-top: 0 !important;
  }
  .path-frontpage .navbar-dark.home.sticky {
    opacity: 1;
    transform: translateY(0);
    top: 0;
  }

  .article0 {
    margin-left: 0;
    flex-basis: 24%;
    margin-right: 1%;
  }
  .article0 img {
    /*   transform: translateX(-25%);
       position: absolute;
       max-width: inherit !important;*/
  }
  .article1 {
    margin-left: 0;
    flex-basis: 49%;
    margin-right: 1%;
  }
  .article--teaser {
    overflow: hidden;
    padding: 7px;
  }
  .list1 .article1,
  .list1 .article0 {
    flex-basis: 49%;
    margin-right: 1%;
  }

  .list1 .article1 .vertical.show,
  .list1 .article0 .vertical.show {
    display: none;
  }
  .list1 .article1 .horizontal.hide,
  .list1 .article0 .horizontal.hide {
    display: block
  }
  .list3 .article1,
  .list3 .article0 {
    flex-basis: 24%;
    margin-right: 1%;
  }

  .list3 .article1 .horizontal.show,
  .list3 .article0 .horizontal.show {
    display: none;
  }
  .list3 .article1 .vertical.hide,
  .list3 .article0 .vertical.hide {
    display: block;
  }
  .list2 > article:first-child,
  .list2 > article:nth-child(2) {
    flex-basis: 24%;
    margin-right: 1%;
  }
  .list2 > article:first-child .horizontal.show,
  .list2 > article:nth-child(2) .horizontal.show {
    display: none;
  }
  .list2 > article:first-child .vertical.hide,
  .list2 > article:nth-child(2) .vertical.hide {
    display: block;
  }
  .list2 > article:nth-child(3) .vertical.show {
    display: none;
  }
  .list2 > article:nth-child(3) .horizontal.hide {
    display: block;
  }
  .list2 > article:nth-child(3) {
    flex-basis: 49%;
    margin-right: 1%;
  }
  .list4 > article:nth-child(3),
  .list4 > article:nth-child(2) {
    flex-basis: 24%;
    margin-right: 1%;
  }
  .list4 > article:nth-child(3) .horizontal.show,
  .list4 > article:nth-child(2) .horizontal.show {
    display: none;
  }
  .list4 > article:nth-child(3) .vertical.hide,
  .list4 > article:nth-child(2) .vertical.hide {
    display: block;
  }
  .list4 > article:first-child {
    flex-basis: 49%;
    margin-right: 1%;
  }
  .list4 > article:first-child .vertical.show {
    display: none;
  }
  .list4 > article:first-child .horizontal.hide {
    display: block;
  }
  /*   .term3 .article0 .horizontal.show,
     .term3 .article1 .horizontal.show,
     .term3 .article0 .horizontal.hide,
     .term3 .article1 .horizontal.hide{
          display: block !important;
      }
     .term3 .article0 .vertical.hide,
     .term3 .article1 .vertical.hide,
     .term3 .article0 .vertical.show,
     .term3 .article1 .vertical.show{
          display: none !important;
      }*/


}
.page__header {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.imagen-teaser {
  position: relative;
}
.imagen-teaser li.list-inline-item {
  display: inline-flex;
}
.list-inline-item svg {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.results-bar .list-inline-item svg {
  top: 0;
}
.cat-bar {
  background: var(--ml-catvar-bg);
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 0;
  text-transform: uppercase;
  padding: 9px;
  font-size: 0.7rem;
  /*color: var(--ml-catvar-color);*/
  justify-content: space-between;
  letter-spacing: 0.03rem;
}
.dark-article h2 a {
  color: var(--ml-dark-article-h2);
}
.texto-resumen {
  font-size: 1.25rem;
}
.article--teaser .post-tags a {
  background: transparent;
  border: 1px solid var(--ml-article-teaser-tags);
}

.cat-bar .details {
  display: flex;
  padding: 0;
  margin: 0;
}
.pt-6, .py-6 { padding-top: 1.7rem !important}
.pb-6, .py-6 { padding-bottom: 1.7rem !important}

.texto-general__field-texto h2 {
  font-family: var(--ml-font-body);
  font-size: 2.3rem;
  padding: 0 2rem;
  margin-top: 3.3rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .pt-6, .py-6 { padding-top: 2.1rem !important}
  .pb-6, .py-6 { padding-bottom: 2.1rem !important}


}

.masthead {

  height: 96vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 1.8rem solid transparent;
  margin-bottom: 2.8rem;
}
.masthead h1 {
  color: var(--ml-masthead-h1);
  text-transform: var(--ml-masthead-style);
  font-size: 3rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .masthead {
    /*    background-size: auto 100% !important;
  background-repeat: no-repeat!important;*/
    height: 96vh;
  }
  .masthead h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.mask {
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--ml-mask-color);
  opacity: 0.3;
}

.pre-tags {
  font-family: var(--ml-font-body);
  color: var(--ml-pretags);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pre-tags span {
  font-family: "la-regular-400";
}
.post-tags a {
  text-transform: uppercase;
  font-family: var(--ml-font-body);
  color: var(--ml-pretags-link);
  background: var(--ml-pretags-link-bg);
  padding: 10px 15px 7px;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
  border-radius: 20px;
  transition: all 150ms ease-in;
}
.post-tags a:hover {
  text-decoration: none;
  background: var(--ml-pretags-link-hover-bg);
  color: var(--ml-pretags-link-hover);
}
.author {
  font-family: var(--ml-font-body);
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  color: var(--ml-author-color);
  font-weight: normal;
}
.headerbar {
  height: 30px;
  bottom: 0;
}

.texto-general p {
  font-size: 1.6rem;
  padding-bottom: 2.5rem;
}
.fotografia {
  position: relative;
}
.fotografia img {
  width: 100% !important;
}
.fotografia .caption {
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.not-container .caption {
  padding: 10px;
}

.cuatrofotos {
  counter-reset: section;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cuatrodescs {
  counter-reset: section_d;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.cuatrodescs li {
  position: relative;
  display: inline;
  font-size: 1.2rem;

}
.cuatrodescs li::before {
  font-size: 20px;
  counter-increment: section_d;
  content: counters(section_d, ".") ".";
  font-family: var(--ml-font-headers);
}
.cuatrofotos li {
  position: relative;
  flex-basis: 50%;
  padding-bottom: 15px;
  padding-top: 15px;
}
.cuatrofotos li::before {
  position: absolute;
  background: var(--ml-cuadrofotos-li-bg);
  /* padding: 7px; */
  width: 40px;
  line-height: 43px;
  z-index: 1;
  /* line-height: 1; */
  bottom: 35px;
  /* font-family: var(--ml-font-headers); */
  left: 20px;
  font-size: 20px;
  border-radius: 50%;
  counter-increment: section;
  content: counters(section, ".");
  color: #333;
  height: 40px;
  text-align: center;
  flex-wrap: wrap;
}
.cuatrofotos li:nth-child(even) {padding-left: 12px }
.cuatrofotos li:nth-child(odd) {padding-right: 12px}
.boxedwidth .caption {
  text-align: left;
}
.textoclaro,
.textoclaro .dark-article a,
.textoclaro .caption {
  color: var(--ml-texto-claro) !important;
}
.textoclaro a:after {
  background: var(--ml-texto-claro)  !important;
}
.textoclaro .article--teaser .post-tags a {
  border: 1px solid var(--ml-texto-claro) ;
}
a.textodark{
    color:var(--bs-body-color);
}
.texto-destacado {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: var(--ml-font-headers);
}

.texto-destacado-color {
  font-size: 1.4rem;
  padding-bottom: 1.5rem;
  line-height: 1.2;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: var(--ml-font-headers);

}
.texto-destacado-bullet span {
  font-size: 3.5rem;
}
.texto-destacado-bullet {
  font-size: 2.8rem;
  line-height: 1.2;
}
.texto-destacado-bullet .row-wc {
  flex-wrap: nowrap;
  width: 70%;
  display: flex;
  margin: 0;
}
.texto-destacado-ancho {
  font-size: 2.8rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .texto-destacado {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }

  .texto-destacado-color {
    font-size: 2rem;
    line-height: 1.2;
    padding: 0;
  }
  .texto-destacado-bullet span {
    font-size: 50px;
  }
}
.selection.container-fluid,
.page-taxonomy .container-fluid {
  padding: 0 6.5vw;
}
.llista_home .list-inline,
.seleccion .list-inline,
.view-bottom-articles .list-inline {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem !important;
}
.top_articles {
  margin-bottom: 2.5rem !important;
}
/*.seleccion  .list-inline .article--teaser img,*/
#top_articles .article--teaser img,
#top_articles .article--teaser img,
.block--bottom-articles-block-1 .list-inline .article--teaser img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: grayscale(100%); /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */;
  width: 100% !important;
  height: auto !important;

}
.article--teaser img:hover {
  filter: none !important; /* IE6-9 */
  -webkit-filter: grayscale(0%) !important; /* Chrome 19+ & Safari 6+ */

}
.fotosverticales {display: flex;}

.fotov {
  display: flex;
  flex-basis: 50%;
  position: relative;
  flex-direction: column;
}
.fotov img {
  width: 100%;
}
.fotov:last-child {
  margin-left: 12px;
}
.fotov:first-child {
  margin-right: 12px;
}
.paragraph--type--foto-cuadrada-foto-vertical .foto-horizontal {
  flex-basis: 67%;

}
.paragraph--type--texto-imagen .foto-horizontal {
  flex-basis: 45%;
}
.paragraph--type--texto-imagen .foto-vertical {
  flex-basis: 45%;
}
.paragraph--type--texto-imagen .texto-imagen__field-texto {
  flex-basis: 50%;
  font-size: 1.8rem;
  padding-bottom: 2.5rem;
  margin-right: 5%;
}
.paragraph--type--texto-imagen .inverted .texto-imagen__field-texto {
  margin-left: 5%;
  margin-right: 5%;

}
.paragraph--type--texto-imagen .texto-imagen__field-texto:before {
  display: block;
  content: " ";
  width: 100%;
  border-bottom: 2px solid;
  margin-bottom: 30px;
}
.paragraph--type--texto-imagen .texto-imagen__field-texto p {
}

.paragraph--type--foto-cuadrada-foto-vertical .foto-vertical {
  flex-basis: 32%;
}

.foto-horizontal img,
.foto-vertical img {
  width: 100%;
  height: auto;
}
.caption {
  padding: 15px 0 0;
  font-size: 1.2rem;
}
/*Sliders */
.slider-text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: var(--ml-slider-text-bg);
  width: 100%;
  text-align: center;
  color: var(--ml-slider-text);
  padding: 8px;
}
.slide__field-texto-slide {
  font-size: 1.5rem;
  font-family: var(--ml-font-slides);
  font-weight: 200;
  margin-bottom: 30px;
  text-transform: none;
  color: var(--ml-slider-text);
  line-height: 1.8rem;
}
.slide__field-titulo-slide {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: var(--ml-font-headers);
  font-weight: normal !important;
  margin-bottom: 25px;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.errantetext {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-bottom: 5rem;
}
.bloquerevista img {
  max-width: 100%;
  height: auto !important;
}
.revista {
  margin-bottom: 3rem;
}

.view_revista {
  margin: 3rem 0;
  padding: 0 15px;
}
.view_revista .intro {
  padding-top: 1.5rem;
}
.view_revista .viewmore {
  padding-top: 2rem;
}
.slick-slide {position: relative;}
.slick-dots li button:before {font-size: 18px !important}
.slick-dots { bottom: -44px !important; }
.slick-list {}
.slick-prev {
  left: 8px !important;
  z-index: 100;
}
.continente {
  height: 290px;
  background-repeat: no-repeat;
  background-position: center center;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 2.4rem;
}
.bloquepaises .fontawesome-icon-inline {
  padding-left: 10px;
  font-size: 1.7rem;
  position: relative;
  top: 2px;
}
@media (max-width: 1600px) {
  .continente {
    height: 290px;
    background-repeat: no-repeat;
    background-position: center center;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 2rem;
    background-size: 80%;
  }
  .bloquepaises .fontawesome-icon-inline {
    padding-left: 0px;
    font-size: 1.5rem;
    position: relative;
    top: 2px;
  }
}
.block.block--basic.bloquepaises a {
  color: var(--ml-bloquepaises-link);
  position: relative;
}
.block.block--basic.bloquepaises a:hover {
  text-decoration: none !important;
}
.africa {
  background-image: url('../../images/africa.png');
}
.america {
  background-image: url('../../images/america.png');
  background-size: auto 100%;

}
.asia {
  background-image: url('../../images/asia.png');
}
.oceania {
  background-image: url('../../images/oceania.png');
}
.europa {
  background-image: url('../../images/europa.png');
}
.polos {
  background-image: url('../../images/polos.png');
}
.block--meses12causas .viewmore a {
  color: var(--ml-12causas-link) !important;
  font-size: 1.2rem;
}
.block--meses12causas .viewmore a:after {
  background: var(--ml-12causas-link)  !important;

}
.block--meses12causas {
  padding: 2.5rem 0 !important;
  background: var(--ml-12causas-bg);
  color: var(--ml-12causas-text);
}
.prefooter .block--meses12causas .viewmore a:after {
  background: var(--ml-pf-12causas-link) !important;
}
.prefooter .block--meses12causas .viewmore a {
  color: var(--ml-pf-12causas-link) !important;
}
.prefooter .block--meses12causas {
  padding: 4.7rem 0 0;
  background: var(--ml-pf-12causas-bg);
  color: var(--ml-pf-12causas-text) ;
}
.path-not-frontpage .prefooter .block--meses12causas {
  background: var(--ml-pf-notfront-12causas-bg);
}
footer {
  background: var(--ml-footer-bg);
  color: var(--ml-footer-text);
}
footer .block {
  /*height: 230px;*/
  display: flex;
  align-self: center;
  /* min-height: 100%; */
  /* padding: 22px;*/
}
footer .post-footer p {
  background: var(--ml-postfooter-bg);
  width: 100%;
  height: 60px;
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: var(--ml-postfooter-text);
  /* display: flex; */
  font-family: var(--ml-font-body);
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  footer .post-footer p {
    font-size: 16px;
    line-height: 34px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
  }
}
.block--introfooter12meses {
  flex-basis: 36%;
  background: var(--ml-introfooter);
  padding: 3rem 0 3rem 100px;
  color: var(--ml-introfooter-text);
  text-align: left;

}
.causasfooter h2 {
  font-family: var(--ml-font-headers);
  font-size: 2.7rem;
  font-variant-numeric: lining-nums;

}

.block--bloquecontactosfooter,
.block--footer,
.block--menufooter2 {
  padding: 2rem 0 2rem 3rem;
  flex-basis: 22%;
  color: var(--ml-footer-text);

}
.block--bloquecontactosfooter a,
.block--footer a,
.block--menufooter2 a {
  color: var(--ml-footer-text);
  font-size: 1rem;
}
footer ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 170px;
}
.bloquerevista {
  padding: 4.7rem 0;
}

.bloquepaises,
.bloquequienes {
  padding: 4.7rem 0;
  background: var(--ml-bloquepaises-bg);
  text-align: center;
}
.bloquequienes p {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: var(--ml-font-special-headers);
  max-width: 920px;
  margin: 0 auto;
}

.block--local-tasks {
  position: fixed;
  z-index: 999;
  top: 315px;
  right: 0;
  max-width: 250px;
}
.block--local-tasks ul {
  margin: 0;
  text-align: right;
  border: none;
  flex-direction: column;
}
.block--local-tasks ul li {
  display: block;
  margin: 5px 0;
}
.block--local-tasks ul li a {
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  background: rgba(30, 30, 30, 0.85) !important;
  color: #fff;
  border: none;
  font-weight: 300;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  text-decoration: none;
}
.block--local-tasks ul li a.active {
  background: #fff !important;
  color: #333;
}
.block--local-tasks ul li a:hover {
  padding-right: 50px;
  background: #fff !important;
  color: #333;
}
.block--articulos-relacionados .cat-bar  {
  background: #000 !important;
}
h2.titlesection, .block--articulos-relacionados > h2 {
  font-family: var(--ml-font-headers);
  font-size: 2.4rem;
  letter-spacing: 0.7rem;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 2.5rem;
}
.block--meses12causas h2 {
  font-family: var(--ml-font-headers);
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  padding-bottom: 0.3rem;
  text-align: center;
  font-variant-numeric: lining-nums;
}
.block--meses12causas .container {
  max-width: 900px;
}
.block--meses12causas h3 {
  color: var(--ml-12causas-h3);
  font-size: 50px;
  font-family: var(--ml-font-special-headers);
  padding: 10px 0 0;
}
.block--meses12causas .col-12.py-5.text-center {
  padding: 1.2rem 0 0 !important;
}
.block--meses12causas .svg {
  max-width: 40px;
}
.llistahome {
  padding: 5rem 0;
}
.llistahome .llista_articles {
  padding-top: 1.5rem;
}
.meses12causas h2 span {
  font-family: var(--ml-font-headers) Light;
  font-size: 3rem;
  font-family: var(--ml-font-special-headers);
  font-weight: normal;
}
.block12meses h3 {
  color: var(--ml-12meses-h3);
  font-size: 70px;
  font-family: var(--ml-font-special-headers);
  padding: 15px 0 0;
}
.block12meses p {
  max-width: 160px;
  margin: 0 auto;
  font-size: 18px;
}
.one-time .slick-list {
  max-height: 100% !important;
  height: 100% !important;
}
.one-time.slick-dotted.slick-slider {
  margin-bottom: 80px;

}
.page-item.disabled .page-link {
  color: var(--ml-page-link-disabled);
  pointer-events: none;
  cursor: auto;
  background-color: var(--ml-page-link-disabled-bg);
  border-color: var(--ml-page-link-disabled-bg);
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 50% !important;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--ml-page-link);
  background-color: var(--ml-page-link-bg);
  border: 1px solid var(--ml-page-link-bg);
}
.slick-prev-ods span,
.slick-next-ods span {
  font-family: var(--ml-font-body) !important;
}
.slick-next-ods {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .slick-prev-ods span,
  .slick-next-ods span {
    font-size: 4rem;
  }

  .inverted .foto-vertical {
    margin-right: 21px;
  }
  .slick-prev-ods,
  .slick-next-ods {
    font-family: symbol;
    font-size: 3rem !important;
    background: none;
    border: navajowhite;
    position: absolute;
    right: -64px;
    top: 70%;
    z-index: 100;
    color: #1f1f1f;
    font-size: 5rem;
    border: none !important;
    outline: none !important;
  }

  .slick-prev-ods:hover,
  .slick-next-ods:hover {color: #f5f2f0;}
  .slick-prev-ods { left: -64px; max-width: 80px;}
  .fotosverticales {
    /*margin: 0 -50px;*/
  }
}
@media (min-width: 992px) {

  .fotosverticales {
    overflow: hidden;
    margin: 0;
  }
  .revista:nth-child(2n) .row {
    flex-direction: row-reverse;
  }

  .slick-prev-ods span,
  .slick-next-ods span {
    font-size: 5rem;
  }
  .paragraph--type--foto-cuadrada-foto-vertical .foto-horizontal {
    margin-right: 30px;
  }
  .inverted .foto-horizontal {
    margin-right: 0;
  }
}
.cat-container {

}
.main-category .text {
  position: relative;
}
.main-category .circle {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
}

.leermas a, .slide__field-enlace a, .viewmore a {
  padding: 0.5rem;
  font-family: var(--ml-font-body);
  /*  font-size: 1.4rem;*/
  color: var(--ml-see-more) !important;
  font-weight: normal;
  /* letter-spacing: 0.5px; */
  /* font-weight: bold; */
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 0;
}
.viewmore a {
  font-size: 1.25rem;
}
.slide__field-enlace a {
  color: #fff !important;
}
.main-category {
  padding: 0.5rem;
  font-family: var(--ml-font-body);
  font-size: 1.2rem;
  color: var(--ml-maincategory) !important;
  font-weight: bold;
  letter-spacing: 0.5px;
  /* font-weight: bold; */
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  margin: 0 1.8rem 0;
}

.leermas a, .slide__field-enlace a, .viewmore a {
  padding: 0rem;
  font-family: var(--ml-font-body);
  /* font-size: 1.2rem;*/
  color: var(--ml-see-more) !important;
  font-weight: normal;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 0;
}

.continente a:after, .slide__field-enlace a:after, .leermas a:after, .viewmore a:after, .main-category .text:after {
  content: " ";
  display: block;
  width: calc(100% - 1px);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--ml-see-more);
  opacity: 1;
  transition: all 100ms ease-in;
}
.main-category .text:after {
  bottom: -5px;
}
.errantetext h2 a,
.errantetext h2 {
  font-size: 2.6rem;
  font-family: var(--ml-font-body);
  padding-bottom: 0.7rem;
  color: var(--ml-h2-color);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .llista_home .list-inline,
  .seleccion .list-inline,
  .view-bottom-articles .list-inline {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 0\0
) and (min-resolution: 72dpi) {
  .llista_home .list-inline,
  .seleccion .list-inline,
  .view-bottom-articles .list-inline {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1400px) {
  .llista_articles, .list1, .list2, .list3, .list4 { margin-bottom: 3.5rem !important; }
  .pt-6, .py-6 {
    padding-top: 4rem !important;
  }
  .pb-6, .py-6 {
    padding-bottom: 4rem !important;
  }
  .page__header.py-6 {
    padding-bottom: 2.7rem !important;
    padding-top: 3.5rem !important;
  }

  .navbar-brand.pb-md-3 {
    display: inline-block;
    padding-top: 1.0125rem;
    padding-bottom: 1.5rem !important;
  }
  .path-frontpage a.navbar-brand.d-flex.align-items-center.logohome {
    padding-top: 1.0125rem !important;
    padding-bottom: 1.5rem !important;
  }
  .block--bloquecontactosfooter,
  .block--footer,
  .block--menufooter2 {
    padding: 2rem 0 2rem 0;
  }
  .block--bloquecontactosfooter {margin-left: 140px; }
  article > h2 {
    min-height: 7rem;
  }
  .block--bloquecontactosfooter, .block--bloquecontactosfooter a,
  .block--footer, .block--footer a,
  .block--menufooter2, .block--menufooter2 a {
    color: var(--ml-footer-link);
    font-size: 1.3rem;
  }
  .block--introfooter12meses {
    flex-basis: 27%;
    min-width: 530px;
    background: var(--ml-introfooter);
    padding: 3rem 0 3rem 100px;
    color: var(--ml-introfooter-text);
    text-align: left;
  }
  .texto-resumen {
    font-size: 1.25rem;
    min-height: 12rem;
  }
  .pr-3, .px-3 {
    padding-right: 1rem !important;
  }

  .mr-4, .mx-4 {
    margin-right: 1.5rem !important;
  }
  .term3 .texto-resumen {
    font-size: 1.25rem;
    min-height: 8rem;
    padding-bottom: 1rem;
  }
  .slick-prev-ods span,
  .slick-next-ods span {
    font-size: 7rem;
  }
  .path-frontpage .paragraph .categorias .main-category {
    padding: 1.3rem 0.5rem;
    font-size: 1.4rem;
  }
  .texto-destacado-ancho .row-wc {
    margin: 0 -100px;
  }
  .texto-destacado {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  .article--teaser {
    overflow: hidden;
    padding: 10px;
  }
  /*  .block.block--radixchild-basic.meses12causas h2{
           font-size: 1.6rem;
    letter-spacing: 0.5rem;
    padding-bottom: 0.3rem;
    }*/
  h2.titlesection, .block--articulos-relacionados > h2 {
    font-size: 2.7rem;
    letter-spacing: 0.7rem;
    padding-bottom: 4rem;
  }
  .viewmore a {
    font-size: 1.3rem;
  }
  .continente a:after,
  .slide__field-enlace a:after,
  .leermas a:after,
  .viewmore a:after,
  .main-category .text:after {
    content: " ";
    display: block;
    width: calc(100% - 1px);
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: var(--ml-see-more);
    opacity: 1;
    transition: all 100ms ease-in;
  }

}

.slide__field-enlace a {
  font-size: 1.4rem;
  color: #fff !important;
}
.slide__field-enlace a:after {
  background: #fff;
}
.slide__field-imagen-de-fondo:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000006b;
  top: 0;
  content: " ";
  display: block;
  z-index: 2;
  left: 0;
}
.continente:hover a:after,
.slide__field-enlace:hover a:after,
.leermas:hover a:after,
.viewmore:hover a:after,
.main-category:hover .text:after {
  opacity: 0;
}
.slide_full {position: relative;}
.slide_content {
  position: absolute;
  top: 0;
  z-index: 8;
  display: flex;
  align-content: center;
  /* flex-direction: column; */
  /* text-align: center; */
  justify-content: center;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  left: 0;
}
.box_content {
  width: 750px;
  max-width: 90%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  color: var(--ml-box-content);
  position: relative;
  margin-top: 40px;
}
.slider.fullscreen .slick-dots {
  bottom: 25px !important;
  z-index: 100;
}
.slider.fullscreen .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}
.slider.fullscreen .slick-dots li button:before {
  color: #b9b9b9;
}
.slider.fullscreen {
  height: 90vh;
  overflow: hidden;
  min-height:600px !important;
}
.slider .slick-list, .slider .slick-track, .slider .slick-slide, .slider .slide_full {
  max-height: 100%;
  height: 100%;
}

.slide_image {}
a.navbar-brand.d-flex.align-items-center {
  width: 100%;
  align-items: center;
  justify-content: center;
  background: var(--ml-header-background);
}
.page__field-bloques-page .texto-general__field-texto {
  text-align: center;
}
.page__field-bloques-page .texto-general p {
  font-size: 2rem;
}
.existing-block__field-block {display: flex;}
.existing-block__field-block .block {
  margin: 0 auto;
}


@media (min-width: 1200px) {
  footer .d-flex{
    gap:4%;
  }
}
.block--bloquecontactosfooter.block--type-basic {
  background: #b38b47;
  color: black;
  margin-left: 0;
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.block--bloquecontactosfooter.block--type-basic a{
  color:black !important;
}
@media (min-width: 992px) {
  footer .d-flex{
    gap:4%;
  }

  .slider.fullscreen {
    min-height:600px !important;
  }
  #readbar {height: 7px;width: 0px; background: #fff; transition: width 150ms ease;}

  .slide__field-titulo-slide {
    font-size: 3.1rem;
    line-height: 3.5rem;
    margin-top: 63.3px;
  }
  .path-frontpage .navbar {
    display: block;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 2rem;
    background: transparent !important;
  }
  .path-frontpage a.navbar-brand.d-flex.align-items-center {
    background: transparent !important;
  }
  .navbar {
    display: block;
    padding: 0;
  }
  .texto-destacado-ancho .row-wc {
    margin: 0 -2rem;
  }
  .texto-general__field-texto h2 {
    font-size: 2.8rem;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    padding: 0;
  }
}
.navbar-toggler { border: none; }
.navbar-toggler-icon {
  color: var(--ml-navbar-toggler-icon);
}
.menufooter li {
  padding-left: 15px;
}
@media (max-width: 1250px) {
  .texto-destacado-bullet .row-wc {
    width: 90%;
  }
  .masthead h1 {
    font-size: 3.2rem;
    line-height: 4.3rem;
  }
  .cat-bar {
    font-size: 0.6rem;
  }
  .post-tags a { margin-bottom: 0.7rem; }
  .pre-tags {font-size: 0.9rem}
  .texto-general p {
    padding-bottom: 0.5rem;
  }
}
.col.polos.continente {
  background-size: 55% auto;
}

@media (max-width: 992px) {
  .menufooter li {
    font-size: 1rem;
  }
  .view-bottom-articles.bottom2,
  .view-bottom-articles.bottom3 {
    margin-top: 2.5rem;
  }
  .container {
    max-width: 100%;
  }
  .texto-general__field-texto h2 {
    padding: 0 0.8rem;
    margin-top: 0;
  }
  .paragraph--type--texto-imagen .texto-imagen__field-texto {
    flex-basis: 100%;
    font-size: 1.8rem;
    /* display: block; */
    padding-bottom: 2.5rem;
    margin-right: 0;
  }
  .texto-destacado-bullet .row-wc {
    flex-wrap: nowrap;
    width: 80%;
    display: flex;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    margin: 0;
    font-size: 1.9rem;
  }
  table {
    max-width: 100% !important;
  }
  .separators:after, .separators:before {
    height: 100px;
    height: 19.1vh;
    margin-bottom: 4.4rem;
  }
  .page__field-bloques-page .texto-general p {
    font-size: 1.4rem;
  }
  .paragraph--type--texto-oscuro {
    background: var(--ml-pg-texto-oscuro-bg);
    color: var(--ml-pg-texto-oscuro-text);
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .paragraph--type--texto-oscuro h2 {
    font-family: var(--ml-font-headers);
    text-transform: uppercase;
    font-size: 2.1rem;
  }
  .paragraph--type--texto-oscuro .texto-oscuro__field-texto-bo {
    font-family: var(--ml-font-body);
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .page_header_page h1.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .categorias .list-inline-item {
    display: block;
    padding: 7px;
    position: relative;
  }
  .categorias .main-category {
    padding: 0.9rem 0.5rem;
    font-size: 1.4rem;
  }
  .paragraph .categorias {
    display: none;
  }

  .slick-prev-ods,
  .slick-next-ods {display: none !important}

  a.navbar-brand.d-flex.align-items-center {
    width: 100%;
    align-items: center !important;
    justify-content: center;
    background: var(--ml-header-background);
    margin-right: 0 !important;
  }
  .block--marcadelsitio {
    align-items: center;
    display: flex;
    flex-basis: 100%;
  }
  .navbar.sticky-top {
    background: var(--ml-navbar-brand-bg);
    padding: 5px 0;
  }
  .cat-container {
    background: var(--ml-category-block-bg);
    height: calc(110vh - 100px);
  }
  .cat-container li.list-inline-item {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .main-category {
    font-size: 2.1rem;
  }
  .navbar-toggler,
  .navbar-dark .navbar-toggler {
    color: var(--ml-navbar-toggler-color);
    border-color: var(--ml-navbar-toggler-border-color);
    position: absolute;
    z-index: 30;
    left: 5px;
    top: 25px;
  }
  .navbar-toggler.baix,
  .navbar-dark .navbar-toggler.baix {
    top: 13px;
  }
  .path-not-frontpage .navbar-toggler,
  .path-not-frontpage .navbar-dark .navbar-toggler {
    top: 9px;
  }
  .navbar-brand {}
  .navbar-brand img {
    max-height: 40px;

  }

  .texto-general p {
    font-size: 1.3rem;
    padding-bottom: 1.5rem;
    line-height: 1.3;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .texto-destacado {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  .pb-6, .py-6 {
    padding-top: 2rem !important;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .top_articles, .llista_home .list-inline, .seleccion .list-inline,
  .block--bottom-articles-block-1 .list-inline,
  .view-bottom-articles .list-inline {
    margin-bottom: 0 !important;
  }
  #top_arti.toolbar-oriented .toolbar-bar {
    z-index: 5000;
  }
  body{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: var(--ml-font-headers);
  }

  /*
  Colors
  Taronja: #ef4c31;
  Azul: #a4d8e4;
  Amarillo: #ffc21a;
  Morado: #a250b3;
  Dorado: #b38b47;
  Antracita: #1f1f1f;
  Roto: #f5f2f0;
  */
  a {
    color: var(--ml-link-color);
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  /*.cat-bar a {*/
  /*  color: #fff;*/
  /*}*/
  .page-taxonomy-cat .cat-bar{
    background: black !important;
    color: #fff !important;
    a{
      color:#fff !important;
    }
  }
  .logoelefant {
    align-self: center;
    display: flex;
    text-align: center;
    color: #fff;
    height: 25px;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-top: 0px;
    font-family: var(--ml-font-headers);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility;
  }
  .logoelefant img {
    width: 127px;
  }
  .sticky .logoelefant {
    display: none;
  }
  .branding-bar .logoelefant {
    margin-top: 7px;
  }

  .branding-bar {
    left: 0;
    background: #000;
    position: fixed;
    padding: 2px;
    transition: all 150ms ease-in;
    width: 100%;
    bottom: 0;
    height: 39px;
  }

  .branding-bar.not-home,
  .branding-bar.visible {
    transform: translateY(0) !important;
  }
  .branding-bar .logoelefant img {
    width: 125px;
    /* margin-left: 5px; */
    position: relative;
    margin-top: -7.3px;
    top: 1px;
    left: -2px;
  }
  div#subscribepopup {
    transform: translateX(100%);
    position: fixed;
    bottom: 40px;
    background: #000;
    right: 0;
    padding: 40px;
    text-align: left;
    color: #fff;
    z-index: 100;
    transition: all 500ms ease-in-out;
    padding-right: 60px;
  }
  div#subscribepopup.active {
    transform: translateX(0%);
    box-shadow: -12px 0 40px -20px #000;

  }
  #subscribepopup button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    background: none;
    border: none;
  }
  #subscribepopup a:after {
    background: var(--ml-subcribe-popup-link) !important;
  }
  #subscribepopup a {
    color: var(--ml-subcribe-popup-link)  !important;
  }
  .logoelefant.subscribe {
    background: var(--ml-subscribe_background);
    padding-top: 3px;
    margin-top: 0;
    padding-bottom: 0;
  }
  @media (max-width: 700px) {
    .navbar .logoelefant {
      /*display: block !important;*/
      margin-top: 0;

    }
    div#subscribepopup {
      padding: 20px;
      padding-right: 50px;
      width: 100%;
    }
    div#subscribepopup h2 {
      font-size: 26px;
    }
    div#subscribepopup .py-3 {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
    }
    .post-footer {
      margin-bottom: 35px;
      text-align: center;
    }
    .logoelefant span {
      white-space: nowrap;
    }

    .branding-bar .logoelefant {
      margin-top: 7px;
      font-size: 1.1rem;
      flex-wrap: nowrap;
    }
    .branding-bar .logoelefant img {
      margin-left: 5px;
    }
  }

    .branding-bar .logoelefant img {
      width: 130px;
      /* margin-left: 5px; */
      position: relative;
      margin-top: -7.3px;
      top: 0px;
      left: 2px;
    }
    .logoelefant {
      font-size: 1.2rem;
    }
    .logoelefant img {
      width: 216px;
      /* margin-top: 10px; */
      top: 8px;
    }

  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    border: none;
    height: 100%;
  }
  .iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  #readbar_container {position: fixed; width: 100%; z-index: 1020; right: 0; top: 0;}
  #readbar {height: 4px;width: 0px; background: #fff; transition: width 150ms ease;}
  .slide_image {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .slide_image:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    background: #000;
    opacity: 0.3;

  }
  .path-frontpage .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  p {
    font-size: 1.35rem;
  }
  .hide {display: none}
  .collapse.navbar-collapse {
    background: var(--ml-navbar-collapse);
  }
  .llista_articles {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .article__field-bloques-cuerpo {
    /*padding-bottom: 70px;*/
  }

  .compartir {
    position: relative;
    /* top: -40px; */
    font-size: 1.6rem;
    cursor: pointer;
    color: var(--ml-share-link);
    padding: 5rem 0 10rem;
    font-family: var(--ml-font-body);

  }
  .social-sharing-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4em 0;
  }
  .share {
    display: none;
  }
  .article0, .article1 {
    flex-basis: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .slider.center {
    margin-bottom: 6rem;
    max-width: 100%;
    overflow: hidden;
  }
  .slider.center .slick-prev {
    left: 25px !important;
  }
  .slider.center .slick-next {
    right: 35px !important;
  }
  .slider.center .slick-next:before,
  .slider.center .slick-prev:before {
    color: #000;
    font-size: 40px;
  }

  .slider.center .article0 .vertical.hide,
  .slider.center .article1 .vertical.hide {
    display: block;
  }
  .slider.center .article0 .horizontal.show,
  .slider.center .article1 .horizontal.show {
    display: none;
  }
  .slider.center .article--teaser {
    overflow: hidden;
    padding: 2rem;
  }
  .slick-initialized .slide_full,
  .slick-initialized .slick-slide {
    display: block;

    max-width: 100%;
  }

  .separators {
    padding-bottom: 5rem;
  }
  .separators .card p {
    font-family: var(--ml-font-headers);
    font-size: 30px;
    line-height: 2rem;
  }
  @media (min-width: 576px) {
    .card-columns {
    /*  -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 3.15rem;
      orphans: 1;
      widows: 1;*/
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    }
    .separators .card {
      margin-bottom: 3.15rem;
    }
  }

  .separators .card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 2rem;
  }
  .separators:after,
  .separators:before {
    position: relative;
    content: "";
    height: 300px;
    height: 30vh;
    text-align: center;
    display: block;
    width: 2px;
    background: #aaa;
    left: 50%;
    margin-bottom: 8rem;
  }
  .separators:after {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
  .paragraph--type--texto-oscuro {
    background: var(--ml-pg-texto-oscuro-bg);
    color: var(--ml-pg-texto-oscuro-text);
    text-align: center;
    padding: 6rem 12rem;
    margin-bottom: 4rem;
  }
  .page_header_page h1.display-5 {
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .paragraph--type--texto-oscuro h2 {
    font-family: var(--ml-font-headers);
    text-transform: uppercase;
    font-size: 2.5rem;
  }
  .separators .card p strong,
  .separators .card p b {
    font-family: var(--ml-font-headers-light);
  }
  .paragraph--type--texto-oscuro .texto-oscuro__field-texto-bo {
    font-family: var(--ml-font-body);
    font-size: 22px;
    line-height: 28px;
  }

  .page__field-bloques-page .p_extogeneral {
    max-width: 1000px;
  }
  .article--teaser {opacity: 0;
    transform: translateY(60px);
    transition: all 350ms ease-in;
  }
  .article--teaser.loaded {
    opacity: 1;
    transform: translateY(0px);
  }
  .path-frontpage .categorias {
    background: var(--ml-frontpage-categories-bg);
  }
  .path-frontpage .cat-container {
    background: var(--ml-frontpage-catcontainer);
    display: flex;
  }


  .path-frontpage .main-category .circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    top: 3px;
    position: relative;
  }
  .categorias .list-inline {
    text-align: center;
  }
  @media (min-width: 992px) {
    .vertical img,
    .horizontal img {
      width: 100%;
    }
    .logohome {
      padding-top: 10px;
    }
    .path-frontpage .navbar-dark .navbar-collapse {
      display: none !important;
    }
    .path-frontpage .navbar-dark.home .navbar-collapse {
      display: block !important;
      width: 100%;
    }
    .path-frontpage .navbar-dark.home {
      opacity: 0;
      position: fixed;
      transform: translateY(-100%);
      transition: transform 150ms ease-in;
      width: 100%;
      flex-basis: auto;
      flex-direction: column;
      display: flex !important;
      background: #111 !important;
      z-index: 10;
    }
    .path-frontpage .navbar-dark.home a.navbar-brand.d-flex.align-items-center img {
      max-height: 46px !important;
      width: auto !important;
      margin-top: 0 !important;
    }
    .path-frontpage .navbar-dark.home.sticky {
      opacity: 1;
      transform: translateY(0);
      top: 0;
    }

    .article0 {
      margin-left: 0;
      flex-basis: 24%;
      margin-right: 1%;
    }
    .article0 img {
      /*   transform: translateX(-25%);
         position: absolute;
         max-width: inherit !important;*/
    }
    .article1 {
      margin-left: 0;
      flex-basis: 49%;
      margin-right: 1%;
    }
    .article--teaser {
      overflow: hidden;
      padding: 7px;
    }
    .list1 .article1,
    .list1 .article0 {
      flex-basis: 49%;
      margin-right: 1%;
    }

    .list1 .article1 .vertical.show,
    .list1 .article0 .vertical.show {
      display: none;
    }
    .list1 .article1 .horizontal.hide,
    .list1 .article0 .horizontal.hide {
      display: block
    }
    .list3 .article1,
    .list3 .article0 {
      flex-basis: 24%;
      margin-right: 1%;
    }

    .list3 .article1 .horizontal.show,
    .list3 .article0 .horizontal.show {
      display: none;
    }
    .list3 .article1 .vertical.hide,
    .list3 .article0 .vertical.hide {
      display: block;
    }
    .list2 > article:first-child,
    .list2 > article:nth-child(2) {
      flex-basis: 24%;
      margin-right: 1%;
    }
    .list2 > article:first-child .horizontal.show,
    .list2 > article:nth-child(2) .horizontal.show {
      display: none;
    }
    .list2 > article:first-child .vertical.hide,
    .list2 > article:nth-child(2) .vertical.hide {
      display: block;
    }
    .list2 > article:nth-child(3) .vertical.show {
      display: none;
    }
    .list2 > article:nth-child(3) .horizontal.hide {
      display: block;
    }
    .list2 > article:nth-child(3) {
      flex-basis: 49%;
      margin-right: 1%;
    }
    .list4 > article:nth-child(3),
    .list4 > article:nth-child(2) {
      flex-basis: 24%;
      margin-right: 1%;
    }
    .list4 > article:nth-child(3) .horizontal.show,
    .list4 > article:nth-child(2) .horizontal.show {
      display: none;
    }
    .list4 > article:nth-child(3) .vertical.hide,
    .list4 > article:nth-child(2) .vertical.hide {
      display: block;
    }
    .list4 > article:first-child {
      flex-basis: 49%;
      margin-right: 1%;
    }
    .list4 > article:first-child .vertical.show {
      display: none;
    }
    .list4 > article:first-child .horizontal.hide {
      display: block;
    }
    /*   .term3 .article0 .horizontal.show,
       .term3 .article1 .horizontal.show,
       .term3 .article0 .horizontal.hide,
       .term3 .article1 .horizontal.hide{
            display: block !important;
        }
       .term3 .article0 .vertical.hide,
       .term3 .article1 .vertical.hide,
       .term3 .article0 .vertical.show,
       .term3 .article1 .vertical.show{
            display: none !important;
        }*/


  }
  .page__header {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  .imagen-teaser {
    position: relative;
  }
  .imagen-teaser li.list-inline-item {
    display: inline-flex;
  }
  .list-inline-item svg {
    position: relative;
    top: 2px;
    margin-right: 3px;
  }
  .results-bar .list-inline-item svg {
    top: 0;
  }
  .cat-bar {
    background: var(--ml-catvar-bg);
    position: absolute;
    width: 100%;
    display: flex;
    bottom: 0;
    text-transform: uppercase;
    padding: 9px;
    font-size: 0.7rem;
    /*color: var(--ml-catvar-color);*/
    justify-content: space-between;
    letter-spacing: 0.03rem;
  }
  .dark-article h2 a {
    color: var(--ml-dark-article-h2);
  }
  .texto-resumen {
    font-size: 1.25rem;
  }
  .article--teaser .post-tags a {
    background: transparent;
    border: 1px solid var(--ml-article-teaser-tags);
  }

  .cat-bar .details {
    display: flex;
    padding: 0;
    margin: 0;
  }
  .pt-6, .py-6 { padding-top: 1.7rem !important}
  .pb-6, .py-6 { padding-bottom: 1.7rem !important}

  .texto-general__field-texto h2 {
    font-family: var(--ml-font-body);
    font-size: 2.3rem;
    padding: 0 2rem;
    margin-top: 3.3rem;
    margin-bottom: 1rem;
  }
  @media (min-width: 768px) {
    .pt-6, .py-6 { padding-top: 2.1rem !important}
    .pb-6, .py-6 { padding-bottom: 2.1rem !important}


  }

  .masthead {

    height: 96vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1.8rem solid transparent;
    margin-bottom: 2.8rem;
  }
  .masthead h1 {
    color: var(--ml-masthead-h1);
    text-transform: var(--ml-masthead-style);
    font-size: 3rem;
    line-height: 3rem;
  }
  @media (min-width: 768px) {
    .masthead {
      /*    background-size: auto 100% !important;
    background-repeat: no-repeat!important;*/
      height: 96vh;
    }
    .masthead h1 {
      font-size: 4rem;
      line-height: 5rem;
    }
  }
  .mask {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--ml-mask-color);
    opacity: 0.3;
  }

  .pre-tags {
    font-family: var(--ml-font-body);
    color: var(--ml-pretags);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .pre-tags span {
    font-family: "la-regular-400";
  }
  .post-tags a {
    text-transform: uppercase;
    font-family: var(--ml-font-body);
    color: var(--ml-pretags-link);
    background: var(--ml-pretags-link-bg);
    padding: 10px 15px 7px;
    line-height: 1;
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    border-radius: 20px;
    transition: all 150ms ease-in;
  }
  .post-tags a:hover {
    text-decoration: none;
    background: var(--ml-pretags-link-hover-bg);
    color: var(--ml-pretags-link-hover);
  }
  .author {
    font-family: var(--ml-font-body);
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    color: var(--ml-author-color);
    font-weight: normal;
  }
  .headerbar {
    height: 30px;
    bottom: 0;
  }

  .texto-general p {
    font-size: 1.6rem;
    padding-bottom: 2.5rem;
  }
  .fotografia {
    position: relative;
  }
  .fotografia img {
    width: 100% !important;
  }
  .fotografia .caption {
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .not-container .caption {
    padding: 10px;
  }

  .cuatrofotos {
    counter-reset: section;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .cuatrodescs {
    counter-reset: section_d;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .cuatrodescs li {
    position: relative;
    display: inline;
    font-size: 1.2rem;

  }
  .cuatrodescs li::before {
    font-size: 20px;
    counter-increment: section_d;
    content: counters(section_d, ".") ".";
    font-family: var(--ml-font-headers);
  }
  .cuatrofotos li {
    position: relative;
    flex-basis: 50%;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .cuatrofotos li::before {
    position: absolute;
    background: var(--ml-cuadrofotos-li-bg);
    /* padding: 7px; */
    width: 40px;
    line-height: 43px;
    z-index: 1;
    /* line-height: 1; */
    bottom: 35px;
    /* font-family: var(--ml-font-headers); */
    left: 20px;
    font-size: 20px;
    border-radius: 50%;
    counter-increment: section;
    content: counters(section, ".");
    color: #333;
    height: 40px;
    text-align: center;
    flex-wrap: wrap;
  }
  .cuatrofotos li:nth-child(even) {padding-left: 12px }
  .cuatrofotos li:nth-child(odd) {padding-right: 12px}
  .boxedwidth .caption {
    text-align: left;
  }
  .textoclaro,
  .textoclaro .dark-article a,
  .textoclaro .caption {
    color: var(--ml-texto-claro) !important;
  }
  .textoclaro a:after {
    background: var(--ml-texto-claro)  !important;
  }
  .textoclaro .article--teaser .post-tags a {
    border: 1px solid var(--ml-texto-claro) ;
  }
  a.textodark{
    color:var(--bs-body-color);
  }
  .texto-destacado {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: var(--ml-font-headers);
  }

  .texto-destacado-color {
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
    line-height: 1.2;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-family: var(--ml-font-headers);

  }
  .texto-destacado-bullet span {
    font-size: 3.5rem;
  }
  .texto-destacado-bullet {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .texto-destacado-bullet .row-wc {
    flex-wrap: nowrap;
    width: 70%;
    display: flex;
    margin: 0;
  }
  .texto-destacado-ancho {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  @media (min-width: 768px) {
    .texto-destacado {
      font-size: 3.4rem;
      line-height: 3.4rem;
    }

    .texto-destacado-color {
      font-size: 2rem;
      line-height: 1.2;
      padding: 0;
    }
    .texto-destacado-bullet span {
      font-size: 50px;
    }
  }
  .selection.container-fluid,
  .page-taxonomy .container-fluid {
    padding: 0 6.5vw;
  }
  .llista_home .list-inline,
  .seleccion .list-inline,
  .block--bottom-articles-block-1 .list-inline,
  .view-bottom-articles .list-inline {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem !important;
  }
  .top_articles {
    margin-bottom: 2.5rem !important;
  }
  /*.seleccion  .list-inline .article--teaser img,*/
  #top_articles .article--teaser img,
  #top_articles .article--teaser img,
  .block--bottom-articles-block-1 .list-inline .article--teaser img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: grayscale(100%); /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */;
    width: 100% !important;
    height: auto !important;

  }
  .article--teaser img:hover {
    filter: none !important; /* IE6-9 */
    -webkit-filter: grayscale(0%) !important; /* Chrome 19+ & Safari 6+ */

  }
  .fotosverticales {display: flex;}

  .fotov {
    display: flex;
    flex-basis: 50%;
    position: relative;
    flex-direction: column;
  }
  .fotov img {
    width: 100%;
  }
  .fotov:last-child {
    margin-left: 12px;
  }
  .fotov:first-child {
    margin-right: 12px;
  }
  .paragraph--type--foto-cuadrada-foto-vertical .foto-horizontal {
    flex-basis: 67%;

  }
  .paragraph--type--texto-imagen .foto-horizontal {
    flex-basis: 45%;
  }
  .paragraph--type--texto-imagen .foto-vertical {
    flex-basis: 45%;
  }
  .paragraph--type--texto-imagen .texto-imagen__field-texto {
    flex-basis: 50%;
    font-size: 1.8rem;
    padding-bottom: 2.5rem;
    margin-right: 5%;
  }
  .paragraph--type--texto-imagen .inverted .texto-imagen__field-texto {
    margin-left: 5%;
    margin-right: 5%;

  }
  .paragraph--type--texto-imagen .texto-imagen__field-texto:before {
    display: block;
    content: " ";
    width: 100%;
    border-bottom: 2px solid;
    margin-bottom: 30px;
  }
  .paragraph--type--texto-imagen .texto-imagen__field-texto p {
  }

  .paragraph--type--foto-cuadrada-foto-vertical .foto-vertical {
    flex-basis: 32%;
  }

  .foto-horizontal img,
  .foto-vertical img {
    width: 100%;
    height: auto;
  }
  .caption {
    padding: 15px 0 0;
    font-size: 1.2rem;
  }
  /*Sliders */
  .slider-text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: var(--ml-slider-text-bg);
    width: 100%;
    text-align: center;
    color: var(--ml-slider-text);
    padding: 8px;
  }
  .slide__field-texto-slide {
    font-size: 1.5rem;
    font-family: var(--ml-font-slides);
    font-weight: 200;
    margin-bottom: 30px;
    text-transform: none;
    color: var(--ml-slider-text);
    line-height: 1.8rem;
  }
  .slide__field-titulo-slide {
    font-size: 3rem;
    text-transform: uppercase;
    font-family: var(--ml-font-headers);
    font-weight: normal !important;
    margin-bottom: 25px;
  }
  .slick-slide img {
    display: block;
    width: 100%;
  }
  .errantetext {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding-bottom: 5rem;
  }
  .bloquerevista img {
    max-width: 100%;
    height: auto !important;
  }
  .revista {
    margin-bottom: 3rem;
  }

  .view_revista {
    margin: 3rem 0;
    padding: 0 15px;
  }
  .view_revista .intro {
    padding-top: 1.5rem;
  }
  .view_revista .viewmore {
    padding-top: 2rem;
  }
  .slick-slide {position: relative;}
  .slick-dots li button:before {font-size: 18px !important}
  .slick-dots { bottom: -44px !important; }
  .slick-list {}
  .slick-prev {
    left: 8px !important;
    z-index: 100;
  }
  .continente {
    height: 290px;
    background-repeat: no-repeat;
    background-position: center center;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 2.4rem;
  }
  .bloquepaises .fontawesome-icon-inline {
    padding-left: 10px;
    font-size: 1.7rem;
    position: relative;
    top: 2px;
  }
  @media (max-width: 1600px) {
    .continente {
      height: 290px;
      background-repeat: no-repeat;
      background-position: center center;
      align-items: center;
      display: flex;
      text-align: center;
      justify-content: center;
      font-size: 2rem;
      background-size: 80%;
    }
    .bloquepaises .fontawesome-icon-inline {
      padding-left: 0px;
      font-size: 1.5rem;
      position: relative;
      top: 2px;
    }
  }
  .block.block--basic.bloquepaises a {
    color: var(--ml-bloquepaises-link);
    position: relative;
  }
  .block.block--basic.bloquepaises a:hover {
    text-decoration: none !important;
  }
  .africa {
    background-image: url('../../images/africa.png');
  }
  .america {
    background-image: url('../../images/america.png');
    background-size: auto 100%;

  }
  .asia {
    background-image: url('../../images/asia.png');
  }
  .oceania {
    background-image: url('../../images/oceania.png');
  }
  .europa {
    background-image: url('../../images/europa.png');
  }
  .polos {
    background-image: url('../../images/polos.png');
  }
  .block--meses12causas .viewmore a {
    color: var(--ml-12causas-link) !important;
    font-size: 1.2rem;
  }
  .block--meses12causas .viewmore a:after {
    background: var(--ml-12causas-link)  !important;

  }
  .block--meses12causas {
    padding: 2.5rem 0 !important;
    background: var(--ml-12causas-bg);
    color: var(--ml-12causas-text);
  }
  .prefooter .block--meses12causas .viewmore a:after {
    background: var(--ml-pf-12causas-link) !important;
  }
  .prefooter .block--meses12causas .viewmore a {
    color: var(--ml-pf-12causas-link) !important;
  }
  .prefooter .block--meses12causas {
    padding: 4.7rem 0 0;
    background: var(--ml-pf-12causas-bg);
    color: var(--ml-pf-12causas-text) ;
  }
  .path-not-frontpage .prefooter .block--meses12causas {
    background: var(--ml-pf-notfront-12causas-bg);
  }
  footer {
    background: var(--ml-footer-bg);
    color: var(--ml-footer-text);
  }
  footer .block {
    /*height: 230px;*/
    display: flex;
    align-self: center;
    /* min-height: 100%; */
    /* padding: 22px;*/
  }
  footer .post-footer p {
    background: var(--ml-postfooter-bg);
    width: 100%;
    height: 60px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: var(--ml-postfooter-text);
    /* display: flex; */
    font-family: var(--ml-font-body);
    align-items: center;
    justify-content: center;
  }
  @media (min-width: 992px) {
    footer .post-footer p {
      font-size: 16px;
      line-height: 34px;
      /*display: flex;*/
      align-items: center;
      justify-content: center;
    }
  }
  .block--introfooter12meses {
    flex-basis: 36%;
    background: var(--ml-introfooter);
    padding: 3rem 0 3rem 100px;
    color: var(--ml-introfooter-text);
    text-align: left;

  }
  .causasfooter h2 {
    font-family: var(--ml-font-headers);
    font-size: 2.7rem;
    font-variant-numeric: lining-nums;

  }

  .block--bloquecontactosfooter,
  .block--footer,
  .block--menufooter2 {
    padding: 2rem 0 2rem 3rem;
    flex-basis: 22%;
    color: var(--ml-footer-text);

  }
  .block--bloquecontactosfooter a,
  .block--footer a,
  .block--menufooter2 a {
    color: var(--ml-footer-text);
    font-size: 1rem;
  }
  footer ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 170px;
  }
  .bloquerevista {
    padding: 4.7rem 0;
  }

  .bloquepaises,
  .bloquequienes {
    padding: 4.7rem 0;
    background: var(--ml-bloquepaises-bg);
    text-align: center;
  }
  .bloquequienes p {
    font-size: 1.6rem;
    line-height: 1.2;
    font-family: var(--ml-font-special-headers);
    max-width: 920px;
    margin: 0 auto;
  }

  .block--local-tasks {
    position: fixed;
    z-index: 999;
    top: 315px;
    right: 0;
    max-width: 250px;
  }
  .block--local-tasks ul {
    margin: 0;
    text-align: right;
    border: none;
    flex-direction: column;
  }
  .block--local-tasks ul li {
    display: block;
    margin: 5px 0;
  }
  .block--local-tasks ul li a {
    margin: 0;
    padding: 10px 20px;
    display: inline-block;
    background: rgba(30, 30, 30, 0.85) !important;
    color: #fff;
    border: none;
    font-weight: 300;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-decoration: none;
  }
  .block--local-tasks ul li a.active {
    background: #fff !important;
    color: #333;
  }
  .block--local-tasks ul li a:hover {
    padding-right: 50px;
    background: #fff !important;
    color: #333;
  }
  .block--articulos-relacionados .cat-bar  {
    background: #000 !important;
  }
  h2.titlesection, .block--articulos-relacionados > h2 {
    font-family: var(--ml-font-headers);
    font-size: 2.4rem;
    letter-spacing: 0.7rem;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 2.5rem;
  }
  .block--meses12causas h2 {
    font-family: var(--ml-font-headers);
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    padding-bottom: 0.3rem;
    text-align: center;
    font-variant-numeric: lining-nums;
  }
  .block--meses12causas .container {
    max-width: 900px;
  }
  .block--meses12causas h3 {
    color: var(--ml-12causas-h3);
    font-size: 50px;
    font-family: var(--ml-font-special-headers);
    padding: 10px 0 0;
  }
  .block--meses12causas .col-12.py-5.text-center {
    padding: 1.2rem 0 0 !important;
  }
  .block--meses12causas .svg {
    max-width: 40px;
  }
  .llistahome {
    padding: 5rem 0;
  }
  .llistahome .llista_articles {
    padding-top: 1.5rem;
  }
  .meses12causas h2 span {
    font-family: var(--ml-font-headers) Light;
    font-size: 3rem;
    font-family: var(--ml-font-special-headers);
    font-weight: normal;
  }
  .block12meses h3 {
    color: var(--ml-12meses-h3);
    font-size: 70px;
    font-family: var(--ml-font-special-headers);
    padding: 15px 0 0;
  }
  .block12meses p {
    max-width: 160px;
    margin: 0 auto;
    font-size: 18px;
  }
  .one-time .slick-list {
    max-height: 100% !important;
    height: 100% !important;
  }
  .one-time.slick-dotted.slick-slider {
    margin-bottom: 80px;

  }
  .page-item.disabled .page-link {
    color: var(--ml-page-link-disabled);
    pointer-events: none;
    cursor: auto;
    background-color: var(--ml-page-link-disabled-bg);
    border-color: var(--ml-page-link-disabled-bg);
  }
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 50% !important;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--ml-page-link);
    background-color: var(--ml-page-link-bg);
    border: 1px solid var(--ml-page-link-bg);
  }
  .slick-prev-ods span,
  .slick-next-ods span {
    font-family: var(--ml-font-body) !important;
  }
  .slick-next-ods {
    transform: rotate(180deg);
  }
  @media (min-width: 768px) {
    .slick-prev-ods span,
    .slick-next-ods span {
      font-size: 4rem;
    }

    .inverted .foto-vertical {
      margin-right: 21px;
    }
    .slick-prev-ods,
    .slick-next-ods {
      font-family: symbol;
      font-size: 3rem !important;
      background: none;
      border: navajowhite;
      position: absolute;
      right: -64px;
      top: 70%;
      z-index: 100;
      color: #1f1f1f;
      font-size: 5rem;
      border: none !important;
      outline: none !important;
    }

    .slick-prev-ods:hover,
    .slick-next-ods:hover {color: #f5f2f0;}
    .slick-prev-ods { left: -64px; max-width: 80px;}
    .fotosverticales {
      /*margin: 0 -50px;*/
    }
  }
  @media (min-width: 992px) {

    .fotosverticales {
      overflow: hidden;
      margin: 0;
    }
    .revista:nth-child(2n) .row {
      flex-direction: row-reverse;
    }

    .slick-prev-ods span,
    .slick-next-ods span {
      font-size: 5rem;
    }
    .paragraph--type--foto-cuadrada-foto-vertical .foto-horizontal {
      margin-right: 30px;
    }
    .inverted .foto-horizontal {
      margin-right: 0;
    }
  }
  .cat-container {

  }
  .main-category .text {
    position: relative;
  }
  .main-category .circle {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
  }

  .leermas a, .slide__field-enlace a, .viewmore a {
    padding: 0.5rem;
    font-family: var(--ml-font-body);
    /*  font-size: 1.4rem;*/
    color: var(--ml-see-more) !important;
    font-weight: normal;
    /* letter-spacing: 0.5px; */
    /* font-weight: bold; */
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
  }
  .viewmore a {
    font-size: 1.25rem;
  }
  .slide__field-enlace a {
    color: #fff !important;
  }
  .main-category {
    padding: 0.5rem;
    font-family: var(--ml-font-body);
    font-size: 1.2rem;
    color: var(--ml-maincategory) !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    /* font-weight: bold; */
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    margin: 0 1.8rem 0;
  }

  .leermas a, .slide__field-enlace a, .viewmore a {
    padding: 0rem;
    font-family: var(--ml-font-body);
    /* font-size: 1.2rem;*/
    color: var(--ml-see-more) !important;
    font-weight: normal;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
  }

  .continente a:after, .slide__field-enlace a:after, .leermas a:after, .viewmore a:after, .main-category .text:after {
    content: " ";
    display: block;
    width: calc(100% - 1px);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--ml-see-more);
    opacity: 1;
    transition: all 100ms ease-in;
  }
  .main-category .text:after {
    bottom: -5px;
  }
  .errantetext h2 a,
  .errantetext h2 {
    font-size: 2.6rem;
    font-family: var(--ml-font-body);
    padding-bottom: 0.7rem;
    color: var(--ml-h2-color);
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .llista_home .list-inline,
    .seleccion .list-inline,
    .block--bottom-articles-block-1 .list-inline,
    .view-bottom-articles .list-inline {
      flex-wrap: nowrap;
    }
  }
  @media screen and (min-width: 0\0
  ) and (min-resolution: 72dpi) {
    .llista_home .list-inline,
    .seleccion .list-inline,
    .block--bottom-articles-block-1 .list-inline,
    .view-bottom-articles .list-inline {
      flex-wrap: nowrap;
    }
  }
  @media (min-width: 1400px) {
    .llista_articles, .list1, .list2, .list3, .list4 { margin-bottom: 3.5rem !important; }
    .pt-6, .py-6 {
      padding-top: 4rem !important;
    }
    .pb-6, .py-6 {
      padding-bottom: 4rem !important;
    }
    .page__header.py-6 {
      padding-bottom: 2.7rem !important;
      padding-top: 3.5rem !important;
    }

    .navbar-brand.pb-md-3 {
      display: inline-block;
      padding-top: 1.0125rem;
      padding-bottom: 1.5rem !important;
    }
    .path-frontpage a.navbar-brand.d-flex.align-items-center.logohome {
      padding-top: 1.0125rem !important;
      padding-bottom: 1.5rem !important;
    }
    .block--bloquecontactosfooter,
    .block--footer,
    .block--menufooter2 {
      padding: 2rem 0 2rem 0;
    }
    .block--bloquecontactosfooter {margin-left: 140px; }
    article > h2 {
      min-height: 7rem;
    }
    .block--bloquecontactosfooter, .block--bloquecontactosfooter a,
    .block--footer, .block--footer a,
    .block--menufooter2, .block--menufooter2 a {
      color: var(--ml-footer-link);
      font-size: 1.3rem;
    }
    .block--introfooter12meses {
      flex-basis: 27%;
      min-width: 530px;
      background: var(--ml-introfooter);
      padding: 3rem 0 3rem 100px;
      color: var(--ml-introfooter-text);
      text-align: left;
    }
    .texto-resumen {
      font-size: 1.25rem;
      min-height: 12rem;
    }
    .pr-3, .px-3 {
      padding-right: 1rem !important;
    }

    .mr-4, .mx-4 {
      margin-right: 1.5rem !important;
    }
    .term3 .texto-resumen {
      font-size: 1.25rem;
      min-height: 8rem;
      padding-bottom: 1rem;
    }
    .slick-prev-ods span,
    .slick-next-ods span {
      font-size: 7rem;
    }
    .path-frontpage .paragraph .categorias .main-category {
      padding: 1.3rem 0.5rem;
      font-size: 1.4rem;
    }
    .texto-destacado-ancho .row-wc {
      margin: 0 -100px;
    }
    .texto-destacado {
      font-size: 4.5rem;
      line-height: 4.5rem;
    }
    .article--teaser {
      overflow: hidden;
      padding: 10px;
    }
    /*  .block.block--radixchild-basic.meses12causas h2{
             font-size: 1.6rem;
      letter-spacing: 0.5rem;
      padding-bottom: 0.3rem;
      }*/
    h2.titlesection, .block--articulos-relacionados > h2 {
      font-size: 2.7rem;
      letter-spacing: 0.7rem;
      padding-bottom: 4rem;
    }
    .viewmore a {
      font-size: 1.3rem;
    }
    .continente a:after,
    .slide__field-enlace a:after,
    .leermas a:after,
    .viewmore a:after,
    .main-category .text:after {
      content: " ";
      display: block;
      width: calc(100% - 1px);
      height: 2px;
      position: absolute;
      bottom: -5px;
      left: 0;
      background: var(--ml-see-more);
      opacity: 1;
      transition: all 100ms ease-in;
    }

  }

  .slide__field-enlace a {
    font-size: 1.4rem;
    color: #fff !important;
  }
  .slide__field-enlace a:after {
    background: #fff;
  }
  .slide__field-imagen-de-fondo:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    top: 0;
    content: " ";
    display: block;
    z-index: 2;
    left: 0;
  }
  .continente:hover a:after,
  .slide__field-enlace:hover a:after,
  .leermas:hover a:after,
  .viewmore:hover a:after,
  .main-category:hover .text:after {
    opacity: 0;
  }
  .slide_full {position: relative;}
  .slide_content {
    position: absolute;
    top: 0;
    z-index: 8;
    display: flex;
    align-content: center;
    /* flex-direction: column; */
    /* text-align: center; */
    justify-content: center;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    left: 0;
  }
  .box_content {
    width: 750px;
    max-width: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-self: center;
    color: var(--ml-box-content);
    position: relative;
    margin-top: 40px;
  }
  .slider.fullscreen .slick-dots {
    bottom: 25px !important;
    z-index: 100;
  }
  .slider.fullscreen .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
  }
  .slider.fullscreen .slick-dots li button:before {
    color: #b9b9b9;
  }
  .slider.fullscreen {
    height: 90vh;
    overflow: hidden;
  }
  .slider .slick-list, .slider .slick-track, .slider .slick-slide, .slider .slide_full {
    max-height: 100%;
    height: 100%;
  }

  .slide_image {}
  a.navbar-brand.d-flex.align-items-center {
    width: 100%;
    align-items: center;
    justify-content: center;
    background: var(--ml-header-background);
  }
  .page__field-bloques-page .texto-general__field-texto {
    text-align: center;
  }
  .page__field-bloques-page .texto-general p {
    font-size: 2rem;
  }
  .existing-block__field-block {display: flex;}
  .existing-block__field-block .block {
    margin: 0 auto;
  }


  @media (min-width: 992px) {
    #readbar {height: 7px;width: 0px; background: #fff; transition: width 150ms ease;}

    .slide__field-titulo-slide {
      font-size: 3.1rem;
      line-height: 3.5rem;
      margin-top: 63.3px;
    }
    .path-frontpage .navbar {
      display: block;
      padding: 0;
      position: absolute;
      width: 100%;
      z-index: 10;
      top: 2rem;
      background: transparent !important;
    }
    .path-frontpage a.navbar-brand.d-flex.align-items-center {
      background: transparent !important;
    }
    .navbar {
      display: block;
      padding: 0;
    }
    .texto-destacado-ancho .row-wc {
      margin: 0 -2rem;
    }
    .texto-general__field-texto h2 {
      font-size: 2.8rem;
      margin-top: 3rem;
      margin-bottom: 1.2rem;
      padding: 0;
    }
  }
  .navbar-toggler { border: none; }
  .navbar-toggler-icon {
    color: var(--ml-navbar-toggler-icon);
  }
  .menufooter li {
    padding-left: 15px;
  }
  @media (max-width: 1250px) {
    .texto-destacado-bullet .row-wc {
      width: 90%;
    }
    .masthead h1 {
      font-size: 3.2rem;
      line-height: 4.3rem;
    }
    .cat-bar {
      font-size: 0.6rem;
    }
    .post-tags a { margin-bottom: 0.7rem; }
    .pre-tags {font-size: 0.9rem}
    .texto-general p {
      padding-bottom: 0.5rem;
    }
  }
  .col.polos.continente {
    background-size: 55% auto;
  }

  @media (max-width: 992px) {
    .menufooter li {
      font-size: 1rem;
    }
    .view-bottom-articles.bottom2,
    .view-bottom-articles.bottom3
    {
      margin-top: 2.5rem;
    }
    .container {
      max-width: 100%;
    }
    .texto-general__field-texto h2 {
      padding: 0 0.8rem;
      margin-top: 0;
    }
    .paragraph--type--texto-imagen .texto-imagen__field-texto {
      flex-basis: 100%;
      font-size: 1.8rem;
      /* display: block; */
      padding-bottom: 2.5rem;
      margin-right: 0;
    }
    .texto-destacado-bullet .row-wc {
      flex-wrap: nowrap;
      width: 80%;
      display: flex;
      padding-left: 2.2rem;
      padding-right: 2.2rem;
      margin: 0;
      font-size: 1.9rem;
    }
    table {
      max-width: 100% !important;
    }
    .separators:after, .separators:before {
      height: 100px;
      height: 19.1vh;
      margin-bottom: 4.4rem;
    }
    .page__field-bloques-page .texto-general p {
      font-size: 1.4rem;
    }
    .paragraph--type--texto-oscuro {
      background: var(--ml-pg-texto-oscuro-bg);
      color: var(--ml-pg-texto-oscuro-text);
      text-align: center;
      padding: 2rem;
      margin-bottom: 2rem;
    }
    .paragraph--type--texto-oscuro h2 {
      font-family: var(--ml-font-headers);
      text-transform: uppercase;
      font-size: 2.1rem;
    }
    .paragraph--type--texto-oscuro .texto-oscuro__field-texto-bo {
      font-family: var(--ml-font-body);
      font-size: 1.1rem;
      line-height: 1.5;
    }
    .page_header_page h1.display-5 {
      font-size: 3rem;
      font-weight: 300;
      line-height: 1.2;
    }
    .categorias .list-inline-item {
      display: block;
      padding: 7px;
      position: relative;
    }
    .categorias .main-category {
      padding: 0.9rem 0.5rem;
      font-size: 1.4rem;
    }
    .paragraph .categorias {
      display: none;
    }

    .slick-prev-ods,
    .slick-next-ods {display: none !important}

    a.navbar-brand.d-flex.align-items-center {
      width: 100%;
      align-items: center !important;
      justify-content: center;
      background: var(--ml-header-background);
      margin-right: 0 !important;
    }
    .block--marcadelsitio {
      align-items: center;
      display: flex;
      flex-basis: 100%;
    }
    .navbar.sticky-top {
      background: var(--ml-navbar-brand-bg);
      padding: 5px 0;
    }
    .cat-container {
      background: var(--ml-category-block-bg);
      height: calc(110vh - 100px);
    }
    .cat-container li.list-inline-item {
      display: block;
      text-align: center;
      padding: 20px 0;
    }
    .main-category {
      font-size: 2.1rem;
    }
    .navbar-toggler,
    .navbar-dark .navbar-toggler {
      color: var(--ml-navbar-toggler-color);
      border-color: var(--ml-navbar-toggler-border-color);
      position: absolute;
      z-index: 30;
      left: 5px;
      top: 25px;
    }
    .navbar-toggler.baix,
    .navbar-dark .navbar-toggler.baix {
      top: 13px;
    }
    .path-not-frontpage .navbar-toggler,
    .path-not-frontpage .navbar-dark .navbar-toggler {
      top: 9px;
    }
    .navbar-brand {}
    .navbar-brand img {
      max-height: 40px;

    }

    .texto-general p {
      font-size: 1.3rem;
      padding-bottom: 1.5rem;
      line-height: 1.3;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    .texto-destacado {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      font-size: 2rem;
      line-height: 2rem;
    }
    .pb-6, .py-6 {
      padding-top: 2rem !important;
    }
    .img-fluid {
      max-width: 100%;
      height: auto;
      width: 100%;
    }
    .top_articles, .llista_home .list-inline, .seleccion .list-inline, .views-bottom-articles .list-inline {

      margin-bottom: 0 !important;
    }

    .article0, .article1 {
      margin-bottom: 4rem;
    }
    .masthead h1 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.5rem;
      line-height: 2.8rem;
    }
    .categorias .list-inline {
      /* text-align: center; */
      text-align: left;
      align-self: center;
      display: inline-block;
      margin: 0 !important;
      /* width: 610px; */
      width: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 !important;
    }

  }
  .navbar-toggler {
    font-size: 1.7rem !important;
  }
  .navbar-toggler .fa-bars,
  .navbar-toggler.collapsed .fa-times {
    display: none;
  }
  .navbar-toggler .fa-times,
  .navbar-toggler.collapsed .fa-bars {
    display: block;
  }
  .eu-cookie-compliance-message p {
    font-size: 1rem;
    display: inline;
    font-weight: normal;
    padding-top: 15px !important;
  }
  @media (max-width: 767px) {
    .slick-slide.slick-center article {
      padding: 0 !important;
    }
    .slick-list, .slick-slide {
      min-height: 240px !important;
    }
  }
  @media (max-width: 768px) {

    .errantetext {
      padding-bottom: 0 !important;
      padding-top: 2rem;
      text-align: center;
    }
    .revista img {
      max-width: 50%;
      margin: 0 auto;
      text-align: center;
    }
    .separators .card p {
      font-family: var(--ml-font-headers);
      font-size: 1.4rem;
      line-height: 1.8rem;
    }
    .texto-destacado-bullet span {
      font-size: 2rem;
      padding: 0 !important;
    }
    .table p {
      font-size: 0.9rem;
    }
    .table th, .table td {
      padding: 0.25rem;
    }

    .main-category {
      font-size: 1.8rem;
    }
    .fotosverticales {
      flex-direction: column;
      clear: both !important;
    }
    .foto-vertical {
      flex-basis: 100% !important;
    }
    .foto-horizontal {
      flex-basis: 100% !important;
    }
    .caption {
      margin-bottom: 1.5rem;
    }
    .fotov {
      padding: 0 2rem;
    }
    .fotov:first-child {
      margin-right: 0;
      margin-bottom: 15px;
    }
    .fotov:last-child {
      margin-left: 0;
    }
    .texto-destacado-bullet .row-wc {
      width: 100%;
    }
    .texto-general p {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .texto-destacado {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .texto-destacado-ancho {
      font-size: 2rem;
      line-height: 1.2;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .fotografia, .cuatrofotos, .texto-imagen__field-textom, .cuatrodescs, .foto-horizontal, .foto-vertical {
      padding: 0 1rem;
    }

    .slider.center {
      margin-bottom: 0;
    }

    .meses12causas h2 span {
      font-size: 2.2rem;
    }
    .texto-destacado-bullet .row-wc {
      padding-left: 0.9rem;
      padding-right: 0.9rem;
    }

  }
  @media (max-width: 599px) {
    .article0 .vertical.hide,
    .article1 .vertical.hide {
      display: block;
    }
    .article0 .horizontal.show,
    .article1 .horizontal.show {
      display: none;
    }
  }

  @media (min-width: 600px) and (max-width: 992px) {
    .fotosverticales {
      overflow: hidden;
      display: block;
    }
    .foto-vertical {
      flex-basis: 100% !important;
    }
    .foto-horizontal {
      flex-basis: 100% !important;
    }
    .article0 .horizontal.hide,
    .article1 .horizontal.hide {
      display: block;
    }
    .article0 .vertical.show,
    .article1 .vertical.show {
      display: none;
    }
    .slider.center .article0 .vertical.show,
    .slider.center .article1 .vertical.show,
    .slider.center .article0 .vertical.hide,
    .slider.center .article1 .vertical.hide {
      display: block;
    }
    .slider.center .article0 .horizontal.hide,
    .slider.center .article1 .horizontal.hide,
    .slider.center .article0 .horizontal.show,
    .slider.center .article1 .horizontal.show {
      display: none;
    }
    .continente {
      flex-basis: 33%;
    }
    footer .block {
      flex-basis: 33%;
      padding: 2rem 0 2rem 3rem;
    }
    .block--introfooter12meses {
      display: none !important;
    }
    .compartir {
      padding: 5rem 0 7.3rem;
    }

  }
  @media (max-width: 600px) {
    .fotosverticales {
      overflow: hidden;
    }
    .foto-vertical {
      flex-basis: 100% !important;
    }
    .foto-horizontal {
      flex-basis: 100% !important;
    }
    .compartir {
      padding: 4rem 0 5.3rem;
    }
    /* .continente {
        flex-basis: 100%;
        background-size: auto 80%;
    }*/
    .continente {

      flex-basis: 50%;
      background-size: auto 80%;
      font-size: 1.6rem;
      height: 200px;
      /* font-size: -webkit-xxx-large; */
    }
    footer .block {
      padding: 0 2.1rem;
      width: 100%;
    }
    .meses12causas, .block--meses12causas {
      /*display: none !important;*/
    }
    footer .block--introfooter12meses {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 20px;
    }

    footer .d-flex {
      flex-direction: column;
    }

    .causasfooter {margin: 0 auto;}
    .causasfooter h2 {
      font-size: 1.6rem;
    }
    .causasfooter h2 br {
      display: none;
    }
    h2.titlesection, .block--articulos-relacionados > h2 {
      font-family: var(--ml-font-headers);
      font-size: 1.7rem;
      letter-spacing: 2.7px;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 1.3rem;
    }
    .block--meses12causas h2 {
      font-family: var(--ml-font-headers);
      font-size: 2.3rem;
      letter-spacing: 0.4rem;
      text-align: center;
      padding-bottom: 1.3rem;
      font-variant-numeric: lining-nums;
    }
  }
  @media (min-width: 992px) and (max-width: 1400px) {

    .categorias .main-category {
      font-size: 1.2rem;
      margin: 0 1rem 0;
    }
    .texto-resumen {
      font-size: 1.25rem;
    }
    h2, .h2 {
      font-size: 1.8rem;
    }

    .causasfooter h2 { font-size: 2.25rem;}
    .causasfooter h2 span {
      font-size: 2.3rem;
    }

  }

  /*Portrait_mode*/
  @media (min-width: 1020px) and (max-width: 1100px) {
    .masthead h1 {
      font-size: 4.5rem;
      line-height: 5rem;
    }
    .separators:after, .separators:before {
      position: relative;
      content: "";
      height: 300px;
      height: 10vh;
      text-align: center;
      display: block;
      width: 2px;
      background: #aaa;
      left: 50%;
      margin-bottom: 4rem;
    }
    .continente {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 500px) {
    .slide__field-texto-slide {
      font-size: 1.1rem;
      font-family: var(--ml-font-slides);
      font-weight: 200;
      margin-bottom: 10px;
      text-transform: none;
      color: #fff;
      line-height: 1.5rem;
    }
    .slide__field-titulo-slide {
      font-size: 2rem;
      text-transform: uppercase;
      font-family: var(--ml-font-headers);
      font-weight: normal !important;
      margin-bottom: 25px;
      line-height: 2rem;
    }
  }
  @media (max-width: 1400px) {
    .logoelefant {
      margin-top: 3px;
    }
  }
  .logoelefant a:hover {
    text-decoration: none;
  }
  @media (max-width: 599px) {
    footer .post-footer {
      font-size: 11px;
    }
  }


  .paragraph--type--banner {
    background-size: cover;
    background-position: center center;

    position: relative;
  }
  .paragraph--type--banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .paragraph--type--banner .container {
    position: relative;
    z-index: 2;
  }
  .paragraph--type--banner .banner__field-titulo-slide {
    color: #fff;
    font-size: 5.1rem;
    font-family: var(--ml-font-headers);
    line-height: 1.2;
    padding: 20px 10% 180px;
  }
  .paragraph--type--banner .banner__descripcion a {
    color: #fff;
    text-decoration: underline;
  }
  .paragraph--type--banner .banner__descripcion p {
    color: #fff;
    font-size: 3.6rem;
    font-family: var(--ml-font-headers);
    line-height: 1.2;
    padding-bottom: 50px;
  }
  .paragraph--type--banner .banner__field-link a {
    display: inline-block;
    color: #000;
    padding: 10px 20px;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .paragraph--type--banner .bar {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
  }
  @media (max-width: 768px) {
    .paragraph--type--banner .banner__field-titulo-slide {
      color: #fff;
      font-size: 2.6rem;
      font-family: var(--ml-font-headers);
      line-height: 1.2;
      padding: 0 1% 80px;
    }
    .paragraph--type--banner .banner__descripcion p {
      color: #fff;
      font-size: 1.6rem;
      font-family: var(--ml-font-headers);
      line-height: 1.2;
      padding-bottom: 10px;
    }
  }
  @media (min-width: 768px) and (max-width: 1025px) {
    .paragraph--type--banner .banner__field-titulo-slide {
      color: #fff;
      font-size: 4.1rem;
      font-family: var(--ml-font-headers);
      line-height: 1.2;
      padding: 20px 4% 80px;
    }
    .paragraph--type--banner .banner__descripcion p {
      color: #fff;
      font-size: 2.6rem;
      font-family: var(--ml-font-headers);
      line-height: 1.2;
      padding-bottom: 10px;
    }
  }
  @media (min-width: 1200px) {
    .paragraph--type--banner .paragraph--type--banner {
      min-height: 700px;
      max-height: 90vh;
    }
  }
  .block--revistaerranteplaylist {
    text-align: center;
    display: flex;
    background: var(--ml-revista-bg);
    padding: 4rem 0;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    flex-direction: column;
    color: var(--ml-revista-text);
    justify-content: space-evenly;
  }

  .block--revistaerranteplaylist h2 {
    font-size: 2.7rem;
    letter-spacing: 0.1rem;
    padding-bottom: 4rem;
    font-family: var(--ml-font-headers);
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 2.5rem;
  }
  .block--revistaerranteplaylist p {
    max-width: 1000px;
  }
  .block--revistaerranteplaylist p a .fa-3x {
    font-size: 1.3em;
  }
  .block--revistaerranteplaylist p a {
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    background: var(--ml-introfooter);
    color: var(--ml-revista-link);
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    padding-left: 6px;
    margin-top: 20px;
  }
  @media (max-width: 992px) {
    .block--revistaerranteplaylist {
      padding: 2.5rem 1rem;
    }
  }
  cles .llista_articles{
    margin-top:0;
  }
  .article0, .article1 {
    margin-bottom: 4rem;
  }
  .masthead h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .categorias .list-inline {
    /* text-align: center; */
    text-align: left;
    align-self: center;
    display: inline-block;
    margin: 0 !important;
    /* width: 610px; */
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 !important;
  }

}
.navbar-toggler {
  font-size: 1.7rem !important;
}
.navbar-toggler .fa-bars,
.navbar-toggler.collapsed .fa-times {
  display: none;
}
.navbar-toggler .fa-times,
.navbar-toggler.collapsed .fa-bars {
  display: block;
}
.eu-cookie-compliance-message p {
  font-size: 1rem;
  display: inline;
  font-weight: normal;
  padding-top: 15px !important;
}
@media (max-width: 767px) {
  .slick-slide.slick-center article {
    padding: 0 !important;
  }
  .slick-list, .slick-slide {
    min-height: 240px !important;
  }
}
@media (max-width: 768px) {

  .errantetext {
    padding-bottom: 0 !important;
    padding-top: 2rem;
    text-align: center;
  }
  .revista img {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .separators .card p {
    font-family: var(--ml-font-headers);
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .texto-destacado-bullet span {
    font-size: 2rem;
    padding: 0 !important;
  }
  .table p {
    font-size: 0.9rem;
  }
  .table th, .table td {
    padding: 0.25rem;
  }

  .main-category {
    font-size: 1.8rem;
  }
  .fotosverticales {
    flex-direction: column;
    clear: both !important;
  }
  .foto-vertical {
    flex-basis: 100% !important;
  }
  .foto-horizontal {
    flex-basis: 100% !important;
  }
  .caption {
    margin-bottom: 1.5rem;
  }
  .fotov {
    padding: 0 2rem;
  }
  .fotov:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .fotov:last-child {
    margin-left: 0;
  }
  .texto-destacado-bullet .row-wc {
    width: 100%;
  }
  .texto-general p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .texto-destacado {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .texto-destacado-ancho {
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .fotografia, .cuatrofotos, .texto-imagen__field-textom, .cuatrodescs, .foto-horizontal, .foto-vertical {
    padding: 0 1rem;
  }

  .slider.center {
    margin-bottom: 0;
  }

  .meses12causas h2 span {
    font-size: 2.2rem;
  }
  .texto-destacado-bullet .row-wc {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

}
@media (max-width: 599px) {
  .article0 .vertical.hide,
  .article1 .vertical.hide {
    display: block;
  }
  .article0 .horizontal.show,
  .article1 .horizontal.show {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .fotosverticales {
    overflow: hidden;
    display: block;
  }
  .foto-vertical {
    flex-basis: 100% !important;
  }
  .foto-horizontal {
    flex-basis: 100% !important;
  }
  .article0 .horizontal.hide,
  .article1 .horizontal.hide {
    display: block;
  }
  .article0 .vertical.show,
  .article1 .vertical.show {
    display: none;
  }
  .slider.center .article0 .vertical.show,
  .slider.center .article1 .vertical.show,
  .slider.center .article0 .vertical.hide,
  .slider.center .article1 .vertical.hide {
    display: block;
  }
  .slider.center .article0 .horizontal.hide,
  .slider.center .article1 .horizontal.hide,
  .slider.center .article0 .horizontal.show,
  .slider.center .article1 .horizontal.show {
    display: none;
  }
  .continente {
    flex-basis: 33%;
  }
  footer .block {
    flex-basis: 33%;
    padding: 2rem 0 2rem 3rem;
  }
  .block--introfooter12meses {
    display: none !important;
  }
  .compartir {
    padding: 5rem 0 7.3rem;
  }

}
@media (max-width: 600px) {
  .fotosverticales {
    overflow: hidden;
  }
  .foto-vertical {
    flex-basis: 100% !important;
  }
  .foto-horizontal {
    flex-basis: 100% !important;
  }
  .compartir {
    padding: 4rem 0 5.3rem;
  }
  /* .continente {
      flex-basis: 100%;
      background-size: auto 80%;
  }*/
  .continente {

    flex-basis: 50%;
    background-size: auto 80%;
    font-size: 1.6rem;
    height: 200px;
    /* font-size: -webkit-xxx-large; */
  }
  footer .block {
    padding: 0 2.1rem;
    width: 100%;
  }
  .meses12causas, .block--meses12causas {
    /*display: none !important;*/
  }
  footer .block--introfooter12meses {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  footer .d-flex {
    flex-direction: column;
  }

  .causasfooter {margin: 0 auto;}
  .causasfooter h2 {
    font-size: 1.6rem;
  }
  .causasfooter h2 br {
    display: none;
  }
  h2.titlesection, .block--articulos-relacionados > h2 {
    font-family: var(--ml-font-headers);
    font-size: 1.7rem;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1.3rem;
  }
  .block--meses12causas h2 {
    font-family: var(--ml-font-headers);
    font-size: 2.3rem;
    letter-spacing: 0.4rem;
    text-align: center;
    padding-bottom: 1.3rem;
    font-variant-numeric: lining-nums;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {

  .categorias .main-category {
    font-size: 1.2rem;
    margin: 0 1rem 0;
  }
  .texto-resumen {
    font-size: 1.25rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }

  .causasfooter h2 { font-size: 2.25rem;}
  .causasfooter h2 span {
    font-size: 2.3rem;
  }

}

/*Portrait_mode*/
@media (min-width: 1020px) and (max-width: 1100px) {
  .masthead h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .separators:after, .separators:before {
    position: relative;
    content: "";
    height: 300px;
    height: 10vh;
    text-align: center;
    display: block;
    width: 2px;
    background: #aaa;
    left: 50%;
    margin-bottom: 4rem;
  }
  .continente {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .slide__field-texto-slide {
    font-size: 1.1rem;
    font-family: var(--ml-font-slides);
    font-weight: 200;
    margin-bottom: 10px;
    text-transform: none;
    color: #fff;
    line-height: 1.5rem;
  }
  .slide__field-titulo-slide {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: var(--ml-font-headers);
    font-weight: normal !important;
    margin-bottom: 25px;
    line-height: 2rem;
  }
}
@media (max-width: 1400px) {
  .logoelefant {
    margin-top: 3px;
  }
}
.logoelefant a:hover {
  text-decoration: none;
}
@media (max-width: 599px) {
  footer .post-footer {
    font-size: 11px;
  }
}


.paragraph--type--banner {
  background-size: cover;
  background-position: center center;

  position: relative;
}
.paragraph--type--banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.paragraph--type--banner .container {
  position: relative;
  z-index: 2;
}
.paragraph--type--banner .banner__field-titulo-slide {
  color: #fff;
  font-size: 5.1rem;
  font-family: var(--ml-font-headers);
  line-height: 1.2;
  padding: 20px 10% 180px;
}
.paragraph--type--banner .banner__descripcion a {
  color: #fff;
  text-decoration: underline;
}
.paragraph--type--banner .banner__descripcion p {
  color: #fff;
  font-size: 3.6rem;
  font-family: var(--ml-font-headers);
  line-height: 1.2;
  padding-bottom: 50px;
}
.paragraph--type--banner .banner__field-link a {
  display: inline-block;
  color: #000;
  padding: 10px 20px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.paragraph--type--banner .bar {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .paragraph--type--banner .banner__field-titulo-slide {
    color: #fff;
    font-size: 2.6rem;
    font-family: var(--ml-font-headers);
    line-height: 1.2;
    padding: 0 1% 80px;
  }
  .paragraph--type--banner .banner__descripcion p {
    color: #fff;
    font-size: 1.6rem;
    font-family: var(--ml-font-headers);
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .paragraph--type--banner .banner__field-titulo-slide {
    color: #fff;
    font-size: 4.1rem;
    font-family: var(--ml-font-headers);
    line-height: 1.2;
    padding: 20px 4% 80px;
  }
  .paragraph--type--banner .banner__descripcion p {
    color: #fff;
    font-size: 2.6rem;
    font-family: var(--ml-font-headers);
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--banner .paragraph--type--banner {
    min-height: 700px;
    max-height: 90vh;
  }
}
.block--revistaerranteplaylist {
  text-align: center;
  display: flex;
  background: var(--ml-revista-bg);
  padding: 4rem 0;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
  flex-direction: column;
  color: var(--ml-revista-text);
  justify-content: space-evenly;
}

.block--revistaerranteplaylist h2 {
  font-size: 2.7rem;
  letter-spacing: 0.1rem;
  padding-bottom: 4rem;
  font-family: var(--ml-font-headers);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 2.5rem;
}
.block--revistaerranteplaylist p {
  max-width: 1000px;
}
.block--revistaerranteplaylist p a .fa-3x {
  font-size: 1.3em;
}
.block--revistaerranteplaylist p a {
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  background: var(--ml-introfooter);
  color: var(--ml-revista-link);
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  padding-left: 6px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .block--revistaerranteplaylist {
    padding: 2.5rem 1rem;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
