
/* Default */
body{font-family: DM Sans, Arial;background:white;}
:root {
    --color-2: #ff3a9a;
    --color-4: #111420;
    --tipografia-titulos: DM Sans, Arial;
}
.solo-desktop [data-name="mediumrectangule"] {height:250px;}
.solo-desktop [data-name="halfpage"] {height: 600px;}
.banner-top .ads13 {width: max-content;}
.bienvenida {padding: 65px 0 60px 0;}

@media (max-width: 759px){
    :root {
        --font-size-default: 14px;
    }
}


.card .imagen {box-shadow: none;border-radius: 0;}
.card .imagen img{object-position: center 10%;}
.card .epigrafe::after{letter-spacing: -2px;}
.card .titulo {font-family: var(--tipografia-titulos);font-weight: normal;}
.card .epigrafe {font-size: 1em;margin-bottom: 5px;}
.card .epigrafe::after{display:none;}
.comp-desktop-grilla-1 .card figure{border-radius: 0px;box-shadow: none;}
.comp-desktop-grilla-1 .card .epigrafe {font-size: 1em;margin: 0 0 5px 0;}
.comp-desktop-grilla-4 .card .imagen {margin-bottom: 10px;}
[class*="comp-"] .comptitulo{font-style: initial;letter-spacing: initial;text-transform: initial;}
[class*="comp-"] ul.etiquetas li a {background: transparent;}
[class*="comp-"] ul.etiquetas li a {border-bottom: 2px solid var(--color-2);border-radius: 0;padding: 5px 0;}
[class*="comp-"] ul.etiquetas {grid-gap: 15px;}
[class*="comp-"] ul.etiquetas li a:hover {background: transparent;}
.comp-desktop-grilla-1 .card:first-child .titulo,
.comp-desktop-grilla-7 .card:first-child .titulo {font-weight: normal;}
.comp-desktop-grilla-6 .card .data,
.comp-desktop-grilla-7 .card figure,
.comp-desktop-grilla-2 .card .data{border-radius: 0px;}


/* Header */
.banner-top {padding: 30px 0;background:white;}
.header-principal {background: white;position:sticky;top:0;z-index:99;border-bottom: 1px solid #dddddd;padding:5px 0;}
.header-principal ul {display: flex;list-style: none;margin: 0;padding: 0;align-items: center;justify-content: center;}
.header-principal .menu-principal li a {padding: 15px 20px;display: block;font-weight: bold;position: relative;text-transform: uppercase;letter-spacing: 3px;font-size:0.9em;}
.header-principal .menu-principal li:not(:first-child) a::before {content: "";display: block;width: 5px;height: 5px;background: var(--color-2);border-radius: 50%;position: absolute;top: calc(50% - 2.5px);left: 0;}
.header-principal ul.menu-redes img {filter: saturate(0) brightness(0.5);height: 20px;}
.header-principal ul.menu-redes a {margin-left: 16px;}
.header-principal ul.menu-redes img[alt="Amazon Music"] {height: 35px;margin-bottom: -5px;}
.header-principal .row {display: flex;align-items: center;justify-content: space-between;grid-gap: 25px;}
.header-principal #logo img {height: 50px;}
.header-principal nav {display: flex;justify-content: space-between;width: -webkit-fill-available;}
@media (max-width: 759px){
    main.seccion-home [class*="comp-"]{padding: 30px 0;}
    .banner-top {display:none;}

    [class*="comp-"] .comptitulo{padding: 10px;text-align: center;}
    .comp-mobile-grilla-3 .card {background: white;padding: var(--padding-viewport);box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);border-radius: 10px;grid-gap: 10px;}

    .header-principal #logo {padding: 0px 0;}
    .header-principal #logo img {height: 40px;}
    .header-principal nav {width: 0;position: absolute;top: 0;right: 0;background: var(--color-4);height: 100vh;flex-direction: column;justify-content: space-around;box-shadow: 0px 0px 10px;}
    .header-principal nav ul{display:none;}
    .header-principal nav.active{width: calc(100vw - 55px);}
    .header-principal nav.active ul{display:flex;flex-direction:column;width:100%;}
    .header-principal nav.active ul.menu-redes{flex-direction: initial;}
    .header-principal > ul {flex-direction: column;}
    .header-principal .menu-principal {flex-direction: column;}
    .header-principal .menu-principal li:not(:first-child) a::before {display: none;}
    #menu-mobile {width: 30px;height: 30px;position: absolute;top: 0;left: -50px;display: flex;flex-direction: column;align-items: center;justify-content: space-between;padding: 10px;}
    #menu-mobile div {width: 100%;height: 15%;background: var(--color-2);}
    .header-principal nav.active #menu-mobile{left:initial;right:0;}
    .header-principal nav.active{width: calc(100vw - 55px);}
    .header-principal .menu-principal li {width:90%;}
    .header-principal .menu-principal li a {font-size: 1.4em;border-bottom: 1px solid rgba(255,255,255,.1);width: 100%;text-align: center;box-sizing: border-box;display:block;color:white;}
    .header-principal ul.menu-redes img {filter: brightness(0) invert(1);}

    .comp-mobile-grilla-3 .content {padding-bottom: 35px;}
}

/* Navegacion */
nav[role="navigation"] h4 {display: none;}
nav[role="navigation"] span.visually-hidden {display:none;}
nav[role="navigation"] li {font-size:0;}
nav[role="navigation"] li a {font-size: 16px;background: #0f2940;color: white;padding: 12px 20px;border-radius: 5px;margin: 5px 15px;display: block;width: max-content;}
nav[role="navigation"] ul {margin: 0;padding: 50px;text-align: center;display: flex;align-items: center;justify-content: center;}
nav[role="navigation"] li a:hover {filter: brightness(1.5);}




/* Seccion Default */
.seccion-categoria-default [class*="comp-"].oscuro h1 {font-size: 2em;font-family: var(--tipografia-titulos);font-weight: 100;text-transform: uppercase;margin:0;letter-spacing: 5px;}
.seccion-categoria-default [class*="comp-"].oscuro h1::after {content: "";display: block;width: 90px;height: 3px;background: var(--color-2);margin: 10px auto;}



/* Huincha Comercial - Skin */
.main-skin-activado {position:relative;}
.main-skin-activado [class*="comp-"].oscuro .bienvenida {background:transparent;}
.main-skin-activado  [class*="comp-"] .row {position: relative;z-index: 1;}
.main-skin-activado .huinchacomercial .row {height: 240px;position: relative;z-index: 1;display: flex;justify-content: space-between;align-items: center;}
.main-skin-activado .huinchacomercial > a{height: 725px;position:absolute;top:0;left:0;width:100%;z-index: 1;display:block;background-color:#0b1f30;}
.main-skin-activado .huinchacomercial > a{background: url(../bg-skin-3.jpg) center top no-repeat #121c25;}
.main-skin-activado .huinchacomercial .row iframe {width: 356px;height: 200px;box-shadow: 0px 0px 20px rgb(0 69 151);border: 1px solid #5382d5;}
.main-skin-activado .huinchacomercial .row ul {margin: 0;padding: 0;display: flex;grid-gap: 20px;list-style: none;}
.main-skin-activado .huinchacomercial .row ul li a {background: #61afff;display: block;padding: 10px 15px;border-radius: 50px;box-shadow: 0px 10px 10px rgba(0,0,0,.3);color: white;text-transform: uppercase;font-weight: bold;font-family: var(--tipografia-titulos);font-weight: bold;font-style: italic;transition: filter .2s;}
.main-skin-activado .huinchacomercial .row ul li a:hover {filter: brightness(1.2);}
.main-skin-activado .huinchacomercial .row > img {max-height: 65px;}


/* Detalle de articulo */
.articulo-detalle [class*="comp-"]:first-child {padding: 40px 0 50px 0;}
.articulo-detalle .comp-desktop-grilla-5 .header {justify-content: center;}
.articulo-detalle{position:relative;}
.articulo-detalle-content {display: grid;grid-template-columns: auto 300px;grid-gap: 50px;padding: 50px var(--padding-viewport);position:relative;z-index: 2;}
.articulo-detalle-content img {max-width: 100%;}
.articulo-detalle-content .media figcaption {position: absolute;padding: 5px 15px 10px 15px;color: white;box-sizing: border-box;line-height: initial;bottom: 0;right: 0;font-size: 12px;width: 100%;display: flex;align-items: flex-end;justify-content: flex-end;min-height: 90px;text-align: right;background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );}
.articulo-detalle-content h1 {font-size: 2.5em;font-family: var(--tipografia-titulos);font-weight: initial;line-height: initial;margin:20px 0;text-align:center;}
.articulo-detalle-content article > .epigrafe {font-weight: bold;line-height: 0.5em;padding: 10px;width: max-content;background: var(--color-2);color: white;margin:auto;}
.articulo-detalle-content .media {margin: 0;padding: 0;width: 100%;height: 0;padding-top: 56%;overflow: hidden;position: relative;background:black;}
.articulo-detalle-content .media img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;min-width: 100%;min-height: 100%;object-position: center 10%;}
.articulo-detalle-content .media iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.articulo-detalle-content article .pub { width: 100%; text-align: center; padding: 20px 0 35px 0; }
.articulo-detalle-content .cuerpo {position: relative;line-height: 1.5em;font-size: 1.1em;display: grid;grid-template-columns: auto 1fr;grid-gap: 30px;margin-top:20px;}
.articulo-detalle-content .cuerpo-content img {max-width: 100%;width: 100%;height: auto;margin: 20px 0;}
.articulo-detalle-content strong {color: black;}
.articulo-detalle-content blockquote {font-family: Georgia;font-size: 1.2em;line-height: 1.6em;background: #f5f5f5;padding: 35px;margin: 0;font-style:italic;}
.articulo-detalle-content .meta {display: flex;justify-content: center;padding: 10px 0;}
.articulo-detalle-content .bajada {font-size: 1.2em;line-height: 1.4em;font-weight: bold;border-bottom: 1px solid #cccccc;padding-bottom: 20px;margin:0;}
.articulo-detalle-content .cuerpo-share {position: sticky;left: 0;top: 70px;display: flex;flex-direction: column;grid-gap: 15px;font-size: 15px;height: max-content;}
.articulo-detalle-content .cuerpo-share a {width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;border-radius: 50%;margin: 0 auto;}
.articulo-detalle-content .cuerpo-share a img {filter: brightness(0);max-height: 25px;}
.articulo-detalle-content .embed {text-align: center;align-items: center;justify-content: center;padding: 20px 0;}
.articulo-detalle-content .embed iframe {width: 100%;margin: auto;box-shadow: 0px 10px 28px rgb(0 0 0 / 10%);}
.articulo-detalle-content .embed  iframe[src*="instagram.com"] {width: 100%;margin: auto!important;box-shadow: 0px 10px 28px rgb(0 0 0 / 10%)!important;}
.articulo-detalle-content .embed .twitter-tweet {margin: auto;}
.articulo-detalle-content .cuerpo-content p a,
.articulo-detalle-content .cuerpo-content p a strong {text-decoration: underline;color: var(--color-2);}
.articulo-detalle aside .pub{height:max-content;position:sticky;top:70px;}
.articulo-detalle-content .cuerpo p a {color: var(--color-2);}

.articulo-detalle-content .cuerpo-content h2 {margin-top: 50px;display:flex;align-items:center;grid-gap: 10px;}
.articulo-detalle-content .cuerpo-content h2::before{content:"";transform:rotate(45deg);display:block;width: 7px;height: 7px;border-top:4px solid var(--color-2);border-right: 4px solid var(--color-2);}
.articulo-detalle-content .cuerpo-content h2 {margin-top: 50px;display:flex;align-items:center;grid-gap: 10px;}
.articulo-detalle-content .cuerpo-content h2::before{content:"";transform:rotate(45deg);display:block;width: 7px;height: 7px;border-top:4px solid var(--color-2);border-right: 4px solid var(--color-2);}
.articulo-detalle-content .cuerpo-content > blockquote {font-family: Georgia;font-style: italic;background: rgb(0 0 0 / 3%);margin: 0;padding: 40px;font-size: 1.1em;line-height: 1.4em;margin: 30px 0;position: relative;}
.articulo-detalle-content .cuerpo-content > blockquote::before {content: '“';position: absolute;top: 0px;font-size: 77px;line-height: initial;font-style: initial;left: 10px;opacity: .2;}
.articulo-detalle-content article .pub [data-name="fullbanner"] {margin: 25px 0;}
.articulo-detalle-content .cuerpo-content .cmaker_mark_class {background: transparent;}
.articulo-detalle-content iframe[src*="datafactory"] {box-shadow: none;}
.articulo-detalle-content .cuerpo-content figure.figure-img {margin: 35px 0;padding: 0;line-height: 0;position: relative;}
.articulo-detalle-content .cuerpo-content figure.figure-img figcaption {font-size: 0.9em;background: rgb(0 0 0 / 6%);line-height: initial;color: #0f2940;padding: 8px 10px;font-weight: initial;margin: 0 0 0 auto;max-width: 100%;box-sizing: border-box;text-align:center;}
.articulo-detalle-content .cuerpo-content figure.figure-img img {margin: 0;padding: 0;}
.articulo-masnoticias {margin: 50px 0;}
.articulo-masnoticias.comp-desktop-grilla-4 .header {text-align: center;width: 100%;justify-content: center;box-sizing: border-box;}
.articulo-detalle-content a.banner-google-news {display: flex;align-items: center;gap: 10px;font-size: 16px;justify-content: center;padding: 15px 0;}
.articulo-detalle-content a.banner-google-news img {height: 25px;margin: 0;}
.articulo-detalle-content a.banner-google-news div {padding: 7px 16px 0px 16px;border-radius: 20px;border: 1px solid #ccc;background: white;}
.articulo-detalle-content  p{margin:25px 0;}

.ar13-envivo-13go {margin:90px 0 0 0;}
.ar13-envivo-13go-header {font-family: var(--tipografia-titulos);text-transform: initial;font-size: 1.2em;margin: 55px 0 10px 0;font-weight: 900;letter-spacing: initial;color: var(--color-2);}
.ar13-envivo-13go-player {width: 100%;height: 0;padding-top: 56.23%;position: relative;background: black;}
.ar13-envivo-13go iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.articulo-comentarios-btn {font-family: var(--tipografia-titulos);font-weight: bold;color: var(--color-2);text-transform: uppercase;font-size: 1.2em;margin: 55px 0 10px 0;font-weight: 100;letter-spacing: initial;}

    /* Version Sin Publicidad */
    .articulo-detalle--no-ads .articulo-detalle-content {grid-template-columns: 100%;max-width: 950px;width: 100%;box-sizing: border-box;}
    .articulo-detalle--no-ads .articulo-detalle-content h1{text-align: center;}
    .articulo-detalle--no-ads .articulo-detalle-content article > .epigrafe{margin:auto;}
    .articulo-detalle--no-ads .articulo-detalle-content .cuerpo{margin-top: 30px;}

    /* Version Video */
    .articulo-detalle--video {background: var(--color-4);color: white;}
    .articulo-detalle--video strong {color: white;}
    .articulo-detalle--video .cuerpo-relacionados .header {color: var(--color-2);}
    .articulo-detalle--video .cuerpo-relacionados .header::after {background: var(--color-2);}
    .articulo-detalle--video .cuerpo-relacionados .card .titulo,
    .articulo-detalle--video .card .titulo,
    .articulo-detalle--video ul.etiquetas li a,
    .articulo-detalle--video .articulo-categorias a {color: white;}
    .articulo-detalle--video .articulo-categorias > div {color: var(--color-2);font-style: initial;letter-spacing: 2px;font-weight: normal;}
    .articulo-detalle--video a.card.articulo-detalle-videorelacionado {display: grid;grid-template-columns: 200px auto;grid-gap: 30px;align-items: center;background: rgb(255 255 255 / 8%);border-radius: 10px;box-shadow: 0px 10px 30px rgba(0,0,0,.2);-webkit-animation: videorecomendado 20s 8s ease infinite both;animation: videorecomendado 20s 8s ease infinite both;}
    .articulo-detalle--video a.card.articulo-detalle-videorelacionado figure.imagen {border-radius: 10px 0 0 10px;}
    .articulo-detalle--video a.card.articulo-detalle-videorelacionado .epigrafe::after {content: "";width: 8px;height: 8px;display: block;border-top: 3px solid var(--color-2);border-right: 3px solid  var(--color-2);transform: rotate(45deg) translateX(6px) translateY(-2px);}
    .articulo-detalle--video a.card.articulo-detalle-videorelacionado .epigrafe {display: flex;font-size: 1em;text-transform: uppercase;}
    .articulo-detalle--video .articulo-detalle-content .cuerpo-share a {filter: brightness(0) invert(1);}
    .articulo-detalle--video .cuerpo-relacionados .data {color:white;}
    @-webkit-keyframes videorecomendado {
        from {
            max-height:0;
            overflow:hidden;
            margin: 0px 0 0px 0;
        }
        7% {
            max-height:200px;
            overflow:hidden;
            margin: 30px 0 60px 0;
        }
        100% {
            max-height:200px;
            overflow:hidden;
            margin: 30px 0 60px 0;
        }
      }
      @keyframes videorecomendado {
        from {
            max-height:0;
            overflow:hidden;
            margin: 0px 0 0px 0;
        }
        7% {
            max-height:200px;
            overflow:hidden;
            margin: 30px 0 60px 0;
        }
        100% {
            max-height:200px;
            overflow:hidden;
            margin: 30px 0 60px 0;
        }
      }
      

    /* MOBILE */
    @media (max-width: 759px){
        .articulo-detalle-content {grid-template-columns: 100%;}
        .articulo-detalle-content .cuerpo {grid-template-columns: 100%;}
        .articulo-detalle-content .cuerpo-share {    flex-direction: initial;grid-gap: 9px;position: initial;top: inherit;left: initial;align-items: center;justify-content: center;}
        .articulo-detalle-content .cuerpo-share a {margin: 0;}
        .articulo-detalle-content h1 {font-size: 1.5em;}
        .articulo-detalle-content .embed iframe[src*="youtu"] {height: 210px;}
        .articulo-detalle-content .embed iframe[src*="instagram.com"]{min-width: 290px!important;}
        .articulo-detalle-content .bajada {font-size: 1.1em;line-height: 1.3em;}
        .articulo-detalle-content .cuerpo-content p {text-align: justify;}
        .articulo-detalle-content .cuerpo-content h2 {font-size: 1.35em;}

        .articulo-detalle--video a.card.articulo-detalle-videorelacionado {grid-template-columns: 92px auto;}
        .articulo-detalle--video a.card.articulo-detalle-videorelacionado figure.imagen {width: 100%;padding-top: 0;height: 100%;} 
        .articulo-detalle--video a.card.articulo-detalle-videorelacionado .data {padding: 15px 0;}
        .articulo-detalle--video a.card.articulo-detalle-videorelacionado .epigrafe {font-size: 0.8em;line-height: 0.8em;height: max-content;align-items: center;}
        .articulo-detalle--video a.card.articulo-detalle-videorelacionado .epigrafe::after {width: 6px;height: 6px;transform: rotate(45deg) translateX(11px) translateY(-2px);border-top: 2px solid var(--color-2);border-right: 2px solid  var(--color-2);}
        .articulo-detalle--video a.card.articulo-detalle-videorelacionado {grid-gap: 20px;}

        main.articulo-detalle .comp-mobile-grilla-3 {margin-top: 40px;}

        
        .seccion-categoria-default [class*="comp-"].oscuro h1 {font-size: 1.7em;text-align: center;}
        .seccion-categoria-default [class*="comp-"].oscuro .bienvenida {padding: 45px 0;}
        .seccion-categoria-default .comp-mobile-grilla-4 {margin-bottom: 25px;padding-bottom: 25px;}

        .articulo-detalle-content {padding: 20px var(--padding-viewport);grid-gap: 30px;}

        .articulo-detalle .comp-mobile-grilla-3 .content {padding: 20px 0;margin: 0;width: 100%;}
        .articulo-detalle .comp-mobile-grilla-3 .content a.card:first-child {margin-left: 10px;}

        .banner-postheader {display: block;padding: 15px 0;}
    }

/* RELACIONADOS */
.cuerpo-relacionados .content {display: grid;grid-gap: 30px;grid-template-columns: 1fr 1fr 1fr;}
.cuerpo-relacionados .card .data {padding-top: 10px;}
.cuerpo-relacionados .card .titulo {font-size: var(--font-size-default);line-height: calc(var(--font-size-default) * 1.3);font-size: 1em;}
.cuerpo-relacionados .card img {margin: 0;object-position: center;}
.cuerpo-relacionados .card .epigrafe::after {display: none;}
.cuerpo-relacionados .card .epigrafe {margin-bottom: 5px;}
.cuerpo-relacionados .header {font-family: var(--tipografia-titulos);font-weight: bold;color: var(--color-1);font-size: 1.2em;padding-bottom: 20px;align-items: center;justify-content: center;grid-template-columns: auto 1fr;grid-gap: 20px;display: grid;}
.cuerpo-relacionados .header::after {display: block;content: "";height: 2px;background: var(--color-1);}
.cuerpo-relacionados .header div {width: max-content;font-style: initial;letter-spacing: 2px;font-weight: normal;text-transform: uppercase;}
.cuerpo-relacionados .header div {width: max-content;}
    /* MOBILE */
    @media (max-width: 759px){
        .cuerpo-relacionados .content {flex-direction: column;grid-gap:20px;display:flex;}
        .cuerpo-relacionados .card {background: transparent;box-shadow: none;display: grid;grid-template-columns: 90px auto;align-items: center;justify-content: center;}
        .cuerpo-relacionados .card .titulo {padding: 0;}
        .cuerpo-relacionados .card figure {padding-top: 100%;}
        .cuerpo-relacionados .card .data{padding:0;line-height: 1.2em;}
    }


.articulo-categorias > div {font-family: var(--tipografia-titulos);font-weight: bold;color: var(--color-2);font-size: 1.2em;margin: 55px 0 10px 0;letter-spacing: initial;}
.articulo-categorias ul {display: flex;list-style: none;padding: 0;margin: 0;grid-gap: 20px;flex-wrap: wrap;}
.articulo-categorias a {padding: 10px 0;display: block;border-bottom: 2px solid var(--color-2);font-weight: bold;font-size: 0.9em;line-height: 0.9em;width: max-content;}
.articulo-categorias li:first-child a {border-color: var(--color-2);}


.comp-desktop-grilla-4 .sidebar .ads13 {margin-top: 40px;width: max-content;}
.comp-desktop-grilla-5 .sidebar .ads13 {margin-top: 40px;width: max-content;}

/* Pub13 */
@media (max-width: 759px) {
    #prestitial-wrapper {position:relative;display: flex; align-items: center; justify-items: center; width: 100%; height: 0vh; text-align: center;overflow:hidden;transition: height 1.5s cubic-bezier(0, 0.31, 0.26, 1.13);max-height:100vh;max-height: -webkit-fill-available;max-height: -moz-available;max-height: stretch;flex-direction: column;}
    #prestitial-wrapper.prestitial-wrapper--enabled {height: 100vh;z-index:999999;}
    #prestitial-wrapper-saltar {position: sticky; color: white; font-family: Arial; background: #fb6900; border-radius: 50px; left: initial; bottom: 20px; cursor: pointer; transition: all .5s; font-weight: bold; text-transform: uppercase; align-items: center; justify-content: center; padding: 9px 15px; line-height: 12px; margin: auto auto 0 auto;min-height:15px;display:flex;}
    #prestitial-wrapper-saltar::before {width: 17px; height: 17px; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkQwODUyQkNGQjI3MTFFOUJCRDJDMDVFMTFGMDE5RjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkQwODUyQkRGQjI3MTFFOUJCRDJDMDVFMTFGMDE5RjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRDA4NTJCQUZCMjcxMUU5QkJEMkMwNUUxMUYwMTlGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRDA4NTJCQkZCMjcxMUU5QkJEMkMwNUUxMUYwMTlGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pobe3wYAAAGZSURBVHjaYvz//z8DFMxhgTJAIoxMQGIPiAESAAggBqAyA5BSkKgISITxP0SnM0AAgaQ8/kOAHhD/BTEYocbCzQYCQ4AAAqnMAkkgY5g5DHCrGBh+M0E5MCN+ATEbNjPBrgQJ/EXWARBAIINz/yOAAZqlcAATcPqPCj4hsf+ArUUz4RWaBlGYHEzBXyTJX0Csg6ZBjwnqWBD9A+p4NiC+AmW7QuV9AQIIZuIs9JCDYhsgjoNZDQNf0BTZIcnFMGDxLUjMFk3cBiO8gOANGt8cPXiwAQv04AFhRTRFD5HdjM3h/7F5EJvDldD4n9GDB+5wLG5eDRLoRnc4FsUMAAEGE2hAEvwAzQUMBLAdNF3AQB7MwL04PPwdiPVxGIQLrIMpcsajCBQ4UkCsjkfNT2wRDcIu/0kDv4HYEls8o2MNLJkMGTwCYnlsenEF9l8iXPcJW+Qhc2wJhON3YiIPFiH/CAU2EWEMstSUCVy4Iso/GPgDxJZAzA7EJ5HE96AVMciAB4j1kL1cCsSrgNiKiEQNw65AvAaIs2FiAD0lud/rnW0pAAAAAElFTkSuQmCC) center center no-repeat; display:block; content:""; margin: auto 7px  auto 0;background-size: cover;}
    #prestitial-wrapper-saltar::after { content: "Saltar Aviso"; }
    #prestitial-wrapper-saltar:hover{filter: brightness(1.1);}
    #prestitial-wrapper > #oas_x94,
    #prestitial-wrapper > #oas_x95 {position: initial !important;z-index: initial !important;width: initial !important;height: initial !important;top: initial !important;left: initial !important;margin: auto;padding:0;}
    #prestitial-wrapper .banner {margin: auto;}
    #prestitial-wrapper-saltar{bottom:5px;font-size: 14px;}
    #prestitial-wrapper-saltar::before{width: 14px;height: 14px;}#footer-sticky {background: #333333;position: fixed;bottom: 0;left: 0;width: 100%;text-align: center;padding: 5px 0px;z-index: 999;display:none;}
    #footer-sticky button {position: absolute;right: 10px;top: -25px;background: #333333;border: none;color: white;font-family: Arial;font-weight: bold;height: 25px;width: 33px;text-align: center;border-radius: 5px 5px 0 0;line-height: 0;}
    #prestitial-wrapper #intersticialmobile{margin:auto;}
}



#splash{transform: scale(0);opacity: 0;}
.articulo-detalle-content .advertencias {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 18px;
    margin-top: 20px;
}

/*banner lo ultimo*/
.banner-loultimo {
    text-align: center;
    margin-block: 30px;
    display: block;
}
.banner-loultimo .version-desktop {
    display: block;
}
.banner-loultimo .version-mobile {
    display: none;
}
@media(max-width:767px) {
    .banner-loultimo .version-desktop {
        display: none;
    }
    .banner-loultimo .version-mobile {
        display: block;
    }
}




/* Player en body  */
.articulo-detalle #sev-en-body {
    position: relative;
    margin-bottom: 20px;
}

.articulo-detalle #sev-en-body .sev-en-body-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 21%;
}

.articulo-detalle #sev-en-body .sev-en-body-header .titulo {
    font-size: 18px;
    font-weight: 900;
    line-height: 21px;
    overflow: hidden;
    position: relative;
    padding-left: 5px;
}

.articulo-detalle #sev-en-body.mini-enbody {
    border-radius: 5px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 2fr 2.5fr;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, .2);
    align-items: center;
    padding: 10px;
    margin: 30px 0;
    background: url(https://www-storage.13.cl/13go-premium/img/soporte.png) left top no-repeat #ffffff;
    background-size: 57%;
    background-position: -30px -27px;
}

.articulo-detalle #sev-en-body.mini-enbody .sev-en-body-player {
    padding-top: 56.25%;
}

.articulo-detalle #sev-en-body.mini-enbody .sev-en-body-player iframe {
    border-radius: 5px;
}

.articulo-detalle #sev-en-body.mini-enbody .sev-en-body-player .titulo br {
    display: none;
}

.articulo-detalle .sev-en-body-player {
    width: 100%;
    height: 0;
    padding-top: 56.23%;
    position: relative;
}

.articulo-detalle .sev-en-body-player iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.articulo-detalle #sev-en-body .sev-en-body-header a {
    display: block;
    background: #ff5800;
    color: white;
    padding: 5px 13px;
    border-radius: 20px;
    text-align: center;
    width: max-content;
    font-size: .8em;
    margin-top: 11px;
}

@media screen and (max-width: 759px) {
    .articulo-detalle #sev-en-body .sev-en-body-header .titulo {font-size: 1em;padding: 0;}
    .articulo-detalle #sev-en-body .sev-en-body-header a {font-size: .6em;padding: 0px 8px;}
}