@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
/* variables default formulario */
/* Colors */
/* Theme */
/* inicio chanteria */
div.masthead > div#user-button.btn-user {
  width: 90px;
  text-align: right;
}

.menu-bottomwrp.menu-btn-right.btn-search {
  display: none;
}

@media (min-width: 360px) {
  .menu-bottomwrp.menu-btn-right.btn-search {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  div.masthead > div#user-button.btn-user {
    width: 105px;
    text-align: right;
  }
}
.alert-success {
  background-color: #3c763d !important;
}

.ltpr-req:after {
  content: "*";
  color: #45c2ff;
  vertical-align: middle;
}

.user-edit-form-container {
  position: relative;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 35px 40px;
  text-align: left;
  display: inline-block;
  min-width: 460px;
  border-radius: 6px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

/* Botones de usuario */
.btn-default.btn-login {
  font-size: 70%;
  padding: 6px 10px;
}

.divider {
  border-top: 1px solid #cccccc;
}

.btn-user .dropdown {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-user .dropdown .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  border: 0;
  position: relative;
  z-index: 2;
}
.btn-user .dropdown .btn img {
  object-fit: cover;
  display: block;
}
.btn-user .dropdown-menu {
  background-color: white;
  display: block;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  height: calc(100vh - 39px);
  left: 0;
  list-style: none;
  margin: -1px 0 0;
  max-height: 0;
  opacity: 0;
  padding-left: 0;
  position: fixed;
  top: 40px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  width: 100%;
}
.btn-user .dropdown-menu.show {
  max-height: 100vh;
  visibility: initial;
  opacity: 1;
}
.btn-user .dropdown-menu strong {
  text-transform: capitalize;
  font-size: 1.1em;
  color: black;
}
.btn-user .dropdown-menu a {
  text-transform: uppercase;
  color: #666666;
}
.btn-user .dropdown-menu li {
  padding: 3px 10px;
  font-size: 0.85em;
}
.btn-user .dropdown-menu p.small {
  text-transform: none;
  font-size: 90%;
  color: #64b1f7;
  margin: 0;
}
.btn-user .dropdown-menu p.small span:not(.btn-xxs) {
  color: #8d8d8d;
}
.btn-user .dropdown-menu p.small .btn-xxs {
  border: 1px solid #dedede;
  padding: 0px 6px;
  border-radius: 10px;
}
.btn-user .dropdown-menu p.small .btn-xxs:hover {
  background-color: #dedede;
}
.btn-user .dropdown:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 0;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.btn-user #badgeLT {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -1px;
  right: -6px;
  z-index: 10;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
}
.btn-user #badgeLT .st0 {
  fill: #64b1f7;
}
.btn-user #badgeLT .st1 {
  fill: #ffffff;
}

@media (min-width: 550px) {
  .btn-user .dropdown-menu {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
    left: auto;
    margin-top: 3px;
    min-width: 180px;
    position: absolute;
    right: 10px;
    width: auto;
  }
  .btn-user .dropdown-menu:after, .btn-user .dropdown-menu:before {
    bottom: 100%;
    right: 2px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .btn-user .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    right: 8px;
  }
  .btn-user .dropdown-menu:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-width: 8px;
    right: 9px;
  }
}
/*Estilos copiados y pegados del body, originarios del Authenticator de Amplify */
.Anchor__a___qGwhT {
  color: #45c2ff;
  cursor: pointer;
}

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

.Button__button___3XjN7 {
  min-width: 153px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #ffffff;
  background-color: #e3e3e3;
  border-color: #ccc;
  text-transform: uppercase;
  padding: 14px 10px;
  letter-spacing: 1.1px;
  border: none;
}

.Button__button___3XjN7:active {
  opacity: 1;
  background-color: #cacaca;
}

.Button__button___3XjN7:hover,
.Button__signInButton___2mdyw:hover {
  opacity: 0.8;
}

.Button__signInButton___2mdyw {
  position: relative;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 0;
  color: #152939;
  font-size: 14px;
  box-sizing: content-box;
}

#Button__googleSignInButton___2T73s {
  background-color: #4285f4;
  font-family: Roboto;
  border: 1px solid #4285f4;
  color: #ffffff;
}

#Button__googleSignInButton___2T73s > .Button__signInButtonIcon___15CVf {
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
  height: 28px;
  width: 28px;
  padding: 12px;
}

#Button__facebookSignInButton___29hKj {
  background-color: #4267b2;
  border-color: #4267b2;
  font-family: "Helvetica Neue";
  color: #ffffff;
}

#Button__facebookSignInButton___29hKj > .Button__signInButtonIcon___15CVf {
  height: 33px;
  width: 18px;
  padding: 10px 14px;
}

#Button__amazonSignInButton___M64dR {
  background-color: #e3e3e3;
  border: none;
  color: #ffffff;
  font-family: "Amazon Ember";
}

#Button__amazonSignInButton___M64dR > .Button__signInButtonIcon___15CVf {
  padding: 10px;
  height: 32px;
  width: 32px;
}

#Button__oAuthSignInButton___2YFQH {
  background-color: #ffffff;
  color: #152939;
}

.Button__signInButtonIcon___15CVf {
  position: absolute;
  left: 0;
}

.Button__signInButtonContent___QjdFc {
  text-align: center;
  display: block;
  padding: 18px 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.Form__formContainer___Ht990 {
  text-align: center;
  margin: 10px auto 50px;
}

.Form__formSection___2Xr76 {
  position: relative;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 35px 40px;
  text-align: left;
  display: inline-block;
  min-width: 460px;
  border-radius: 6px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.Form__formSection___2Xr76 label {
  font-family: "Open Sans", sans-serif;
  font-size: 80%;
  cursor: pointer;
}

.Form__formField___2GVQY {
  margin-bottom: 25px;
  position: relative;
}

.Form__formRow___1uK0u {
  margin-bottom: 12px;
}

@media only screen and (max-width: 599px) {
  .Form__formContainer___Ht990 {
    margin: 0;
  }

  .Form__formSection___2Xr76 {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 25px;
    box-shadow: none;
    border-radius: 0;
  }
}
.Hint__hint___2t7B1 {
  color: #828282;
  font-size: 12px;
}

.Input__input___1xOOi {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 14px;
  color: #646464;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.Input__input___1xOOi.has-error {
  border-color: rgba(170, 39, 47, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.Input__input___1xOOi:disabled {
  color: #545454;
  background-color: #e1e4ea;
}

.Input__inputLabel___2YLi4 {
  font-size: 10px;
  background-color: white;
  display: inline-block;
  position: absolute;
  margin: -7px 0 0 10px;
  padding: 1px 5px 1px 5px;
  color: black;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.Input__radio___IHkLQ {
  margin-right: 18px;
  vertical-align: bottom;
}

.Nav__navBar___12NMr {
  position: relative;
  border: 1px solid transparent;
  border-color: #e7e7e7;
  background-color: #fff;
}

.Nav__navRight___3Munk {
  text-align: right;
}

.Nav__nav___nBWON {
  padding: 10px;
}

.Nav__navItem___QlfiA {
  display: inline-block;
  padding: 10px 5px;
  line-height: 20px;
  margin-right: 12px;
}

.PhotoPicker__photoPickerButton___1CBj7 {
  width: 100%;
}

.PhotoPicker__photoPlaceholder___3uNzx {
  border: 2px dotted #828282;
  padding: 64px 0 64px;
}

.PhotoPicker__photoPlaceholderIcon___2YkBl {
  text-align: center;
  opacity: 0.2;
}

.Section__container___BDYar {
  font-weight: 400;
}

.Section__actionRow___1XHCT {
  margin-bottom: 15px;
}

.Section__sectionHeader___2fwDQ {
  color: #152939;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.Section__sectionHeaderHint___2VvC6 {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}

.Section__sectionBody___1n8qJ {
  margin-bottom: 30px;
}

.Section__sectionFooter___3-RgO {
  font-size: 14px;
  color: #828282;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Section__sectionFooterPrimaryContent___3cJix {
  margin-left: auto;
}

.Section__sectionFooterSecondaryContent___13itq {
  margin-right: auto;
  -ms-flex-item-align: center;
  align-self: center;
  color: #000;
}
.Section__sectionFooterSecondaryContent___13itq .Anchor__a___qGwhT {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 2px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 0 0 3px;
}

@media only screen and (max-width: 599px) {
  .Section__sectionFooter___3-RgO {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Section__sectionFooterPrimaryContent___3cJix {
    width: 100%;
    margin-bottom: 32px;
  }

  .Section__sectionFooterPrimaryContent___3cJix > button {
    width: 100%;
  }

  .Section__sectionFooterSecondaryContent___13itq {
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.SelectInput__selectInput___ki_co {
  display: -ms-flexbox;
  display: flex;
}

.SelectInput__selectInput___ki_co > input {
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 3px 3px 0 !important;
}

.SelectInput__selectInput___ki_co > select {
  padding: 16px;
  font-size: 14px;
  color: #152939;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-right: none;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  width: 1%;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), calc(100% - 2.5em) 0.5em;
  background-size: 6px 5px, 6px 5px, 0px 1.5em;
  background-repeat: no-repeat;
}

.Strike__strike___A-fvN {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  line-height: 0.1em;
  margin: 32px 0;
  color: #828282;
}

.Strike__strikeContent___2MQ-l {
  background: #ffffff;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 500;
}

.Toast__toast___2UNlJ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 520px;
  z-index: 99;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 16px;
  background-color: #31465f;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}

.Toast__toast___2UNlJ > span {
  margin-right: 10px;
}

.Toast__toastClose___27C9o {
  margin-left: auto;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
}

.Toast__toastClose___27C9o::before,
.Toast__toastClose___27C9o::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #c4c4c4;
}

.Toast__toastClose___27C9o:hover::before,
.Toast__toastClose___27C9o:hover::after {
  background: #dd3f5b;
}

.Toast__toastClose___27C9o::before {
  transform: rotate(45deg);
}

.Toast__toastClose___27C9o::after {
  transform: rotate(-45deg);
}

.Totp__totpQrcode___3J1qo {
  text-align: center;
  margin-bottom: 30px;
}

.Form__formSection___2Xr76 {
  min-width: 300px !important;
  max-width: 530px;
  width: 100%;
}
.Form__formSection___2Xr76 .Section__sectionHeader___2fwDQ {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.Form__formSection___2Xr76 .Section__sectionHeader___2fwDQ span {
  font-weight: 700;
  text-transform: uppercase;
}
.Form__formSection___2Xr76 #Button__facebookSignInButton___29hKj {
  border-width: 1px;
}

#Button__googleSignInButton___2T73s .Button__signInButtonContent___QjdFc,
#Button__facebookSignInButton___29hKj .Button__signInButtonContent___QjdFc {
  font-family: "Open Sans", sans-serif;
}
#Button__googleSignInButton___2T73s > .Button__signInButtonIcon___15CVf,
#Button__facebookSignInButton___29hKj > .Button__signInButtonIcon___15CVf {
  width: 55px !important;
  height: 100% !important;
}

.Section__sectionFooterPrimaryContent___3cJix .Button__button___3XjN7 {
  background-color: #aa272f;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
}
.Section__sectionFooterPrimaryContent___3cJix .Button__button___3XjN7:active {
  background-color: #811d24;
}
.Section__sectionFooterPrimaryContent___3cJix .Button__button___3XjN7:active, .Section__sectionFooterPrimaryContent___3cJix .Button__button___3XjN7:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #7b1c22;
  box-shadow: 0 0 0 2px #7b1c22;
}
.Section__sectionFooterPrimaryContent___3cJix .Button__button___3XjN7:-moz-focus-inner {
  border: 0;
}

.Section__sectionFooterSecondaryContent___13itq .Button__button___3XjN7 {
  color: black;
}

.Section__sectionFooterSecondaryContent___13itq a.Anchor__a___qGwhT, .Section__sectionFooterSecondaryContent___13itq a:hover.Anchor__a___qGwhT, .Section__sectionFooterSecondaryContent___13itq a:focus.Anchor__a___qGwhT, [class^=Hint__hint] a.Anchor__a___qGwhT, [class^=Hint__hint] a:hover.Anchor__a___qGwhT, [class^=Hint__hint] a:focus.Anchor__a___qGwhT {
  color: #45c2ff;
}

.Section__sectionFooterSecondaryContent___13itq {
  font-size: 12px;
}
.Section__container___BDYar .Toast__toast___2UNlJ {
  background-color: #aa272f;
  top: 10px;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto 20px;
}

input.Input__input___1xOOi:focus {
  border-color: #45c2ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(69, 194, 255, 0.075), 0 0 8px rgba(69, 194, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(69, 194, 255, 0.075), 0 0 8px rgba(69, 194, 255, 0.4);
}

@media (min-width: 600px) {
  .Section__sectionFooterSecondaryContent___13itq {
    padding-right: 10px;
  }

  .Section__sectionBody___1n8qJ > div:not(.Form__formField___2GVQY) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Section__sectionBody___1n8qJ > div:not(.Form__formField___2GVQY) > div {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 10px;
  }
  .Section__sectionBody___1n8qJ > div:not(.Form__formField___2GVQY) .Strike__strike___A-fvN {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
  }

  #Button__googleSignInButton___2T73s > .Button__signInButtonContent___QjdFc,
#Button__facebookSignInButton___29hKj > .Button__signInButtonContent___QjdFc {
    padding: 10px 0 10px 35px;
  }
  #Button__googleSignInButton___2T73s > .Button__signInButtonIcon___15CVf,
#Button__facebookSignInButton___29hKj > .Button__signInButtonIcon___15CVf {
    width: 35px !important;
  }
}
#login-screen header a {
  text-decoration: underline;
}

.ltpr-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999999;
  overflow: scroll;
}

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

.ltpr-mod {
  border-radius: 5px;
  margin: 0 auto;
  z-index: 1000000;
  position: relative;
}
.ltpr-mod button.close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.header-ext {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 15px;
}
.header-ext > a {
  margin: 0 10px 10px 0;
}
.header-ext > h4,
.header-ext > div {
  margin-right: 5px;
}
.header-ext h4 {
  font-weight: 400;
}
.header-ext > a {
  flex: 1 1 100%;
}

@media (min-width: 550px) {
  .header-ext > a {
    flex: 1 1 auto;
  }
}
@media (min-width: 600px) {
  .ltpr-backdrop {
    padding: 20px;
  }

  .ltpr-mod {
    border-radius: 5px;
    max-width: 580px;
    min-height: 300px;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .ltpr-mod button.close {
    top: 40px;
  }

  .header-ext {
    padding: 0 25px;
  }
}
/* Estilos de la lista de articulos guardados; solo de la app (login-lt.css) */

div.flex {
  height: 100%;
}

div.bookmarks .message {
  flex: 0 0 auto;
  margin-bottom: 20px;
}

div.bookmarks .message div.avatar {
  height: 100px;
}

@media only screen and (max-width: 600px) {
  div.bookmarks .message div.avatar {
    margin-right: 10px;
    width: 100%;
    height: 150px;
  }
}

div.bookmarks .message p.message-header {
  margin: 0;
  font-size: 0.8em;
}

div.bookmarks .message p.message-header span.sent-date {
  color: #969696;
}

div.bookmarks .message p.message-header span.eliminar {
  color: #aa272f;
}

/* Estilos para el boton de guardar de ejemplo en la pantalla de bookmarks cuando esta vacia; estilos solo de la app (a login-lt.css) */

.font-90,
[class^="ltpicto-"].font-90 {
  font-size: 100%;
}

div.bookmarks p a.defaultb {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #1b3043;
  border: 1px solid #ccc;
}

div.bookmarks p a.defaultb span {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: scale(1) translateX(-50%) translateY(-50%);
}

/* Tooltip (Estilos para el tooltip al clickear boton de guardar en la vista de articulo); pueden ir al main css */

.custom-tooltip {
  width: 80px;
  position: relative;
  top: -40px;
  left: 50px;
}

@media only screen and (max-width: 600px) {
  .custom-tooltip {
    position: absolute;
    top: -25px;
    right: 20px;
    left: auto;
  }
}

.custom-tooltip > .tooltip-inner {
  padding: 5px;
  font-size: 0.7em;
  font-style: italic;
  background-color: #1b3043;
}

/* Tooltip on top */
.custom-tooltip.top > .tooltip-arrow {
  border-top: 5px solid #1b3043;
  border-color: #1b3043;
}

/* Tooltip on bottom */
.custom-tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid #1b3043;
  border-color: #1b3043;
}

/* Tooltip on left */
.custom-tooltip.left > .tooltip-arrow {
  border-left: 5px solid #1b3043;
  border-color: #1b3043;
}

/* Tooltip on right */
.custom-tooltip.right > .tooltip-arrow {
  border-right: 5px solid #1b3043;
  border-color: #1b3043;
}

/* Para quitar el borde de abajo de los botones de compartir, y esconder el problema de que se mueve cuando aparece el tooltip */

.position-lside .rrss-nav {
  border-width: 0 0 0;
}

@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
body {
  padding-top: 40px;
}

.brand-space svg, .top-menu .session .ltpicto-user, .top-menu .burger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.top-menu {
  background-color: white;
  display: flex;
  height: 40px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  transition: transform 0.5s ease;
  font-size: 0.875em;
}
.top-menu.up-this {
  transform: translateY(-40px);
}
.top-menu.down-this {
  transform: translateY(0);
}
.top-menu > div {
  position: relative;
}
.top-menu .burger em::after, .top-menu .burger em::before, .top-menu .burger em {
  display: block;
  position: relative;
  height: 2px;
  width: 16px;
  background-color: #1b3043;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
}
.top-menu .burger em::after, .top-menu .burger em::before {
  content: "";
}
.top-menu .burger em::after {
  transform: translateY(-9px) rotate(0);
}
.top-menu .burger em::before {
  transform: translateY(7px) rotate(0);
}
.top-menu .burger.cross-ed em {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-menu .burger.cross-ed em::before {
  top: 0;
  opacity: 0;
  transition: top 0.12s ease-out, opacity 0.1s 0.12s ease-out;
}
.top-menu .burger.cross-ed em::after {
  bottom: 0;
  transform: rotate(-90deg) translateX(2px);
  transition: bottom 0.12s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-menu .menu-lateral,
.top-menu .session {
  width: 40px;
  cursor: pointer;
}
.top-menu .session .ltpicto-user {
  font-size: 1.2rem;
}

.brand-space {
  width: calc(100% - 82px);
}
.brand-space .show-this {
  opacity: 1;
  visibility: initial;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.brand-space .hidden-this {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brand-space svg {
  height: 50%;
  max-width: 280px;
}
.brand-space svg#header_lt path,
.brand-space svg#header_lt polygon {
  fill: #aa272f !important;
}

.menu-display .main-menu,
.top-menu .main-menu {
  padding-left: 0;
  list-style: none;
  font-size: 1em;
}
.menu-display .main-menu a,
.top-menu .main-menu a {
  color: black;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
}

.show-over-768 {
  display: none;
}

.menu-display {
  background-color: #f2f2f2;
  height: calc(100vh - 40px);
  opacity: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 45px 10px 10px 10px;
  position: fixed;
  transform: translateY(-60px);
  transition: all 0.3s ease-out;
  width: 100%;
  visibility: hidden;
  z-index: 199;
  top: 40px;
}
.menu-display .main-menu {
  font-size: 1.3em;
}
.menu-display.show-me {
  opacity: 1;
  visibility: initial;
  transform: translateY(0);
}
.menu-display .main-nav-hidden,
.menu-display .other-sites-area,
.menu-display .rrss-area {
  grid-column: 4 span;
}
.menu-display .main-nav-hidden a,
.menu-display .other-sites-area a,
.menu-display .rrss-area a {
  transition: color 0.3s ease;
}

.social-networks ul {
  list-style: none;
}
.social-networks ul li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
}
.social-networks a {
  display: flex;
  border: 1px solid #ccc;
  color: black;
  height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  margin-right: 3px;
  align-items: center;
  justify-content: center;
}

/* Menu Grupo Copesa */
.motherbase-gc .ltpicto-fav-copesa {
  font-size: 180%;
  line-height: 1;
  color: #e71617;
}
.motherbase-nav {
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  font-size: 16px;
  padding-top: 10px;
}
.motherbase-nav p {
  display: block;
  background-color: #fff;
  padding: 5px;
  margin: 0 0 2px;
  font-size: 1em;
}
.motherbase-nav ul {
  margin: 0;
  padding: 0;
}
.motherbase-nav ul li {
  list-style-type: none;
}
.motherbase-nav ul li [class^=ltpicto-] {
  font-size: 300%;
  display: block;
  line-height: 1em;
}
.motherbase-nav ul li .ltpicto-headphone {
  font-size: 230%;
  padding: 7px 0;
}
.motherbase-nav ul li p {
  font-size: 0.667em;
  color: #999999;
  text-transform: uppercase;
}
.motherbase-nav ul li a {
  color: black;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.motherbase-nav ul li a:hover {
  color: #aa272f;
}
.motherbase-nav ul li a .img-wrpr {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  width: 80%;
  height: 45px;
  margin: 0 auto 5px;
}
.motherbase-nav ul li a .img-wrpr img {
  object-fit: contain;
  filter: grayscale(100%);
  max-width: 100%;
  max-height: 100%;
}
.motherbase-nav ul li a span:last-child {
  font-size: 0.556em;
  text-transform: uppercase;
  padding: 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
}
.motherbase-nav > ul > li {
  margin-bottom: 2px;
}
.motherbase-nav > ul > li ul {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  grid-auto-rows: minmax(70px, auto);
}
.motherbase-nav > ul > li li {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  /*tamaños en menu para calzar*/
  .top-menu .suscription a, .top-menu .ltpicto-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .show-over-768 {
    display: inline-block;
  }

  .top-menu {
    background-color: #1b3043;
    color: white;
    font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  }
  .top-menu .menu-lateral,
.top-menu .search {
    border-right: 1px solid white;
    transform-origin: 0 0;
    transition: width 1s ease-in-out;
    flex: 0 0 auto;
  }
  .top-menu .menu-lateral .display,
.top-menu .search .display {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
  }
  .top-menu .menu-lateral input,
.top-menu .search input {
    color: white;
    transition: all 1.1s ease-in-out;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    margin: 10px 0 10px 10px;
    width: 0;
  }
  .top-menu .menu-lateral input:focus,
.top-menu .search input:focus {
    outline: none;
  }
  .top-menu .menu-lateral.show-input,
.top-menu .search.show-input {
    transform-origin: 0 0;
    transition: width 1s ease-in-out;
    width: 200px;
  }
  .top-menu .menu-lateral.show-input input,
.top-menu .search.show-input input {
    border-bottom: 1px solid white;
    width: calc(100% - 55px);
  }
  .top-menu .menu-lateral.show-input a,
.top-menu .search.show-input a {
    position: relative;
  }
  .top-menu .menu-lateral.show-input + .brand-space,
.top-menu .search.show-input + .brand-space {
    width: calc( 100% - 600px );
  }
  .top-menu.logged-user .search.show-input + .brand-space {
    width: calc(100% - 500px);
  }
  .top-menu.logged-user.premium-user .brand-space {
    width: calc(100% - 225px);
  }
  .top-menu.logged-user.premium-user .search.show-input + .brand-space {
    width: calc(100% - 400px);
  }
  .top-menu a {
    color: white;
    position: relative;
  }
  .top-menu .menu-lateral .burger {
    left: 20px;
  }
  .top-menu .menu-lateral .burger em:before, .top-menu .menu-lateral .burger em:after, .top-menu .menu-lateral .burger em {
    background-color: white;
  }
  .top-menu .menu-lateral span:last-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(40px);
    -ms-transform: translateY(-50%) translateX(40px);
    transform: translateY(-50%) translateX(40px);
  }
  .top-menu .main-menu {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .top-menu .main-menu a {
    color: white;
    padding: 0 10px;
    white-space: nowrap;
  }
  .top-menu .menu-lateral,
.top-menu .suscription {
    flex: 0 0 auto;
    width: 125px;
  }
  .top-menu .search {
    width: 50px;
    font-size: 1rem;
  }
  .top-menu .search .send {
    height: 25px;
    width: 25px;
    display: inline-block;
    float: right;
    margin-top: 7px;
    margin-right: 12px;
    cursor: pointer;
  }
  .top-menu .session {
    width: 150px;
    flex: 0 0 auto;
  }
  .top-menu .session span.text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
  }
  .top-menu .session span.ltpicto-user {
    right: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: initial;
  }
  .top-menu.logged-user .session {
    width: 50px;
  }
  .top-menu.logged-user .brand-space {
    flex: 0 0 auto;
    width: calc(100% - 350px);
  }
  .top-menu .brand-space {
    flex: 0 0 auto;
    width: calc(100% - 450px);
    overflow: hidden;
    position: relative;
    transition: width 1s ease-in-out;
  }
  .top-menu .brand-space:after, .top-menu .brand-space:before {
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#1b3043), to(transparent));
    background-image: -o-linear-gradient(left, #1b3043, transparent);
    background-image: linear-gradient(to right, #1b3043, transparent);
    height: 100%;
    width: 15px;
    position: absolute;
    top: 0;
  }
  .top-menu .brand-space:after {
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#1b3043), to(transparent));
    background-image: -o-linear-gradient(right, #1b3043, transparent);
    background-image: linear-gradient(to left, #1b3043, transparent);
  }
  .top-menu .brand-space a.logo {
    display: block;
    height: 100%;
  }
  .top-menu .brand-space svg#header_lt path,
.top-menu .brand-space svg#header_lt polygon {
    fill: white !important;
  }
  .top-menu .brand-space > nav {
    height: 100%;
    width: 100%;
    padding-bottom: 100px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
  }
  .top-menu .suscription {
    background-color: #45c2ff;
  }
  .top-menu .suscription a {
    color: white;
  }
  .top-menu .suscription a h6 {
    margin-bottom: 0;
  }

  .menu-display .main-nav-hidden {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
  .menu-display .main-nav-hidden ~ .other-sites-area {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
  }
  .menu-display .other-sites-area {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
  .menu-display .rrss-area {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .menu-display .main-menu li {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .menu-display .main-menu li:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media (min-width: 1000px) {
  .menu-display {
    overflow-y: auto;
  }
  .menu-display .main-nav-hidden {
    grid-column: 3 span;
  }
  .menu-display .main-nav-hidden ~ .other-sites-area {
    grid-column: 9 span;
  }
  .menu-display .other-sites-area {
    grid-column: 12 span;
  }

  .top-menu .brand-space > nav {
    overflow-x: auto;
  }

  .motherbase-nav {
    display: flex;
  }
  .motherbase-nav p {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .motherbase-nav > ul {
    flex: 1 1 auto;
    margin-left: 2px;
  }
  .motherbase-nav > ul > li {
    display: flex;
    flex: 0 0 80px;
    text-align: center;
  }
  .motherbase-nav > ul > li p {
    flex: 0 0 80px;
  }
  .motherbase-nav > ul > li ul {
    width: 100%;
    margin-left: 2px;
    flex: 1 1 auto;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    grid-auto-rows: minmax(80px, auto);
  }
  .motherbase-nav ul li a {
    transition: color 0.3s ease;
  }
  .motherbase-gc {
    -webkit-box-flex: 0;
    flex: 0 0 60px;
    overflow: hidden;
  }
  .motherbase-gc span {
    font-size: 1.255em;
    display: block;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: center;
  }
}
@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
.byline {
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  margin-bottom: 10px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.5);
}
.byline > div {
  display: inline-block;
}
.byline .name + .time {
  margin-left: 10px;
}
@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: black;
  transition: color 0.3s ease;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #45c2ff;
}

.headline {
  word-break: break-word;
}
.headline .tag {
  color: #aa272f;
  display: inline;
  font-weight: 700;
}
.headline .tag:after {
  content: " / ";
  color: rgba(0, 0, 0, 0.3);
}
.headline [class*=ltpicto-] {
  color: #aa272f;
  font-size: 90%;
}
.image figure {
  width: 100%;
  padding-top: 66.6666%;
  position: relative;
  display: block;
}
.image figure picture,
.image figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
ul.menu-footer {
  width: 100%;
  padding-left: 0;
}
ul.menu-footer:after {
  clear: both;
  content: "";
  display: block;
}
ul.menu-footer li {
  float: left;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
  width: 100%;
}

.info-corp.cover-grid {
  padding-top: 30px;
  padding-bottom: 20px;
}
.info-corp.cover-grid .main-section {
  text-align: center;
}

.main-section,
.second-section {
  grid-column: span 2;
}

@media (min-width: 400px) {
  .main-section,
.second-section {
    grid-column: span 4;
  }

  ul.menu-footer li {
    width: 50%;
  }
}
@media (min-width: 550px) {
  ul.menu-footer li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .info-corp.cover-grid .main-section {
    text-align: left;
  }

  .second-section {
    grid-column: span 8;
  }
}
.menu-logos {
  list-style: none;
  padding-left: 0;
}
.menu-logos li {
  display: inline-block;
  margin-right: 20px;
}

.corp-logos .main-section {
  text-align: center;
}
.corp-logos .main-section a {
  display: inline-block;
  text-align: center;
  max-width: 150px;
}
.corp-logos .main-section a img {
  display: inline-block;
}
.corp-logos .main-section a:nth-child(2) {
  max-width: 75px;
}
.corp-logos .logoslist {
  text-align: center;
}
.corp-logos .logoslist a {
  display: inline-block;
  margin: 5px;
  max-width: 100px;
  opacity: 0.8;
  overflow: hidden;
  transition: 0.5s ease all;
  word-spacing: 2em;
  line-height: 100%;
}
.corp-logos .logoslist a:hover {
  opacity: 0.6;
}
.corp-logos .logoslist a img {
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.corp-logos .main-section,
.corp-logos .logoslist {
  grid-column: span 2;
}

.iab-valid {
  margin-left: 15%;
}
.iab-valid img {
  width: 75px;
}

@media (min-width: 400px) {
  .corp-logos .main-section,
.corp-logos .logoslist {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .corp-logos .main-section a {
    display: inline-block;
  }
  .corp-logos .main-section + .logoslist {
    grid-column: span 8;
  }
  .corp-logos .main-section,
.corp-logos .logoslist {
    text-align: left;
  }
}
@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
/* Breakpoints: */
/* stylelint-disable */
.visual__image img {
  width: 100%;
}

/* stylelint-enable */
.alert-news {
  background-color: #aa272f;
  color: white;
  -webkit-transition: display 0.5s ease-out, right 0.5s ease-out, bottom 0.5s ease-out, top 0.5s ease-out;
  transition: display 0.5s ease-out, right 0.5s ease-out, bottom 0.5s ease-out, top 0.5s ease-out;
}
.alert-news.sticky {
  position: fixed;
  z-index: 1000;
  top: var(--total-prev-sibling-height, 40px);
  left: 0;
  right: 0;
}
.alert-news.sticky.downscroll {
  top: var(--total-prev-sibling-height, 40px);
  /* stylelint-disable-next-line */
}
@media only screen and (min-width: 768px) {
  .alert-news.sticky.downscroll {
    top: var(--total-prev-sibling-height__to-upscroll, 40px);
  }
}
.alert-news.sticky.upscroll {
  top: var(--total-prev-sibling-height__to-upscroll, 40px);
}
.alert-news a {
  color: white;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.alert-news a:hover {
  opacity: 0.65;
}
.alert-news a:visited {
  color: white;
}
.alert-news .anews-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.alert-news p {
  font-size: 0.85em;
  padding: 15px 40px 15px 15px;
  margin-bottom: 0;
}
.alert-news .btn-outline-inverse {
  color: white;
  border-color: white;
}
.alert-news .btn-outline-inverse.active, .alert-news .btn-outline-inverse:hover {
  color: #aa272f;
  background-color: white;
  border-color: white;
}
.alert-news.alert-subscribe {
  background-color: #45c2ff;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
}

.close-alert {
  position: absolute;
  top: 12px;
  right: 0;
  padding: 0 20px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.close-alert label {
  cursor: pointer;
}
@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
.spm {
  font-size: 16px;
  text-align: center;
  background-color: #f7f7f7;
  padding: 2px 0 10px;
}
.spm > div:before {
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  color: rgba(0, 0, 0, 0.4);
  content: "publicidad";
  display: block;
  font-size: 0.6em;
  text-align: center;
  white-space: pre;
  width: 100%;
  font-weight: 300;
  line-height: 1.2;
}
.spm [class*=google_ads_iframe] {
  display: block;
  margin: 0 auto;
}
.spm.spm-sky {
  display: none;
}
.spm.spm-sky > div {
  position: sticky;
  top: 50px;
}
.spm.spm-skin {
  display: none;
}
.spm.spm-infooter, .spm.spm-itt {
  background-color: transparent;
  padding: 0px;
}
.spm.spm-infooter > div:before, .spm.spm-itt > div:before {
  display: none;
}
.spm.spm-barra {
  background-color: transparent;
  padding: 0 5px 5px;
  overflow: hidden;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
  z-index: 100;
}
.spm [id*=div-gpt-lt] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

header.single-header + .spm.spm-barra {
  margin-top: -8px;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
  border-top: 0;
  background-color: #fff;
}
header.single-header + .spm.spm-barra + .noether-mod .cover-grid {
  padding-top: 15px;
}

.contentw-aside aside .spm {
  margin: 15px auto;
}

@media (max-width: 420px) {
  .spm.spm-barra {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
.noether-mod {
  display: flex;
  /* solo skyscrapper ocupa espacio fisico al costado del contenido */
}
.noether-mod > .spm:not(.spm-sky) {
  position: absolute;
}

@media (min-width: 1000px) {
  .spm.spm-sky {
    display: block;
    flex: 0 0 0;
    padding: 10px 5px;
  }

  .single .spm.spm-sky {
    padding-top: 0;
    background-color: transparent;
  }
  .single .spm.spm-sky > div {
    border: 1px solid #f7f7f7;
  }
}
@media (min-width: 1300px) {
  .sc-skin {
    background-position: 50% 40px !important;
    /*clases comunes*/
    /*en articulos*/
    /*en homepage*/
    /*potato patato: si hay skin, no muestras sky*/
  }
  .sc-skin .spm.spm-skin {
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    background: transparent;
    padding: 0;
    display: block;
  }
  .sc-skin .spm.spm-skin > div:before {
    display: none;
  }
  .sc-skin .spm.spm-skin div,
.sc-skin .spm.spm-skin iframe {
    height: 100% !important;
    width: 100% !important;
    position: relative;
  }
  .sc-skin .single {
    background: #fff;
    position: relative;
    max-width: 1280px;
    margin: 170px auto 0;
  }
  .sc-skin .single .spm.spm-skin {
    top: 40px;
    position: fixed !important;
  }
  .sc-skin .single .spm.spm-skin + .cover-grid {
    background: #fff;
  }
  .sc-skin .single .spm.spm-skin + .cover-grid .social {
    justify-self: center;
  }
  .sc-skin .single .spm.spm-skin + .cover-grid.contentw-aside aside {
    justify-self: end;
  }
  .sc-skin .single > article > div.spm:first-child {
    position: relative;
    z-index: 100;
    border-top: 1px solid #e4e4e4;
  }
  .sc-skin .single .single-header {
    position: relative;
    z-index: 100;
    background: #fff;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.15);
  }
  .sc-skin .single .single-header.video, .sc-skin .single .single-header.audio {
    background: rgba(0, 0, 0, 0.8);
  }
  .sc-skin .single + .main-footer {
    position: relative;
  }
  .sc-skin .h-page .spm.spm-skin + .cover-grid {
    background: #fff;
    position: relative;
    max-width: 1280px;
    margin-top: 170px;
  }
  .sc-skin .h-page .spm.spm-skin + .cover-grid:before {
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 0;
  }
  .sc-skin .spm.spm-sky {
    display: none;
  }

  .main-header {
    position: relative;
    z-index: 1000;
  }
}
@media (min-width: 1300px) and (max-width: 1439px) {
  /* fireworks in order to display skyscrapper in reduced areas */
  .spm.spm-sky {
    padding-left: 0;
    padding-right: 0;
  }
  .spm.spm-sky + .cover-grid [class*=-mainy] {
    margin-right: 20px;
  }
  .spm.spm-sky + .cover-grid aside .spm {
    margin-left: -20px;
  }
  .spm.spm-sky + .cover-grid.contentw .social {
    transform: translateX(50%);
  }
  .spm.spm-sky + .cover-grid.contentw.contentw-aside .single-content {
    grid-column: 7 span;
  }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  /* more fireworks... */
  .spm.spm-sky + .cover-grid {
    padding: 0 10px;
  }
  .spm.spm-sky + .cover-grid,
.spm.spm-sky + .cover-grid > section,
.spm.spm-sky + .cover-grid > aside .tsidebar,
.spm.spm-sky + .cover-grid .subgrid {
    grid-gap: 15px 10px;
  }
  .spm.spm-sky + .cover-grid .border-left:before {
    left: -5px;
  }
  .spm.spm-sky + .cover-grid .border-right:before {
    right: -5px;
  }
}
@media (min-width: 1440px) {
  .single .spm.spm-sky {
    flex: 0 0 auto;
    width: calc(50% - 670px);
    min-width: 170px;
    text-align: right;
  }
  .single .spm.spm-sky > div {
    display: inline-block;
  }
  .single .spm.spm-sky + .cover-grid {
    margin-left: 0;
  }
  .single .spm.spm-sky + .cover-grid.contentw .social {
    transform: translateX(50%);
  }
}
#ads-intersticial iframe {
  width: 100%;
  height: 1200px;
  margin: 0 auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000 !important;
}

#ads-footerexpan iframe {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 1500;
}

/*exception bug pagebuilder*/
.editor-wrapper .modal.is-active {
  overflow-y: auto;
}
.editor-wrapper .spm.spm-skin.pb__feature__scroll__highlight {
  pointer-events: none;
  z-index: -1;
}
.tags-container button.dropdown-toggle {
  border: 1px solid #cfcfcf;
  font-size: 1em;
  color: #000;
  background-color: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 10px;
  white-space: nowrap;
}
.right-tags > .tags-container > ul > li {
  vertical-align: middle;
}

@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
.stable {
  display: block;
  width: 100%;
  margin: 15px 0 30px;
  color: black;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stable table {
  min-width: 100%;
}
.stable th,
.stable td {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.stable thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #1b3043;
}
.stable tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.stable tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 1000px) {
  .stable {
    font-size: 1.125rem;
  }
}
.card {
  position: relative;
}

.deck p {
  margin-bottom: 5px;
}
@charset "UTF-8";
/* stylelint-disable */
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
.card.float .image {
  float: right;
  margin-left: 10px;
}
.card.float .image figure {
  padding-top: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.card.aside .art-container, .card.s-card-aside .art-container {
  display: flex;
  flex-wrap: wrap;
}
.card.aside .art-container .headline, .card.s-card-aside .art-container .headline {
  flex: 1 1 0;
  order: 1;
  padding-right: 10px;
}
.card.aside .art-container .deck,
.card.aside .art-container .byline,
.card.aside .art-container .links, .card.s-card-aside .art-container .deck,
.card.s-card-aside .art-container .byline,
.card.s-card-aside .art-container .links {
  flex: 0 0 100%;
  order: 3;
}
.card.aside .art-container .image {
  flex: 0 0 35%;
  order: 2;
}
.card.s-card-aside .art-container .image {
  flex: 0 0 auto;
  order: 2;
}
.card.s-card-aside .art-container .image figure {
  padding-top: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.card.opinion .art-container {
  text-align: center;
}
.card.opinion .image figure {
  width: 100px;
  height: 100px;
  padding-top: 0;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.card.opinion .headline,
.card.opinion .deck,
.card.opinion .byline {
  max-width: 320px;
  margin: 0 auto;
}
.card.opinion .links {
  text-align: left;
}
.card.opinion-aside .image {
  float: right;
  margin-left: 10px;
}
.card.opinion-aside .image figure {
  width: 50px;
  height: 50px;
  padding-top: 0;
  overflow: hidden;
  border-radius: 50%;
}
.card.float .art-container:after, .card.opinion-aside .art-container:after {
  content: "";
  display: block;
  clear: both;
}
.card.s-card, .card.s-card-aside {
  padding: 15px;
  background-color: #f4f5f6;
}
.card.s-card, .card.s-card-aside, .card.magazine .art-container {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.card.magazine .art-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  height: 100%;
  overflow: hidden;
  padding: 230px 15px 15px;
  background: black;
}
.card.magazine .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card.magazine .image figure {
  padding-top: 120%;
  position: relative;
}
.card.magazine .image figure:before {
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 1;
}
.card.magazine .headline,
.card.magazine .deck,
.card.magazine .byline {
  position: relative;
  text-align: center;
}
.card.magazine .headline > *,
.card.magazine .deck > * {
  max-width: 450px;
  margin: 0 auto 10px;
}
.card.magazine .headline,
.card.magazine .deck,
.card.magazine .byline,
.card.magazine .links {
  flex: 0 0 100%;
  z-index: 2;
}
.card.magazine .tag,
.card.magazine .headline a,
.card.magazine .deck,
.card.magazine .byline,
.card.magazine .links a,
.card.magazine [class*=ltpicto-] {
  color: #fff;
}
.card.magazine .headline a,
.card.magazine .links a {
  transition: opacity 0.3s ease;
}
.card.magazine .headline a:hover,
.card.magazine .links a:hover {
  opacity: 0.7;
}
.card.magazine .links .symbol {
  background: rgba(255, 255, 255, 0.5);
}
.card.magazine .links:not(:last-child):after {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.4);
}
.card.magazine .headline .tag {
  color: rgba(255, 255, 255, 0.725);
}
.card.magazine .headline .tag:after {
  color: rgba(255, 255, 255, 0.3);
}
@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
.links {
  clear: right;
  position: relative;
  display: flex;
}
.links .link {
  margin-left: 15px;
  float: right;
}
.links h6 {
  margin-bottom: 10px;
  font-weight: 700;
}
.links a {
  color: black;
  transition: color 0.3s ease;
}
.links a:hover {
  color: #45c2ff;
}
.links .symbol {
  width: 5px;
  height: 5px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 7px 8px 10px 0;
}
.links:not(:last-child):after {
  content: "";
  display: block;
  top: 14px;
  width: 1px;
  height: calc(100% - 10px);
  left: 2px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}

.single article .single-content .links {
  background-color: #f4f5f6;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 10px 10px 15px 20px;
  padding: 10px;
}
.single article .single-content .links h6 {
  font-family: "miller-headline", serif;
  flex: 1 1 auto;
}
.single article .single-content .links a {
  text-decoration: none;
}
.single article .single-content .links p {
  font-size: 0.85rem;
  flex: 0 0 50%;
  line-height: 1.2rem;
  padding-left: 5px;
}
.single article .single-content .links p,
.single article .single-content .links h6 {
  margin-bottom: 15px;
}
.single article .single-content .links .symbol {
  background-color: #45c2ff;
  margin-left: -25px;
}
.single article .single-content .links .link {
  margin-left: 0;
  float: left;
}
.single article .single-content .links:not(:last-child):after {
  left: -13px;
  top: 25px;
  height: calc(100% + 4px);
}
.single article .single-content .links:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #f4f5f6 transparent;
}

@media (min-width: 1000px) {
  .single article .single-content .links h6 {
    font-size: 1.25rem;
  }
}
@charset "UTF-8";
/* stylelint-disable */
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
/* Border */
.border-bottom:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -7.5px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .border-left:before, .border-right:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .border-left:before {
    left: -15px;
  }
  .border-right:before {
    right: -15px;
  }
}
/*relative to grid-gap: fix for sidebar banner ads starting with 300px width*/
@media (min-width: 1300px) and (max-width: 1399px) {
  .border-left:before {
    left: -8px;
  }
  .border-right:before {
    right: -8px;
  }

  .spm.spm-sky + .cover-grid .border-left:before {
    left: -30px;
  }
  .spm.spm-sky + .cover-grid .border-right:before {
    right: -30px;
  }
}
@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
.separador {
  display: flex;
  align-items: center;
}
.separador hr {
  flex: 1 1 auto;
  margin: 30px 0;
}
.separador.m-top-0 hr, .separador.m-bot-0 hr {
  margin-top: 0;
  margin-bottom: 0;
}
.separador small {
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin-right: 5px;
}
.separador figure {
  max-width: 300px;
}
.separador svg {
  width: auto;
  max-width: 100%;
  height: 50px;
  display: block;
}
.separador h1,
.separador h2,
.separador h3,
.separador h4,
.separador h5,
.separador h6,
.separador figure {
  margin: 0;
  flex: 0 0 auto;
}
.separador h3,
.separador h4,
.separador h5,
.separador h6 {
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
}
.separador.align-left h1,
.separador.align-left h2,
.separador.align-left h3,
.separador.align-left h4,
.separador.align-left h5,
.separador.align-left h6,
.separador.align-left figure {
  margin-right: 10px;
}
.separador.align-right h1,
.separador.align-right h2,
.separador.align-right h3,
.separador.align-right h4,
.separador.align-right h5,
.separador.align-right h6,
.separador.align-right figure {
  margin-left: 10px;
  order: 2;
}
.separador.align-right hr {
  order: 1;
}
.separador.align-right .spm {
  order: 3;
}
.separador.align-center:before {
  content: "";
  display: block;
  flex: 1 1 auto;
  margin: 30px 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.separador.align-center.m-top-0:before, .separador.align-center.m-bot-0:before {
  margin-top: 0;
  margin-bottom: 0;
}
.separador.align-center h1,
.separador.align-center h2,
.separador.align-center h3,
.separador.align-center h4,
.separador.align-center h5,
.separador.align-center h6,
.separador.align-center figure {
  margin: 0 10px;
}
.separador + .minimal-nav {
  margin-top: -15px;
}
.separador .spm {
  margin-left: 10px;
  background-color: none;
  padding: 0;
}
.separador .spm > div:before {
  display: none;
}

@media (min-width: 1300px) {
  .separador h1 {
    font-size: 2.2rem;
  }
}
.subgrid > .separador {
  grid-column: inherit;
}
@charset "UTF-8";
.slider {
  overflow: hidden;
  max-width: 100%;
  padding: 15px;
  position: relative;
}
.slider h3 {
  position: relative;
  z-index: 3;
}
.slider ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: stretch;
  -webkit-transition: all 0.3s ease 0.8s;
  -moz-transition: all 0.3s ease 0.8s;
  -ms-transition: all 0.3s ease 0.8s;
  -o-transition: all 0.3s ease 0.8s;
  transition: all 0.3s ease 0.08s;
}
.slider ul li > div {
  padding: 10px;
  text-align: center;
}
.slider ul li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.slider .slider-btn {
  border: none;
  color: black;
  font-size: 350%;
  height: 100%;
  position: absolute;
  top: 0;
}
.slider .slider-btn.next {
  right: 0;
  background: -o-linear-gradient(left, transparent 0%, white 95%);
  background: linear-gradient(to right, transparent 0%, white 95%);
}
.slider .slider-btn.prev {
  left: 0;
  background: -o-linear-gradient(right, transparent 0%, white 95%);
  background: linear-gradient(to left, transparent 0%, white 95%);
}

.digital-paper {
  background-color: #1f2935;
}
.digital-paper ul li {
  height: 175px;
}
.digital-paper ul li div {
  display: block;
  height: 100%;
}
.digital-paper ul li a,
.digital-paper ul li img {
  display: inline-block;
  height: 100%;
  position: relative;
}
.digital-paper ul li img {
  z-index: 0;
}
.digital-paper ul li a:before {
  font-size: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -moz-transform: translateX(-50%) translateY(-20%);
  -webkit-transform: translateX(-50%) translateY(-20%);
  -o-transform: translateX(-50%) translateY(-20%);
  -ms-transform: translateX(-50%) translateY(-20%);
  transform: translateX(-50%) translateY(-20%);
  -webkit-transition: all 0.3s ease 0.08s;
  -moz-transition: all 0.3s ease 0.08s;
  -ms-transition: all 0.3s ease 0.08s;
  -o-transition: all 0.3s ease 0.08s;
  transition: all 0.3s ease 0.08s;
  font-family: "lt-picto";
  font-style: normal;
  font-weight: normal;
  font-size: 150%;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  z-index: 3;
}
.digital-paper ul li a:after {
  content: "";
  opacity: 0;
  background: #1f2935;
  background: rgba(31, 41, 53, 0.8);
  color: #fff;
  display: block;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.digital-paper ul li a:hover:after, .digital-paper ul li a:hover:before {
  opacity: 1;
}
.digital-paper ul li a:hover:before {
  font-size: 250%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.digital-paper .slider-btn {
  color: white;
}
.digital-paper .slider-btn.next {
  background: -webkit-linear-gradient(left, rgba(31, 41, 53, 0) 0%, #1f2935 95%);
  background: -o-linear-gradient(left, rgba(31, 41, 53, 0) 0%, #1f2935 95%);
  background: linear-gradient(to right, rgba(31, 41, 53, 0) 0%, #1f2935 95%);
}
.digital-paper .slider-btn.prev {
  background: -webkit-linear-gradient(right, rgba(31, 41, 53, 0) 0%, #1f2935 95%);
  background: -o-linear-gradient(right, rgba(31, 41, 53, 0) 0%, #1f2935 95%);
  background: linear-gradient(to left, rgba(31, 41, 53, 0) 0%, #1f2935 95%);
}
@charset "UTF-8";
/* (´ヘ｀;) dejen de tomar otros sitios */
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
.offer-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto 30px auto;
  padding-top: 10px;
}
.offer-content a {
  text-decoration: none !important;
}
.offer-content time {
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
}
.offer-content h5 {
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
}
.offer-content ul {
  display: flex;
  flex-direction: column;
}
.offer-content ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
}
.offer-content ul a {
  display: flex;
  position: relative;
  color: white;
  min-height: 150px;
  align-items: flex-end;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.offer-content ul a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  z-index: 1;
}
.offer-content ul figure {
  z-index: 0;
}
.offer-content ul .titles {
  position: relative;
  z-index: 2;
}
.offer-content ul li {
  border-radius: 5px;
}
.offer-content .slot h6 {
  padding: 0;
}

@media (min-width: 400px) {
  ul.offer-content {
    flex-direction: row;
    align-items: stretch;
  }
  ul.offer-content li {
    flex-grow: 1;
    margin-bottom: 15px;
  }
  ul.offer-content li a {
    height: 100%;
  }
  ul.offer-content li:nth-child(n+2) {
    margin-left: 15px;
  }
}
@charset "UTF-8";
/*La Tercera*/
/*Medios de La Tercera*/
/*otros medios de copesa*/
/*radios*/
/*se usa entre otras para la huincha de noticia ultimo minuto*/
/* color de fondo de video y podcast mixin solo recibe rgb*/
/* tier color,es el color de la lista de videos ofertados*/
/*$paula,$culto se llama desde colorMedia.scss*/
/*espacio en las grillas*/
/*espacio vertical dentro de articulos*/
/*espacio en single,para los bordes del contenido de la nota*/
/*tamaño de avatar*/
/*id de ads google*/
/*colores de redes sociales*/
/*color de borde de botones sociales*/
/*opciones de header*/
/*altura del header*/
/*estilos de titulares y textos*/
/*familia tipografica casos especificos*/
/*tipo de tags,tags con fondo,categoria y lista de tags */
/*tipo de nav visible */
/*tipo de nav desplegable */
/*altos de la barra de admin de WP*/
/*color para crear modo alto contraste*/
/*btn hamburguesa*/
/*No modificar - tamaños base de pictogramas y textos con fuente de sistema*/
/*declaraciones basicas de css que iran en min768*/
/*puede ir vacio este mixin en caso de no usar bordes u otras cosas especiales en el slot*/
/*define el estilo de slot en el grupo de bloques,ofertas de contenido,sidebar y archivo*/
/*iterame la vida*/
.fb-comments {
  width: 100%;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 30px;
}

.showvideo .aside {
  max-width: 100vw;
}
.showvideo .aside li:nth-child(n+2) {
  margin-top: 2px;
}
.showvideo .video-list ul {
  white-space: nowrap;
  overflow: auto;
}
.showvideo .video-list ul li {
  background-color: color(#000 l(4%));
  display: inline-block;
  white-space: initial;
  width: 320px;
}
.showvideo .video-list ul li h6 {
  color: color(color(#000 l(4%)) contrast(100%));
  line-height: 1.1rem;
  max-height: resolve(4.18rem);
  overflow: hidden;
}
.showvideo p.excerpt {
  padding-left: 10px;
  padding-right: 10px;
}
.showvideo .group-slot-s .slot-s .image-space {
  border-radius: 0;
  height: 80px;
  margin-top: 0;
  padding-left: resolve(136px);
  flex-basis: initial;
}
.showvideo .group-slot-s li:after {
  content: initial;
}

.single {
  padding-bottom: 1px;
  /*estilos para galerías en slider*/
  /*bottom article structure*/
}
.single .author {
  max-width: 100%;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  overflow: hidden;
}
.single .author a {
  min-height: 50px;
  color: black;
  flex: 0 0 auto;
  position: relative;
  display: inline-flex;
  line-height: 1.2;
  max-width: 100%;
}
.single .author b {
  font-weight: 700;
}
.single .author .avatar {
  left: 0;
}
.single .author .avatar + .name {
  padding-left: 15px;
  max-width: calc(100% - 50px);
}
.single .author time {
  white-space: nowrap;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  text-transform: uppercase;
}
.single .author .byline {
  margin-bottom: 0;
}
.single .titulares {
  max-width: 960px;
  padding: 15px 15px 5px;
  text-align: center;
  margin: 0 auto;
}
.single .titulares .list-cat-y-tags {
  justify-content: center;
}
.single .titulares .list-cat-y-tags small {
  font-size: 90%;
}
.single .titulares.has-mainp.has-mainimg {
  max-width: 1440px;
}
.single figure {
  font-size: 16px;
}
.single figcaption {
  text-align: left;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  font-size: 65%;
  margin: 0;
  padding: 0 15px;
}
.single figcaption p {
  line-height: 1.2;
  margin-bottom: 0;
}
.single figcaption small {
  font-size: 70%;
}
.single .mainimg {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
}
.single .slider {
  padding: 0;
}
.single .carousel ul li {
  border: 1px solid lightgray;
  border-radius: 3px;
}
.single .carousel .gallery-img figcaption:not(:empty) {
  border-top: 1px solid lightgray;
  margin-top: 10px;
  padding-top: 5px;
}
.single .carousel .gallery-img figcaption:empty {
  display: none;
}
.single .carousel button {
  background-color: white !important;
  background-image: none !important;
  color: lightgray;
  height: 30px;
  width: 30px;
  display: block;
  border: 1px solid lightgray;
  border-radius: 50%;
  top: calc(50% - 15px);
}
.single .carousel button span {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  font-size: 15px;
}
.single .carousel button span:before, .single .carousel button span {
  line-height: 25.98px;
}
.single .contentw .single-content,
.single .contentw > aside {
  grid-column: 2 span;
}
.single .opinion .author {
  background-color: color(#1b3043 l(90%));
  border-radius: resolve(16.6666666667px);
  position: relative;
  margin-bottom: resolve(30px);
}
.single .opinion .author:after {
  border: 15px solid transparent;
  border-top: 15px solid color(#1b3043 l(90%));
  bottom: resolve(-30px);
  content: "";
  height: 15px;
  left: 100px;
  position: absolute;
  width: 15px;
}
.single .opinion .author .name {
  line-height: 100%;
}
.single .opinion .author a {
  font-weight: 300;
  color: color(#1b3043 l(90%) contrast(100%));
}
.single .video,
.single .audio {
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  color: white;
}
.single .video .full-image > div,
.single .audio .full-image > div {
  width: 100%;
  height: 100%;
}
.single .video .author a .byline, .single .video .author a,
.single .audio .author a .byline,
.single .audio .author a {
  color: white;
}
.single.single-format-status p header, .single.single-format-gallery p header {
  padding: 0;
  position: relative;
}
.single.single-format-status p header figure, .single.single-format-gallery p header figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.single.single-format-status p header figure figcaption, .single.single-format-gallery p header figure figcaption {
  color: color(white a(0.6));
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.single.single-format-status p header figure figcaption p, .single.single-format-gallery p header figure figcaption p {
  padding-left: 15px;
  line-height: 100%;
  padding-right: 15px;
  text-align: right;
}
.single.single-format-status p header figure:before, .single.single-format-gallery p header figure:before {
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
}
.single.single-format-status p header .titulares,
.single.single-format-status p header nav, .single.single-format-gallery p header .titulares,
.single.single-format-gallery p header nav {
  z-index: 3;
}
.single.single-format-status p header .main-figure, .single.single-format-gallery p header .main-figure {
  padding-top: initial;
  height: 100%;
}
.single.single-format-status p header li.text-uppercase, .single.single-format-gallery p header li.text-uppercase {
  color: white !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.single.single-format-status {
  /*header especial*/
  /*fin header especial*/
}
.single.single-format-status .main-header {
  transition: background 0.3s ease-in-out;
}
.single.single-format-status .main-hspace,
.single.single-format-status .subs-msg-xs {
  display: none;
}
.single.single-format-status .lt-auto-hide-header:not(.is-hidden) .main-leftnav, .single.single-format-status .lt-auto-hide-header:not(.is-hidden) .main-logo, .single.single-format-status .lt-auto-hide-header:not(.is-hidden) .main-rightnav {
  background-color: transparent;
}
.single.single-format-status .lt-auto-hide-header:not(.is-hidden) .main-header {
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, transparent 90%);
  border-bottom: 0;
}
.single.single-format-status .lt-auto-hide-header:not(.is-hidden) .main-header a:not(.btn),
.single.single-format-status .lt-auto-hide-header:not(.is-hidden) .main-header .btn-outline-default {
  color: white;
}
.single.single-format-status .lt-auto-hide-header:not(.is-hidden) .main-logo svg {
  fill: color(black contrast(100%));
}
.single.single-format-status .lt-auto-hide-header:not(.is-hidden) .main-nav {
  display: none;
}
.single.single-format-status .lt-auto-hide-header:not(.is-hidden) .hamb-bar, .single.single-format-status .lt-auto-hide-header:not(.is-hidden) .hamb-bar:after, .single.single-format-status .lt-auto-hide-header:not(.is-hidden) .hamb-bar:before {
  background-color: white;
}
.single.single-format-status .header-sticky {
  display: none;
}
.single.single-format-status header {
  height: 100vh;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.single.single-format-status header .mainimg:before {
  padding-top: 30px;
  height: calc(35% + 30px);
  background: linear-gradient(to top, black 10px, color(black a(40%)), transparent);
}
.single.single-format-status header .mainimg:after {
  border: resolve(10px) solid transparent;
  border-top-color: black;
  bottom: -20px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.single.single-format-status header .titulares {
  bottom: 50px;
  left: 50%;
  position: absolute;
  max-height: calc(100vh - 50px);
  max-width: 600px;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}
.single.single-format-status header .titulares h1 {
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.single.single-format-status .list-cat-y-tags {
  justify-content: center;
}
.single.single-format-status .list-cat-y-tags li:first-child a {
  color: white;
}
.single.single-format-status .author > a {
  justify-content: center;
}
.single.single-format-status .excerpt {
  font-weight: 300;
}
.single.single-format-status .single-content {
  margin-right: 0;
}
.single.single-format-gallery {
  background-color: linear-gradient(to bottom, color(black tint(15%)), color(black tint(15%)) 300px, #f0f0f0 0, transparent 251px);
}
.single.single-format-gallery header {
  min-height: 600px;
}
.single.single-format-gallery header .breadcrumbs li:last-child a,
.single.single-format-gallery header .author a,
.single.single-format-gallery header .excerpt, .single.single-format-gallery header {
  color: white;
}
.single.single-format-gallery header .mainimg:before {
  height: 100%;
  background: linear-gradient(to right, black, transparent);
}
.single.single-format-gallery header .mainimg .main-figure {
  object-fit: cover;
}
.single.single-format-gallery header .titulares {
  padding: 40px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: resolve(45px);
}
.single.single-format-gallery .bloque_c {
  padding-bottom: resolve(45px);
  margin-bottom: resolve(45px);
}
.single.single-format-gallery .bloque_c h4 {
  margin-bottom: 15px;
}
.single.single-format-gallery .bloque_c small {
  opacity: 0.6;
}
.single.single-format-gallery .bloque_c:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.single.single-format-audio header .mainimg .full-image {
  overflow: hidden;
}
.single.single-format-audio header .mainimg .full-image img {
  position: absolute;
  z-index: 0;
  filter: blur(5px) grayscale(100%);
  transform: scale(1.1);
}
.single.single-format-audio header .mainimg .full-image iframe {
  position: relative;
}
.single article .single-header {
  border-bottom: 1px solid color(black l(90%));
}
.single article .single-header h1 {
  margin-bottom: 20px;
}
.single article .single-header h2 {
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: #999;
}
.single article .excerpt {
  font-size: 1.111rem;
  line-height: 1.9rem;
  font-weight: 300;
}
.single article .single-content {
  min-width: 1px;
  /* fix collapsing objects */
  /*pending test iframes and social media embeds*/
}
.single article .single-content a {
  text-decoration: underline;
}
.single article .single-content a mark {
  font-weight: 700;
}
.single article .single-content p {
  margin-bottom: 30px;
  line-height: 1.75;
  font-weight: 400;
}
.single article .single-content p.dropcap-letter:first-letter {
  font-weight: 700;
  float: left;
  line-height: 0.8em;
  margin: 10px 15px 15px 0;
  font-size: 6rem;
}
.single article .single-content h4,
.single article .single-content h5,
.single article .single-content h6 {
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
}
.single article .single-content ul li,
.single article .single-content ol li {
  margin-bottom: 5px;
}
.single article .single-content ol {
  list-style: none;
  counter-reset: soft-counter;
}
.single article .single-content ol li {
  counter-increment: soft-counter;
  position: relative;
}
.single article .single-content ol li:before {
  content: counter(soft-counter) ". ";
  font-weight: 700;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
  position: absolute;
  left: -40px;
  text-align: right;
  display: block;
  width: 35px;
}
.single article .single-content iframe {
  max-width: 100%;
}
.single article .single-content iframe,
.single article .single-content #twitter-widget-0,
.single article .single-content .twitter-tweet,
.single article .single-content .EmbeddedTweet {
  margin-left: auto !important;
  margin-right: auto !important;
}
.single article .single-content .fb-video,
.single article .single-content .fb-post {
  display: block !important;
  margin: 0 auto 30px;
  text-align: center;
}
.single article .single-content #twitter-widget-0,
.single article .single-content .twitter-tweet {
  width: auto !important;
}

/*media queries*/
@media (min-width: 400px) {
  .single .contentw .single-content,
.single .contentw > aside {
    grid-column: 4 span;
  }
}
@media (min-width: 768px) {
  .single {
    /*estilos para galerías en slider*/
  }
  .single article > .d-flex {
    justify-content: center;
  }
  .single .breadcrumbs {
    text-align: left;
    max-width: 1627.2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .single .breadcrumbs > span {
    max-width: 50%;
  }
  .single figcaption {
    padding-left: 0;
  }
  .single header {
    padding: 10px 0;
  }
  .single header figure {
    flex: 0 0 50%;
    margin: 0;
  }
  .single .contentw {
    position: relative;
  }
  .single .contentw .line {
    grid-column: 2 span;
  }
  .single .contentw .showvideo {
    grid-column: 10 span;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .single .contentw .showvideo p.excerpt {
    padding-left: 0;
    padding-right: 0;
  }
  .single .contentw .single-content,
.single .contentw > aside {
    grid-column: 12 span;
  }
  .single .mainimg {
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .single.single-format-video.offer header {
    padding: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .single.single-format-status header .titulares {
    max-width: 100%;
  }
  .single.single-format-gallery article .single-content {
    grid-column: 1/4;
    margin-right: 0;
  }
  .single.single-format-gallery article .bloque_c .grid {
    grid-gap: 15px;
    grid-template-columns: 1fr 320px;
    grid-template-rows: unset;
  }
  .single.single-format-gallery article .bloque_c .grid div:first-child {
    align-self: center;
    grid-row: 2 span;
    justify-self: center;
  }
  .single.single-format-gallery article .bloque_c .grid div:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .single.single-format-gallery article .bloque_c .grid div:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .single.single-format-gallery article .breadcrumbs {
    padding: 0 10px;
  }
  .single .carousel ul li {
    margin: 0 34px;
  }
}
@media (min-width: 1000px) {
  .single .contentw {
    /*bottom article structure*/
  }
  .single .contentw .social {
    height: 600px;
    left: 0;
    position: sticky;
    top: 70px;
  }
  .single .contentw .single-content .paragraph {
    font-size: 1.25rem;
  }
  .single .contentw .single-content ul,
.single .contentw .single-content ol {
    margin-bottom: 30px;
  }
  .single .contentw .single-content li {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .single .contentw .artimg {
    display: block;
    text-align: center;
    margin: 15px auto 30px;
  }
  .single .contentw .artimg img {
    max-width: 100%;
    height: auto;
  }
  .single .contentw .artimg figcaption {
    text-align: center;
  }
  .single .contentw .social {
    grid-column: 2/3;
  }
  .single .contentw .single-content {
    grid-column: 3/11;
  }
  .single .contentw.contentw-aside .social {
    grid-column: 1 span;
  }
  .single .contentw.contentw-aside .single-content {
    grid-column: 7 span;
  }
  .single .contentw.contentw-aside > aside {
    grid-column: 9/13;
  }
  .single .contentw:not(.contentw-aside) .single-content ol,
.single .contentw:not(.contentw-aside) .single-content ul, .single .contentw:not(.contentw-aside) .single-content .header h1,
.single .contentw:not(.contentw-aside) .single-content .header h2,
.single .contentw:not(.contentw-aside) .single-content .header h3,
.single .contentw:not(.contentw-aside) .single-content .header h4,
.single .contentw:not(.contentw-aside) .single-content .header h5,
.single .contentw:not(.contentw-aside) .single-content .header h6, .single .contentw:not(.contentw-aside) .single-content .paragraph {
    max-width: 720px;
    margin: 0 auto 30px;
  }
  .single .contentw.cover-grid {
    max-width: 1320px;
  }
  .single .contentw:not(.contentw-aside) .single-content ol,
.single .contentw:not(.contentw-aside) .single-content ul {
    padding-left: 20px;
  }
  .single figure {
    font-size: 18px;
  }
  .single .titulares.has-mainimg:not(.has-mainp) .main-figure {
    padding-top: 50%;
  }
  .single .titulares.has-mainp.has-mainimg {
    text-align: left;
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 0 30px;
  }
  .single .titulares.has-mainp.has-mainimg .list-cat-y-tags {
    justify-content: left;
  }
  .single .titulares.has-mainp.has-mainimg h1,
.single .titulares.has-mainp.has-mainimg h2,
.single .titulares.has-mainp.has-mainimg .author,
.single .titulares.has-mainp.has-mainimg .excerpt {
    grid-column: 1/2;
  }
  .single .titulares.has-mainp.has-mainimg .author {
    order: 5;
  }
  .single .titulares.has-mainp.has-mainimg .mainimg {
    grid-row: 1/6;
    grid-column: 2/3;
    width: 100%;
    margin-bottom: 0;
  }
  .single article .single-header .excerpt {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .single article .single-header h1 {
    font-size: 3rem;
  }
  .single article .single-header h2 {
    font-size: 1.3rem;
  }
  .single article .single-header.opinion .titulares > .author.pop {
    order: 0;
  }
  .single.single-format-video.offer header {
    padding: 0;
  }
  .single.single-format-video.offer header .titulares {
    margin-top: 15px;
  }
  .single.single-format-video.offer header .showvideo {
    display: grid;
    grid-template-columns: 1fr minmax(0, 1307.2px) 320px 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .single.single-format-video.offer header .showvideo > figure {
    margin: 0;
    grid-column: 2/3;
  }
  .single.single-format-video.offer header .showvideo nav {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .single.single-format-video.offer header .showvideo nav ul {
    margin-left: 5px;
    white-space: initial;
  }
  .single.single-format-video.offer header .showvideo nav ul li {
    display: block;
    width: 100%;
  }
  .single.single-format-video.offer header .showvideo > .aside {
    grid-column-start: 3;
    position: relative;
  }
  .single.single-format-video.offer header .showvideo .excerpt {
    grid-column: 2/3;
  }
  .single.single-format-status {
    /*header especial*/
    /*fin header especial*/
  }
  .single.single-format-status .main-leftnav, .single.single-format-status .main-logo, .single.single-format-status .main-rightnav {
    background-color: transparent;
  }
  .single.single-format-status .mainimg .main-figure img {
    transition: all 0.5s ease;
    transform: perspective(500px) translate3d(0, 0, 0);
    opacity: 0.9;
  }
  .single.single-format-status .bnr-top {
    display: none;
  }
  .single.single-format-status #showDiamondDogs:checked ~ .modal-motherbase,
.single.single-format-status #showHamb:checked ~ .modal-hamb,
.single.single-format-status #showSearch:checked ~ .modal-search {
    height: calc(100vh - 40px);
  }
  .single.single-format-status .full-image {
    background-color: black;
  }
  .single.single-format-status article > .grid {
    grid-template-columns: minmax(0, 1fr) 50px 630px 50px minmax(0, 1fr);
  }
  .single.single-format-status article > .grid .header-extention,
.single.single-format-status article > .grid .accessibility,
.single.single-format-status article > .grid .single-content {
    grid-column: 3/4;
  }
  .single.single-format-status article > .grid .single-content {
    margin-right: 0;
  }
  .single.single-format-status header .titulares {
    padding-right: 0;
  }
  .single.single-format-gallery article .single-content {
    grid-column: 2/4;
  }
  .single.single-format-gallery header .titulares {
    max-width: 864px;
    padding-bottom: 45px;
    width: 100%;
    padding-right: 0;
  }
  .single.single-format-image header .titulares {
    grid-column: 10 span;
  }
}
@media (min-width: 1300px) {
  .single .contentw {
    /*bottom article structure*/
  }
  .single .contentw.contentw-aside .social {
    grid-column: 1 span;
  }
  .single .contentw.contentw-aside > aside {
    grid-column: 10/13;
  }
  .single .breadcrumbs > span {
    max-width: 45%;
  }
  .single .titulares.has-mainp.has-mainimg {
    grid-template-columns: 6fr 6fr;
  }
  .single .titulares.has-mainp.has-mainimg h1,
.single .titulares.has-mainp.has-mainimg h2,
.single .titulares.has-mainp.has-mainimg p {
    max-width: 620px;
  }
  .single.single-format-status article > .grid {
    grid-template-columns: minmax(0, 1fr) 50px 630px 50px minmax(0, 1fr);
    grid-template-rows: none;
  }
  .single.single-format-gallery article > .grid {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 1fr) 50px minmax(718px, 1390px) minmax(0, 1fr);
  }
  .single.single-format-gallery article > .grid .accessibility {
    grid-column: 4/5;
  }
  .single.single-format-gallery article > .grid .social {
    grid-column: 3/4;
  }
  .single.single-format-image article > .grid {
    grid-template-rows: initial;
  }
  .single article > .grid {
    grid-template-rows: 50px 1fr;
  }
  .single article:after {
    content: "";
    clear: both;
  }

  .pusher {
    min-width: 180px;
    width: 50%;
    max-width: calc(50% - 720px);
    position: relative;
  }
}
@media (min-width: 1520px) {
  .single.single-format-status main > .grid {
    grid-template-columns: minmax(0, 1fr) 50px 630px 50px minmax(0, 1fr);
    grid-template-rows: none;
  }
  .single.single-format-gallery main > .grid {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 1fr) 50px minmax(718px, 1390px) minmax(0, 1fr);
  }
  .single.single-format-gallery main > .grid .accessibility {
    grid-column: 4/5;
  }
  .single.single-format-gallery main > .grid .social {
    grid-column: 3/4;
  }
}
.correct {
  background: #f0dfdf;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-family: "franklin-gothic-urw", helvetica, arial, verdana, sans-serif;
}
.correct p {
  margin-bottom: 0;
}
