/*! CSS Used from: Embedded */
.fa,
.fab,
.fas {
  font-family: iconsfont;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
}
.fa-bars:before {
  content: "\61";
}
.fa-search:before {
  content: "\62";
}
.fa-user:before {
  content: "\64";
}
.fa-times:before {
  content: "\69";
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #001c4c;
  --secondary: #4f89b9;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f5f5f5;
  --dark: #666666;
  --breakpoint-sm: 0;
  --breakpoint-md: 768px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #001c4c;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button:not(:disabled) {
  cursor: pointer;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.col-12,
.col-md-2,
.col-md-4,
.col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.hamburger-menu-container {
  z-index: 13;
}
article > .container {
  z-index: 2;
  position: relative;
}
.super-header-full-container {
  position: relative;
}
.comments-modal {
  z-index: 3000003;
}
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.container.full {
  padding-left: 12px;
  padding-right: 12px;
}
.container.full .row {
  margin-left: -12px;
  margin-right: -12px;
}
.row {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col-12,
.col-md-2,
.col-md-4,
.col-md-8 {
  padding-left: 15px;
  padding-right: 15px;
}
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hidden-text {
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
}
.main-container {
  position: relative;
}
.super-header-full-container {
  background: #fff;
}
.today-topics .topic-module {
  text-align: left;
  position: relative;
  display: block;
  max-height: 37px;
}
.today-topics .topic-module-content {
  display: flex;
  overflow-x: auto;
  position: relative;
  padding: 5px 0;
  overflow: hidden;
  vertical-align: middle;
}
.today-topics .topic-module-content ul {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.today-topics .topic-module-content ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.today-topics .topic-module-content ul li:first-child {
  padding-left: 77px;
}
.today-topics .topic-module-content ul li:first-child:before {
  position: absolute;
  content: "Hoy interesa";
  font-family: TiemposHeadline;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #001c4c;
  background-color: transparent;
  top: 4px;
  left: 0;
  width: auto;
}
.today-topics .topic-link {
  position: relative;
  font-family: TiemposHeadline;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #666;
  padding: 5px 10px;
  display: block;
}
.today-topics .topic-link:before {
  content: "";
  background: #666;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  top: 8px;
  left: -2px;
}
.today-topics .topics-more-container {
  display: inline-block;
  position: relative;
  margin-left: -2px;
  vertical-align: middle;
  margin-top: 2px;
}
.today-topics .topics-more {
  cursor: pointer;
  white-space: nowrap;
}
.today-topics .topics-more:before {
  display: none;
}
.today-topics .topics-more:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #888;
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px;
}
.today-topics .topics-dropdown {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 20px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.today-topics .topics-dropdown li {
  float: none;
  display: block;
  padding: 0;
}
.today-topics .topics-dropdown .topic-link {
  padding: 3px 0;
  line-height: 1.428571429;
}
.today-topics .topics-dropdown .topic-link:before {
  display: none;
}
.fa-facebook-f:before {
  content: "\6b";
}
.fa-twitter:before {
  content: "\6c";
}
.fa-comment:before {
  content: "\6d";
}
.fa-whatsapp:before {
  content: "\73";
}
body {
  font-family: TiemposText, serif;
  font-weight: 400;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important;
  letter-spacing: -0.1px;
  word-wrap: break-word;
}
a {
  cursor: pointer;
  text-decoration: none;
}
header.header {
  position: relative;
}
header.header .sticky-no-jump {
  display: block;
  position: relative;
  height: 40px !important;
}
.home-header-search-bar {
  display: none;
}
.main-header {
  background: #001c4c;
  height: 40px;
  position: relative;
}
.main-header .container {
  height: 40px;
}
.main-header .hamburger-content {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 30px;
  text-align: left;
}
.main-header .main-header-content {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  padding-right: 0;
  padding-left: 0;
}
.main-header .logo {
  display: block;
  line-height: 0;
  margin: 0;
  width: 200px;
  position: relative;
  padding: 20px 0;
  background-image: url(../images/logo.svg?1684396345);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.main-header .logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-buttons {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: center;
  width: 30px;
  text-align: right;
}
.header-buttons button {
  background: 0 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  display: none;
  cursor: pointer;
}
.header-buttons button.user {
  display: block;
  font-size: 22px;
  line-height: 22px;
  height: 30px;
  margin-right: 10px;
  padding: 0;
}
.header-buttons span.fa-user {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  margin-top: 4px;
  font-size: 22px;
  line-height: 22px;
}
.sub-header-container {
  position: relative;
}
.sub-header {
  display: block;
  text-align: center;
  background: #eaede2;
  border-top: 1px solid #fff;
  padding: 10px 0;
}
.sub-header .sub-header-text {
  margin: 0 auto;
  line-height: 1;
  display: block;
  text-align: center;
}
.sub-header .sub-header-text-link {
  display: block;
  height: 100%;
  font-family: TiemposHeadline-Black;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  color: #001c4c;
}
.sub-header .sub-header-text-link:hover {
  text-decoration: none;
}
.sub-header .sub-header-text-link:first-letter {
  text-transform: capitalize;
}
.sub-header.sub-header-article .sub-header-text {
  font-size: 15px;
}
.sub-header .container-sub-header-text-link {
  display: inline-block;
  position: relative;
}
.subscription {
  text-align: right;
  float: right;
  display: block;
  padding: 24px 0;
}
.subscription .btn-subscription {
  background: gold;
  border-radius: 0;
  border: none;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 400;
  color: #000;
  padding: 0.25rem 0.5rem;
  line-height: 12px;
  outline: 0;
}
.header-menu-container {
  display: flex;
  justify-content: center;
}
.header-menu-container .subscription {
  padding: 0;
  display: block;
}
.header-menu-container .subscription .btn-subscription {
  padding: 0 10px;
  font-weight: 700;
  height: 39px;
  letter-spacing: -0.1px;
}
.header-menu {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 3px;
}
.header-menu ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.header-menu ul li {
  display: inline-block;
  white-space: nowrap;
}
.header-menu ul li:last-child {
  margin-left: 0;
}
.header-menu ul li:first-child a:before {
  display: none;
}
.header-menu a {
  font-family: TiemposHeadline;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #222;
  text-transform: uppercase;
  padding: 13px 10px;
  display: block;
  position: relative;
}
.header-menu a:before {
  content: "/";
  position: absolute;
  left: -2px;
}
.header-menu a:hover {
  text-decoration: none;
}
.home-header-search-bar {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: max-height, opacity, visibility 0.25s ease-out;
  -o-transition: max-height, opacity, visibility 0.25s ease-out;
  transition: max-height, opacity, visibility 0.25s ease-out;
  position: relative;
  background-color: #eee;
}
.home-header-search-bar .form-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 0;
  height: 100px;
  width: 100%;
  max-width: 990px;
}
.home-header-search-bar .search-input {
  font-family: TiemposHeadline;
  font-size: 19px;
  line-height: 17px;
  color: #666;
  width: 85%;
  outline: 0;
  border: 1px solid #fff;
  padding: 10px;
  text-indent: 40px;
}
.home-header-search-bar .header-search-form {
  position: absolute;
  top: 30px;
  left: 0;
  width: 83%;
}
.home-header-search-bar .fa-search {
  position: absolute;
  left: 15px;
  top: 13px;
  color: #666;
  font-size: 18px;
}
.home-header-search-bar .btn-advanced-search {
  position: absolute;
  top: 38px;
  right: 0;
}
.home-header-search-bar .search-btn {
  border: 1px solid #fff;
  line-height: 2.5;
  background-color: #fff;
  padding: 1px 25px;
}
#check-menusidebar {
  position: fixed;
  top: 0;
  left: -99px;
  box-sizing: border-box;
  padding: 0;
}
.hamburger-content {
  width: 20px;
  height: 40px;
}
.icon-home-menu {
  z-index: 9;
  padding: 0;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.icon-home-menu .fa {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  margin: 9px 0;
}
.icon-home-menu .fa.fa-times {
  display: none;
}
.icon-home-menu .fa-bars {
  padding-left: 10px;
}
#check-menusidebar:checked ~ .icon-home-menu {
  background-color: #eaede2;
  width: 40px;
  height: 40px;
  position: absolute;
}
#check-menusidebar:checked ~ .icon-home-menu .fa {
  margin: 9px 0;
  color: #001c4c;
}
#check-menusidebar:checked ~ .icon-home-menu .fa-times {
  display: inline-block;
}
#check-menusidebar:checked ~ .icon-home-menu .fa-bars {
  display: none;
}
#check-menusidebar:checked ~ .hamburger-menu-container {
  display: block;
  z-index: 3000002;
}
.hamburger-menu-container {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #eaede2;
}
.hamburger-menu-container .subscription {
  margin: 20px 15px 15px 15px;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 15px;
  display: block;
  float: none;
  width: auto;
  padding: 0 0 24px;
}
.hamburger-menu-container .subscription .btn-subscription {
  background: gold;
  border-radius: 0;
  border-color: gold;
  font-size: 16px;
  line-height: 36px;
  font-family: sans-serif;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  border: none;
}
.hamburger-menu {
  padding-top: 15px;
}
.hamburger-menu.container {
  height: auto;
}
.hamburger-menu ul {
  list-style: none;
  margin: 0;
}
.hamburger-menu .menu-item-title {
  font-family: TiemposHeadline-Black;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #001c4c;
  position: relative;
  background-color: #eaede2;
  border-bottom: 1px solid #001c4c;
  padding: 0 0 15px;
  min-height: 16px;
  margin-bottom: 15px;
  display: block;
}
.hamburger-menu .menu-item-link {
  font-family: TiemposHeadline;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #222;
  padding: 0 0 15px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer;
}
.article-default {
  background: #fff;
  margin-top: 20px;
}
.article-default header {
  width: 100%;
}
.article-default a:hover {
  text-decoration: none;
  box-shadow: inset 0 -1px currentColor, inset 0 0 currentColor;
}
.article-default .epigraph {
  font-family: TiemposHeadline;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #888;
  margin-bottom: 10px;
}
.article-default .epigraph:before {
  content: "";
  display: inline-block;
  background-color: #4f89b9;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.article-default .epigraph:last-child {
  margin-bottom: 0;
}
.article-default picture {
  display: block;
}
.article-default picture img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.article-top-titles {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.supra-title-container {
  order: 1;
  margin-bottom: 2px;
}
.supra-title-container .supra-title {
  font-family: TiemposHeadline;
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.1px;
  color: #4f89b9;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.title-container {
  order: 2;
}
.title-container .title {
  font-family: TiemposHeadline;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.1px;
  color: #222;
  padding-top: 5px;
}
.epigraph-container {
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.article-media-main .composite-image {
  margin: 0 -15px 20px -15px;
}
.article-media-main picture {
  display: block;
  min-width: 320px;
  min-height: 161px;
}
.article-content {
  padding-right: 15px;
  padding-left: 15px;
  min-height: 600px;
}
.article-info {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}
.author-date-content {
  display: flex;
  flex-direction: row;
  line-height: 0;
}
.author-date-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-name {
  font-family: TiemposHeadline;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.1px;
  color: #222;
  margin-bottom: 4px;
}
.date-time {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #888;
}
.article-sidebar {
  padding-right: 15px;
  padding-left: 15px;
}
.article-top-header {
  display: flex;
  flex-direction: column;
}
.social-buttons {
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d1d1d1;
  display: flex;
}
.social-buttons .share-icon {
  background: #bcbcbc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
.social-buttons .share-icon:hover {
  background-color: #555;
  border-color: #555;
  box-shadow: none;
}
.social-buttons .social-left {
  display: flex;
}
.social-buttons .social-left .share-icon:first-child {
  margin-left: 0;
}
.social-buttons .share-icon-whatsapp {
  display: inline-block;
}
.social-buttons .fa-facebook-f {
  margin-left: 0;
}
.infinite-loading {
  display: none;
  text-align: center;
  padding: 30px 0;
}
.infinite-scroll-preload {
  width: 100%;
}
.article-sponsored .sponsor-module {
  display: block;
  border-top: 1px solid #d1d1d1;
  padding: 10px 0;
  text-align: center;
}
.article-sponsored .sponsor-image,
.article-sponsored .sponsor-text {
  display: inline-block;
  vertical-align: middle;
}
.article-sponsored .sponsor-text {
  font-family: sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #888;
  text-transform: uppercase;
}
:root {
  --swiper-theme-color: #007aff;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 21px;
    padding-right: 21px;
    max-width: 990px;
  }
  .container.full {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .col-12,
  .col-md-2,
  .col-md-4,
  .col-md-8 {
    padding-left: 12px;
    padding-right: 12px;
  }
  main#main-container {
    max-width: 100%;
    background-color: transparent;
    width: auto;
  }
  .super-header-full-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0;
  }
  header.header {
    padding-bottom: 25px;
  }
  header.header .main-header > .container.full {
    padding-left: 9px;
    padding-right: 9px;
  }
  .home-header-search-bar {
    display: block;
  }
  .main-header .logo {
    width: 167px;
  }
  .main-header .main-header-content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .main-header .hamburger-content {
    width: 150px;
  }
  .header-buttons {
    width: 150px;
  }
  .header-buttons span.fa-user {
    margin-top: 0;
    font-size: 18px;
    line-height: 18px;
    width: 22px;
  }
  .header-buttons button {
    display: inline-block;
    padding: 0 9px;
    font-size: 16px;
    line-height: 12px;
    margin-left: 5px;
  }
  .header-buttons button.user {
    margin-right: 0;
    font-size: 16px;
    line-height: 12px;
    height: 22px;
    padding: 0 0 0 9px;
  }
  .sub-header .sub-header-text {
    margin: 0 auto;
    text-align: center;
  }
  .header-menu {
    text-align: center;
    overflow: hidden;
    overflow-x: hidden;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
  .article-page header.header {
    padding-bottom: 0;
  }
  .today-topics {
    margin: 0 10px;
  }
  .today-topics .topic-module-content {
    overflow-x: inherit;
    justify-content: center;
    padding: 1px 0 5px 0;
    display: inline-block;
    margin-top: 8px;
    height: 27px;
  }
  .today-topics .topic-module-content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .today-topics .topic-module {
    text-align: center;
  }
  .today-topics .topics-more:before {
    display: inline-block;
  }
  .today-topics .topics-more:after {
    display: none;
  }
  .today-topics .topics-dropdown {
    left: auto;
  }
  .article-default {
    margin: 0 auto;
  }
  .article-top-titles {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .supra-title-container .supra-title {
    font-size: 17px;
    line-height: 19px;
  }
  .title-container .title {
    font-size: 36px;
  }
  .article-media-main .composite-image {
    margin: 0 0 20px 0;
  }
  .article-media-main picture {
    min-width: 948px;
    min-height: 465px;
  }
  .article-info {
    flex-direction: row;
  }
  .date-time {
    font-size: 13px;
    line-height: 15px;
  }
  .social-buttons {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .social-buttons .share-icon {
    margin-left: 6px;
  }
  .social-buttons .share-icon-whatsapp {
    display: none;
  }
  .main-article-container {
    width: 100%;
    max-width: 1008px;
    background: #fff;
    margin: 0 auto;
  }
  .icon-home-menu {
    margin-left: 0;
  }
  .icon-home-menu .fa.fa-bars {
    padding-left: 0;
  }
  #check-menusidebar:checked ~ .hamburger-menu-container {
    width: 1020px;
  }
  .hamburger-menu-container {
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  .hamburger-menu-container .subscription {
    display: none;
  }
  .hamburger-menu {
    padding: 20px;
    border-top: none;
  }
  .hamburger-menu.container {
    max-width: 1020px;
    width: 1020px;
  }
  .hamburger-menu ul {
    display: block;
  }
  .hamburger-menu .module-hamburger-col {
    padding-right: 12px;
    padding-left: 12px;
  }
  .hamburger-menu .menu-item-link,
  .hamburger-menu .menu-item-title {
    border-bottom: none;
  }
  .hamburger-menu .menu-item-title {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 0;
  }
  .hamburger-menu .menu-item-link {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 0;
  }
  .hamburger-menu .menu-item-link:hover {
    text-decoration: underline;
  }
  .hamburger-menu .module-hamburger-col {
    border-right: 1px solid #c1c1c1;
  }
  .hamburger-menu .module-hamburger-col:last-child {
    border-right: none;
  }
}
/*! CSS Used from: https://static.lavanguardia.com/css/article-deferred.css?1684396345 */
footer {
  background: #001c4c;
  text-align: center;
  position: relative;
}
footer .container {
  background-color: #001c4c;
}
footer .breadcrumb {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 14px;
}
footer .breadcrumb li {
  display: inline-block;
}
footer .breadcrumb li a {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-family: TiemposText, serif;
}
footer .breadcrumb li a:before {
  content: "/";
  display: inline-block;
  padding: 0 5px;
  color: #ccc;
}
footer .breadcrumb li:first-child a:before {
  display: none;
}
footer .footer-logo-container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
footer .footer-logo-container .logo {
  position: relative;
  padding: 38px 0;
  line-height: 0;
  margin: 0;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 250px;
}
footer .footer-logo-container .logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .footer-copyright-text {
  color: #d1d1d1;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
  margin: 5px 0 20px 0;
  letter-spacing: -0.1px;
  width: 100%;
  display: block;
}
footer .footer-menu {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
footer .footer-menu ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
footer .footer-menu ul li {
  display: inline-block;
}
footer .footer-menu a {
  font-size: 14px;
  line-height: 14px;
  color: #f1f1f1;
  padding: 5px 10px;
  letter-spacing: -0.1px;
}
footer .footer-menu a:hover {
  color: #f1f1f1;
  text-decoration: none;
}
.article-default .paragraph {
  font-size: 19px;
  line-height: 21px;
  line-height: 27px;
  margin-bottom: 20px;
}
.article-default .content-subtitle {
  display: block;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 15px 0;
  margin: 20px auto;
}
.article-default h2.subtitle {
  font-family: TiemposHeadline;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #4f89b9;
  margin: 0 0 5px 0;
}
.article-default h3.subtitle {
  font-family: TiemposHeadline;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.1px;
}
figure {
  margin: 0;
}
.composite-image {
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.composite-image .figure-caption {
  background: #f5f5f5;
  padding: 10px 15px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.1px;
  color: #666;
}
.composite-image .figure-caption .caption-title {
  display: inline;
}
.composite-image .figure-caption .caption-author:before {
  content: "(";
  display: inline;
}
.composite-image .figure-caption .caption-author:after {
  content: ")";
  display: inline;
}
.article-modules {
  color: #222;
  font-family: TiemposText, serif;
}
.content-button {
  margin-bottom: 30px;
  display: block;
}
.content-button a {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #f47b5b;
  border-radius: 5px;
  display: inline-block;
  padding: 16px 17px;
  text-transform: uppercase;
}
.content-highlights {
  padding: 15px 0 15px 40px;
  margin: 20px auto;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  display: block;
}
.content-highlights h2 {
  font-family: TiemposHeadline;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px;
}
.content-highlights h2:before {
  content: ",,";
  position: absolute;
  font-family: TiemposHeadline;
  font-weight: 900;
  font-size: 80px;
  line-height: 80px;
  left: 0;
  top: 10px;
  transform: rotate(180deg);
  letter-spacing: -4px;
}
.content-highlights .author {
  display: flex;
  justify-content: flex-start;
}
.content-highlights .author span {
  font-family: TiemposHeadline;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: block;
  text-transform: none;
}
.content-information {
  display: block;
}
.content-information .module-supra-title {
  font-family: TiemposHeadline;
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #4f89b9;
  position: relative;
}
.content-information .module-supra-title:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #4f89b9;
  position: absolute;
  left: -20px;
  top: 10px;
}
.content-information .module-text {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 20px;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
}
.content-information .module-text:last-child {
  margin: 0;
}
.content-bg-light {
  background: #f5f5f5;
  padding: 20px;
  margin: 20px auto;
}
.sidebar-dynamic {
  display: flex;
  height: 100%;
}
.board-article-sidebar {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
.comments-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comments-modal {
    width: 134vw !important;
    height: 134vh !important;
  }
}
.comments-inner-modal {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  height: calc(100% - 40px);
  overflow: scroll;
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .comments-inner-modal {
    width: 66%;
  }
}
@media only screen and (min-width: 900px) {
  .comments-inner-modal {
    width: 50%;
  }
}
.md-comments {
  border-bottom: 4px solid #001c4c;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  min-height: 40px;
}
/*! CSS Used from: https://static.lavanguardia.com/css/article-deferred-responsive.css?1684396345 ; media=screen and (min-width: 768px) */
@media screen and (min-width: 768px) {
  footer .container {
    background: #001c4c;
  }
  footer .footer-copyright-text {
    font-size: 14px;
    line-height: 14px;
  }
  .article-default .content-subtitle {
    margin: 30px auto;
  }
  .article-default h3.subtitle {
    font-size: 28px;
    line-height: 30px;
  }
  .composite-image {
    margin-bottom: 30px;
  }
  /* .article-content {
    padding-right: 70px;
    padding-left: 12px;
  } */
  .content-highlights {
    padding: 15px 0 15px 55px;
    margin: 30px auto;
  }
  .content-highlights h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .content-highlights h2:before {
    font-size: 100px;
    line-height: 100px;
  }
  .content-bg-light {
    padding: 50px;
    margin: 30px auto;
  }
  .content-information .module-supra-title:after {
    width: 40px;
    left: -50px;
  }
}
/*! CSS Used from: Embedded */
.main-container {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  html {
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  body {
    -webkit-transform: scale(0.75) translateX(50%);
    -webkit-transform-origin: top right;
    transform: scale(0.75) translateX(50%);
    transform-origin: top right;
    position: absolute;
    right: 50%;
    top: 0;
    width: 1024px !important;
    height: 133vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #didomi-host {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }
}
/*! CSS Used from: Embedded */
@media (max-width: 768px) {
  .header-menu-container .subscription .btn-subscription {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .article-media-main .composite-image {
    aspect-ratio: initial;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: iconsfont;
  src: url(../fonts//iconsfont-v10.woff2?1684396345) format("woff2"), url(../fonts//iconsfont-v10.woff?1684396345) format("woff"), url(../fonts//iconsfont-v10.ttf?1684396345) format("truetype"), url(../fonts//iconsfont-v10.eot?#iefix?1684396345) format("embedded-opentype"), url(../fonts//iconsfont-v10.svg#fontawesome?1684396345) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-Bold.woff2?1684396345) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-Medium.woff2?1684396345) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-Regular.woff2?1684396345) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-Light.woff2?1684396345) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: TiemposText;
  src: url(../fonts/TiemposText-Regular.woff2?1684396345) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
