/* NUEVO PLANTEO (aspectos genericos) =========
============================================= */

article.t2 .volanta ,
.volanta{
    font-size: 11px; text-transform: uppercase; font-weight: 600; height: auto;
}


.volanta{color: var(--rojo);}

.article-v2 .bajada {
    background-color: rgba(54, 61, 63, 0.90);
}

.article-v2 .bajada-p {
    font-size: 14px;
    line-height: 1.2em
}

.article-v2 picture,
.div-nofoto:before {
    background-image: url(/u/plantillas/p/la-sabrosita/imgs/main-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    background-color: rgb(188, 188, 188);
}

.btn.leer-mas {
    background-color: rgb(0 0 0 / 43%);
    color: #fff!important;
    font-size: 11px;
    line-height: 1em;
    padding: 5px;
    width: fit-content;
}



.home .titulo-region{ text-align: left; padding-top: 20px; border-top: 0}


.home .fila.especial  .titulo-region::after{
    
    background:
    url(/u/plantillas/p/la-sabrosita/imgs/titulo-deco-azul-2.png),
    linear-gradient(90deg, rgb(8 71 123) 0%, rgba(8, 71, 123, 0) 100%);
    background-repeat: no-repeat, repeat;
    background-position: left;

}

.home .especial .titulo-region{border-bottom: 0}

.home .titulo-region h2{padding: 0; background-color: transparent; font-size: 19px; color: var(--rojo);}




article.t-full{
    background-color: var(--rojo);
    background-image: linear-gradient(to right top, #c62929, #da5820, #e78217, #eeaa1a, #efd232);
}

/* ============================================================================================================= */

@media only screen and (min-width: 320px) {
    /* aplicar clase .vertical-align al row para que los col centren vertical (usar con precacion) */
    .vertical-align {
        display: flex;
        flex-direction: row;
    }
    .vertical-align>[class^="col-"],
    .vertical-align>[class*=" col-"] {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* Optional, to align inner items 						  horizontally inside the column */
    }
    .flex-right {
        margin-left: auto
    }
    /* HEADER ===================================== */
    /* Articulos ========= */
    .home .caja {
        border-bottom: 0;
    }
    .caja {
        border-bottom-color: rgba(0, 0, 0, 0.2);
    }
    .sidebar .caja {
        border-bottom: none
    }
    /* MODULO FOTONOTICIA    ========= */
    .modulo-fotonoticia .caja {
        border-bottom: 0
    }
    .modulo-fotonoticia article .titulo {
        font-size: 1.2em;
        line-height: 1.2em
    }
    .modulo-fotonoticia article.vertical img {
        width: 100%
    }
    /* Iternas ========= */
    .titulo-pagina,
    .titulo-widget {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: solid 2px;
        position: relative
    }
    .titulo-pagina h1,
    .titulo-widget h2 {
        font-weight: 700;
        font-size: 22px;
        letter-spacing: -1px;
        margin: 0
    }
    .titulo-pagina h1 a {
        font-weight: inherit;
        color: inherit
    }
    /* tamaños (<- ??) */
    .titulo {
        line-height: 1em;
    }
    .article-home .titulo {
        font-size: 24px
    }
    .article-home .resumen {
        line-height: 1em;
        line-height: 1.2em;
        margin-bottom: 0
    }
    .article-home.chica .volanta {
        font-size: 12px;
        text-transform: uppercase;
    }
    .article-home.chica .titulo {
        font-size: 18px;
        margin-bottom: 6px
    }
    .volanta,
    .titulo {
        margin-top: 0;
        margin-bottom: 0.2em
    }
    .article-bandera .titulo {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0
    }
    .contendor-listado article .titulo {
        margin-bottom: 5px
    }
    .contendor-listado a {
        color: inherit
    }
    /* CUSTOM GALERIA DE FOTOS ======== */
    .nav-categorias li.active a {
        font-weight: 700;
        background-color: #355877;
        color: #FFFFFF
    }
    .toggle-cats {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0px 10px;
        color: #355877;
        height: 26px;
        line-height: 16px;
        margin: 0;
        border: 0;
        background-color: transparent
    }
    .toggle-cats i {
        font-size: 24px;
        line-height: 16px
    }
    .toggle-cats:focus {
        border: 0;
    }
    .ico-bread {
        font-size: 16px;
        line-height: 1em;
        padding-left: 10px;
        padding-right: 10px;
        color: #355877
    }
    /* NUEVO PLANTEO (en < 320) ************************* 
		*****************************************************  */
    .article-footer small {
        font-weight: 400;
        color: var(--gris-500);
        font-size: 11px;
        line-height: 11px;
    }
    
    .article-footer small.marcado:before {display: none;}


    /* FONT --- SEGUN COLUMNA */
    .article-v2 .titulo {
        font-size: 25px;
        line-height: 1em;
        letter-spacing: -0.01em;
        word-spacing: -0.02em;
    }
    /* Font general */

    .volanta .hora {
        font-weight: 400;
        color: rgba(0, 0, 0, 0.72)
    }

    /* CATASTROFE: titulo */
    article.t5 .titulo {
        font-size: 30px;
        line-height: 1em;
    }

    .p66 article.t5 .titulo{
        font-size: 2.5em;
        line-height: 1em;
    }

    article.t5 .tag {
        font-size: 16px;
        margin-right: 10px;
        display: inline-block;
        float: left;
    }

}



@media only screen and (min-width: 768px) {
    
    
    .columnistas .titulo-nota{height: 55px;}
    
    .article-v2 .volanta{height: auto;}
    article.t2 .titulo {margin-bottom: 3px; max-height: 76px; padding-bottom: 2px;}
    
    .p50 article.t2 .titulo {font-size: 20px;}

    

    .p25-2 article.t1 .titulo{height: 62px;}
    /* Articulos ========= */
    .volanta,
    .titulo {
        margin-top: 0;
        margin-bottom: 0.2em
    }
    .article-bandera .titulo {
        font-size: 26px;
        line-height: 1.2em;
        margin-bottom: 0;
        letter-spacing: -0.03em;
        word-spacing: -0.03em
    }
    /* CUSTOM GALERIA DE FOTOS ======== */
    .nav-categorias li.active a {
        font-weight: 700;
        background-color: #fff;
        color: #355877
    }
    /* MODULO FOTONOTICIA    ============================
		===================================================== */
    .modulo-fotonoticia article.vertical {
        height: 362px;
        overflow: hidden
    }
    .modulo-fotonoticia article.vertical img {
        width: auto;
        height: 362px;
        display: block;
        text-align: center;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .modulo-fotonoticia article.scale .titulo {
        font-size: 1.3em
    }
    /* NUEVO PLANTEO (en < 768) tablets  **************** 
		*****************************************************  */
    /* CATASTROFE: titulo */
    article.t5 .titulo {
        font-size: 30px;
        line-height: 1em;
    }
}


/* Desde 1024 para arriba entonces ============================================================================= */
/* ============================================================================================================= */

@media only screen and (min-width: 992px) {
    /* MODULO FOTONOTICIA    ============================
		===================================================== */
    .modulo-fotonoticia .caja:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .modulo-fotonoticia article.vertical {
        height: 326px;
    }
    /* NUEVO PLANTEO (en < 1024) ************************* 
		*****************************************************  */
    /* FONT --- SEGUN COLUMNA */
    /*	 .article-v2 .titulo  {line-height: 16px; line-height: 17px }	*/
    article.t5 .titulo {
        font-size: 47px;
        line-height: 1em;
    }
    article.t5 .volanta {
        display: inline-block;
        background-color: var(--amarillo);
        padding: 10px;
        padding-bottom: 8px;
        font-size: 16px;
        line-height: 13px;
        margin: 0;
        color: #000;
        
        margin-bottom: 7px;
    }
    article.t5 .tag {
        font-size: 18px;
        font-weight: 200
    }
    article.t5 small.marcado:before {
        width: 10px;
        height: 10px
    }
    article.t5 .icono-compartir {
        background-color: var(--azul-brand)
    }
    article.t5 .bajada {
        padding: 40px;
        font-size: 1.3em
    }
    article.t-full .titulo {
        font-size: 35px;
        line-height: 1.1em;
        margin-bottom: 15px
    }
    /* Trunco el titulo de */
    .p33 article.t2 .titulo {
        height: 81px;
    }
    .p20 .t1 .titulo {
        height: 61px
    }
    /* Agrando el titulo de:  */
    .p50 article.t1 .titulo,
    .p50 article.t3 .titulo,
    .p66 article.t3 .titulo,
    .p66 article.t4 .titulo {
        font-size: 24px;
        line-height: 1em;
    }
    .interna .titular {
        font-size: 43px;
    }



        
        article.t1 .titulo{overflow: hidden; font-size: 24px; max-height: 99px;}


}







/* Desde 1200 para arriba entonces... 	*/

@media only screen and (min-width: 1200px) {
    .modulo-fotonoticia article.vertical {
        height: 400px;
    }
    .modulo-fotonoticia article.vertical img {
        height: 400px;
    }
}





@media only screen and (max-width: 768px) {

    .article-v2 .titulo{font-size: 24px; line-height: 1.1em;}
}


/* Fixed noticia ======================================*/


@media only screen and (max-width: 768px) {
    article.catastrofe .share-tool{  height: 40px; width: 40px; top: 10px; right: 5px; z-index: 99;}
    article.catastrofe .share-tool .icono-compartir{right: 10px;}
    article.catastrofe .share-tool .despliega-redes{right: 10px;top: 4px;}
    
}

article.t5 .icono-compartir{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}





/* ALERTA ======================================*/



.fila.fila-alerta {
    animation: changeBackgroundColor 2s infinite ease-out;
  }
  
  @keyframes changeBackgroundColor {
    0% {background-color: var(--azul-brand-2)}   
    50% {background-color: var(--azul-brand)}
    100% {background-color: var(--azul-brand-2)}

    
  }




.alert.alert--vivo {background-color: transparent; position: relative; margin-bottom: 0;}
.alert.alert--vivo a{color: #fff;}
.alert.alert--vivo img{width: 100%; max-width: 100%;}
.alert.alert--vivo .alert__media{width: 70px; display: none; }

.alert.alert--vivo .row {display: flex;}
.alert.alert--vivo .alert__close {
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: none;
    background-image: url(/u/plantillas/imgs/ico-gral/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    filter: invert(1);
}



.alert.alert--vivo .alert__data {display: flex; align-items: center;}
.alert.alert--vivo .alert__label {font-size: 11px; background-color: #f53030; margin-right: 10px; padding: 5px; line-height: 1em; text-transform: uppercase; font-weight: 600;}
.alert.alert--vivo .alert__title {margin-bottom: 0; font-size: 18px; line-height: 1em; margin-top: 2px;}



.fila.fila-alerta{padding: 0; margin-top: -20px;}

@media screen and (max-width:768px){
    .fila.fila-alerta{margin-top: -20px;}
    .alert.alert--vivo .alert__data{flex-direction: column; align-items: flex-start;}
    .alert.alert--vivo .alert__label{margin-bottom: .5rem; padding: 3px;}
    .alert.alert--vivo .alert__close {top: 10px; right: -8px; transform: none;}
}



/* STREAMING ABC DEPORTES */

.video-contenedor--169{
    position: relative;
    padding-bottom: 56.25%;
}

.portada-iframe-abcdeportes{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ABC RADIO */

.abc-radio-player {background-color: #0a1f31; padding: 15px; box-shadow: 0 4px 3px -3px rgb(0 0 0 / 70%);}
.abc-radio-player .titulo-region{margin-bottom: 10px; }
.abc-radio-player .titulo-region h2{color: #fff;}
.abc-radio-player .btn-ver-grilla{color: #fff; background-color: var(--azul-brand); margin-top: 1em; font-size: 11px;}
.abc-radio-player .btn-ver-grilla:hover{background-color: var(--celeste);}

@media screen and (min-width:768px){
    .abc-radio-player {height: 165px;}
    .abc-radio-player .titulo-region{padding-top: 0;}
    .abc-radio-player .titulo-region::after{display: none;}
}


/* filas  */



.fila.fila-columnistas {border-top: solid 1px rgba(0, 0, 0, 0.05);border-bottom: solid 1px rgba(0, 0, 0, 0.05); padding-bottom: 30px;}
.fila.fila-columnistas .titulo-region h2{color: #000;}
.fila.fila-columnistas .lSPager.lSpg{padding-top: 15px;}

.galeria-videos .col-main .titulo{font-weight: 700!important;}
.fila-streaming-abcdeportes{margin-bottom: 0!important;}




/* IMPRESO ============ */

.fila-impreso iframe,
.iframe-fliphtml5,
.fila-suplementos--portada-dedicada iframe{width: 100%!important; height:calc(100vh - 125px)!important}

.fila-impreso,
.fila-suplementos--portada-dedicada{
    background-color: #181818;
    padding:  0;
    margin: 0;
    margin-top: -19px;
    padding-top: 10px;
}


.iframe-portada--edicion-impresa{ width: 100%; height: 495px;}

@media screen and (min-width:768px){
    .iframe-fliphtml5,
    .fila-suplementos--portada-dedicada iframe{height:calc(100vh - 250px)!important }

    .iframe-portada--edicion-impresa{height: 222px;}
}



/* Filas de portadas que afectan a los iframes */


.fila-flip iframe{width: 100%; height: 495px;}


@media screen and (min-width:768px){
    .fila-flip iframe{width: 100%; height: 223px;}
}




/* custom linea especiales */


.home .fila.especial.fila-flip .titulo-region::after {
    background: url(/u/plantillas/p/la-sabrosita/imgs/titulo-deco-azul-2.png), linear-gradient(90deg, hsl(207deg 33% 52%) 0%, rgba(8, 71, 123, 0) 100%);
    background-repeat: no-repeat, repeat;
    background-position: left;
}

/* Quito bajada 01/10/2021 */
@media screen and (min-width:768px){
    .p66 article.t5 .t5-bajada{display: none;}
    .p66 article.t5 .titulo{padding-bottom: 3px;}
}