/*!
 * LS Theme v4.0 (https://lunestudio.com.ar)
 * Copyright 2006-2021 Lunestudio.
 * Licensed under the GPLv3+ https://www.gnu.org/licenses/gpl.html
 */ /**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

header {
  background-color: #ffffff;
}

body:not(.wp-admin) {
  font-family: "Neue Haas Unica Pro";
  background-color: #F3F3F3;
}
body:not(.wp-admin) p,
body:not(.wp-admin) li,
body:not(.wp-admin) a {
  font-family: "Neue Haas Unica Pro";
  font-size: 19px;
}
@media (max-width: 991px) {
  body:not(.wp-admin) p,
  body:not(.wp-admin) li,
  body:not(.wp-admin) a {
    font-size: 1.2rem;
  }
}
body:not(.wp-admin) h1,
body:not(.wp-admin) h2,
body:not(.wp-admin) h3,
body:not(.wp-admin) h4,
body:not(.wp-admin) h5,
body:not(.wp-admin) h6 {
  font-family: "Neue Haas Unica Pro";
  font-weight: 900;
}

img,
figure {
  height: auto;
  max-width: 100%;
}

svg {
  height: auto;
  max-width: 100%;
}

input,
select,
textarea {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.container-fluid {
  padding: 0 !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover, a:focus {
  text-decoration: none;
}

.lst-item,
.slick-slide {
  outline: none;
}

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

iframe.alignwide {
  display: block !important;
  margin: 0 auto !important;
}

.alignwide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .alignwide {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .alignwide {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .alignwide {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .alignwide {
    max-width: 1140px;
  }
}

.wp-block-mkl-section-block .section-bg.bg__stretched {
  background-size: 100% 100%;
}

.lst-page {
  overflow: hidden;
}

.home .wp-block-image img {
  padding: 0 15px;
}

.bg__contain .section-bg {
  background-size: contain;
  background-repeat-x: repeat;
}
@media (max-width: 991px) {
  .bg__contain .section-bg {
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .lst-header {
    text-align: center;
  }
}
.lst-header > .container {
  padding: 30px 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.lst-header__fecha {
  font-weight: 800;
  text-align: center;
}
.lst-header .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.lst-header .social-media__link {
  text-decoration: none;
}
.lst-header .social-media__link svg {
  max-height: 25px;
  width: 100%;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.lst-header .social-media__link svg path {
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}
.lst-header .social-media__link:hover svg path {
  fill: #FA064C;
}
.lst-header .input-fields {
  overflow: hidden;
  position: relative;
  gap: 30px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .lst-header .input-fields {
    display: none;
  }
}
.lst-header .input-fields-responsive {
  overflow: hidden;
  position: relative;
  gap: 30px;
  height: 40px;
  padding-bottom: 10px;
  display: none;
}
@media (max-width: 991px) {
  .lst-header .input-fields-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lst-header .input-fields-responsive .social-media svg path {
  fill: #ffffff;
}
.lst-header .search-box {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.lst-header .search-box.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.lst-header .search-box button {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  background-color: transparent;
  border: 0;
}
.lst-header .search-box button:is(:focus) {
  outline: none;
}
.lst-header .lst-buscador {
  cursor: pointer;
}
.lst-header .lst-buscador svg {
  max-height: 25px;
}
.lst-header .lst-buscador {
  position: relative;
}
.lst-header .menu-hamburguer {
  cursor: pointer;
}
.lst-header .menu-hamburguer .menu-close {
  opacity: 0;
  display: none;
}
.lst-header .menu-hamburguer .menu-open {
  opacity: 0;
  display: none;
}
@media (max-width: 991px) {
  .lst-header .menu-hamburguer .menu-close svg, .lst-header .menu-hamburguer .menu-open svg {
    width: 40px;
  }
}
.lst-header .menu-hamburguer .menu-close.active, .lst-header .menu-hamburguer .menu-open.active {
  opacity: 1;
  display: block;
}
.lst-header .lst-menus-container {
  background-color: #222222;
  display: none;
}
@media (max-width: 991px) {
  .lst-header .lst-menus-container {
    padding: 20px 0;
  }
}
.lst-header .lst-menus-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .lst-header .lst-menus-container .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }
}
.lst-header .lst-menus-container .menu .current-menu-item a {
  color: #FA064C;
}
.lst-header .lst-menus-container .menu a {
  color: #ffffff;
  font-family: "Neue Haas Unica Pro";
  font-size: 18px;
  font-weight: 800;
}
.lst-header .lst-menus-container .menu a:hover {
  color: #FA064C;
}
.lst-header.scrolling > .container {
  padding: 10px;
}
.lst-header.scrolling .lst-logo svg {
  width: 40%;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.progress {
  width: 0%;
  height: 5px;
}
.progress .progress-bar {
  width: 100%;
  background-color: #FA064C;
  height: 5px;
}

.lst-page {
  position: relative;
}
.lst-page:before {
  content: "";
  background-image: url("../images/forma-footer.png");
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 400px;
  z-index: -1;
}

.lst-paginacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lst-paginacion span.current {
  color: #222222;
  font-weight: 900;
  aspect-ratio: 1/1;
  width: 30px;
  display: inline-block;
  background-color: #FA064C;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 40px;
}
.lst-paginacion span.dots {
  color: #ffffff;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 40px;
  background-color: #222222;
  padding: 5px;
}
@media (max-width: 767px) {
  .lst-paginacion span {
    font-size: 14px;
  }
}
.lst-paginacion a.page-numbers:not(.prev, .next) {
  color: #ffffff;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 40px;
  background-color: #222222;
  padding: 5px;
}
.lst-paginacion a.page-numbers:not(.prev, .next):hover {
  background-color: #FA064C;
}
.lst-paginacion a.prev {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .lst-paginacion a.prev {
    margin: 0;
  }
}
.lst-paginacion a.next {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .lst-paginacion a.next {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .lst-paginacion a {
    font-size: 14px;
  }
}

.lst-footer {
  background-color: #222222;
  color: white;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .lst-footer {
    text-align: center;
  }
}
.lst-footer .col1 h1,
.lst-footer .col1 h2,
.lst-footer .col1 h3,
.lst-footer .col1 h4 {
  font-family: "Neue Haas Unica Pro";
  font-weight: 900;
  font-size: 16px;
}
.lst-footer .col1 p {
  font-family: "Neue Haas Unica Pro";
  font-weight: 900;
  font-size: 14px;
}
.lst-footer .col2 h2 {
  font-size: 16px;
  font-family: "Neue Haas Unica Pro";
  font-weight: 900;
}
.lst-footer .col2 .lst-primary-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .lst-footer .col2 .lst-primary-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lst-footer .col2 .lst-primary-menu ul li:after {
  content: "|";
  margin: 0 3px;
}
.lst-footer .col2 .lst-primary-menu ul li:last-child:after {
  content: "";
}
.lst-footer .col2 .lst-primary-menu ul li a {
  color: white;
  font-weight: 900;
  font-size: 14px;
}
.lst-footer .col2 .lst-primary-menu ul li a:hover {
  color: #FA064C;
}
.lst-footer .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lst-footer .col3 img {
  width: 100%;
}
@media (max-width: 991px) {
  .lst-footer .col3 img {
    width: 80%;
    margin-top: 30px;
  }
}

.lst-content, .lst-page {
  min-height: 80vh;
}

.lst-single h1 {
  font-size: 3rem;
  margin: 10px auto;
}
.lst-single a {
  color: #FA064C;
}
.lst-single .single-fecha {
  font-weight: 900;
  font-size: 18px;
  gap: 30px;
}
.lst-single .single-fecha img {
  width: 80px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.lst-single .single-fecha p {
  margin-bottom: 0;
}
.lst-single .single-fecha a {
  color: #FA064C;
}
.lst-single .single-fecha a:hover {
  color: #222222;
}
.lst-single .feature-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lst-single .term_tags a {
  color: #FA064C;
}

.banner-nota img {
  display: block;
  margin: 0 auto;
}

.compartir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .compartir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.compartir span {
  font-weight: 900;
  color: white;
  background-color: #FA064C;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  position: relative;
}
.compartir span:after {
  content: "";
  background-color: #FA064C;
  width: 12.89px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: -12.89px;
}
.compartir .iconos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.compartir .iconos a {
  background-color: #0089C8;
  aspect-ratio: 1/1;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.compartir .iconos a:hover {
  background-color: #FA064C;
}
.compartir .iconos a img {
  width: 25px;
  height: auto;
  max-height: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.lst-archive, .lst-search {
  min-height: 90vh;
}
.lst-archive .destacada_thumbnail, .lst-search .destacada_thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
}
.lst-archive .nota a:hover .title, .lst-search .nota a:hover .title {
  color: #FA064C;
}
.lst-archive .nota .title, .lst-search .nota .title {
  font-family: "Neue Haas Unica Pro";
  font-weight: 900;
  padding: 15px;
  margin-top: 10px;
  display: block;
  font-size: 24px;
  color: #222222;
}
.lst-archive .nota .title:hover, .lst-search .nota .title:hover {
  color: #FA064C;
}

.pagination .nav-links {
  font-family: "Neue Haas Unica Pro";
  width: 100%;
}
.pagination .nav-links .current {
  color: #0089C8;
  font-weight: 800;
}
.pagination .nav-links a {
  color: #FA064C;
}
.pagination .nav-links .next,
.pagination .nav-links .prev {
  display: none;
}

.author .perfil h1 {
  font-size: 3rem;
  margin: 15px 0;
}
.author .perfil .author_perfil_img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(228, 228, 228);
          box-shadow: 0px 0px 15px 0px rgb(228, 228, 228);
  padding: 10px;
}