@charset "utf-8";
/* CSS Document */
/* Inicio BLOG */

iframe.twitter-share-button
{
    display: block !important;
}

.btnCerrar
{
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#btnAbrirEntradas
{
    z-index: 1;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary);
    width: max-content;
    margin: -80px 0 80px auto;
}

.current_subsection_noticia #btnAbrirEntradas
{
    margin-top: 0;
    margin-bottom: -20px;
}

#btnAbrirEntradas span
{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#btnAbrirEntradas + script + div
{
    clear: both;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    #entradas.open
    {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: none;
    }
}

#nubeEtiquetas
{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.current_subsection_etiquetas #nubeEtiquetas
{
    margin-top: 0;
}

.contieneNubeEtiquetas
{
    line-height: 140%;
}

.contieneNubeEtiquetas > span
{
    display: inline-block;
    vertical-align: middle;
}

.lineaMigasBlog
{

    line-height: 1.1em;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    padding-top: 25px;
    background: none;
    display: inline-block;
    vertical-align: top;
    font-size: 2.1875rem;
}

.lineaMigasBlog a
{
    color: var(--primary);
}

.compartir
{
    margin-top: 20px;
}

.jssocials-share-link
{
    padding: 10px;
    display: inline-flex;
    align-items: center;
}

.jssocials-share-logo
{
    font-size: 1.25rem;
}

.jssocials-share-label
{
    display: inline-block;
    font-size: 0.9375rem;
}

.noticiasFotos
{
    clear: both;
    padding-top: 50px;
}

.noticiasFotos img
{
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.item-galeria-noticia
{
    cursor: pointer;
}

.itemNoticia
{
    position: relative;
    transition: all .4s;
    text-decoration: none;
    display: block;
}

.itemNoticia:hover
{
    text-decoration: none;
}

.itemNoticia .itemNoticiaImagen
{
    position: relative;
    overflow: hidden;
}

.itemNoticia .itemNoticiaImagen img
{
    -webkit-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}

.itemNoticia .itemNoticiaDatos
{
    padding-top: 23px;
    transition: all .3s;
}

.itemNoticiaFecha
{
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    background-color: var(--primary);
}

.itemNoticia .itemNoticiaTitulo
{
    display: block;
    height: 40px;
    transition: all .3s;
    overflow: hidden;

    color: var(--primary);

    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #231F20;
    font-family: "Orpheus Pro", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
}

.itemNoticia .itemNoticiaTitulo a
{
    color: currentColor;
    display: block;
    text-decoration: none;
}

.itemNoticia:hover .itemNoticiaImagen img
{
    transform: scale(1.1);
}

.itemNoticia:hover
{
    transform: translateY(-20px);
}

.itemNoticia .itemNoticiaTexto
{
    position: relative;
    height: 88px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 30px;

    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 2px;
}

.itemNoticia .itemNoticiaTexto.pts:after
{
    content: "[...]";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: white;
}

.fechaNoticiaDetalle
{
    color: #444;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 1.8px;
    text-transform: uppercase;

    margin-bottom: 30px;
}

.cajaNoticiasInicio.cn-12 + .cajaNoticiasInicio
{
    margin-top: auto;
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px)
{
    /* SM */
}

@media (max-width: 992px)
{
    .tituloSeccion.tituloSeccionBlog
    {margin-left: 0;margin: 25px 0 0;}
}

@media (min-width: 1200px)
{
    .col-noticia-small .itemNoticia .itemNoticiaTexto
    {margin-bottom: 50px}
}

@media (min-width: 992px)
{
    .col-noticia-small .row
    {height: 100%}

    .col-noticia-big .itemNoticia
    {box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.10);border-radius: 10px; overflow: hidden}

    .col-noticia-big .itemNoticia:hover
    {box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.25);}

    .col-noticia-big .itemNoticia .itemNoticiaImagen
    {width: 100%;}

    .col-noticia-big .itemNoticia .itemNoticiaTitulo
    {height: auto; max-height: 40px}

    .col-noticia-big .itemNoticia .itemNoticiaTexto
    {margin-bottom: 0}

    .col-noticia-big .itemNoticiaDatos
    {
        margin-right: 0;
        position: absolute;
        z-index: 12;
        bottom: 0;

        border-radius: 0 0 10px 10px;
        background: linear-gradient(0deg, #FFF 40.31%, rgba(255, 255, 255, 0.00) 99.86%);
        padding: 60px 20px 20px;
    }

    .col-noticia-big .itemNoticiaBtn
    {display: none}
}

@media only screen and (max-width: 991px)
{
    /*es, sm  y MD| Extra Small (XS), SM y MD*/
    .current_section_inicio .contieneNoticia
    {
        margin-top: 20px;
    }

    .contieneTituloNoticia
    {padding-left: 15px;}

    .jssocials-shares
    {text-align: center}

    /*.col-noticia-small .cajaNoticiasInicio:nth-child(2){display: none}*/
}

@media only screen and (max-width: 767px)
{
    /*xs*/
    .compartir
    {text-align: center;margin: 10px auto;}

    .itemNoticiaBoton
    {text-align: center}
}

@media only screen and (max-width: 575px)
{
    /* ES */
    .enlaceLeerMas a
    {font-size: 1rem;}

    .enlaceLeerMas
    {margin-top: 25px;}

    .compartir .jssocials-share-link
    {padding: 5px; margin-right: 0px;}

    .compartir .jssocials-share-logo
    {font-size: 0.75rem;}

    .compartir .jssocials-share-label
    {font-size: 0.75rem;}
}

@media (max-width: 991px)
{
    .subTituloNoticia
    {width: 100%}

    .noticiasFotos
    {justify-content: center}
}

@media only screen and (min-width: 576px) and  (max-width: 767px)
{

}

@media only screen and (min-width: 768px) and  (max-width: 991px)
{
    /*sm*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    /*md*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1365px)
{
    /* xl */
}

/* Extra large devices (large desktops, 1366px and up) */
@media only screen and (min-width: 1366px) and (max-width: 1599px)
{
}

/* Fin BLOG */