audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
#sindyk-nav {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#sindyk-nav span:nth-child(1) {
  top: 0;
}
#sindyk-nav span:nth-child(2),
#sindyk-nav span:nth-child(3) {
  top: 7px;
  width: 70%;
}
#sindyk-nav span:nth-child(4) {
  top: 14px;
}
#sindyk-nav.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
#sindyk-nav.open span:nth-child(2) {
  transform: rotate(45deg);
  width: 100%;
}
#sindyk-nav.open span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
}
#sindyk-nav.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
/*End Hamburguer*/
progress {
  height: 14px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: var(--primary);
}
progress::-webkit-progress-bar {
  background-color: transparent;
}
progress::-webkit-progress-value {
  background-color: var(--primary);
}
progress::-moz-progress-bar {
  background-color: var(--primary);
}
#main {
  position: relative;
  margin-bottom: 45px;
}
#headerSections {
  width: 100%;
  margin-top: 0;
  display: none;
  z-index: 150;
  height: 100%;
  box-shadow: 0 10px 20px 0 #999;
  position: fixed;
  top: 100px;
  right: 0;
  overflow: auto;
}
.internalScroll {
  overflow: auto;
  height: 90%;
  padding: 2px 0;
}
#footerSections {
  overflow: hidden;
  text-align: center;
  margin: 0 auto 0;
  background-color: #080808;
  border-top: 1px solid #ccc;
}
#footerSections .footer_main {
  display: none;
}
#footerSections ul,
#headerSections ul {
  overflow: hidden;
}
#footerSections ul.toggleSection,
#headerSections ul.toggleSection {
  display: none;
  background-color: rgba(204, 204, 204, 0.35);
  border-bottom: 0.5px solid #fefefe;
  margin: 0;
  padding: 0;
}
#footerSections ul li,
#headerSections ul li {
  float: left;
  list-style: none;
  display: inline;
  text-align: left;
  width: 100%;
  font-size: 12px;
  margin: 10px 0 0 0;
  padding: 0 0 5px 30px;
}
#footerSections ul li a,
#headerSections ul li a {
  text-transform: uppercase;
  display: block;
  line-height: 12px;
  position: relative;
  padding: 2px 18px 10px;
  padding-left: 0;
  font-size: 14px;
}
#headerSections .sectionInternalHeader,
#headerSections .sectionInternalHeaders {
  margin-top: 14px;
  padding: 0 0 15px 10px;
  text-align: left;
  display: block;
  line-height: 12px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 0.5px solid #eae6e6;
  font-family: Oswald, Arial, sans-serif, serif;
}
#headerSections .sectionInternalHeader span,
#headerSections .sectionInternalHeaders span {
  font-size: 12px;
  transform: scaleX(1.5);
  display: inline-block;
  float: right;
  margin-right: 10px;
}
#headerSections .sectionInternalHeader.invert_colors,
#headerSections .sectionInternalHeaders.invert_colors {
  background: #006e89;
  margin-top: 0;
  padding-top: 14px;
}
#headerSections .sectionInternalHeader.invert_colors a,
#headerSections .sectionInternalHeaders.invert_colors a {
  color: #fff;
}
#footerCopy {
  display: flex;
  flex-direction: column;
  background-color: #141414;
  padding: 30px 20px 0 20px;
  margin: 0;
}
#footerCopy .logo_img {
  margin-right: -20px;
  margin-left: -20px;
}
#footerCopy .logo_img img {
  object-fit: contain;
}
#footerCopy .widgetTitle span {
  color: #FFFFFF;
}
#footerCopy .links {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#footerCopy .links .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 35px;
  margin-bottom: 10px;
}
#footerCopy .links .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006e89;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 5px 10px 5px 0;
}
#footerCopy .links .social a svg {
  width: 20px;
  height: 20px;
  color: var(--white);
  line-height: 35px;
}
#footerCopy .copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--primary);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
#footerCopy .copy .descr,
#footerCopy .copy .policies {
  color: #ffffff;
  font-family: Oswald, sans-serif, serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-sindyk {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 10px 0;
}
.footer-sindyk a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .menu-g {
  margin-top: -1px;
}
#footer .sectionInternalHeader,
#footer .sectionInternalHeaders {
  color: #000000;
}
#footer .sectionInternalHeader a,
#footer .sectionInternalHeaders a {
  color: #000000;
}
#footer .toggleSection {
  background-color: transparent !important;
}
#footer .toggleSection a {
  color: #fff;
}
#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease;
}
#return-to-top img {
  margin: 0;
  position: relative;
  left: 9px;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fff;
}
/*si search esta en el menu, si no borrar de aca para abajo*/
.menu-g {
  margin: 0 10px 0;
  border-top: solid 1px transparent;
}
/*custom de elementos generales*/
.category {
  font-weight: 600;
  color: var(--primary);
  font-size: 14px;
  position: relative;
}
article {
  background-color: #fff;
}
.widgetTitle span {
  font-family: Oswald, sans-serif, serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  padding: 8px 20px 3px 0;
  display: inline-block;
}
.widgetTitle span::after {
  content: "";
  display: inline-block;
  width: calc(88vw - 95%);
  height: 4px;
  background-color: #eaeaea;
  position: absolute;
  top: 55%;
  left: 100%;
  margin-left: 10px;
  transform: translateY(-50%);
}
.widgetTitle.es-viral {
  text-align: initial;
}
.widgetTitle.es-viral span {
  background-color: var(--primary);
  padding: 6px 12px;
  font-family: Montserrat, sans-serif, serif;
  font-size: 13px;
  line-height: 1;
  color: #FFFFFF;
}
.widgetTitle.es-viral span::after {
  display: none;
}
.widgetTitle.deregreso-con-mioriente span {
  background-color: #000;
  color: var(--primary-clear);
  font-family: Montserrat, sans-serif, serif;
  font-size: 14px;
  padding: 5px 12px;
}
.widgetTitle.deregreso-con-mioriente span::after {
  content: "";
  width: calc(88vw - 90%);
  height: 2px;
  background-color: #000;
  top: 97%;
  left: initial;
}
.loader {
  margin: 50px auto;
  width: 70px;
  text-align: center;
}
.loader > div {
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.adLocation {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  background-color: #00000002;
  margin: 15px 0;
  width: 100%;
}
.adLocation .placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #000000b0;
}
.adLocation .placeholder:after {
  content: "Ad";
  background-color: transparent;
  border-radius: 2px;
  color: #696969;
  font-size: 10px;
  line-height: 1;
  font-family: Arial, sans-serif, serif;
  padding: 3px 4px 1px;
  border: 1px solid #696969;
}
.sectionMainArticles .bd .newsAttr .category {
  padding-bottom: 4px;
  font-family: Montserrat, open sans, open sans regular, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #006e89;
}
