/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #030712;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "NevText Pro", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
 
}

body,
html {
  max-width: 100%;
  overflow-x:hidden;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  max-width: 1560px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container--xl {
  max-width: 1700px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 872px;
}

.col-lg-4.v2 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
  color: #030712;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 1.125rem;
  }
}
p b {
  font-weight: bold;
}
p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-md {
  margin-right: -20px;
  margin-left: -20px;
}
@media only screen and (max-width: 991px) {
  .row.row-md {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .row.row-md > [class^=col-],
  .row.row-md > [class*=" col-"] {
    padding-left: 15px;
    margin-right: 15px;
  }
}

.row.row-small {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row.row-big {
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (max-width: 991px) {
  .row.row-big {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-xbig {
  margin-right: -45px;
  margin-left: -45px;
}
@media only screen and (max-width: 991px) {
  .row.row-xbig {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row.row-xbig > [class^=col-],
.row.row-xbig > [class*=" col-"] {
  padding-right: 45px;
  padding-left: 45px;
}
@media only screen and (max-width: 991px) {
  .row.row-xbig > [class^=col-],
  .row.row-xbig > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .row.row-xbig {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-xbig > [class^=col-],
  .row.row-xbig > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-6 {
  padding-top: 60px;
}

.pt-45 {
  padding-top: 35px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.mb {
  margin-bottom: 3rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.img-full {
  width: 100%;
}

@media (max-width: 1450px) {
  html,
  body {
    font-size: 14px;
  }
  .container {
    max-width: 1320px;
  }
  .container--xl {
    max-width: 1700px;
  }
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .container--xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}
@font-face {
  font-family: "NevText Pro";
  src: url("../fonts/NevTXPro-55Rg.woff2") format("woff2"), url("../fonts/NevTXPro-55Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NevText Pro";
  src: url("../fonts/NevTXPro-75Bd.woff2") format("woff2"), url("../fonts/NevTXPro-75Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NevDisp Pro";
  src: url("../fonts/NevDSPro-75Bd.woff2") format("woff2"), url("../fonts/NevDSPro-75Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NevDisp Pro";
  src: url("../fonts/NevDSPro-55Rg.woff2") format("woff2"), url("../fonts/NevDSPro-55Rg.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noticia Text";
  src: url("../fonts/NoticiaText-Bold.woff2") format("woff2"), url("../fonts/NoticiaText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noticia Text";
  src: url("../fonts/NoticiaText-Italic.woff2") format("woff2"), url("../fonts/NoticiaText-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noticia Text";
  src: url("../fonts/NoticiaText-Regular.woff2") format("woff2"), url("../fonts/NoticiaText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noticia Text";
  src: url("../fonts/NoticiaText-BoldItalic.woff2") format("woff2"), url("../fonts/NoticiaText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
}
.btn--primary {
  background: #99AE2F;
}
.btn--primary:hover {
  background: #b4bc91;
  color: #fff;
}
.btn--primary:active {
  background: #004C14;
}
.btn--primary-light {
  background: #99AE2F;
}
.btn--primary-light:hover {
  background: #004C14;
  color: #fff;
}
.btn--secondary {
  background: #fff;
  color: #99AE2F;
  border: 1px solid #99AE2F;
}
.btn--secondary:hover {
  border-color: #b4bc91;
  color: #b4bc91;
}
.btn--terciary {
  background: #fff;
  color: #3E5749;
  border: 2px solid #3E5749;
}
.btn--terciary:hover {
  color: #99AE2F;
}
.btn.disabled {
  border: 2px solid #C1C1C1;
  background: #F4F4F4;
  color: #C1C1C1;
}
.btn--blue {
  background: #0D6BF2;
}
.btn--blue:hover {
  background: #152344;
  color: #fff;
}
.btn--black {
  background: #000;
}
.btn--black:hover {
  background: #152344;
  color: #fff;
}
.btn--sm {
  font-size: 0.875rem;
  padding: 0.4rem 0.9rem;
  text-transform: uppercase;
}

.js-accordion {
  margin: 0 auto;
}

.item-ac {
  border-bottom: 1px dashed #C9C9C9;
}
.item-ac.activo {
  background: #F5F5F5;
}

.js-accordion-title {
  background: transparent;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 1.5rem 3.5rem 1.5rem 1rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  color: #3E5749;
}
.js-accordion-title:after {
  content: "\f054";
  color: #99AE2F;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  width: 25px;
  height: 25px;
  background: #ECEEE2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-accordion-title.activo:after {
  content: "\f068";
  font-size: 1.6rem;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.2;
  overflow: hidden;
  transition: all 0.2s linear;
  font-size: 1.375rem;
  color: #28639F;
  font-weight: 400;
}
.js-accordion-content .c-ac {
  padding: 0 20px 60px;
  max-width: 1000px;
}

.ac-default .item-ac:nth-of-type(odd) {
  background: #fff;
}
.ac-default .item-ac button {
  font-size: 1.1em;
  color: #28639F;
  background: transparent;
  padding: 1em 1em 1em 2.5em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #28639F;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.ac-default .item-ac button:after {
  content: "\f067";
  color: #28639F;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 32%;
  font-size: 1em;
}
.ac-default .item-ac button.activo {
  border: none;
  color: #2E2F31;
}
.ac-default .item-ac button.activo:after {
  content: "\f068";
  font-size: 1.1em;
}
.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ac-default .item-ac .int-ac p {
  padding: 10px 20px 20px 2.8rem;
  font-size: 1.1rem;
  color: #2E2F31;
}
.ac-default .item-ac.activo .int-ac {
  border-bottom: 1px solid #28639F;
}
@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

.carrusel {
  position: relative;
}
.carrusel.con-nav {
  padding: 0;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  position: absolute;
  bottom: 80px;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-nav {
    bottom: 20px;
  }
}
.carrusel .tns-nav button {
  width: 100px;
  height: 6px;
  display: inline-block;
  border-radius: 0%;
  margin: 0 5px;
  background: #fff;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .carrusel .tns-nav button {
    width: 34px;
    height: 2px;
  }
}
.carrusel .tns-nav button.tns-nav-active {
  background: #28639F;
}
.carrusel.gris button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}
.carrusel.gris button.tns-nav-active {
  background: #2E2F31;
  border-color: #2E2F31;
}
.carrusel.blanco button {
  border-color: #D9D9D9;
  background: #D9D9D9;
}
.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}
.carrusel.azul button {
  background: transparent;
}
.carrusel.azul button.tns-nav-active {
  background: #F0F9FF;
  border-color: #F0F9FF;
}
.carrusel .tns-controls {
  order: 2;
  justify-content: space-around;
  display: flex;
  text-align: center;
  margin: 0.6rem auto 0;
  align-items: center;
}
.carrusel .tns-controls button {
  background: #99AE2F;
  border-radius: 50%;
  font-size: 0rem;
  width: 44px;
  height: 44px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-align: center;
  padding: 1px 0 0;
  z-index: 10;
  font-weight: bold;
  color: #3E5749;
  position: absolute;
}
.carrusel .tns-controls button:disabled {
  color: #3E5749;
}
.carrusel .tns-controls button:disabled:after {
  color: #3E5749;
}
.carrusel .tns-controls button:first-child {
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 3px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .carrusel .tns-controls button:first-child {
    left: -5px;
  }
}
.carrusel .tns-controls button:last-child {
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 3px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .carrusel .tns-controls button:last-child {
    right: -5px;
  }
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #3E5749;
}
.carrusel .tns-controls button:first-child:after {
  content: "\f060";
  padding-right: 4px;
}
.carrusel .tns-controls button:last-child:after {
  content: "\f061";
  padding-left: 4px;
}
.carrusel .tns-controls button:hover {
  opacity: 0.85;
}
.carrusel .tns-controls {
  display: none;
}
.carrusel.con-nav .tns-controls {
  display: flex;
}
.c-movil {
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

.title-1 {
  font-size: 2.35rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 991px) {
  .title-1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .title-1 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.title-2 {
  color: #E5E7EB;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1rem;
  line-height: 1.15;
}
.title-2.green {
  color: #3E5749;
}
.title-2.light {
  font-weight: 400;
}
.title-2.big {
  font-size: 2.625rem;
  color: #3E5749;
}
.title-2 b {
  color: #3E5749;
}
@media only screen and (max-width: 768px) {
  .title-2 {
    font-size: 1.6rem;
  }
}

.title-3 {
  font-size: 1.5rem;
  color: #E5E7EB;
  margin: 0 0 1rem;
}

.title-4 {
  font-size: 1.125rem;
  margin: 0 0 1rem;
  color: #3E5749;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .title-4 {
    font-size: 1.375rem;
    font-weight: 700;
  }
}

.input {
  border-radius: 12px 0 0 12px;
  border: 2px solid #D7D7D7;
  padding: 0.9rem 0.75rem;
  flex: 1;
}

.select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/ic-down.svg");
  background-size: 14px auto;
  background-position: 96% center;
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #D7D7D7;
  width: 100%;
  padding: 0.75rem;
  font-size: 1.05rem;
}

.site-header {
  background: #fff;
  z-index: 999;
  position: sticky;
  top: 0;
}

.topbar {
  z-index: 1200;
  max-width: 100%;
  height: 131px;
  background: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .topbar {
    height: 54px;
  }
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: 2.5rem 1fr auto;
  gap: 1rem;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: padding 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .topbar__inner {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 54px;
  }
}

.topbar__icon {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E5E7EB;
  font-size: 0.95rem;
  position: absolute;
  left: 30px;
}
@media only screen and (max-width: 768px) {
  .topbar__icon {
    left: 0.75rem;
  }
}

.topbar__brand {
  text-align: center;
  justify-self: center;
}

.brand {
  font-family: "NevDisp Pro", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #152344;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  text-decoration: none;
}
.brand img {
  width: 12.5rem;
  transition: width 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .brand img {
    width: 96px;
  }
}

.logo-sticky {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .logo-sticky {
    display: block;
    position: relative;
  }
}

.logo-default {
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .logo-default {
    display: none;
  }
}

.site-header.is-scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.site-header.is-scrolled .topbar {
  height: 61px;
  transition: all 0.3s ease;
}
.site-header.is-scrolled .topbar__icon {
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.site-header.is-scrolled .topbar__user {
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.site-header.is-scrolled .topbar__actions {
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.site-header.is-scrolled .topbar__inner {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .site-header.is-scrolled .topbar__inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.site-header.is-scrolled .logo-default {
  opacity: 0;
}
.site-header.is-scrolled .brand img {
  width: 112px;
}
@media only screen and (max-width: 768px) {
  .site-header.is-scrolled .brand img {
    width: 96px;
  }
}

.brand-subtitle {
  font-size: 0.7rem;
  letter-spacing: 0.15rem;
  color: #8D8D8D;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  right: 30px;
}
@media only screen and (max-width: 550px) {
  .topbar__actions {
    right: 1rem;
    gap: 0.5rem;
    top: 14px;
  }
}
.topbar__actions .btn--sm {
  border: 1px solid #0D6BF2;
}
@media only screen and (max-width: 550px) {
  .topbar__actions .btn--sm {
    font-size: 12px;
    padding: 0.2rem 0.6rem;
  }
}
.topbar__actions .btn--sm:hover {
  background: #5DA9F6;
  border: 1px solid #0D6BF2;
}

.topbar__link {
  color: #364153;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .topbar__link {
    font-size: 0;
  }
}
.topbar__link img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .topbar__link img {
    display: block;
  }
}

.topbar__user {
  position: absolute;
  right: 30px;
  display: flex;
  justify-self: end;
}
@media only screen and (max-width: 768px) {
  .topbar__user {
    right: 1rem;
    top: 11px;
  }
}

.user-menu__toggle {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "NevDisp Pro", sans-serif;
  color: #364153;
  font-size: 1rem;
  text-transform: uppercase;
}

.user-menu__name {
  letter-spacing: 0.05rem;
  font-weight: 400;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .user-menu__name {
    display: none;
  }
}

.user-menu__avatar {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2f5fb7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.user-menu__badge {
  position: absolute;
  right: -0.35rem;
  top: -0.35rem;
  width: 17px;
  height: 13px;
  border-radius: 50%;
  background: #f3c54f;
  color: #1f2a44;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border: 2px solid #E8B732;
  display: none;
}

.user-menu__overlay {
  display: none;
}

.user-menu {
  position: absolute;
  right: -5px;
  top: calc(100% + 1rem);
  width: 200px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(30px);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 50;
}
.user-menu .menu-drawer__top {
  display: none;
}
@media only screen and (max-width: 768px) {
  .user-menu .menu-drawer__top {
    display: block;
    text-align: right;
  }
  .user-menu .menu-drawer__top .menu-drawer__close-text {
    transform: translateY(-4px);
    display: inline-block;
  }
}

.user-menu::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  right: 1.3rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-left: 1px solid #e6e9ef;
  border-top: 1px solid #e6e9ef;
  transform: rotate(45deg);
}

.user-menu__mobile-head {
  display: none;
}

.topbar__user.is-open .user-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  body.user-menu-open {
    overflow: hidden;
  }
  .topbar__user.is-open .user-menu__overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 40;
  }
  .user-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    max-width: 22.5rem;
    height: 100%;
    border-radius: 0;
    transform: translateX(-100%);
    transition: transform 0.25s ease, opacity 0.2s ease;
    z-index: 50;
    opacity: 1;
    visibility: hidden;
  }
  .topbar__user.is-open .user-menu {
    transform: translateX(0);
    visibility: visible;
  }
  .user-menu::before {
    display: none;
  }
  .menu-drawer__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.user-menu__header {
  padding: 1rem;
  border-bottom: 1px solid #e6e9ef;
  text-align: left;
}

.user-menu__plan {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #4A5565;
  margin-bottom: 0.2rem;
}

.user-menu__email {
  font-size: 0.875rem;
  font-family: "Noticia Text", sans-serif;
  color: #000;
  margin-bottom: 0;
}

.user-menu__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  color: #111827;
  text-decoration: none;
  font-size: 0.875rem;
  border-bottom: 1px solid #e6e9ef;
}
.user-menu__item:hover {
  color: #727e8f;
}

.user-menu__item:last-child {
  border-bottom: none;
}

.user-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa3b2;
}

.user-menu__icon svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-bar {
  position: relative;
  z-index: 1;
  will-change: transform;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
@media only screen and (max-width: 768px) {
  .nav-bar {
    display: none;
  }
}

.main-nav {
  list-style: none;
  display: flex;
  gap: 0.75rem;
  margin: 0;
  padding: 0.75rem 0;
  flex-wrap: wrap;
  justify-content: center;
}
.main-nav li.bl {
  border-left: 1px solid #E5E7EB;
  padding-left: 0.75rem;
}

.main-nav a {
  color: #030712;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

body.menu-open {
  overflow: hidden;
}

.menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  padding: 10px;
}
@media only screen and (max-width: 550px) {
  .menu-drawer {
    padding: 0;
  }
}

.menu-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.menu-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.menu-drawer__panel {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  max-width: 22.5rem;
  height: calc(100% - 20px);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .menu-drawer__panel {
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.menu-drawer.is-open .menu-drawer__panel {
  transform: translateX(0);
}

.menu-drawer__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #E5E7EB;
  background: #fff;
}

.menu-drawer__close-text {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: #8D8D8D;
}

.menu-drawer__close {
  border: none;
  background: transparent;
  font-size: 1.75rem;
  color: #364153;
  line-height: 1;
  padding: 0;
}

.menu-drawer__content {
  padding: 1.5rem;
  overflow-y: auto;
}

.menu-drawer__search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid #D1D5DC;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.menu-drawer__search input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 1rem;
  color: #364153;
}

.menu-drawer__search button {
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c8798;
}

.menu-drawer__search svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.menu-drawer__section {
  padding: 1.5rem 0;
  border-bottom: 1px solid #E5E7EB;
}

.menu-drawer__section:last-child {
  border-bottom: none;
}

.menu-drawer__title {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4A5565;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: "Noticia Text", sans-serif;
}

.menu-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.menu-drawer__list a {
  color: #030712;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.menu-drawer__list a:hover {
  color: #727e8f;
}

.menu-drawer__list--compact a {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.menu-drawer__list--compact a:hover {
  color: #727e8f;
}

.menu-drawer__list--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.menu-drawer__list--inline a {
  font-size: 1rem;
}
.menu-drawer__list--inline a:hover {
  color: #727e8f;
}

.menu-drawer__cta p {
  margin-bottom: 0.9rem;
  color: #364153;
  font-weight: 400;
  font-family: "Noticia Text", sans-serif;
  font-size: 0.875rem;
}

.menu-drawer__cta .btn {
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 0.75rem 1rem;
}

.menu-drawer__about {
  color: #030712;
  text-decoration: none;
  font-weight: 400;
}
.menu-drawer__about:hover {
  color: #727e8f;
}

@media only screen and (max-width: 768px) {
  .topbar__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 3rem;
  }
  .main-nav {
    gap: 0.75rem;
  }
  .user-menu {
    right: auto;
    left: 0;
  }
}
.ads-top {
  text-align: center;
  padding: 12px;
}
.ads-top img {
  margin: 0 auto;
  max-width: 100%;
}

.header-login {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #E5E7EB;
  position: relative;
}
.header-login img {
  width: 140px;
  vertical-align: bottom;
}
.header-login .volver {
  position: absolute;
  left: 20px;
  font-size: 0.875rem;
  color: #364153;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 550px) {
  .header-login .volver {
    left: 0.6rem;
  }
}
.header-login .volver img {
  width: 1.5rem;
}

.s-login {
  text-align: center;
}
.s-login h1 {
  margin: 0 0 0.5rem;
  color: #030712;
  font-size: 1.25rem;
  font-weight: bold;
}
.s-login .wrap-login {
  width: 380px;
  margin: 3rem auto;
  padding: 0 1rem;
}
.s-login .btn-red {
  border: 1px solid #D1D5DC;
  border-radius: 4px;
  display: block;
  background: #F0F9FF;
  color: #030712;
  padding: 8px 24px;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.s-login .btn-red img {
  vertical-align: middle;
  margin-bottom: 4.5px;
}
.s-login .form-login {
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.s-login .form-login p {
  font-size: 12px;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0;
}
.s-login .form-login p a {
  color: #0D6BF2;
}
.s-login input {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  width: 100%;
  padding: 0.8rem 1rem;
  margin-bottom: 1.25rem;
}
.s-login .btn-submit {
  background: #0D6BF2;
  border: 1px solid #255ED0;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
  width: 100%;
}
.s-login .btn-submit:hover {
  background: #255ED0;
}
.s-login .no-cuenta p {
  font-size: 14px;
  margin-bottom: 0.6rem;
}
.s-login .no-cuenta p a {
  color: #0D6BF2;
}
.s-login .olvidaste {
  font-size: 12px;
  text-decoration: underline;
}
.s-login .form-group {
  position: relative;
}
.s-login .form-group .eye {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}
.s-login .form-group .eye2 {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: none;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}

.section {
  border-bottom: 1px solid #E5E7EB;
}
.section.bb-0 {
  border-bottom: 0;
}

.titulo {
  color: #152344;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "NevDisp Pro", sans-serif;
}
.titulo span {
  color: #0D6BF2;
  display: inline-block;
  padding: 0 0.125rem;
}

.titulo2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: #18395A;
  font-family: "NevDisp Pro", sans-serif;
}

.s-news {
  border: 1px solid #E5E7EB;
}
.s-news__head {
  padding: 1.25rem;
  border-bottom: 1px solid #E5E7EB;
}
@media only screen and (max-width: 768px) {
  .s-news__head {
    padding: 1.25rem 1rem;
  }
}
.s-news__head--between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.s-news.br-0 {
  border-right: 0 !important;
}
.s-news.bt-0 {
  border-top: 0 !important;
}
.s-news.bb-0 {
  border-bottom: 0 !important;
}
.s-news.bl-0 {
  border-left: 0 !important;
}
.s-news.bl-0 .s-news__head {
  border-left: none;
}
.s-news.bl-0 .s-news__body {
  border-left: none;
}

.columnas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2rem;
  padding: 1.25rem;
}

.columna-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.columna-item__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.columna-item__title {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  color: #030712;
}
.columna-item__title a {
  color: #030712;
}
.columna-item__title a:hover {
  color: #696a71;
}

.columna-item__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #4A5565;
}
@media only screen and (max-width: 1250px) {
  .columna-item__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}
.columna-item__meta a {
  color: #4A5565;
}
.columna-item__meta a:hover {
  color: #8D8D8D;
}

.destacadas-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0rem;
  border-bottom: 1px solid #E5E7EB;
}

.destacada-main {
  background: #F0F9FF;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .destacada-main {
    padding: 1rem;
  }
}

.destacada-tag {
  font-size: 0.75rem;
  color: #28639F;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.destacada-main__body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
  align-items: top;
}

.destacada-main__content {
  position: relative;
}
.destacada-main__content .lock {
  position: absolute;
  top: 4px;
  right: 0;
}

.destacada-main__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.destacada-main__text h2,
.destacada-main__text h3 {
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
  line-height: 1.2;
  color: #030712;
}
.destacada-main__text h2 a,
.destacada-main__text h3 a {
  color: #030712;
}
.destacada-main__text h2 a:hover,
.destacada-main__text h3 a:hover {
  color: #696a71;
}
.destacada-main__text p {
  font-size: 1rem;
  margin: 0 0 0.75rem;
  color: #364153;
  font-family: "Noticia Text", sans-serif;
}

.destacada-main__img img {
  width: 100%;
  vertical-align: bottom;
}

.destacadas-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.destacada-side {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 0.75rem;
  align-items: start;
}
.destacada-side__title {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  color: #030712;
}
.destacada-side__img img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 4px;
}
.destacada-side--plain {
  grid-template-columns: 1fr;
}

.destacadas-bottom .col-md-4 {
  border-right: 1px solid #E5E7EB;
}
.destacadas-bottom .col-md-4:last-child {
  border-right: 0;
}

.new-sm {
  display: flex;
  gap: 8px;
  padding: 12px 20px 20px;
}
@media only screen and (max-width: 768px) {
  .new-sm {
    padding: 1rem;
  }
}
.new-sm:hover h3 {
  color: #696a71;
}
.new-sm:last-child {
  margin-bottom: 0;
}
.new-sm__content {
  flex: 1;
}
.new-sm__content h2,
.new-sm__content h3 {
  color: #030712;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  transition: all 0.3s ease;
  font-family: "NevDisp Pro", sans-serif;
}
.new-sm__content h2 a,
.new-sm__content h3 a {
  transition: all 0.3s ease;
}
.new-sm__content h2 a:hover,
.new-sm__content h3 a:hover {
  opacity: 0.6;
}
.new-sm__date {
  font-size: 0.75rem;
  color: #28498A;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.new-sm__img {
  width: 90px;
  min-width: 90px;
}
.new-sm__img img {
  width: 100%;
  vertical-align: bottom;
}
.new-sm.v2 .new-sm__content h3 {
  font-size: 1.125rem;
}

.lock {
  width: 26px;
  height: 18px;
  border: 1px solid #0D6BF2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #F0F9FF;
}
.autor {
  display: flex;
  align-items: center;
  gap: 4px;
}
.autor img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.autor p {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #4A5565;
  font-family: "NevText Pro", sans-serif;
  transition: all 0.3s ease;
}
.autor:hover p {
  color: #8D8D8D;
}

.timer {
  color: #255ED0;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.timer img {
  width: 13px;
  max-width: 13px;
}

.new-lg {
  padding: 12px 20px 20px;
}
@media only screen and (max-width: 768px) {
  .new-lg {
    padding: 0.75rem 1rem;
  }
}
.new-lg__content {
  margin-bottom: 0.5rem;
}
.new-lg__content h3 {
  font-size: 2rem;
  font-family: "NevDisp Pro", sans-serif;
}
.new-lg__content h3 a {
  color: #030712;
  transition: all 0.3s ease;
}
.new-lg__content h3 a:hover {
  color: #696a71;
}
.new-lg__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-lg__img {
  width: 100%;
}
.new-lg__img img {
  width: 100%;
  vertical-align: bottom;
}

.new-xl {
  padding: 12px 20px;
}
.new-xl__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-xl__top .tag {
  font-size: 0.75rem;
  font-weight: bold;
  color: #28639F;
}
.new-xl__content {
  margin-bottom: 0.5rem;
}
.new-xl__content h2 {
  color: #030712;
  font-size: 2.75rem;
  margin-bottom: 0;
  font-family: "NevDisp Pro", sans-serif;
}
@media only screen and (max-width: 768px) {
  .new-xl__content h2 {
    font-size: 2rem;
  }
}
.new-xl__content h2 a {
  color: #030712;
  transition: all 0.3s ease;
}
.new-xl__content h2 a:hover {
  color: #696a71;
}
.new-xl__content h3 {
  color: #030712;
  font-family: "NevDisp Pro", sans-serif;
}
@media only screen and (max-width: 768px) {
  .new-xl__content h3 {
    font-size: 2rem;
  }
}
.new-xl__content h3 a {
  color: #030712;
  transition: all 0.3s ease;
}
.new-xl__content h3 a:hover {
  color: #696a71;
}
.new-xl__img img {
  width: 100%;
}

.new-lg__tag {
  font-size: 0.75rem;
  color: #28639F;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.new-lg--economia {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-right: 1px solid #E5E7EB;
}
.new-lg--economia p {
  font-size: 1rem;
  color: #4A5565;
  margin: 0 0 0.75rem;
  font-family: "Noticia Text", sans-serif;
}

.new__tag {
  font-size: 0.875rem;
  color: #030712;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.new-md {
  padding: 12px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .new-md {
    padding: 0.75rem 1rem;
  }
}
.new-md__content {
  margin-bottom: 0.5rem;
}
.new-md__content h2,
.new-md__content h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-family: "NevDisp Pro", sans-serif;
}
.new-md__content h2 a,
.new-md__content h3 a {
  color: #030712;
}
.new-md__content h2 a:hover,
.new-md__content h3 a:hover {
  color: #696a71;
}
.new-md .timer {
  margin-bottom: 0.5rem;
}
.new-md .autor {
  margin-bottom: 0.5rem;
}
.new-md .autor img {
  width: 30px;
}
.new-md__img img {
  width: 100%;
  vertical-align: bottom;
}
.new-md__tag {
  font-size: 0.75rem;
  color: #28639F;
  font-weight: bold;
  text-transform: uppercase;
}
.new-md.featured {
  background: #F0F9FF;
}
.new-md .lock {
  position: absolute;
  top: 12px;
  right: 20px;
}

.new-md--compact {
  border-right: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
.new-md--compact .new-md__img img {
  border-radius: 4px;
}

.new-md--tech {
  border-right: 1px solid #E5E7EB;
  border-top: 1px solid #E5E7EB;
}
.new-md--tech .new-md__content h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.economia-grid {
  height: 100%;
}
.economia-grid .col-md-6:nth-child(2n) .new-md--compact {
  border-right: 0;
}
.economia-grid .col-md-6:nth-child(n+3) .new-md--compact {
  border-bottom: 0;
}

.tech-grid .col-lg-3:nth-child(4n) .new-md--tech {
  border-right: 0;
}

.mensaje-grid .col-lg-3 {
  border-right: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
.mensaje-grid .col-lg-3:nth-child(4n) {
  border-right: 0;
}
.mensaje-grid .col-lg-3:nth-last-child(-n+4) {
  border-bottom: 0;
}

.podcasts-grid .col-md-6 {
  border-right: 1px solid #E5E7EB;
}
.podcasts-grid .col-md-6:nth-child(2n) {
  border-right: 0;
}

.podcast-card {
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .podcast-card {
    padding: 1rem;
  }
}
.podcast-card__img {
  position: relative;
  width: 9.375rem;
  min-width: 150px;
}
.podcast-card__img img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 0.5rem;
}
.podcast-card__play {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #0D6BF2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcast-card__play::before {
  content: "";
  border-left: 0.5rem solid #fff;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  margin-left: 0.1rem;
}
.podcast-card__content h3 {
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  line-height: 1.35;
  color: #030712;
}
.podcast-card__content h3 a {
  color: #030712;
}
.podcast-card__content h3 a:hover {
  color: #696a71;
}

.newsletter-card {
  background: #F0F9FF;
}
.newsletter-card .s-news__head {
  border-bottom: 1px solid #E5E7EB;
  background: #fff;
  border-left: 1px solid #E5E7EB;
}
.newsletter-card .s-news__head.bl-0 {
  border-left: none;
}
.newsletter-card .s-news__body {
  padding: 1.25rem;
  border-left: 1px solid #B8E6FE;
}
.newsletter-card__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #030712;
}
.newsletter-card__content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.newsletter-card__content p {
  font-size: 1rem;
  margin: 0 0 1rem;
  color: #4A5565;
  font-family: "Noticia Text", sans-serif;
}
.newsletter-card__form {
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  padding-right: 0.6rem;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  height: 54px;
  border-radius: 0.375rem;
}
.newsletter-card__form input {
  border-radius: 0.375rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
  border: none;
  width: 100px;
}
.newsletter-card__form .btn {
  height: auto;
  min-height: auto;
  border: 1px solid #255ED0;
  font-size: 0.875rem;
}
.newsletter-card__form .btn:hover {
  background: #5DA9F6;
}

.yearahead-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #8D8D8D;
  text-transform: uppercase;
}
.yearahead-brand img {
  height: 1rem;
}

.yearahead-grid .col-lg-3 {
  border-right: 1px solid #E5E7EB;
}
.yearahead-grid .col-lg-3:nth-child(4n) {
  border-right: 0;
}

.new-md--yearahead .new-md__content h3 {
  line-height: 1.35;
  margin-bottom: 0.75rem;
}
.new-md--yearahead .new-md__img img {
  border-radius: 0.5rem;
}

.categorias-grid .col-lg-3 {
  border-right: 1px solid #E5E7EB;
}
.categorias-grid .col-lg-3:nth-child(4n) {
  border-right: 0;
}

.categorias-head .col-lg-3 {
  border-right: 1px solid #E5E7EB;
}
.categorias-head .col-lg-3:nth-child(4n) {
  border-right: 0;
}
.categorias-head .titulo {
  padding: 1.25rem;
  margin: 0;
}

.categoria-card {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.categoria-card h3 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.35;
  color: #030712;
}
.categoria-card__img img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 0.5rem;
}
.categoria-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #4A5565;
}
.categoria-card__list li {
  font-size: 0.95rem;
  line-height: 1.35;
}

.new-md--categoria {
  padding: 0.875rem 1.125rem 1.125rem;
  height: auto;
  border-bottom: 1px solid #E5E7EB;
}
@media only screen and (max-width: 768px) {
  .new-md--categoria {
    padding: 1rem;
  }
}
.new-md--categoria:last-child {
  border-bottom: 0;
}
.new-md--categoria .new-md__content h3 {
  line-height: 1.35;
  margin-bottom: 0;
}
.new-md--categoria.sin-img .new-md__content h3 {
  min-height: auto;
}

.categoria-list {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-top: 1px solid #E5E7EB;
}
.categoria-list__item {
  font-size: 0.95rem;
  line-height: 1.35;
  color: #030712;
  text-decoration: none;
}

.msg-card {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.msg-card__tag {
  font-size: 0.75rem;
  color: #030712;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.msg-card__title {
  font-size: 1rem;
  margin: 0;
  line-height: 1.35;
  color: #030712;
}
.msg-card__img img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 4px;
}

.entrevistas-grid .col-lg-6 {
  border-right: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}
.entrevistas-grid .col-lg-6:nth-child(2n) {
  border-right: 0;
}
.entrevistas-grid .col-lg-6:nth-last-child(-n+2) {
  border-bottom: 0;
}

.entrevista-card {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 259px 1fr;
  gap: 1rem;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .entrevista-card {
    padding: 1rem;
  }
}
.entrevista-card__img {
  width: 259px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .entrevista-card__img {
    width: 100%;
  }
}
.entrevista-card__img img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 6px;
}
.entrevista-card__content h3 {
  font-size: 2rem;
  margin: 0 0 0.75rem;
  line-height: 1.2;
  color: #030712;
}
.entrevista-card__content h3 a {
  color: #030712;
}
.entrevista-card__content h3 a:hover {
  color: #696a71;
}
.entrevista-card__content p {
  font-size: 0.95rem;
  margin: 0 0 0.75rem;
  color: #364153;
  font-family: "Noticia Text", sans-serif;
}
.entrevista-card__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.entrevista-card__meta .autor p {
  margin-bottom: 0;
  font-family: "NevText Pro", sans-serif;
}

.entrevista-mini {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .entrevista-mini {
    padding: 1rem;
  }
}
.entrevista-mini h3 {
  font-size: 1.625rem;
  margin: 0 0 0.5rem;
  line-height: 1.2;
  color: #030712;
}
.entrevista-mini h3 a {
  color: #030712;
}
.entrevista-mini h3 a:hover {
  color: #696a71;
}
.entrevista-mini__img img {
  width: 90px;
  object-fit: cover;
  border-radius: 4px;
}

.s-ads {
  border: 1px solid #E5E7EB;
  text-align: center;
  padding: 1.25rem 1.25rem;
  height: 100%;
}
.s-ads picture {
  margin: 0 auto;
}
.s-ads img {
  max-width: 100%;
  position: sticky;
  top: 80px;
  margin: 0 auto;
}
.s-ads.br-0 {
  border-right: 0 !important;
}
.s-ads.bt-0 {
  border-top: 0 !important;
}
.s-ads.bb-0 {
  border-bottom: 0 !important;
}
.s-ads.bl-0 {
  border-left: 0 !important;
}

@media only screen and (max-width: 991px) {
  .columnas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .destacadas-top {
    grid-template-columns: 1fr;
  }
  .destacada-main__body {
    grid-template-columns: 1fr;
  }
  .destacadas-bottom .col-md-4 {
    border-right: 0;
    border-bottom: 1px solid #E5E7EB;
  }
  .destacadas-bottom .col-md-4:last-child {
    border-bottom: 0;
  }
  .mensaje-grid .col-lg-3 {
    border-right: 0;
  }
  .entrevista-card {
    grid-template-columns: 1fr;
  }
  .podcast-card {
    grid-template-columns: 1fr;
  }
  .yearahead-grid .col-lg-3 {
    border-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .columnas-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .entrevistas-grid .col-lg-6 {
    border-right: 0;
  }
  .entrevista-mini {
    align-items: flex-start;
  }
  .podcasts-grid .col-md-6 {
    border-right: 0;
    border-bottom: 1px solid #E5E7EB;
  }
  .podcasts-grid .col-md-6:last-child {
    border-bottom: 0;
  }
  .categorias-grid .col-lg-3 {
    border-right: 0;
    border-bottom: 1px solid #E5E7EB;
  }
  .categorias-grid .col-lg-3:last-child {
    border-bottom: 0;
  }
}
.banner-suscribete {
  background: #152344;
  padding: 0.75rem 0;
}
.banner-suscribete__wrap {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .banner-suscribete__wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.banner-suscribete__img {
  width: 100%;
  padding: 0 16px;
  text-align: center;
}
.banner-suscribete__img img {
  border-radius: 6px;
  width: 300px;
  min-width: 300px;
  max-width: 100%;
}
@media only screen and (max-width: 550px) {
  .banner-suscribete__img img {
    width: 100%;
    min-width: 100px;
  }
}
.banner-suscribete__content {
  text-align: center;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .banner-suscribete__content {
    margin-top: -4.3rem;
  }
}
.banner-suscribete__content img {
  margin-bottom: 1rem;
}
.banner-suscribete__content h2 {
  font-size: 3rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .banner-suscribete__content h2 {
    font-size: 2.25rem;
  }
}
.banner-suscribete__content h2 b {
  color: #F7D15A;
  font-weight: normal;
}
.banner-suscribete__content p {
  opacity: 0.85;
  color: #fff;
  font-family: "Noticia Text", sans-serif;
}

.height-equal > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.height-equal > [class*=col-] .sidebar .s-news {
  height: auto;
}
.height-equal > [class*=col-] .row.height-equal {
  height: 100%;
}
.height-equal > [class*=col-] .s-news {
  height: 100%;
}
.height-equal > [class*=col-] .destacadas-bottom {
  height: auto;
}
.height-equal > [class*=col-] .podcasts-grid {
  height: 100%;
}
.height-equal > [class*=col-] .podcast-card {
  height: 100%;
}
.height-equal > [class*=col-] .newsletter-card {
  height: auto;
}

.w-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 4px;
  overflow: hidden;
}

.w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ad-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.ad-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}

.ad-modal__dialog {
  position: relative;
  background: #fff;
  border-radius: 6px;
  width: fit-content;
  max-width: 100%;
  z-index: 1;
}

.ad-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
  background: #F3F4F6;
  color: #4b5563;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}

.ad-modal__close span {
  font-size: 1rem;
  line-height: 1;
}

.ad-modal__img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0px;
  max-height: 80vh;
  object-fit: contain;
}

@media (max-width: 768px) {
  .ad-modal__dialog {
    max-width: 800px;
  }
}
@media (max-width: 480px) {
  .ad-modal__dialog {
    max-width: 320px;
  }
}
.news-bottom .col-lg-3 .s-news {
  border-right: none;
}
.news-bottom .col-lg-3:last-child .s-news {
  border-right: 1px solid #E5E7EB;
}
.news-bottom .new-md__img img {
  min-height: 191px;
}

.height-100 {
  display: flex;
  flex-direction: column;
}

.interior-article .container {
  display: flex;
  justify-content: center;
  gap: 125px;
}
@media only screen and (max-width: 1200px) {
  .interior-article .container {
    gap: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .interior-article .container {
    flex-direction: column;
    gap: 0px;
  }
}
.interior-article .article {
  width: 750px;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .interior-article .article {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .interior-article .article {
    padding: 20px 16px;
  }
}
.interior-article .article__head {
  padding-top: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .interior-article .article__head {
    padding-top: 0;
  }
}
.interior-article .article__head h1 {
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .interior-article .article__head h1 {
    font-size: 2rem;
  }
}
.interior-article .article__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .interior-article .article__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.interior-article .article__meta .fecha {
  margin-left: 0.5rem;
}
.interior-article .article__meta__izq {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.interior-article .article__meta__izq p {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #4A5565;
  transition: all 0.3s ease;
}
.interior-article .article__meta__izq a:hover p {
  color: #8D8D8D;
}
.interior-article .article__meta__der {
  display: flex;
  align-items: center;
  gap: 12px;
}
.interior-article .article__meta .botones-compartir {
  display: flex;
  gap: 12px;
}
.interior-article .article__meta .botones-compartir a {
  font-size: 0.75rem;
  color: #4A5565;
  border: 1px solid #D1D5DC;
  border-radius: 4px;
  padding: 5px 8px;
}
.interior-article .article__meta .botones-compartir a:hover {
  background: #F0F9FF;
}
.interior-article .article figure {
  margin-bottom: 1.5rem;
}
.interior-article .article figure img {
  width: 100%;
}
.interior-article .article figure figcaption {
  font-size: 0.75rem;
  color: #4A5565;
  margin-top: 0.5rem;
}
.interior-article .article__content h2 {
  font-size: 1.625rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.interior-article .article__content p {
  margin-bottom: 2rem;
  font-family: "Noticia Text", sans-serif;
  font-size: 1.125rem;
}
.interior-article .article__content ul {
  margin-bottom: 2rem;
  font-family: "Noticia Text", sans-serif;
}
.interior-article .article__content ul li {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.interior-article .article__cita {
  border-top: 1px solid #D1D5DC;
  border-bottom: 1px solid #D1D5DC;
  margin: 2rem 0;
  padding: 1.5rem 0;
}
.interior-article .article__cita p {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .interior-article .article__cita p {
    font-size: 1.5rem;
  }
}
.interior-article .article__cita__autor {
  font-size: 1.125rem;
}
.interior-article .sidebar-article {
  width: 376px;
}
@media only screen and (max-width: 991px) {
  .interior-article .sidebar-article {
    width: 100%;
  }
}

.bajada {
  margin: 1.25rem 0 2rem;
  border-bottom: 1px solid #D1D5DC;
  padding-bottom: 2rem;
}
.bajada p {
  font-family: "Noticia Text", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #030712;
  margin: 0;
}
.bajada p::first-letter {
  float: left;
  font-size: 4.2rem;
  line-height: 0.9;
  font-weight: normal;
  color: #030712;
  padding-right: 0.4rem;
  margin-top: 0.2rem;
}

.article-table {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}
.article-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noticia Text", sans-serif;
}
.article-table thead th {
  text-align: left;
  font-weight: 700;
  color: #030712;
  padding: 0.75rem 0.5rem;
  border-bottom: 2px solid #D5DAE1;
}
.article-table tbody td {
  padding: 0.85rem 0.5rem;
  border-bottom: 1px solid #E5E7EB;
  color: #030712;
}
.article-table tbody tr:nth-child(even) {
  background: #F9FAFB;
}
.article-table tbody tr:last-child td {
  border-bottom: 2px solid #D5DAE1;
}

.destacada-main.otras-noticias {
  display: flex;
  flex-direction: row;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .destacada-main.otras-noticias {
    flex-direction: column;
  }
}
.destacada-main.otras-noticias.featured {
  background: #F0F9FF;
}
.destacada-main.otras-noticias .destacada-tag {
  margin-bottom: 0.3rem;
  display: block;
}
.destacada-main.otras-noticias .lock {
  top: 0px;
}
.destacada-main.otras-noticias .destacada-main__text h3 {
  font-size: 1.625rem;
}
.destacada-main.otras-noticias .destacada-main__img {
  width: 13.75rem;
  min-width: 13.75rem;
}
@media only screen and (max-width: 768px) {
  .destacada-main.otras-noticias .destacada-main__img {
    width: 100%;
    min-width: 0;
  }
}
.destacada-main.otras-noticias .destacada-main__img img {
  border-radius: 4px;
}

.embed {
  text-align: center;
  margin-bottom: 2rem;
}
.embed img {
  max-width: 100%;
  vertical-align: bottom;
}
.embed video {
  max-width: 100%;
}
.embed iframe {
  max-width: 100%;
}

.new-sm.mas-leido {
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 1rem;
}
.new-sm.mas-leido:last-child {
  border-bottom: none;
}
.new-sm.mas-leido .new-sm__content {
  position: relative;
  padding-left: 2rem;
}
.new-sm.mas-leido .new-sm__content .num {
  position: absolute;
  top: -3px;
  left: 0px;
  font-size: 1.25rem;
  color: #101828;
}
.new-sm.mas-leido .new-sm__content .num span {
  color: #28639F;
}

.sidebar .s-ads {
  height: auto;
}

.title-autor {
  display: flex;
  align-items: center;
  gap: 10px;
}
.title-autor__img {
  width: 3.75rem;
}
.title-autor__img img {
  width: 100%;
}
.title-autor__content h1 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 4px;
  color: #18395A;
}
.title-autor__content p {
  margin: 0;
  color: #4A5565;
  font-size: 0.875rem;
}

.terminos .w-terminos {
  border: 1px solid #E5E7EB;
  border-top: none;
  border-bottom: none;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.terminos .w-terminos__head {
  padding: 1.25rem;
  border-bottom: 1px solid #E5E7EB;
}
.terminos .w-terminos__content {
  padding: 1.25rem 1.25rem 3.5rem;
}
.terminos .w-terminos__content h2 {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
  margin-top: 1.5rem;
}
.terminos .w-terminos__content p {
  font-size: 1.125rem;
  font-family: "Noticia Text", sans-serif;
}

@media only screen and (max-width: 768px) {
  .a-continuacion {
    margin: 0 -16px;
  }
}

.sidebar-article {
  display: flex;
  flex-direction: column;
}
.sidebar-article .ads1 {
  height: auto;
  border: none;
  flex: 1;
}
.sidebar-article .ads2 {
  height: auto;
  border: none;
  flex: 1;
}

.interior-article .continua-leyendo {
  text-align: center;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .interior-article .continua-leyendo {
    padding: 40px 16px;
  }
}
.interior-article .continua-leyendo:before {
  content: "";
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  display: block;
  height: 120px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
}
.interior-article .continua-leyendo img {
  margin-bottom: 0.6rem;
}
.interior-article .continua-leyendo h4 {
  font-size: 2.25rem;
  margin: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .interior-article .continua-leyendo h4 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.interior-article .continua-leyendo .oferta {
  padding: 1rem 0;
}
.interior-article .continua-leyendo .oferta p {
  font-family: "NevText Pro", sans-serif;
  font-size: 1.25rem;
  color: #0D6BF2;
  font-weight: 700;
  margin-bottom: 0;
}
.interior-article .continua-leyendo .oferta p.price {
  color: #6A7282;
  font-size: 1.875rem;
  font-weight: normal;
}
.interior-article .continua-leyendo .small {
  font-family: "NevText Pro", sans-serif;
  color: #6A7282;
  margin-top: 0.5rem;
}
.interior-article .continua-leyendo .small a {
  color: #0D6BF2;
}
.interior-article .continua-leyendo.continua-leyendo--paywall {
  margin: 0 auto;
  padding: 52px 36px 44px;
}
.interior-article .continua-leyendo.continua-leyendo--paywall h4 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.interior-article .continua-leyendo.continua-leyendo--paywall h4 {
  font-size: 2rem;
}
.interior-article .continua-leyendo__logo img {
  width: 120px;
  margin-bottom: 1rem;
}
.interior-article .continua-leyendo__planes {
  margin: 1.75rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.interior-article .continua-leyendo__plan {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 4px;
  border: 2px solid #E5E7EB;
  background: #F8FAFC;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.interior-article .continua-leyendo__plan:has(.plan-radio-input:checked) {
  border-color: #0D6BF2;
  background: #EEF6FF;
  box-shadow: inset 0 0 0 1px #0D6BF2;
}
.interior-article .continua-leyendo .plan-radio-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.interior-article .continua-leyendo .plan-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #9AA3B2;
  margin-top: 4px;
  position: relative;
  flex: 0 0 18px;
}
.interior-article .continua-leyendo__plan:has(.plan-radio-input:checked) .plan-radio {
  border-color: #0D6BF2;
}
.interior-article .continua-leyendo__plan:has(.plan-radio-input:checked) .plan-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #0D6BF2;
}
.interior-article .continua-leyendo .plan-content {
  flex: 1;
}
.interior-article .continua-leyendo .plan-price {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  font-family: "NevText Pro", sans-serif;
}
.interior-article .continua-leyendo .plan-price__old {
  color: #9AA3B2;
  text-decoration: line-through;
  font-size: 1.125rem;
}
.interior-article .continua-leyendo .plan-price__new {
  color: #030712;
  font-size: 1.75rem;
  font-weight: 700;
}
.interior-article .continua-leyendo .plan-price__new span {
  font-size: 1.25rem;
  font-weight: 400;
  margin-left: 2px;
}
.interior-article .continua-leyendo .plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 999px;
  background: #F7D15A;
  color: #1F2A44;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.interior-article .continua-leyendo .plan-note {
  margin: 0rem 0 0;
  color: #6A7282;
  font-family: "Noticia Text", sans-serif;
  font-size: 1rem;
}
.interior-article .continua-leyendo__cta {
  min-width: 200px;
  justify-content: center;
  padding: 0.65rem 1.5rem;
}
.interior-article .continua-leyendo__login {
  margin-top: 0.75rem;
  font-family: "NevText Pro", sans-serif;
  color: #6A7282;
}
.interior-article .continua-leyendo__login a {
  color: #0D6BF2;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .interior-article .continua-leyendo.continua-leyendo--paywall {
    padding: 40px 20px 36px;
  }
  .interior-article .continua-leyendo.continua-leyendo--paywall h4 {
    font-size: 1.6rem;
  }
  .interior-article .continua-leyendo__plan {
    padding: 14px 16px;
  }
  .interior-article .continua-leyendo .plan-price__new {
    font-size: 1.5rem;
  }
}

.otros-seccion {
  flex: 1;
}
.otros-seccion .s-ads {
  border: none;
  border-bottom: 1px solid #E5E7EB !important;
  position: relative;
  height: auto;
}

.otros-podcast {
  flex: 1;
}
.otros-podcast .s-ads {
  border: none;
  border-bottom: 1px solid #E5E7EB !important;
  position: relative;
  height: auto;
}

.sidebar {
  border-left: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
}
.sidebar .s-news {
  border-left: none;
  border-right: none;
}
.sidebar .s-ads {
  border-right: none;
}

.admin-newsletter {
  border: 1px solid #E5E7EB;
  background: #fff;
  border-bottom: none;
}

.admin-newsletter__head {
  padding: 1.25rem;
  border-bottom: 1px solid #E5E7EB;
}
.admin-newsletter__head h1 {
  margin: 0 0 0.875rem;
  font-size: 1.875rem;
  font-weight: bold;
  color: #18395A;
}
.admin-newsletter__head p {
  margin: 0 0 0.35rem;
  color: #364153;
  font-size: 1.125rem;
}
.admin-newsletter__head strong {
  color: #030712;
}
.admin-newsletter__head .admin-newsletter__legal {
  font-size: 0.85rem;
  color: #8D8D8D;
}
.admin-newsletter__head .admin-newsletter__legal p {
  font-size: 0.875rem;
  color: #4A5565;
}
.admin-newsletter__head .admin-newsletter__legal a {
  color: #0D6BF2;
  text-decoration: none;
}

.admin-newsletter__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #E5E7EB;
}

.admin-newsletter__card {
  padding: 2rem 1.25rem;
  border-right: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  min-height: 150px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .admin-newsletter__card {
    padding: 1.5rem 1rem;
  }
}
.admin-newsletter__card h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.03rem;
  color: #030712;
  font-weight: bold;
}

.admin-newsletter__card:nth-child(3n) {
  border-right: 0;
}

.admin-newsletter__card--empty {
  background: #fff;
}

.admin-newsletter__body {
  display: flex;
  gap: 1rem;
}
.admin-newsletter__body p {
  margin: 0;
  font-size: 0.875rem;
  color: #8D8D8D;
  line-height: 1.4;
}

.admin-newsletter__thumb {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #E5E7EB;
  flex-shrink: 0;
}
.admin-newsletter__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.admin-newsletter__toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #9CC7F8;
  background: #EFF6FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.admin-newsletter__toggle::before,
.admin-newsletter__toggle::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #0D6BF2;
}

.admin-newsletter__toggle::after {
  transform: rotate(90deg);
}

.admin-newsletter__card.is-active .admin-newsletter__toggle {
  background: #0D6BF2;
  border-color: #0D6BF2;
}

.admin-newsletter__card.is-active .admin-newsletter__toggle::before {
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: transparent;
  transform: translate(-1px, -2px) rotate(-45deg);
  top: 9px;
  left: 7px;
}

.admin-newsletter__card.is-active .admin-newsletter__toggle::after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .admin-newsletter__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-newsletter__card:nth-child(3n) {
    border-right: 1px solid #E5E7EB;
  }
  .admin-newsletter__card:nth-child(2n) {
    border-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .admin-newsletter__head {
    padding: 1.25rem;
  }
  .admin-newsletter__grid {
    grid-template-columns: 1fr;
  }
  .admin-newsletter__card {
    border-right: 0;
  }
}
.destacada-section {
  background: #F0F9FF;
  border: none;
  box-shadow: none;
  padding: 0.75rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .destacada-section {
    padding: 0.75rem 1rem;
  }
}
.destacada-section.bg-white {
  background: #fff;
}
.destacada-section .destacada-main__body {
  width: 100%;
  flex-direction: row;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .destacada-section .destacada-main__body {
    flex-direction: column;
  }
}
.destacada-section .destacada-main__content {
  padding: 0 1rem 0 0;
  width: 38%;
}
@media only screen and (max-width: 991px) {
  .destacada-section .destacada-main__content {
    width: 100%;
  }
}
.destacada-section .destacada-main__content .destacada-main__text h2 {
  font-size: 2rem;
}
.destacada-section .destacada-main__content .destacada-main__text h3 {
  font-size: 2rem;
}
.destacada-section .destacada-main__img {
  flex: 1;
}
.destacada-section .destacada-main__img img {
  border-radius: 4px;
  width: 100%;
}

.new-seccion {
  display: flex;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #E5E7EB;
}
@media only screen and (max-width: 768px) {
  .new-seccion {
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
  }
}
.new-seccion.featured {
  background: #F0F9FF;
}
.new-seccion__fecha {
  color: #4A5565;
  font-size: 0.875rem;
  min-width: 90px;
  padding-top: 6px;
}
.new-seccion__content h2 {
  font-weight: normal;
  font-size: 1.625rem;
  margin-bottom: 0.5rem;
}
.new-seccion__content h2 a {
  color: #030712;
}
.new-seccion__content h2 a:hover {
  color: #696a71;
}
.new-seccion__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.new-seccion__img {
  width: 18.75rem;
  min-width: 18.75rem;
}
@media only screen and (max-width: 768px) {
  .new-seccion__img {
    width: 100%;
    min-width: 100%;
  }
}
.new-seccion__img img {
  width: 100%;
  border-radius: 4px;
}

.paginador {
  text-align: center;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.paginador.bb-0 {
  border-bottom: none;
}
.paginador a {
  color: #030712;
  text-decoration: none;
  margin: 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
}
.paginador a.pag-nav {
  color: #28639F;
}

.destacada-main.destacada-office .destacada-main__body {
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .destacada-main.destacada-office .destacada-main__body {
    flex-direction: column;
  }
}
.destacada-main.destacada-office .destacada-main__content {
  padding: 0 1rem 0 0;
  width: 62%;
}
@media only screen and (max-width: 768px) {
  .destacada-main.destacada-office .destacada-main__content {
    width: 100%;
  }
}

.otros-podcast {
  border: 1px solid #E5E7EB;
  border-bottom: none;
}
.otros-podcast.br-0 {
  border-right: none;
}
.otros-podcast .s-ads {
  border: none;
  border-bottom: 1px solid #E5E7EB !important;
}
.otros-podcast .podcast-card {
  border-bottom: 1px solid #E5E7EB;
}
.otros-podcast .podcast-card:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 550px) {
  .otros-podcast .podcast-card .podcast-card__img {
    width: 7.5rem;
    min-width: 7.5rem;
  }
}
.otros-podcast.s-news__body {
  border: none;
}

.site-footer {
  background: #fff;
  color: #030712;
  padding: 2.5rem 0 1.5rem;
  border-top: 1px solid #E5E7EB;
}

.site-footer__brand {
  display: inline-flex;
  margin-bottom: 1.5rem;
}
.site-footer__brand img {
  width: 10.6rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .site-footer__brand img {
    width: 170px;
  }
}

.site-footer__top {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E5E7EB;
}

@media only screen and (max-width: 991px) {
  .footer-col {
    margin-bottom: 1rem;
  }
}
.footer-col h4 {
  font-size: 1rem;
  margin: 0 0 0.75rem;
  color: #030712;
  font-weight: bold;
}
.footer-col a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}
.footer-col a:hover {
  color: #696a71;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: #4A5565;
  font-family: "Noticia Text", sans-serif;
}
.site-footer__bottom a {
  color: #4A5565;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .site-footer__bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
}/*# sourceMappingURL=estilos.css.map */



/*fixed ajustes globales*/

.new-sm__img img, .new-lg__img img, .new-md__img img, .interior-article .article figure img{
	border-radius:4px;
}

.article__content a{
	text-decoration:underline;
}


.article__content h4:first-of-type {
  font-family: "Noticia Text", sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #030712;
    margin: 0;
}


.article__content >  h4:first-of-type::first-letter {
    float: left;
    font-size: 4.2rem;
    line-height: 0.9;
    font-weight: normal;
    color: $negro;
    padding-right: 0.4rem;
    margin-top: 0.2rem;
}




	/* Nav taxonomías single */
.tax-nav li a{
	    border-right: 1px solid #E5E7EB;
	    padding-right: 0.75rem;
}
 
.tax-nav li:last-child a { border-right: none; padding-right: 0rem;}

/* Categoría principal destacada */
.tax-nav__primary a {
   
  font-weight: 700;
   
}

/* Separador | */
.tax-nav__separator {
  padding: 0 4px;
  color: #c3c4c7;
  font-size: 14px;
}

 
/* Mobile: scroll horizontal en vez de wrap */
@media (max-width: 768px) {
  .tax-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  /* Ocultar scrollbar pero mantener funcionalidad */
  .tax-nav::-webkit-scrollbar { height: 3px; }
  .tax-nav::-webkit-scrollbar-thumb { background: #c3c4c7; border-radius: 3px; }
}



@media only screen and (max-width: 768px) {
    .single  .nav-bar {
        display: block !important;
    }
	
	
	.single  .main-nav {
  
    justify-content: start;
    }
	
	.single  .tax-nav li a {
    font-size: 0.9rem;
    }
	
	
	
	
}


@media only screen and (min-width: 768px) {
    .new-seccion__content {
        width: 70%;
        padding-right: 0.8rem;
    }
}



/* ── Share popup ─────────────────────────────────────── */
.share-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 9998;
  backdrop-filter: blur(2px);
}
.share-overlay.open { display: flex; align-items: center; justify-content: center; }

.share-box {
  background: #fff;
  border-radius: 12px;
  padding: 32px 36px 28px;
  width: 100%;
  max-width: 420px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  animation: shareIn .2s ease;
}
@keyframes shareIn {
  from { opacity: 0; transform: translateY(16px) scale(.97); }
  to   { opacity: 1; transform: none; }
}
.share-box__close {
  position: absolute;
  top: 14px; right: 16px;
  background: none; border: none;
  cursor: pointer; padding: 4px;
  color: #8c8f94;
  line-height: 1;
}
.share-box__close:hover { color: #1d2327; }
.share-box__close svg { width: 18px; height: 18px; display: block; }

.share-box h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1d2327;
  margin: 0 0 6px;
}
.share-box__url {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f6f7f7;
  border: 1px solid #e2e4e7;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 24px;
}
.share-box__url span {
  flex: 1;
  font-size: 11px;
  color: #50575e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-box__url button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #2271b1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
}
.share-box__url button svg { width: 14px; height: 14px; }
.share-box__url button.copied { color: #00a32a; }

.share-redes {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.share-redes a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  color: #50575e;
  transition: transform .15s;
}
.share-redes a:hover { transform: translateY(-3px); }

.share-redes__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-redes__icon svg { width: 22px; height: 22px; fill: #fff; }

.share-redes a.sn-facebook .share-redes__icon { background: #1877f2; }
.share-redes a.sn-x        .share-redes__icon { background: #000; }
.share-redes a.sn-linkedin  .share-redes__icon { background: #0a66c2; }
.share-redes a.sn-whatsapp  .share-redes__icon { background: #25d366; }
.share-redes a.sn-bsky      .share-redes__icon { background: #0085ff; }

/* ── Botones compartir / google en el artículo ───────── */
.botones-compartir {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-compartir,
.btn-google-save {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e2e4e7;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background .15s, border-color .15s;
  background: #fff;
  color: #1d2327;
  white-space: nowrap;
}
.btn-compartir:hover,
.btn-google-save:hover { background: #f6f7f7; border-color: #c3c4c7; }
.btn-compartir svg,
.btn-google-save svg { width: 16px; height: 16px; flex-shrink: 0; }