/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./scss/list.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700;900&family=Frank+Ruhl+Libre:wght@400;500;700;900&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./scss/list.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --brand-color: #b82921;
}

:root {
  --font-regular: Roboto, Helvetica Neue, Arial;
  --font-serif: Frank Ruhl Libre, Georgia, Times, Times New Roman, serif;
  --font-recirculation: Frank Ruhl Libre, Georgia, Times, Times New Roman, serif;
}

.aside {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .aside .border-wrapper {
    max-width: 300px;
    margin: 0 auto;
  }
}

main {
  padding-bottom: 1rem;
}
main > .container {
  padding-top: 0.5rem;
}

footer {
  font-family: Roboto, "Helvetica Neue", Arial;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1020;
}
footer .post-footer {
  background: #f0f0f0 no-repeat center top 15px;
  padding-top: 5rem;
}
footer dt {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer dd,
footer p {
  margin-bottom: 0;
}
footer p {
  font-size: 85%;
}
footer .container-fluid {
  padding: 1.5rem 1rem 1.5rem;
  background-color: #b82921;
}
footer svg {
  fill: white;
  width: 210px;
}
footer .main-links .link-list {
  background-color: #bf0811;
  padding: 0.5rem;
}
footer .main-links a {
  color: white;
  display: inline-block;
}
@media (max-width: 991.98px) {
  footer .main-links a {
    margin-bottom: 0.35rem;
    display: block;
    font-size: 0.92rem;
  }
}
footer .main-links a:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
footer .go-top-container {
  color: white;
  background-color: #333;
  padding: 0 1rem;
}
footer .go-top-container .go-top {
  background: #b82921;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  text-align: center;
  color: white;
  font-size: 3rem;
  margin: 0 auto;
  line-height: 0.5em;
  transform: translateY(-50%);
}
footer .mobile-address-data {
  font-size: 85%;
  padding-bottom: 2rem;
}

#sfWebDebug img {
  width: auto !important;
}

#top-nav {
  position: relative;
}

body:not(.modal-open):not(.raiDesktop) header.header-top {
  position: relative;
  z-index: 1080;
}

nav.edition-selector-today {
  background-color: #e6e6e6;
  font-size: 0.77rem;
  font-family: Roboto, "Helvetica Neue", Arial;
  border-bottom: solid 2px #bf0811;
}
nav.edition-selector-today .row .col-12 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
nav.edition-selector-today ul {
  margin: 0;
}
nav.edition-selector-today ul li a {
  color: black;
}
nav.edition-selector-today .edition-selector li:not(:last-child) a::after {
  content: "|";
  padding-left: 0.5rem;
  color: #bf0811;
  font-weight: bold;
}
nav.edition-selector-today .edition-selector li a {
  text-transform: uppercase;
}
nav.edition-selector-today .today-news {
  color: #bf0811;
}
nav.edition-selector-today .today-news strong {
  color: #b82921;
  white-space: nowrap;
  text-transform: uppercase;
}
nav.edition-selector-today .today-news .scrolling {
  overflow-x: auto;
  white-space: nowrap;
}
nav.edition-selector-today .today-news .scrolling::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  nav.edition-selector-today .today-news {
    overflow: hidden;
  }
}
nav.edition-selector-today .today-news li {
  font-size: 0.75rem;
  margin-right: 0.25rem;
}
nav.edition-selector-today .today-news li:not(:last-child)::after {
  padding-left: 0.25rem;
  content: "-";
}
nav.edition-selector-today .today-news li:first-child {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  nav.edition-selector-today .today-news {
    background: #fff;
    box-shadow: 0 0 0 100vmax white;
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
  }
}
nav.edition-selector-today .today-icon {
  width: 27px;
}
@media (min-width: 992px) {
  nav.edition-selector-today .location {
    margin-right: 1.25rem;
  }
  nav.edition-selector-today .today-icon {
    transform: scale(2.5) translate(-3px, 1px);
  }
}

nav.navbar-main {
  color: black;
  background-color: white;
  padding: 0.6rem 0.2rem;
  transition: top 0.25s ease;
  top: -100px;
  position: initial;
}
nav.navbar-main > .container {
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  nav.navbar-main > .container {
    position: relative;
  }
}
nav.navbar-main #hamburger span {
  background-color: black;
}
nav.navbar-main .navbar-brand {
  margin: 0 auto 0 3%;
}
@media (max-width: 374px) {
  nav.navbar-main .navbar-brand {
    margin: 0;
  }
}
@media (min-width: 992px) {
  nav.navbar-main .navbar-brand {
    margin: 0 auto;
    text-align: center;
    transform: translateX(20%);
  }
}
nav.navbar-main .navbar-brand svg {
  width: 147px;
}
@media (min-width: 992px) {
  nav.navbar-main .navbar-brand svg {
    width: 210px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  nav.navbar-main.minibar .navbar-brand svg, nav.navbar-main.minibar-fixed .navbar-brand svg {
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
  }
  nav.navbar-main.minibar .date-today, nav.navbar-main.minibar-fixed .date-today {
    display: none !important;
  }
}
nav.navbar-main.minibar-fixed {
  padding: 0.145rem 0.2rem;
  box-shadow: 2px -8px 20px #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1025;
  background-color: #b82921;
}
nav.navbar-main.minibar-fixed #hamburger span {
  background-color: white;
}
nav.navbar-main.minibar-fixed .navbar-brand svg .st0,
nav.navbar-main.minibar-fixed .navbar-brand svg .st2,
nav.navbar-main.minibar-fixed .navbar-brand svg .st3 {
  fill: white;
}
nav.navbar-main.minibar-fixed .navbar-brand svg .st1 {
  fill: #b82921;
}
@media (min-width: 992px) {
  nav.navbar-main .navbar-brand {
    transform: translateX(35%);
    min-height: 46px;
  }
  nav.navbar-main .navbar-toggler {
    font-size: 2rem;
  }
}
nav.navbar-main .btn {
  padding: 0.2rem 0.5rem;
}
@media (min-width: 576px) {
  nav.navbar-main .btn {
    padding: 0.2rem 0.5rem;
  }
}
nav.navbar-main .btn.login {
  margin-right: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  nav.navbar-main .btn.login {
    margin-left: auto;
  }
}
nav.navbar-main .btn.login span {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 767.98px) {
  nav.navbar-main .btn.login span {
    font-size: 0;
    text-transform: uppercase;
    font-weight: 900;
  }
  nav.navbar-main .btn.login span::first-letter {
    font-size: 0.85rem;
  }
}
@media (max-width: 767.98px) {
  nav.navbar-main .btn.login.gLogin span {
    display: none;
  }
}
nav.navbar-main .btn.login svg {
  width: 22px;
}
@media (min-width: 576px) {
  nav.navbar-main .btn.login svg {
    width: 25px;
  }
}
nav.navbar-main .subscribe {
  color: #000;
}
@media (max-width: 767.98px) {
  nav.navbar-main .subscribe {
    font-size: 95%;
  }
}
nav.navbar-main .date-today {
  font-size: 0.85rem;
  position: absolute;
  left: 10%;
  color: black;
}
nav.navbar-main .date-today .info {
  color: #bf0811;
}
nav.navbar-main .date-today .info:before {
  color: white;
  content: "|";
  padding: 0 0.35rem;
  filter: brightness(1);
}
nav.navbar-main #hamburger-menu {
  background: white none repeat scroll 0% 0%;
  background-color: #242424;
  color: #cdcdcd;
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 1030;
  border-bottom: solid 2px #b82921;
  transition: all 0.2s cubic-bezier(0, 1.01, 0.96, 1);
  top: 94px;
}
nav.navbar.minibar-fixed #hamburger-menu {
  top: 59px;
}

@media (min-width: 992px) {
  nav.navbar-main #hamburger-menu {
    top: 98px;
    width: 50%;
  }
  nav.navbar.minibar #hamburger-menu {
    top: 76px;
  }
  nav.navbar.minibar-fixed #hamburger-menu {
    top: 64px;
  }
}
nav.navbar-main #hamburger-menu a {
  color: #cdcdcd;
}
nav.navbar-main #hamburger-menu #hamburger-items {
  overflow-y: auto;
  max-height: calc(100vh - 166px);
}
@media (max-width: 991.98px) {
  nav.navbar-main #hamburger-menu #hamburger-items {
    max-height: 50vh;
  }
}
nav.navbar-main #hamburger-menu .search-icon svg {
  width: 16px;
  fill: white;
  top: 10px;
  left: 20px;
  position: absolute;
}
nav.navbar-main #hamburger-menu input.search {
  width: 100%;
  background-color: #333;
  border: 0;
  color: white;
  padding: 0.45rem 0 0.45rem 3rem;
}
nav.navbar-main #hamburger-menu .nav-item {
  border-bottom: solid 1px #666;
}
nav.navbar-main #hamburger-menu .nav-item .btn-link {
  color: white;
  border-radius: 0;
  padding: 0.3rem 1.4rem;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  font-weight: bolder;
  display: flex;
  justify-content: space-between;
}
nav.navbar-main #hamburger-menu .nav-item .btn-link:hover, nav.navbar-main #hamburger-menu .nav-item .btn-link:focus {
  text-decoration: none;
}
nav.navbar-main #hamburger-menu .nav-item .btn-link:focus {
  box-shadow: none;
}
nav.navbar-main #hamburger-menu .nav-item .btn-link.collapsed:not(.simple)::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: transparent url(/images/shared/svg/icons.svg#mas-view) no-repeat right center/10px 11px;
  filter: invert(17%) sepia(37%) saturate(6624%) hue-rotate(344deg) brightness(92%) contrast(108%);
}
nav.navbar-main #hamburger-menu .nav-item .btn-link:not(.collapsed) {
  background: #b82921 url(/images/shared/svg/icons.svg#menos-view) no-repeat 96% center/10px 10px;
}
nav.navbar-main #hamburger-menu .nav-item .btn-link:not(.collapsed).noticias {
  background-color: #b82921;
}
nav.navbar-main #hamburger-menu .nav-item .btn-link:not(.collapsed).sucesos {
  background-color: #333;
}
nav.navbar-main #hamburger-menu .nav-item .btn-link:not(.collapsed).opinion {
  background-color: #b82921;
}
nav.navbar-main #hamburger-menu .nav-item .btn-link:not(.collapsed).especial {
  background-color: #cc4e14;
}
nav.navbar-main #hamburger-menu .nav-item ul {
  background-color: white;
  margin-bottom: 0;
}
nav.navbar-main #hamburger-menu .nav-item ul li {
  padding-left: 2.2rem;
}
nav.navbar-main #hamburger-menu .nav-item ul li:not(:last-child) {
  border-bottom: solid 1px #4d4d4d;
}
nav.navbar-main #hamburger-menu .nav-item ul li a {
  color: #4d4d4d;
}
nav.navbar-main #hamburger-menu .newsletter form {
  display: flex;
}
nav.navbar-main #hamburger-menu .newsletter input.email {
  border-radius: 10px 0 0 10px;
  border: 0;
  padding-left: 0.8rem;
}
nav.navbar-main #hamburger-menu .newsletter input.btn {
  padding: 0.2rem 1rem;
  border-radius: 0 10px 10px 0px;
  font-size: 0.9rem;
  background-color: #b82921;
}
nav.navbar-main #hamburger-menu .bottom-links a:not(:last-child) {
  border-right: solid 2px #bf0811;
  padding-right: 0.8rem;
  margin-right: 0.5rem;
}
nav.navbar-main .scroller {
  background-color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1021;
}
nav.navbar-main .scroller .scroller-progress {
  height: 4px;
  background-color: #bf0811;
  transition: width 0.1s linear;
}
nav.navbar-main .navbar-links {
  transition: all 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  transform: translateX(0);
}
nav.navbar-main .navbar-links.hidden {
  transform: translateX(25vw);
}

/* purgecss start ignore */
nav.navbar-menu {
  transform: translateY(0);
  border-bottom: solid 2px #ead6d8;
  background: #b82921;
  position: relative;
  padding: 0;
}
nav.navbar-menu > .container-md {
  display: block;
}
@media (min-width: 992px) {
  nav.navbar-menu > .container-md {
    position: relative;
  }
}
nav.navbar-menu.fixed {
  background: #e6e6e6;
  position: fixed;
  box-shadow: 2px -8px 20px #333;
  z-index: 1024;
  transition: transform 0.25s ease;
  width: 100%;
  transform: translateY(-3px);
}
nav.navbar-menu.fixed:not(.submenu) {
  background-color: white;
}
@media (min-width: 992px) {
  nav.navbar-menu.fixed {
    transform: translateY(39px);
  }
}
nav.navbar-menu.fixed .nav-menu .nav-item > a {
  color: #212529;
}
nav.navbar-menu.fixed .nav-menu .nav-item svg {
  fill: #212529 !important;
}
nav.navbar-menu.fixed .nav-menu .nav-item.active > a {
  color: #b82921;
}
nav.navbar-menu .nav-menu .nav-item {
  padding: 0.5rem 0 0.4rem;
}
@media (max-width: 991.98px) {
  nav.navbar-menu .nav-menu .nav-item {
    padding: 0.4rem;
  }
}
nav.navbar-menu .nav-menu .nav-item:first-child svg {
  width: 23px;
  fill: white;
  vertical-align: top;
}
nav.navbar-menu .nav-menu .nav-item > a {
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  nav.navbar-menu .nav-menu .nav-item > a {
    display: flex;
  }
}
nav.navbar-menu .nav-menu .nav-item a {
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  font-family: Roboto, "Helvetica Neue", Arial;
}
@media (min-width: 992px) {
  nav.navbar-menu .nav-menu .nav-item a {
    font-size: 0.96rem;
  }
}
nav.navbar-menu .nav-menu .nav-item.active > a {
  color: #ffc300;
}
nav.navbar-menu .nav-menu .nav-item.actions {
  max-width: 60px;
  margin-left: auto;
}
nav.navbar-menu .nav-menu .nav-item.actions .icon svg {
  width: 16px;
  fill: white;
}
nav.navbar-menu .nav-menu .nav-item.actions .icon:not(:last-child)::after {
  content: "|";
  color: #a4a4a4;
}
nav.navbar-menu .nav-menu .nav-item.selected {
  background: white;
}
nav.navbar-menu .nav-menu .nav-item.selected a {
  color: #b82921;
  font-weight: bold;
}
nav.navbar-menu .nav-menu .nav-item.selected .news-heading a {
  color: #212529;
}
nav.navbar-menu .nav-menu .subnav-container {
  position: fixed;
  top: 36px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  border-bottom: 2px solid #b82921;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
nav.navbar-menu .nav-menu .subnav-container .news-item {
  padding-right: 0;
}
nav.navbar-menu .nav-menu .subnav-container .news-item .news-heading {
  line-height: 1.15;
  margin-top: 0.25rem;
}
nav.navbar-menu .nav-menu .subnav-container .news-item .opinion-face {
  max-height: 94px;
  width: auto;
}
nav.navbar-menu .nav-menu .subnav-container .submenu li {
  padding-left: 0.25rem;
  background: no-repeat transparent url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M6.646 3.646a.5.5 0 01.708 0l6 6a.5.5 0 010 0.708l-6 6a.5.5 0 01-.708-.708L12.293 10 6.646 4.354a.5.5 0 010-.708z'/></svg>") center right;
  background-size: 0.75rem;
}
nav.navbar-menu .nav-menu .subnav-container .submenu li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.5rem;
}
nav.navbar-menu .nav-menu .subnav-container .submenu li:first-child a {
  text-transform: uppercase;
  font-weight: bold;
  color: #b82921;
}
nav.navbar-menu .nav-menu .subnav-container .submenu li a {
  display: block;
  font-weight: normal;
  color: #212529;
}
nav.navbar-menu .nav-menu .subnav-container .subnav-related a {
  font-size: 1rem;
}
@media (min-width: 992px) {
  nav.navbar-menu .nav-menu {
    gap: 1.5rem;
  }
}

/* purgecss end ignore */
nav.navbar-submenu .subnav-menu {
  margin: 0.5rem 0 1rem;
  font-size: 0.9rem;
}
nav.navbar-submenu .subnav-menu .list-inline-item {
  margin-right: 0;
}
nav.navbar-submenu .subnav-menu .list-inline-item.active a {
  font-weight: bold;
  color: #b82921;
}
nav.navbar-submenu .subnav-menu .list-inline-item + .list-inline-item::before {
  content: "|";
  color: #b82921;
}

@media (min-width: 992px) {
  .nav-item > a {
    white-space: nowrap;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.list-group .list-group-item.active {
  background-color: #b82921;
  border-color: #b82921;
}
.list-group .list-group-item.active a {
  color: white;
}

@media (max-width: 991.98px) {
  .scrolling-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-direction: row;
  }
  .scrolling-nav::after {
    content: "";
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    height: 100%;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 9%;
    z-index: 1;
  }
  .scrolling-nav::-webkit-scrollbar {
    display: none;
  }
  .scrolling-nav .nav-item {
    flex: 0 0 auto;
  }
}
.weather-today .label {
  width: 88px;
}

.section-title {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 1rem;
}
.section-title,
.section-title h1 {
  font-weight: bold;
  font-size: 1.35rem;
  line-height: 1.2;
}
.section-title h1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-title h1 {
    font-size: 2rem;
  }
}
.section-title .col > span {
  font-weight: normal;
  font-size: 85%;
}
.section-title .badge {
  font-weight: normal;
  font-size: 0.75rem;
  margin-left: 0.45rem;
  vertical-align: middle;
  font-family: Roboto, "Helvetica Neue", Arial;
}
.section-title:not(.lower) {
  text-transform: uppercase;
}
div.by-section-list.background .section-title {
  background-color: transparent;
}

div.by-section-list.background:not(.dark-text) .section-title {
  color: white !important;
}

.alertas .carousel-inner {
  border-radius: 3px;
}
.alertas h2 {
  white-space: nowrap;
  font-weight: normal;
  font-size: 1rem;
  overflow: hidden;
  position: relative;
}
.alertas h2 .scroll-inner {
  display: inline-block;
}
.alertas h2 .scroll-inner a {
  margin-right: 10px;
}
.alertas h2.animate .scroll-inner {
  animation: scrollText 15s linear infinite;
}
.alertas h2.animate:hover .scroll-inner {
  animation-play-state: paused;
}
.alertas .carousel-item .tipo {
  background: #b82921;
}
.alertas h5 {
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  .alertas h5, .alertas h2 {
    font-size: 0.9rem;
  }
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.black-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1030;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.black-overlay.overlay-visible {
  transition: visibility 0.2s ease, opacity 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.over-overlay {
  position: relative;
  z-index: 1080;
}

#hamburger {
  width: 32px;
  height: 27px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background-color: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#hamburger span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
  top: 0;
}
#hamburger span:nth-child(3), #hamburger span:nth-child(4) {
  top: 11px;
}
#hamburger span:nth-child(5), #hamburger span:nth-child(6) {
  top: 22px;
}
#hamburger.open span:nth-child(1), #hamburger.open span:nth-child(6) {
  transform: rotate(45deg);
}
#hamburger.open span:nth-child(2), #hamburger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
#hamburger.open span:nth-child(1) {
  left: 0;
  top: 5px;
}
#hamburger.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 5px;
}
#hamburger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#hamburger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#hamburger.open span:nth-child(5) {
  left: 0;
  top: 16px;
}
#hamburger.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px;
}

@media (max-width: 991.98px) {
  #hamburger {
    width: 24px;
    height: 20px;
  }
  #hamburger span {
    height: 4px;
  }
  #hamburger span:nth-child(3), #hamburger span:nth-child(4) {
    top: 9px;
  }
  #hamburger span:nth-child(5), #hamburger span:nth-child(6) {
    top: 18px;
  }
  #hamburger.open span:nth-child(5) {
    top: 14px;
  }
  #hamburger.open span:nth-child(6) {
    top: 14px;
  }
}
.ads {
  text-align: center;
}
@media (max-width: 991.98px) {
  .ads {
    margin-bottom: 0.5rem;
  }
  .ads.henneoHB:not(.no-border) {
    margin: auto;
    margin-bottom: 1rem;
    padding: 20px 0;
    border-top: 2px solid #b82921;
    border-bottom: 2px solid #b82921;
  }
}
.ads .ad-content div,
.ads .ad-content iframe,
.ads .ad-content a,
.ads .ad-content img {
  margin: 0 auto;
  display: block;
}
.ads .ad-content iframe + *,
.ads .ad-content a + * {
  margin-top: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ads div[id^=top].ad-content iframe {
    margin-left: -25px;
  }
}
.ads.sticky {
  margin-bottom: 1rem;
}

.by-section-list .ads div[class*=col] {
  border: 0;
}

@media (min-width: 992px) {
  :not(.aside) > .ads.sticky,
.aside .ads.sticky > div {
    position: sticky;
    z-index: 1020;
    top: 68px;
    height: -moz-min-content;
    height: min-content;
  }
}
@media (min-width: 768px) {
  .aside .ads {
    margin-bottom: 0.5rem;
  }
  .aside .ads:not(:last-child) {
    flex-basis: 750px;
  }
  .aside .ads:last-child {
    flex: 1;
  }
}
.skys {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  justify-content: space-between;
  margin-top: 0.5rem;
  padding-bottom: 10rem;
}
.skys .ad {
  width: calc((100vw - 1157px) / 2);
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.skys .ad.left {
  justify-content: flex-end;
}
.skys .ad.right {
  justify-content: flex-start;
}
.skys > .sticky-top {
  top: 68px;
  height: -moz-min-content;
  height: min-content;
}

.henneoHB-intext {
  margin: 0 auto;
  text-align: center;
}
.henneoHB-intext > div {
  margin: 0 auto;
  text-align: center;
}
.henneoHB-intext > div > iframe {
  margin-bottom: 1.65rem !important;
}
.henneoHB-intext > div.teads-inread {
  margin-bottom: 1.65rem !important;
}
.henneoHB-intext > ra {
  margin-bottom: 1.65rem;
}

.ad-top-container:not(.no-cls):not(:empty):not(.no-cls-mobile) {
  min-height: 6.75rem;
}
@media (min-width: 768px) {
  .ad-top-container:not(.no-cls):not(:empty) {
    min-height: 16.125rem !important;
  }
}

@media (max-width: 991.98px) {
  .henneoHB-right,
.yieldLove.ad-right {
    min-height: 15.625rem;
  }
}
@media (max-width: 991.98px) {
  .adimpact-3 {
    padding: 20px 0;
  }
  .adimpact-3 .ads-container:first-child .ads {
    border-top: 2px solid #b82921;
  }
  .adimpact-3 .ads-container:last-child .ads {
    border-bottom: 2px solid #b82921;
    padding-bottom: 20px;
  }
  .adimpact-3 .ads {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 0.65;
  transition: opacity 300ms;
  background: #f7f7f7 no-repeat center;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 600ms;
}

.carousel-item {
  opacity: 0.5;
}
.carousel-item .lazyload, .carousel-item.active {
  opacity: 1;
  transition: opacity 100ms;
}
.carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 10%;
     object-position: center 10%;
  height: auto;
}
@media (min-width: 768px) {
  .carousel-item img.vertical-image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.carousel-wrap {
  background-color: #242424;
  position: relative;
}

.carousel-caption-wrap {
  height: 0;
}

img[data-toggle=modal]:hover {
  cursor: pointer;
}

.modal-body {
  min-width: 16rem;
  min-height: 7rem;
}
.modal-body img {
  max-height: 90vh;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-content {
  max-width: 100%;
  width: auto;
  margin: auto;
  overflow: hidden;
}
.modal-content .dark {
  background-color: #333;
}
.modal-content .embed-responsive {
  width: 75vw;
}
.modal-content iframe {
  width: 370px;
  height: 205px;
  overflow: hidden;
  border: none;
}
@media (min-width: 768px) {
  .modal-content iframe {
    width: 960px;
    height: 540px;
  }
}
.modal-content.transparent {
  background-color: transparent;
}
.modal-content .close {
  position: absolute;
  right: 10px;
  color: white;
  opacity: 1;
  font-size: 2.5rem;
  text-shadow: 1px 1px 20px black;
}
.modal-content .nav-pills {
  background-color: #e6e6e6;
}
.modal-content .nav-link {
  border-radius: 0;
  white-space: nowrap;
}
.modal-content .nav-link.active {
  background-color: #b82921;
}

.modal-backdrop.show {
  opacity: 0.7;
}

@media (min-width: 480px) {
  .modal-lg, .modal-xl {
    max-width: calc(100% - 4rem);
  }
}
body.modal-open main {
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.btn {
  font-weight: 500;
  font-family: Roboto, "Helvetica Neue", Arial;
}

.btn-primary,
.btn-primary:hover {
  background-color: #b82921;
  border-color: #b82921;
}
.btn-primary.disabled,
.btn-primary:hover.disabled {
  background-color: #eee;
  border-color: #eee;
  color: #000;
}

.btn-light,
.btn-light:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn.subscribe {
  background-color: #ffc300;
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: bold;
  padding: 0.15rem 1.5rem;
  color: #fff;
}

.btn-danger {
  background-color: #b82921;
  border-color: #b82921;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):hover, .btn-danger.focus, .btn-danger:focus {
  box-shadow: none;
  border-color: #b82921;
  background-color: #b82921;
  filter: brightness(0.95);
}

.btn-warning {
  color: white;
}

input.input-date,
input.input-date-native::-webkit-calendar-picker-indicator {
  background: white url("data:image/svg+xml,%3Csvg version='1.1'         xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 200 200'         xml:space='preserve'%3E%3Cpath fill='%23b82921' class='st1' d='M162.9         28.2V14.8c0-6.1-3.6-12-9.4-13.8-9.7-3-18.5 4-18.5 13.2v14.6c0 9.2 8.8 16.2         18.5 13.2 5.7-1.8 9.4-7.7 9.4-13.8z'/%3E%3Cpath fill='%23b82921'         class='st1' d='M197.5 25.9h-27.7v6.5c0 9.2-5.5 18-14.3 20.8C141.1 57.7 128         46.9 128 33v-7.1H72.2v6.5c0 9.2-5.5 18-14.3 20.8-14.4         4.5-27.5-6.3-27.5-20.2v-7.1l-27.9-.3v174.7h195.3l-.3-174.4zm-13.7         160.4H16.4V74.7h167.4v111.6z'/%3E%3Cpath fill='%23b82921' class='st1'         d='M65.2 28.3V14.8c0-6.1-3.6-12-9.4-13.8-9.6-3.1-18.5 4-18.5         13.2v14.6C37.3 38 46.2 45 55.8 42c5.8-1.8 9.4-7.7 9.4-13.7z'/%3E%3Cg%3E%3Cpath         fill='%23000' class='st1' d='M72.2 94.7h20.9v20.9H72.2zM107         94.7h20.9v20.9H107zM141.9 94.7h20.9v20.9h-20.9zM72.2         123.6h20.9v20.9H72.2zM107 123.6h20.9v20.9H107zM141.9         123.6h20.9v20.9h-20.9zM72.2 152.5h20.9v20.9H72.2zM37.3         123.6h20.9v20.9H37.3zM37.3 152.5h20.9v20.9H37.3zM107         152.5h20.9v20.9H107zM141.9 152.5h20.9v20.9h-20.9z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 95% center/21px !important;
}

.datepicker table tbody tr td.active.active,
.datepicker table tbody tr td.active.active:hover {
  background-color: #b82921;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .input-daterange input {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.datepicker-dropdown {
  z-index: 1021 !important;
}

.pagination .page-item.active .page-link {
  color: #b82921;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.pagination .page-item .page-link {
  color: #242424;
  font-weight: bold;
}

.news-heading {
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
}
@media (max-width: 991.98px) {
  .news-heading {
    margin-bottom: 0.25rem;
  }
}
h1.news-heading,
h2.news-heading {
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1.05em;
}

@media (min-width: 992px) {
  h1.news-heading {
    font-size: 2.7rem;
  }
  .post-intro h1.news-heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  h2.news-heading {
    font-size: 2.05rem;
    line-height: 1.15em;
  }
}

h3.news-heading {
  font-size: 1.35rem;
  line-height: 1.125;
}

@media (max-width: 991.98px) {
  .list-item h3.news-heading {
    font-size: 1.1rem;
  }
}

h4.news-heading {
  font-size: 1.1rem;
}

h5.news-heading {
  font-size: 1rem;
}

.news-heading span,
.news-heading span a {
  text-transform: uppercase;
  color: #b82921;
}

.post-subtitle {
  font-family: Roboto, "Helvetica Neue", Arial;
}

.main-heading {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1em;
}
@media (min-width: 992px) {
  .main-heading {
    font-size: 3rem;
    margin-bottom: 0.25rem;
  }
}

.heading-info {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.45rem 0.75rem;
  font-size: 1.3rem;
}
.heading-info strong {
  font-weight: 900;
}

.heading-box {
  border-left: solid 5px #b82921;
  padding: 0.5rem 1rem;
  font-family: Roboto, "Helvetica Neue", Arial;
}
.heading-box.grey {
  background: #e6e6e6;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.arrow.up {
  border-bottom: 5px solid #0cac0d;
}
.arrow.up.blue {
  border-bottom: 5px solid #03a2e6;
}
.arrow.down {
  border-top: 5px solid #b82921;
}

.circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.circle.blue {
  background-color: #03a2e6;
}
.circle.green {
  background-color: #0cac0d;
}
.circle.red {
  background-color: #b82921;
}
.circle.grey {
  background-color: #666;
}
.circle.black {
  background-color: black;
}

.badge-light {
  background-color: #e6e6e6;
}

.badge-danger {
  background-color: #b82921;
}

.blink {
  animation: blinker 1s step-start infinite;
}

.fall {
  animation: fall 0.35s ease-in-out 1;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes fall {
  0% {
    transform: translateY(-101%);
  }
  100% {
    transform: translateY(0);
  }
}
.gigya-style-modern {
  outline-color: #b82921;
}
.gigya-style-modern div.gigya-screen-dialog-top {
  background-color: #b82921 !important;
}
.gigya-style-modern #gigya-screen-dialog-page-overlay {
  filter: alpha(opacity=75) !important;
  opacity: 0.75 !important;
}
.gigya-style-modern .gigya-screen-dialog-close > a:before {
  content: "X";
  color: white;
}
.gigya-style-modern .gigya-screen-dialog-close > a > img {
  display: none;
}
.gigya-style-modern .gigya-screen .gigya-input-text:focus, .gigya-style-modern .gigya-screen .gigya-input-password:focus {
  border-color: #b82921;
  box-shadow: 0 0 5px 0 #b82921;
}
.gigya-style-modern .gigya-screen a.gigya-button, .gigya-style-modern .gigya-screen input[type=button], .gigya-style-modern .gigya-screen input[type=submit] {
  background-color: #b82921;
}

.gigya-screen-dimmer[style],
.gigya-screen-loader[style] {
  z-index: 1 !important;
  margin: 2rem 0 !important;
}

#gigyaWrapper .gigya-screen-caption {
  display: none !important;
}

.gigya-social-login-container > div[style] {
  width: 100% !important;
}

div[id^=body_modal].trigger-modal {
  padding-top: 10% !important;
}
div[id^=body_modal].trigger-modal .u_body {
  background-color: #fff;
  font-family: Roboto, "Helvetica Neue", Arial !important;
  position: relative;
  max-width: 750px !important;
  overflow: hidden !important;
  max-height: 100% !important;
  border-radius: 0.35rem;
  border: solid 2px #b82921 !important;
}
@media (max-width: 767.98px) {
  div[id^=body_modal].trigger-modal .u_body {
    max-width: 365px !important;
  }
  div[id^=body_modal].trigger-modal .u_body span.text-small {
    font-size: 0.8rem;
  }
}
div[id^=body_modal].trigger-modal .u_body #close_button {
  position: absolute;
  background-color: #b82921;
  border: 0 !important;
  transform: translate(-10px, 10px);
  color: white;
}
@media (max-width: 767.98px) {
  div[id^=body_modal].trigger-modal .u_body #close_button {
    width: 30px !important;
    height: 30px !important;
  }
}
div[id^=body_modal].trigger-modal .u_body h2,
div[id^=body_modal].trigger-modal .u_body h3 {
  font-weight: bolder !important;
  font-family: Roboto, "Helvetica Neue", Arial !important;
}
div[id^=body_modal].trigger-modal .u_body .u_content_button {
  cursor: pointer;
}
div[id^=body_modal].trigger-modal .u_body a {
  transition: background 0.5s;
}
div[id^=body_modal].trigger-modal .u_body span.text-small {
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .trigger-modal.metered-menorca .u_body {
    background-image: url(https://assets.unlayer.com/stock-templates/1703065999927-activador_chica_m.jpg);
  }
}

.trigger-modal.metered-ultimahora h2 {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .trigger-modal.metered-ultimahora .u_body {
    background-size: cover !important;
    background-position: 0px center !important;
  }
  .trigger-modal.metered-ultimahora .u_body #u_content_html_2 a {
    display: block;
  }
  .trigger-modal.metered-ultimahora .u_body #u_column_5 {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .trigger-modal.metered-ultimahora #u_content_image_1 > div {
    top: 0;
  }
  .trigger-modal.metered-ultimahora #u_content_image_1 img {
    display: none;
  }
}
@media (min-width: 768px) {
  .trigger-modal.metered-ultimahora .u_body {
    background-size: cover !important;
  }
  .trigger-modal.metered-ultimahora h2,
.trigger-modal.metered-ultimahora p {
    text-align: center !important;
  }
}
@media (max-width: 991.98px) {
  .trigger-modal.metered-ultimahora.metered-first .u_body {
    background-image: url(https://assets.unlayer.com/stock-templates1685547575394-activador_chica_m.jpg) !important;
  }
}
.trigger-modal.metered-ultimahora.metered-first .u_body #u_content_image_1 > div::after {
  margin-top: 52px;
  display: inline-block;
}

.trigger-push {
  padding-top: 124px !important;
}
@media (min-width: 768px) {
  .trigger-push {
    padding-top: 131px !important;
  }
}
.trigger-push .u_body {
  animation: fall 0.35s ease-in-out 1;
  border: 0 !important;
  border-radius: 0.15rem;
}
@media (min-width: 768px) {
  .trigger-push .u_body {
    max-width: 500px !important;
  }
}
.trigger-push .u_body .u_content_button {
  white-space: nowrap;
}

.trigger-modal.register-simple-ultimahora .u_body {
  background-color: black !important;
  border-color: black !important;
}
@media (max-width: 991.98px) {
  .trigger-modal.register-simple-ultimahora .u_body {
    padding-top: 9rem;
    background-image: url(https://assets.unlayer.com/stock-templates1690792288836-fondo_mobile_UH.jpg) !important;
  }
  .trigger-modal.register-simple-ultimahora .u_body .foot a {
    display: block;
  }
  .trigger-modal.register-simple-ultimahora .u_body h2 {
    font-size: 29px !important;
    line-height: 1.1 !important;
  }
}
.trigger-modal.register-simple-ultimahora .u_body .foot {
  text-shadow: 1px 2px 5px black;
}
.trigger-modal.register-simple-ultimahora .u_body #close_button {
  background-color: #686868;
}

.sticky-scroll {
  transition: transform 950ms;
  background-color: white;
  visibility: hidden;
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .sticky-scroll {
    box-shadow: none !important;
    background-color: transparent;
  }
}
.sticky-scroll.hide {
  transform: translateY(120%);
}
.sticky-scroll img {
  min-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #b82921;
}
.sticky-scroll .container {
  position: relative;
}
@media (min-width: 576px) {
  .sticky-scroll .container {
    box-shadow: 0 0 15px #999;
  }
}
.sticky-scroll #close_button {
  border-radius: 0.3rem 0.3rem 0 0 !important;
  font-weight: 900;
  display: inline-block;
  padding: 0 !important;
  height: 24px !important;
  width: 30px !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
  transform: translate(-10px, -24px);
  border-color: #bbb !important;
  border-bottom: 0 !important;
  box-shadow: 0 0 10px #999;
  color: #000 !important;
}

div[id^=body_modal] {
  margin-bottom: 1.65rem;
}

.table .thead-dark th {
  background-color: #333;
}

.bx {
  padding: 1.25rem;
  background: white;
  margin-bottom: 1rem;
  box-shadow: #c9c9c9 0 0 10px;
  border-radius: 0.15rem;
}
.bx .news-content {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .bx.background {
    padding-left: 0;
    padding-right: 0;
  }
}
.bx.background:not(.dark-text) .news-list *, .bx.background:not(.dark-text) .news-list * a {
  color: white !important;
}
.bx.background .section-title {
  margin-bottom: 0 !important;
  padding-top: 1rem;
}
@media (max-width: 991.98px) {
  .bx {
    margin-left: -15px;
    margin-right: -15px;
    padding: 1.25rem 15px;
  }
}

.section-title,
.section-title a:not(.btn):not(.badge) {
  color: #b82921;
}

.featured .news-content {
  border-radius: 0 0 0.5rem 0.5rem;
}
.featured.reverse .news-content {
  border-radius: 0.5rem 0.5rem 0 0;
}

div > .background {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.by-section-list .location-selector.form-group {
  justify-content: left;
}
@media (min-width: 768px) {
  .by-section-list .location-selector.form-group {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .by-section-list .location-selector.form-group label.col-form-label {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .by-section-list.background .location-selector.form-group {
    margin-left: 1rem;
  }
}
.portada .btn.btn-warning,
.portada .btn.subscribe {
  background-color: #ffc700;
  border-color: #ffc700;
  color: black;
}

.tiempo-webcam h5,
.lo-mas h5,
.encuesta h5 {
  text-align: center !important;
  text-transform: uppercase;
}
.tiempo-webcam h5, .tiempo-webcam h5 a,
.lo-mas h5,
.lo-mas h5 a,
.encuesta h5,
.encuesta h5 a {
  color: #b82921 !important;
}

.hemeroteca-weather .bx .border-wrapper {
  border: none;
  padding: 0;
}

footer .post-footer {
  padding-top: 1rem;
}

.post.reportaje div .post-head::before {
  top: -10px;
  height: calc(100% + 10px);
}

@media (min-width: 768px) {
  .post.autopromo.autopromo div .post-head::before,
.post.reportaje.autopromo div .post-head::before {
    background-color: transparent;
    top: -20px;
    z-index: 0;
    width: calc(100% + 2.5rem);
    height: calc(100% + 20px);
  }
  .post.autopromo.reportaje div .post-head::before,
.post.reportaje.reportaje div .post-head::before {
    width: 100%;
    border-radius: 0.15rem;
    box-shadow: #c9c9c9 0 0 10px;
  }
  .post.autopromo .post-head .featured-img-container,
.post.autopromo .post-head .news-heading,
.post.autopromo .post-head .post-subtitle,
.post.reportaje .post-head .featured-img-container,
.post.reportaje .post-head .news-heading,
.post.reportaje .post-head .post-subtitle {
    padding: 0 1.25rem;
  }
}
html,
body {
  scroll-padding-top: 70px;
}

body {
  background-color: #f2efed;
  font-family: Roboto, "Helvetica Neue", Arial;
}

::-moz-selection {
  color: #b82921;
  background: #ffeb9a;
}

::selection {
  color: #b82921;
  background: #ffeb9a;
}

a {
  color: #212529;
}
a:hover {
  text-decoration: none;
  color: #b82921;
}

object {
  vertical-align: middle;
}

textarea {
  resize: none;
  border-color: #ccc;
  padding: 0.5rem 1rem;
  width: 99%;
  box-shadow: 0 0 5px #ccc inset;
}

select {
  border-radius: 0.15rem;
  border: solid 1px #999;
}

select.custom-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'        width='4' height='5' viewBox='1 2 2 5 '%3e%3cpath fill='%23343a40' d='M2 1L0        2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

abbr[title] {
  text-underline-offset: 3px;
}

.text-decoration-underline {
  text-decoration: underline;
}

p.intro,
div.intro {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  line-height: 1.35em;
}
p.intro a,
div.intro a {
  color: #b82921;
}

.hide-text,
.hide-text:hover {
  font-size: 0;
  color: transparent !important;
  font-family: monospace;
}

.bg-lightgrey {
  background-color: #e6e6e6;
}

.bg-brand {
  background-color: #b82921;
}

.text-brand {
  color: #b82921;
}

@media (min-width: 768px) {
  .mini-gutters {
    margin-left: -7px;
    margin-right: -7px;
  }
  .mini-gutters > .col, .mini-gutters > [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.related-list {
  font-family: Roboto, "Helvetica Neue", Arial;
}
.related-list li, .related-list li::before {
  line-height: 1.3em;
}
.related-list li a {
  font-weight: bold;
}
.news-item.featured .related-list li a {
  color: #212529;
}
.related-list li .opinion-mini {
  padding: 0;
}
.related-list .related-big {
  line-height: 1.3rem;
}
.related-list h2 {
  font-size: 1.2rem;
}
.related-list h2 a {
  color: #b82921;
}

.related-list li:not(.no-bullet):before,
.post-related a.more:before {
  background: #b82921;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  content: "";
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
}

.media {
  position: relative;
}
.media::before {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  color: white;
  font-size: 175%;
  background: rgba(0, 0, 0, 0.45);
  padding: 0 0.7rem;
  border-radius: 5px;
}
.media.audio::before {
  content: "\f025";
}
.media.video::before {
  content: "\f04b";
}
.media.pdf::before {
  content: "\f1c1";
}
.media.gallery::before {
  content: "\f030";
}

.author,
.num-comments,
.date {
  font-family: Roboto, "Helvetica Neue", Arial;
  font-size: 85%;
  font-weight: 500;
}
.author.num-comments,
.num-comments.num-comments,
.date.num-comments {
  display: inline-block;
}
.author.num-comments::after,
.num-comments.num-comments::after,
.date.num-comments::after {
  content: "";
  background: transparent url(/images/shared/svg/icons.svg#comentariopost-view) no-repeat center center;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
.news-item:not(.featured) .author.num-comments::after,
.news-item:not(.featured) .num-comments.num-comments::after,
.news-item:not(.featured) .date.num-comments::after {
  filter: invert(17%) sepia(37%) saturate(6624%) hue-rotate(344deg) brightness(92%) contrast(108%);
}
.author + *::before,
.num-comments + *::before,
.date + *::before {
  margin: 0 0.25rem;
}
.author + .author::before,
.num-comments + .author::before,
.date + .author::before {
  content: "-";
}
.author + .date::before, .author + .num-comments::before,
.num-comments + .date::before,
.num-comments + .num-comments::before,
.date + .date::before,
.date + .num-comments::before {
  content: "|";
}
.author,
.author a,
.num-comments,
.num-comments a,
.date,
.date a {
  color: #555;
}

.thread {
  font-family: Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1.1rem;
  margin-bottom: 0;
}
.thread, .thread * {
  color: #b82921;
}
.thread > a:not(:first-child)::before {
  content: " | ";
}

.border-wrapper {
  border: solid 1px #e6e6e6;
  padding: 1rem;
}

.news-media + .news-content,
img + .news-content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.logged-user {
  color: #b82921;
}

.lo-mas h5 {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.lo-mas h5 .plus {
  font-family: Roboto, "Helvetica Neue", Arial;
  font-weight: bold;
  color: white;
  background: #b82921;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.lo-mas ol {
  list-style: none;
  counter-reset: lo-mas-counter;
  padding: 0 1rem;
  line-height: 1.2rem;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .lo-mas ol {
    padding: 0;
  }
}
.lo-mas ol li {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  display: flex;
  counter-increment: lo-mas-counter;
  align-items: center;
  min-height: 2.5rem;
}
.lo-mas ol li::before {
  margin-right: 0.9rem;
  content: counter(lo-mas-counter) " ";
  color: #b82921;
  font-weight: bold;
  font-size: 1.7rem;
}
.lo-mas ol li:not(:last-child) {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.related {
  color: #b82921;
  font-weight: bold;
  margin-bottom: 2rem;
}
.related li {
  list-style-type: square;
}
.related ul::after {
  position: absolute;
  content: "";
  width: 95%;
  transform: translateX(-50%);
  left: 50%;
  border-bottom: solid 2px #e6e6e6;
  bottom: -15px;
}

.first-letter > :first-child::first-letter {
  line-height: 0.8em;
  padding: 0 0.45rem 0 0;
  font-size: 4rem;
  float: left;
}
@media (min-width: 768px) {
  .first-letter > :first-child::first-letter {
    font-size: 6.2rem;
  }
}

.hidden {
  visibility: hidden;
}

.registered-content {
  display: none;
}

.poll-date {
  font-size: 1.2rem;
  border-bottom: solid 2px #b82921;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
}

.related-to-poll p {
  color: #b82921;
}

.form_error {
  color: #b82921;
  padding-bottom: 0.5rem;
}

.noscroll {
  overflow: hidden;
}

.authors {
  font-family: Roboto, "Helvetica Neue", Arial;
  line-height: 1em;
}

.fourhundred-four {
  background: #000b1d url(/images/404/error_404.jpg) no-repeat 67% top;
  min-height: 500px;
}
@media (min-width: 768px) {
  .fourhundred-four {
    background-position: center top;
    min-height: 750px;
  }
}
.fourhundred-four .message {
  margin-top: 3rem;
  color: white;
  max-width: 600px;
}
.fourhundred-four .message h3 {
  text-shadow: 1px 1px 10px black;
  font-weight: normal;
}
@media (min-width: 768px) {
  .fourhundred-four .message h3 {
    max-width: 65%;
  }
}
.fourhundred-four .message a {
  color: #b82921;
}

.follow a.icon {
  vertical-align: super;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.25rem;
}

@media (min-width: 768px) {
  .full-width-md {
    margin-left: calc(-50vw + (1140px - 0.8rem) / 2);
    margin-right: calc(-50vw + (1140px - 0.8rem) / 2);
  }
}

@media (max-width: 575.98px) {
  .full-width-xs > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .full-width-xs > .container {
    padding: 0 !important;
  }
}

form label {
  font-weight: bold;
}
form label.required::before {
  content: "*";
  color: red;
  margin-right: 0.25rem;
}

.popover .popover-body {
  background-color: #333;
  color: white;
  border-radius: 0.25rem;
}
.popover .arrow::after,
.popover .arrow::before {
  border-top-color: #333;
  border-bottom-color: #333;
}

.news-item {
  margin-bottom: 1rem;
}
.news-item .news-media {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .news-item.reverse,
.news-item.reverse .news-media {
    display: flex;
    flex-direction: column;
  }
  .news-item.reverse .news-content,
.news-item.reverse .news-content-container {
    order: -1;
  }
}
@media (max-width: 991.98px) {
  .news-item.branded-content:not(.featured):not(.economico) {
    background-color: #dff5ff;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.news-item.branded-content:not(.featured):not(.economico) .news-content {
  background-color: #dff5ff;
}
@media (min-width: 768px) {
  .news-item.branded-content:not(.featured):not(.economico) .news-content {
    padding: 0.5rem 0.5rem;
  }
}
.news-item.economico:not(.list-item) .news-wrapper,
.news-item.economico:not(.list-item) .news-content {
  background-color: #fff1e0;
  padding: 0.5rem 0.5rem;
}
.news-item.economico:not(.list-item) .thread,
.news-item.economico:not(.list-item) .thread * {
  color: black;
}
.news-item.featured.noticias .news-content,
.news-item.featured.noticias .featured-color, .news-item:not(.reverse).super.noticias .news-content,
.news-item:not(.reverse).super.noticias .featured-color,
.news-item .featured-img-container .img-description.noticias .news-content,
.news-item .featured-img-container .img-description.noticias .featured-color {
  background-color: #b82921;
}
.noticias .featured-img-container .img-description > * {
  background-color: #b82921;
}

@media (min-width: 768px) {
  .news-item.featured:not(.reverse).super.noticias .news-media::after, .news-item:not(.reverse).super:not(.reverse).super.noticias .news-media::after,
.news-item .featured-img-container .img-description:not(.reverse).super.noticias .news-media::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #b82921 100%);
    background-repeat: repeat-x;
  }
}
.news-item.featured.sucesos .news-content,
.news-item.featured.sucesos .featured-color, .news-item:not(.reverse).super.sucesos .news-content,
.news-item:not(.reverse).super.sucesos .featured-color,
.news-item .featured-img-container .img-description.sucesos .news-content,
.news-item .featured-img-container .img-description.sucesos .featured-color {
  background-color: #333;
}
.sucesos .featured-img-container .img-description > * {
  background-color: #333;
}

@media (min-width: 768px) {
  .news-item.featured:not(.reverse).super.sucesos .news-media::after, .news-item:not(.reverse).super:not(.reverse).super.sucesos .news-media::after,
.news-item .featured-img-container .img-description:not(.reverse).super.sucesos .news-media::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #333 100%);
    background-repeat: repeat-x;
  }
}
.news-item.featured.opinion .news-content,
.news-item.featured.opinion .featured-color, .news-item:not(.reverse).super.opinion .news-content,
.news-item:not(.reverse).super.opinion .featured-color,
.news-item .featured-img-container .img-description.opinion .news-content,
.news-item .featured-img-container .img-description.opinion .featured-color {
  background-color: #b82921;
}
.opinion .featured-img-container .img-description > * {
  background-color: #b82921;
}

@media (min-width: 768px) {
  .news-item.featured:not(.reverse).super.opinion .news-media::after, .news-item:not(.reverse).super:not(.reverse).super.opinion .news-media::after,
.news-item .featured-img-container .img-description:not(.reverse).super.opinion .news-media::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #b82921 100%);
    background-repeat: repeat-x;
  }
}
.news-item.featured.especial .news-content,
.news-item.featured.especial .featured-color, .news-item:not(.reverse).super.especial .news-content,
.news-item:not(.reverse).super.especial .featured-color,
.news-item .featured-img-container .img-description.especial .news-content,
.news-item .featured-img-container .img-description.especial .featured-color {
  background-color: #cc4e14;
}
.especial .featured-img-container .img-description > * {
  background-color: #cc4e14;
}

@media (min-width: 768px) {
  .news-item.featured:not(.reverse).super.especial .news-media::after, .news-item:not(.reverse).super:not(.reverse).super.especial .news-media::after,
.news-item .featured-img-container .img-description:not(.reverse).super.especial .news-media::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #cc4e14 100%);
    background-repeat: repeat-x;
  }
}
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .news-heading a,
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .main-heading a,
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .authors *,
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .intro, .news-item.featured:not(.dark-text) .news-heading a,
.news-item.featured:not(.dark-text) .main-heading a,
.news-item.featured:not(.dark-text) .authors *,
.news-item.featured:not(.dark-text) .intro {
  color: black;
}
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .news-heading a:hover,
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .main-heading a:hover,
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .authors *:hover,
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .intro:hover, .news-item.featured:not(.dark-text) .news-heading a:hover,
.news-item.featured:not(.dark-text) .main-heading a:hover,
.news-item.featured:not(.dark-text) .authors *:hover,
.news-item.featured:not(.dark-text) .intro:hover {
  filter: opacity(0.9);
}
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .thread,
.by-section-list.background:not(.dark-text) .news-item:not(.dark-text) .thread *, .news-item.featured:not(.dark-text) .thread,
.news-item.featured:not(.dark-text) .thread * {
  color: #bf0811;
}

.news-item.featured .news-heading {
  font-weight: bold;
}
.news-item.featured .news-heading span {
  color: white;
}
.news-item.featured .news-content {
  background-color: #fdedee;
  padding: 0.5rem;
}
.news-item.featured.economico .news-content,
.news-item.featured.economico .featured-color {
  color: black;
  background-color: #e5d1bd;
}
.news-item.featured.economico .news-content a,
.news-item.featured.economico .news-content .author,
.news-item.featured.economico .news-content .intro,
.news-item.featured.economico .featured-color a,
.news-item.featured.economico .featured-color .author,
.news-item.featured.economico .featured-color .intro {
  color: black;
}
@media (min-width: 768px) {
  .news-item:not(.reverse).super .news-media {
    display: block;
  }
  .news-item:not(.reverse).super .news-media::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .featured-first .underscore-football {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .featured-first .underscore-football .dual-score .team {
    font-size: 1.3rem;
    min-width: 25%;
  }
}

.featured-first.background:not(.dark-text) .main-heading a,
.featured-first.background:not(.dark-text) .authors a,
.featured-first.background:not(.dark-text) .match-info,
.featured-first.background:not(.dark-text) .match-info a {
  color: white !important;
}
.featured-first.background:not(.dark-text) .dual-score {
  background-color: white !important;
}

@media (max-width: 1199.98px) {
  .featured-second.background {
    background-color: white !important;
  }
}
@media (min-width: 992px) {
  .featured-second.background .news-item.featured-main {
    margin-left: 15px;
  }
}

.featured-img-container {
  position: relative;
}
@media (max-width: 991.98px) {
  .featured-main:not(.featured) .featured-img-container {
    margin-bottom: 0.15rem;
  }
}
.featured-img-container .img-description {
  z-index: 1;
  position: absolute;
  min-width: 85%;
  text-transform: uppercase;
  font-size: 0.85rem;
  bottom: -1rem;
}
.featured .featured-img-container .img-description {
  top: 0;
  bottom: unset;
  min-width: auto;
}
@media (max-width: 991.98px) {
  .featured .featured-img-container .img-description a {
    padding-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .featured-img-container .img-description.center {
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.95rem;
  }
}
.featured-img-container .img-description > * {
  display: inline-block;
  width: 100%;
  padding: 0.12rem 1rem;
  color: white;
  background-color: #b82921;
}
@media (min-width: 992px) {
  .featured-img-container .img-description > * {
    padding: 0.2rem 1.5rem;
    width: auto;
  }
}
@media (min-width: 992px) {
  .featured-img-container + .news-content {
    padding-top: 0.75rem;
  }
}

.divider div.news-item:not(.cronica):not(:last-of-type) {
  margin-bottom: 1.7rem;
}
@media (max-width: 991.98px) {
  .divider div.news-item:not(.cronica):not(:last-of-type)::after {
    position: absolute;
    content: "";
    width: 95%;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: solid 2px #e6e6e6;
    bottom: -15px;
  }
  .background .divider div.news-item:not(.cronica):not(:last-of-type)::after {
    position: absolute;
    content: "";
    width: 95%;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: solid 2px white;
    bottom: -15px;
  }
}
@media (max-width: 991.98px) {
  .divider.divider-top div.news-item:first-child {
    padding-top: 0.6rem;
  }
}
@media (max-width: 991.98px) {
  .divider.divider-top div.news-item:first-child::before {
    position: absolute;
    content: "";
    width: 95%;
    transform: translateX(-50%);
    left: 50%;
    border-top: solid 2px #e6e6e6;
    top: -5px;
  }
  .background .divider.divider-top div.news-item:first-child::before {
    position: absolute;
    content: "";
    width: 95%;
    transform: translateX(-50%);
    left: 50%;
    border-top: solid 2px white;
    top: -5px;
    position: absolute;
    content: "";
    width: 95%;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: solid 2px white;
    bottom: -15px;
  }
}
.divider.always div.news-item {
  position: relative;
}
.divider.always div.news-item.row {
  padding-top: 0.25rem;
}
.divider.always div.news-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.divider.always div.news-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 95%;
  transform: translateX(-50%);
  left: 50%;
  border-bottom: solid 2px #e6e6e6;
  bottom: -15px;
}
.divider.always div.news-item:not(:last-child).reader-letter::after {
  bottom: 0;
}
@media (max-width: 991.98px) {
  .divider + .divider div.news-item:first-child {
    padding-top: 0.7rem;
  }
  .divider + .divider div.news-item:first-child::before {
    position: absolute;
    content: "";
    width: 95%;
    transform: translateX(-50%);
    left: 50%;
    border-top: solid 2px #e6e6e6;
    top: -5px;
  }
}

.by-section-list .location-selector {
  justify-content: center;
}
@media (min-width: 768px) {
  .by-section-list .location-selector {
    width: 40%;
    margin: 0 auto;
  }
}
.by-section-list .location-selector label {
  font-weight: 500;
}

.list-meta {
  font-size: 0.85rem;
}
.list-meta .section-info {
  color: #b82921;
  display: inline-block;
}
.list-meta .section-info::after {
  content: " - ";
  color: black;
}

.full-reportaje, .full-reportaje .row {
  background-color: black;
  color: white;
}
.full-reportaje a,
.full-reportaje .author {
  color: white;
}
.full-reportaje h5 {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  color: orange;
  font-weight: bold;
  text-transform: uppercase;
}
.full-reportaje .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0.25rem 0;
  font-weight: 600;
}
.full-reportaje .reportaje-btn span {
  text-transform: uppercase;
  margin-right: 1rem;
  color: #b82921;
  font-size: 0.9rem;
  display: block;
}
.full-reportaje .reportaje-heading {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
}
.full-reportaje .reportaje-img {
  position: relative;
  overflow: hidden;
}
.full-reportaje .reportaje-img img.lazyloaded {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-submenu {
  position: relative;
}
.list-submenu .badge {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 80%;
}

@media (max-width: 991.98px) {
  .news-1x4 + .third {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .cerrado {
    margin-bottom: 1.5rem;
    border-bottom: 5px solid #e6e6e6;
  }
}
iframe.cercle {
  width: 100%;
  border: 0;
}
@media (max-width: 575.98px) {
  iframe.cercle {
    height: 675px;
  }
}

.by-section-list.background {
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .by-section-list.background {
    margin: 0 -15px 1rem;
    padding: 0 15px;
  }
}
.by-section-list.background .section-title {
  background-color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .by-section-list.background .section-title::after {
    width: 100%;
  }
}
.by-section-list.background .image-heading {
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .by-section-list.background .image-heading > .col {
    padding: 0;
  }
}
.by-section-list.background:not(.icon-list) .news-list {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .by-section-list.background:not(.icon-list) .news-list {
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .by-section-list.background .news-list {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.by-section-list.background.icon-list p {
  line-height: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .by-section-list.background.icon-list .news-list {
    padding: 1rem 0;
    margin: 0;
  }
  .by-section-list.background.icon-list .news-list .news-item {
    margin-bottom: 0 !important;
  }
  .by-section-list.background.icon-list .news-list .news-item img {
    max-height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .by-section-list.background.icon-list.scrolling {
    -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 0% 85%, rgba(0, 0, 0, 0.2));
            mask: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 0% 85%, rgba(0, 0, 0, 0.2));
    padding-left: 15px;
    padding-right: 15px;
  }
  .by-section-list.background.icon-list.scrolling .news-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 1rem 0 1rem 0;
    flex-wrap: nowrap;
  }
  .by-section-list.background.icon-list.scrolling .news-list::-webkit-scrollbar {
    display: none;
  }
  .by-section-list.background.icon-list.scrolling .news-list .news-item.content-item {
    min-width: 260px;
    margin-bottom: 0;
  }
  .by-section-list.background.icon-list.scrolling .news-list .news-item.content-item::after {
    border: 0;
    display: none;
  }
  .by-section-list.background.icon-list.scrolling.cerrado {
    border-bottom: 2px solid;
  }
}
@media (min-width: 768px) {
  .by-section-list.background .divider .news-item.featured {
    overflow: hidden;
    margin-bottom: 0.5rem;
  }
  .by-section-list.background .divider .news-item.featured > .row,
.by-section-list.background .divider .news-item.featured .news-content-container,
.by-section-list.background .divider .news-item.featured .news-content {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .news-1x6 .news-item .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .news-1x6 .news-item .col-7 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 15px !important;
  }
  .news-1x6 .news-item:not(.featured) .col-7 {
    padding-top: 0.5rem !important;
  }
}
.live-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.4);
  border-radius: 11px;
  border: 1px solid #fff;
  line-height: 2;
  text-transform: uppercase;
  display: flex;
  padding-right: 0.5rem;
  font-size: 0.7rem;
  align-items: center;
}
.live-icon::before {
  content: "";
  width: 9px;
  height: 9px;
  margin: 0 0.35rem;
  border-radius: 5px;
  background: red;
  animation: blinker 1.5s step-start infinite;
}

@media (min-width: 992px) {
  .featured-special .featured-content {
    position: absolute;
    top: 1.85%;
    left: 3.55%;
    background-color: rgba(35, 35, 35, 0.65);
    width: 350px;
    color: white;
    height: 94.5%;
    padding-top: 3.5rem;
  }
  .featured-special .featured-content a, .featured-special .featured-content span {
    color: white;
  }
  .featured-special .featured-img-container .img-description {
    top: 2rem;
    z-index: 10;
    bottom: unset;
  }
}
.noticias .section-title > *::after {
  border-color: #b82921;
}
.noticias.news-item .thread *,
.noticias.news-item .thread, .noticias.news-item.section-info {
  color: #b82921;
}
.noticias.news-item.featured .thread,
.noticias.news-item.featured .thread * {
  color: white;
}

.sucesos .section-title > *::after {
  border-color: #333;
}
.sucesos.news-item .thread *,
.sucesos.news-item .thread, .sucesos.news-item.section-info {
  color: #333;
}
.sucesos.news-item.featured .thread,
.sucesos.news-item.featured .thread * {
  color: white;
}

.opinion .section-title > *::after {
  border-color: #b82921;
}
.opinion.news-item .thread *,
.opinion.news-item .thread, .opinion.news-item.section-info {
  color: #b82921;
}
.opinion.news-item.featured .thread,
.opinion.news-item.featured .thread * {
  color: white;
}

.especial .section-title > *::after {
  border-color: #cc4e14;
}
.especial.news-item .thread *,
.especial.news-item .thread, .especial.news-item.section-info {
  color: #cc4e14;
}
.especial.news-item.featured .thread,
.especial.news-item.featured .thread * {
  color: white;
}

.economico.background .news-list, .economico.subsection, .economico.post, .economico.block > div {
  background-color: #fff1e0;
}
.economico.block .news-list {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.especial.background .news-list {
  background-color: #ebebeb;
  padding-bottom: 0;
}

.vips.background .news-list,
.prometeo-wrapper.background .news-list {
  background-color: #e6e6e6;
  padding-bottom: 0;
}

.fotogalerias {
  background-color: #333;
}
@media (min-width: 768px) {
  .fotogalerias {
    background-clip: content-box;
  }
}
.fotogalerias .galeria-title {
  font-size: 1.1rem;
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
}
.fotogalerias .carousel-caption-visible {
  padding: 0.6rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .fotogalerias .carousel-caption-visible {
    min-height: 92px;
  }
}
.fotogalerias h4.news-heading {
  font-weight: 500;
}
@media (min-width: 768px) {
  .fotogalerias h4.news-heading {
    font-size: 1rem;
  }
}
.fotogalerias .row:not(.section-title), .fotogalerias .row:not(.section-title) a:not(.btn) {
  color: #fff;
}
.fotogalerias .row:not(.section-title) .btn-light {
  width: 100%;
  margin-bottom: 1rem;
}
.fotogalerias .row:not(.section-title) span.current {
  color: #bf0811;
}
.fotogalerias .fotogalerias-content {
  background-color: #333;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .fotogalerias .fotogalerias-content {
    padding: 1rem;
  }
}
.fotogalerias .fotogalerias-more {
  padding: 0 1rem;
}
.fotogalerias .carousel-control-next-icon,
.fotogalerias .carousel-control-prev-icon {
  background-color: black;
  border-radius: 50%;
  background-size: 35% 35%;
  padding: 1.2rem;
}
.fotogalerias .gallery-author {
  font-weight: bold;
}
.fotogalerias .gallery-author:not(:last-child)::after {
  content: " - ";
  color: white;
}

.dual-score {
  background-color: #e6e6e6;
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.dual-score,
.dual-score p {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.dual-score .team {
  min-width: 50%;
  font-size: 0.98rem;
}
.dual-score .team .name {
  font-family: "Roboto Condensed", sans-serif;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.dual-score .team.visitor {
  flex-direction: row-reverse;
  margin-left: 0.2rem;
}
.dual-score .team img {
  max-height: 36px;
  max-width: 36px;
  height: auto;
  width: auto;
  margin: 0.5rem 0.35rem;
}
@media (min-width: 768px) {
  .dual-score .team img {
    margin: 0.5rem 0.75rem;
  }
}
.dual-score .result {
  font-size: 1.4rem;
  padding: 0.1rem 0.5rem;
  background-color: #666;
  color: white;
}
.dual-score .match-info {
  margin-bottom: 0.25rem;
}

.dual-score.online .result {
  background-color: #b82921;
}

.dual-score.finished .result {
  background-color: #0cac0d;
}

.score-basketball1 .dual-score .result {
  padding: 0.1rem 0.3rem;
}

.match-info {
  font-size: 0.9rem;
  font-family: "Roboto Condensed", sans-serif;
}

.multi-results.row .col > h4 {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  font-size: 1.25rem;
}

.news-list .multi-results-table:not(.tennis) {
  border: 1px solid #dee2e6;
}

.multi-results-table {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 0.95rem;
}
.multi-results-table img {
  max-width: 32px;
  box-sizing: content-box;
  height: auto;
}
.multi-results-table img.escudo {
  max-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.multi-results-table td {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.multi-results-table td img {
  padding: 0 0.3rem;
}
.multi-results-table th {
  padding: 0.5rem 1rem 0.25rem;
}
.multi-results-table.tennis td.expand {
  width: 100%;
}
.multi-results-table tr td {
  white-space: nowrap;
}
.multi-results-table .visitor {
  justify-content: flex-end;
}
.multi-results-table td.match-date {
  width: 20%;
}
@media (max-width: 1199.98px) {
  .multi-results-table td.match-date {
    position: absolute;
    width: 100%;
    top: 3px;
    padding: 0;
    left: 0;
    text-align: center;
    font-size: 85%;
  }
}
.multi-results-table td.match-date span::before {
  content: " · ";
}
.multi-results-table.date-on-top td {
  margin-top: 0.5rem;
  width: 33.3%;
}
.multi-results-table.date-on-top td.match-date {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 3px;
  padding: 0;
  left: 0;
  text-align: center;
  font-size: 85%;
}
@media (min-width: 1200px) {
  .multi-results-table:not(.date-on-top) td.match-date ~ td {
    width: 26.6666666667%;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .multi-results-table:not(.tennis) tr {
      display: flex;
    }
  }
}
.multi-results-table:not(.tennis) tr,
.multi-results-table:not(.tennis) .local,
.multi-results-table:not(.tennis) .visitor {
  align-items: center;
  display: flex;
}
.multi-results-table:not(.tennis) tr {
  transform: scale(1);
}
@media (min-width: 768px) {
  .multi-results-table:not(.tennis) tr {
    padding: 0 0.2rem;
  }
}
.multi-results-table:not(.tennis) thead tr::after,
.multi-results-table:not(.tennis) tbody tr:not(:last-child)::after {
  position: absolute;
  content: "";
  border-bottom: solid 1px #e6e6e6;
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
.multi-results-table caption {
  caption-side: top;
  padding: 0;
}
.multi-results-table caption h4 {
  color: #000;
  font-size: 1.25rem;
}
.multi-results-table caption span {
  font-weight: bold;
}
.multi-results-table .result {
  text-align: center;
  width: 30%;
}
.multi-results-table .result span {
  background-color: #e9e9e9;
  padding: 0.1rem 0;
  border-radius: 0.25rem;
  font-weight: bold;
  min-width: 65px;
  display: inline-block;
  white-space: nowrap;
}
.multi-results-table .finished .result span,
.multi-results-table .jugado .result span {
  background-color: #0cac0d;
  color: white;
}
.multi-results-table .online .result span {
  background-color: #b82921;
  color: white;
}
.multi-results-table .suspendido .result span {
  background-color: #333;
  color: white;
}
.multi-results-table .pospuesto .result span {
  background-color: #212529;
  color: white;
}
.multi-results-table .visitor {
  padding: 1rem 0 1rem 0.75rem;
  text-align: right;
}
.multi-results-table .local {
  padding: 1rem 0.75rem 1rem 0;
  text-align: right;
}
.multi-results-table .btn {
  font-size: 0.9rem;
}
.multi-results-table .match-info {
  font-weight: normal;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .underscore .score-tennis td:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.multi-results-table.tennis table.score-tennis {
  margin-bottom: 0;
}

.score-tennis {
  margin-bottom: 0.25rem;
  border-collapse: separate;
  border-spacing: 2px;
  width: calc(100% + 6px);
  transform: translateX(-3px);
}
.score-tennis td {
  position: relative;
  padding: 0.35rem;
  background-color: #e6e6e6;
}
.score-tennis td:not(:first-child) {
  text-align: center;
}
.score-tennis td.won {
  font-weight: bold;
}
.score-tennis td.player img {
  max-width: 28px;
  height: auto;
  margin-right: 0.35rem;
  vertical-align: middle;
}
.score-tennis td.finished.suspendido {
  background-color: #333;
  color: white;
}
.score-tennis td.playing {
  color: #b82921;
}
.score-tennis td.result {
  width: 5%;
}
.score-tennis td .circle {
  position: absolute;
  left: 4%;
  top: 4%;
  width: 5px;
  height: 5px;
}

.score-tennis.finished td.final {
  background-color: #0cac0d;
  color: white;
}

.score-tennis.futuro td.final {
  background-color: #999;
  color: white;
}

.score-tennis.suspendido td.final {
  background-color: #333;
  color: white;
}

.score-tennis.pospuesto td.final {
  background-color: #212529;
  color: white;
}

.score-tennis.online td.final {
  background-color: #b82921;
  color: white;
}

table.medallero {
  font-family: "Roboto Condensed", sans-serif;
}
table.medallero caption {
  caption-side: top;
  text-align: center;
  background: #b82921;
  color: white;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  table.medallero caption h3.news-heading {
    font-size: 1rem;
  }
}
table.medallero tr td img {
  width: 30px;
  height: auto;
}
@media (max-width: 767.98px) {
  table.medallero tr td img {
    width: 20px;
  }
}
@media (max-width: 767.98px) {
  table.medallero tr th img {
    height: 20px;
    width: auto;
  }
  table.medallero tr td, table.medallero tr th {
    padding: 0.15rem;
    font-size: 14px;
  }
  table.medallero tr td.medalla, table.medallero tr th.medalla {
    width: 55px;
  }
}

.opinion-mini {
  line-height: 1.35em;
  color: #555;
}
.opinion-mini .opinion-heading {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
}
.opinion-mini > div {
  background-color: #f5f2e9;
  margin: 0;
}
@media (max-width: 767.98px) {
  .opinion-mini > div {
    padding: 1rem 0;
  }
}
.opinion-mini:not(.wide) .author-title, .opinion-mini.mini .author-title {
  display: block;
}
@media (min-width: 768px) {
  .opinion-mini.vertical .subscription-mark {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .opinion-mini {
    margin-bottom: 0.8rem;
  }
  .news-1x6 .opinion-mini .opinion-heading {
    font-size: 1.05rem;
    line-height: 1.2;
  }
}
.opinion-mini.deportes > div {
  background-color: #d9eecd;
}
.opinion-mini.vips > div {
  background-color: #fcf6fa;
}
.opinion-mini .row {
  align-items: center;
}
.opinion-mini img.opinion-face {
  min-width: 72px;
  min-height: 72px;
  background-color: white;
}
.opinion-mini .author {
  font-size: 100%;
}
.opinion-mini .author a {
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .opinion-mini .author a {
    margin: auto;
  }
}
.opinion-mini .author a.subscription-mark {
  order: -1;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .extras-1 .author a,
.extras-2 .author a {
    margin: 0;
  }
}
.opinion-mini p:first-child {
  border-bottom: solid 1px #999;
}
.opinion-mini p + p {
  font-weight: bold;
  font-size: 110%;
}
.opinion-mini.wide .author a {
  margin: 0;
}
.opinion-mini.wide .opinion-face {
  min-width: auto;
  min-height: auto;
}

.opinion-multi div.section-title > div::after {
  border-color: #b82921;
}
.opinion-multi .section {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
}
.opinion-multi .section a {
  color: #777;
}
.opinion-multi .opinador img {
  max-width: 135px;
  max-height: 135px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  border: 1px solid #fff;
}
.opinion-multi .author {
  margin: 0.15rem auto;
  font-weight: bold;
  min-height: 46px;
  display: flex;
  flex-direction: column;
}
.opinion-multi .author > span,
.opinion-multi .author > a {
  margin: auto;
  margin-bottom: 0.15rem;
  display: block;
  color: #b82921;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .opinion-multi .author {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.opinion-multi h4 {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  border-top: solid 2px #b82921;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.15;
  padding-top: 0.15;
}

.encuesta {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
}
.encuesta h5 {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
}
.encuesta .total {
  background-color: #e9e9e9;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}
.encuesta .options .progress-bar {
  background-color: #b82921;
}
.encuesta .options.inactive .progress-bar {
  background-color: #333;
}
.encuesta .btn-primary {
  padding: 0.25rem 1.5rem;
}
.list .encuesta > .col:after {
  position: absolute;
  content: "";
  width: 95%;
  transform: translateX(-50%);
  left: 50%;
  border-bottom: solid 2px #e6e6e6;
  bottom: -15px;
}
.encuesta label {
  font-size: 0.9rem;
}

.location-info {
  border-left: solid 8px #ccc;
  padding-left: 0.5rem;
  line-height: 1.35em;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.location-info span {
  display: block;
}
.guide-featured .news-heading {
  padding: 0.15rem 0.5rem;
}

.full-lists-title {
  color: white;
  background-color: #333;
  padding: 0.5rem 0;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .list-selector-wrapper {
    border-bottom: dotted 2px #999;
    margin-bottom: 1rem;
  }
}

.list-selector .btn a {
  color: white;
}
.list-selector .btn-primary {
  background-color: #00b4b0;
  border-color: #00b4b0;
}

.circunscripciones {
  font-size: 1.3rem;
}

.elections-list {
  counter-set: candidates-counter 0;
}
.elections-list h5 {
  background-color: #00b4b0;
  display: flex;
  padding: 0.35rem 1rem;
  gap: 1rem;
  align-items: center;
  line-height: 1.4;
  font-weight: 900;
}
@media (min-width: 768px) {
  .elections-list h5 {
    font-size: 1.5rem;
  }
}
.elections-list h5 img {
  border: solid 1px;
}
.elections-list h5,
.elections-list h5 a {
  color: white;
}
.elections-list h6 {
  color: #00b4b0;
}
.elections-list .list-candidates .candidate {
  counter-increment: candidates-counter;
  padding: 1rem;
  background-color: #d5d5d5;
}
.elections-list .list-candidates .candidate:nth-child(odd) {
  background-color: #e6e6e6;
}
@media (min-width: 768px) {
  .full-lists .elections-list .list-candidates .candidate:first-child:first-child .candidate-img,
.same .candidate .candidate-img {
    max-width: 33%;
    flex: auto;
  }
}
.elections-list:not(.same) .candidate:first-child img {
  border: solid 2px #00b4b0;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .elections-list:not(.same) .candidate:first-child .candidate-info {
    order: 2;
  }
  .elections-list:not(.same) .candidate:first-child .candidate-img {
    padding: 0.5rem 5rem;
    max-width: 100%;
    flex: auto;
    margin-bottom: 0.5rem;
  }
  .elections-list:not(.same) .candidate:first-child .candidate-name {
    text-align: center;
  }
}

.elections-list .list-candidates .candidate img {
  border: solid 2px gray;
}
@media (min-width: 768px) {
  .elections-list .list-candidates .candidate img {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .elections-list .list-candidates .candidate:not(:first-child) .candidate-info {
    padding-left: 0.5rem;
  }
}
.elections-list .list-candidates .candidate .candidate-name {
  line-height: 1.3;
  font-weight: 900;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .elections-list .list-candidates .candidate .candidate-name {
    display: flex;
  }
}
@media (min-width: 768px) {
  .elections-list .list-candidates .candidate .candidate-name {
    font-size: 1.4rem;
  }
}
.elections-list .list-candidates .candidate .candidate-name::before {
  content: counter(candidates-counter) ".";
  color: #00b4b0;
  margin-right: 0.2rem;
}
@media (min-width: 768px) {
  .elections-list .list-candidates .candidate .candidate-name::before {
    line-height: 1.6;
    font-size: 88%;
  }
}
.elections-list .list-candidates .candidate .bio p {
  font-size: 95%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .elections-list .list-candidates ~ .list-candidates-secondary {
    padding-left: 25%;
  }
}
.elections-list .list-candidates-secondary {
  list-style: none;
  background-color: #e6e6e6;
  padding: 1rem 0.25rem 1rem 1rem;
}
.elections-list .list-candidates-secondary li {
  line-height: 1.15;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
  font-weight: bold;
  display: flex;
}
.elections-list .list-candidates-secondary li::before {
  color: #00b4b0;
  min-width: 25px;
  margin-right: 0.35rem;
}
ol.list-candidates-secondary li {
  counter-increment: candidates-counter;
}
ol.list-candidates-secondary li::before {
  content: counter(candidates-counter) ".";
}

.list-candidates-secondary.substitutes {
  counter-set: substitutes-counter 0;
}
.list-candidates-secondary.substitutes li {
  counter-increment: substitutes-counter;
}
.list-candidates-secondary.substitutes li::before {
  content: counter(substitutes-counter) ".";
}

.news-list .countdown {
  border-radius: 5px;
  font-size: 0.8rem;
  background-color: #333;
  color: #fff;
  height: 63px;
  width: 63px;
}
.news-list .countdown h4 {
  font-size: 0.8rem;
  background-color: #00b4b0;
  border-radius: 5px 5px 0 0;
  line-height: 1.2;
}
.news-list .countdown .days-left {
  font-size: 220%;
  line-height: 0.8;
  padding-top: 0.3rem;
}
.news-list .countdown span {
  color: #00b4b0;
}

.elected-info {
  margin-bottom: 1.5rem;
  font-family: Roboto, "Helvetica Neue", Arial;
}
.elected-info .elected-location img {
  height: 50px;
  width: auto;
  margin-right: 0.5rem;
}
.elected-info .elected-location h4 {
  font-family: "Frank Ruhl Libre", Georgia, Times, "Times New Roman", serif;
  width: 75%;
}
.elected-info .elected-bio {
  background-color: #e6e6e6;
}
.elected-info .elected-bio img {
  border: solid 2px gray;
}
.elected-info .elected-bio dl {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
}
.elected-info .elected-bio dd,
.elected-info .elected-bio dt {
  display: inline;
}
.elected-info h5 {
  padding: 0.5rem;
  color: white;
}
.elected-info .deal-info {
  line-height: 1;
}
.elected-info .deal-info .star {
  padding-top: 0.75rem;
  font-size: 3rem;
  font-weight: 900;
  color: #212529;
}
.elected-info .deal-info .star.mayoria {
  color: #038faf;
}
.elected-info .deal-info .star.pacto {
  color: #c1181a;
}
.elected-info .deal-info .star.pacto::after {
  content: "*";
  color: #65ac04;
  margin-left: 0.35rem;
}
.elected-info .deal-info .cambio {
  background-color: #212529;
  color: #f9e502;
  font-size: 1.5rem;
  border-radius: 50%;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}
.elected-info.pp .elected-name {
  background-color: #0bb2ff;
}
.elected-info.psoe .elected-name {
  background-color: #ee1c25;
}
.elected-info.pi .elected-name {
  background-color: #bc72c0;
}
.elected-info.mes .elected-name {
  background-color: #a5c325;
}
.elected-info.sumar .elected-name {
  background-color: #ed478d;
}
.elected-info.vox .elected-name {
  background-color: #7cbd2a;
}
.elected-info.otros .elected-name {
  background-color: #858283;
}

.elections-text {
  color: #00b4b0;
}

.bg-elections {
  background-color: #00b4b0;
  color: white;
}
.bg-elections.btn:hover {
  color: white;
}

.legends {
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.legends.full .legend {
  border-bottom: 1px dotted #ccc;
  width: calc(50% - 0.25rem);
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .legends.full .legend:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .legends.full .legend {
    width: calc(33.33% - 0.35rem);
  }
  .legends.full .legend:nth-child(3n) {
    margin-right: 0;
  }
}
.legends.full .legend .nombre {
  width: 50%;
}
@media (min-width: 768px) {
  .legends.full .legend .nombre {
    width: 77%;
  }
}
.legends.full .legend .resultado {
  width: 45px;
}
.legends.full .legend .resultado_diputados {
  width: 30px;
}
.legends.full .legend .resultado_diputados.lleno {
  background: #eee;
}
.legends .color {
  display: inline-block;
  height: 12px;
  width: 12px;
  color: transparent;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 4px;
}
table .legends {
  display: table-cell;
}

.widget table.datos {
  font-size: 0.8em;
  margin-bottom: 0;
}
.widget table.datos:last-child {
  border-bottom: 1px solid black;
}
.widget.resultados .menu_circunscripciones {
  font-size: 0.9em;
}
.widget.resultados .resultado table {
  font-size: 0.8em;
}
.widget.resultados .resultado table td {
  text-align: right;
}
.widget.resultados .resultado table td.legends {
  align-items: center;
  padding-left: 1em;
  justify-content: left;
}
.widget.resultados .resultado table td.legends span {
  margin-top: 2px;
}
.widget.resultados .resultado table td.legends {
  text-align: left;
}

@media (max-width: 991.98px) {
  td.candidatura {
    white-space: nowrap;
  }
}

.circunscripcion {
  font-size: 1.25rem;
}

.cakemap select#circunscripcion {
  width: 35%;
}
@media (max-width: 991.98px) {
  .cakemap select#circunscripcion {
    width: 50%;
  }
}
.cakemap .data .map {
  max-height: 300px;
}
@media (max-width: 991.98px) {
  .cakemap .data .map {
    display: none;
  }
}
.cakemap .data .post .tarta {
  width: 340px;
  height: 195px;
}
@media (min-width: 768px) {
  .cakemap .data .post .tarta {
    width: 556px;
    height: 302.5px;
  }
}
.cakemap .data .post .mayoria,
.cakemap .data .post .cargos {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 0.8rem;
  top: 0;
}
.cakemap .data .post .mayoria {
  transform: translateY(-7px);
}
.cakemap .data .post .mayoria strong {
  font-size: 110%;
}
.cakemap .data .post .cargos {
  transform: translateY(140px);
}
.cakemap .data .post .indicador_mayoria {
  height: 115px;
  border-right: 2px dotted #333;
  position: absolute;
  top: 20px;
  left: 50%;
}
@media (min-width: 768px) {
  .cakemap .data .post .cargos {
    transform: translateY(240px);
  }
  .cakemap .data .post .indicador_mayoria {
    height: 200px;
    top: 30px;
  }
  .cakemap .data .post .mayoria {
    transform: translateY(0);
  }
}
.cakemap .data .svg .mayoria,
.cakemap .data .svg .cargos {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 0.8rem;
  top: 0;
}
.cakemap .data .svg .mayoria {
  transform: translateY(-7px);
}
.cakemap .data .svg .mayoria strong {
  font-size: 110%;
}
.cakemap .data .svg .cargos {
  transform: translateY(155px);
}
.cakemap .data .svg .indicador_mayoria {
  height: 200px;
  border-right: 2px dotted #333;
  position: absolute;
  top: 30px;
  left: 50%;
}
.cakemap .data .svg .tarta {
  min-height: 200px;
}
@media (min-width: 768px) {
  .cakemap .data .svg .tarta {
    min-height: 300px;
  }
}
@media (max-width: 991.98px) {
  .cakemap .data .svg {
    width: 100%;
    position: relative;
  }
  .cakemap .data .svg .indicador_mayoria {
    height: 125px;
    top: 25px;
  }
  .cakemap .data .svg .label-diputados,
.cakemap .data .svg .label-porcentaje {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .cakemap .data .svg {
    width: 50%;
    overflow: hidden;
    position: relative;
  }
  .cakemap .data .svg .mayoria {
    transform: translateY(0);
  }
  .cakemap .data .svg .cargos {
    transform: translateY(240px);
  }
  .cakemap .data .svg .highcharts-series-0 .label-diputados {
    font-size: 1.1em;
  }
  .cakemap .data .svg .highcharts-series-0 .label-porcentaje {
    font-size: 0.9em;
  }
  .cakemap .data .svg .highcharts-series-1 .label-diputados {
    font-size: 1.6em;
  }
  .cakemap .data .svg .highcharts-series-1 .label-porcentaje {
    font-size: 1.4em;
  }
}
.cakemap .sondeo .data .tarta .label-diputados {
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .cakemap .sondeo .data .tarta .label-diputados {
    font-size: 0.9rem;
  }
}
.cakemap .sondeo .data .cargos {
  font-size: 0.7rem;
  top: 75px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .cakemap .sondeo .data .cargos {
    top: 140px;
    font-size: 0.9rem;
  }
}
.cakemap .sondeo .data .cargos strong {
  font-size: 115%;
  display: block;
}

ul.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff;
  color: #333;
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
  position: absolute;
  cursor: default;
  z-index: 100;
}
ul.ui-widget.ui-widget-content li.ui-menu-item {
  cursor: pointer;
}
ul.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  border: 1px solid transparent;
}
ul.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #00b4b0;
  border-color: #00b4b0;
  color: #fff;
}

.pactometro-container {
  font: 1rem Roboto, "Helvetica Neue", Arial;
}

.pactometro {
  text-align: center;
  margin-bottom: 1.25rem;
}
.pactometro .parties {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pactometro .parties .party.active {
  color: #fff;
}
.pactometro .graph_half_wrapper {
  height: 41px;
  padding-top: 1px;
  position: relative;
}
.pactometro .graph_wrapper {
  border-radius: 5px;
  height: 30px;
  overflow: hidden;
  background-color: #bbb;
  margin: 5px 0;
}
.pactometro .graph_container {
  height: 42px;
  margin-top: -6px;
}
.pactometro .result {
  font-size: 105%;
  margin: 5px 0;
}
.pactometro .result span {
  font-weight: bold;
  color: rgb(219, 29, 50);
}
.pactometro .result span.ok {
  color: rgb(90, 192, 53);
}
.pactometro .half {
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  border-left: dashed 1px #222;
  margin-left: -1px;
  left: 50%;
}
.pactometro .legend {
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
}
.pactometro .party {
  border: none;
  background-size: 75%;
  background-position: center center;
  background-color: #ccc;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 5px;
  text-indent: -10000px;
}
.pactometro .clear {
  margin-left: 15px;
  background-image: url(https://uh.gsstatic.es/images/elecciones/pactometro/icon/refresh.png);
}
.pactometro .clear:hover {
  background-color: rgb(90, 192, 53);
}
.cakemap .pactometro h3 {
  display: none;
}

.pactometro .party.psoe {
  background-image: url(/images/elecciones/pactometro/icon/psoeW.png);
  background-size: 72%;
}
.pactometro .party.pp {
  background-image: url(/images/elecciones/pactometro/icon/ppW.png);
  background-size: 92%;
}
.pactometro .party.vox {
  background-image: url(/images/elecciones/pactometro/icon/voxW.png);
}
.pactometro .party.podemos {
  background-image: url(/images/elecciones/pactometro/icon/podemosW.png);
}
.pactometro .party.erc {
  background-image: url(/images/elecciones/pactometro/icon/erW.png);
}
.pactometro .party.cs {
  background-image: url(/images/elecciones/pactometro/icon/ciudadanosW.png);
  background-size: 90%;
}
.pactometro .party.jxcat {
  background-image: url(/images/elecciones/pactometro/icon/juntsW.png);
  background-size: 70%;
}
.pactometro .party.pnv {
  background-image: url(/images/elecciones/pactometro/icon/pnvW.png);
  background-size: 65%;
}
.pactometro .party.bildu {
  background-image: url(/images/elecciones/pactometro/icon/ehbW.png);
  background-size: 92%;
}
.pactometro .party.mas {
  background-image: url(/images/elecciones/pactometro/icon/maspais_W.png);
  background-size: 100%;
}
.pactometro .party.cup {
  background-image: url(/images/elecciones/pactometro/icon/cup_W.png);
  background-size: 100%;
}
.pactometro .party.cc {
  background-image: url(/images/elecciones/pactometro/icon/cc_W.png);
}
.pactometro .party.na {
  background-image: url(/images/elecciones/pactometro/icon/navarrasuma_W.png);
}
.pactometro .party.bng {
  background-image: url(/images/elecciones/pactometro/icon/bng_W.png);
}
.pactometro .party.prc {
  background-image: url(/images/elecciones/pactometro/icon/prc_W.png);
}
.pactometro .party.teruel {
  background-image: url(/images/elecciones/pactometro/icon/teruelexiste_W.png);
}
.pactometro .party.mes {
  background-image: url(/images/elecciones/pactometro/icon/mesW.png);
}
.pactometro .party.pacma {
  background-image: url(/images/elecciones/pactometro/icon/pacmaW.png);
}
.pactometro .party.alianca {
  background-image: url(/images/elecciones/pactometro/icon/aliancaW.png);
}

/*# sourceMappingURL=list.css.map*/