@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
{
    border-radius: 5px;
    cursor: pointer;
    width: 230px;
    position: relative;
    border: 2px solid var(--primary);
    box-sizing: border-box;
    cursor: pointer;
    font-size: 19px;
    padding: 8px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all .6s ease;
    padding: 10px 26px;
    text-decoration: none !important;
    color: #777;
    z-index: 12;
    text-transform: uppercase;
}

#btnAbrirEntradas .fa-angle-down
{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 6px;
    border-radius: 100%;
    color: var(--primary);
}


#btnAbrirEntradas:hover, #btnAbrirEntradas.btnSeleccionado
{
    background-color: #FFF !important;
    color: #B6B100;
    box-shadow: none;
    text-shadow: none;
    transition: all 1s ease;
    border: 2px solid #B6B100;
    border-bottom: none !important;
    border-radius: 5px 5px 0 0;

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    #btnAbrirEntradas:hover + #entradas, #entradas:hover, #btnAbrirEntradas.btnSeleccionado + #entradas
    {
        display: block;
        visibility: visible;
        opacity: 1;
        animation: none;


        background-color: #FFF !important;
        color: #999;
        -webkit-box-shadow: 0px 4px 0px 0px #DEDEDE;
        -moz-box-shadow: 0px 4px 0px 0px #DEDEDE;
        box-shadow: 0px 4px 0px 0px #DEDEDE;
        text-shadow: none;
        transition: all 1s ease;
    }

    #entradas:hover
    {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

#btnAbrirEntradas:hover + #entradas, #entradas:hover, #btnAbrirEntradas.btnSeleccionado + #entradas
{
    z-index: 9 !important;
    display: block;
    -webkit-animation: 0.2s ease 0s normal forwards 1 running animationmenu;
    -o-animation: 0.2s ease 0s normal forwards 1 running animationmenu;
    animation: 0.2s ease 0s normal forwards 1 running animationmenu;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    border: 2px solid #B6B100;
    border-radius: 5px;
    margin-top: -2px;
}

#entradas:hover
{
    opacity: 1;
    display: block;
}

#entradas
{
    z-index: -1;
    -webkit-animation: animationmenus2 0.2s ease-out;
    -moz-animation: animationmenus2 0.2s ease-out;
    -o-animation: animationmenus2 0.2s ease-out;
    animation: animationmenus2 0.2s ease-out;
    opacity: 0;
    position: absolute;
    right: 12px;
    width: 350px;
    background: white;
    padding: 10px;
    border: 1px solid #B6B100;
    text-align: start;
	max-height: 530px;
}

#entradas a
{
    font-size: 18px;
    color: #B6B100;
    line-height: 20px;
    font-weight: 400;
}

#entradas .enlaceEntrada
{
    color: #888;
    font-weight: 300;
    font-size: 15px;
    line-height: 130% !important;
    display: block;
}

#entradas .enlaceEntrada:hover
{
    color: var(--secondary);
    text-decoration: none;
}

#entradas ul
{
    list-style: none;
    user-select: none;
    padding-left: 5px;
}

#entradas ul > li li
{
    padding-left: 12px;
    margin: 5px 0px;
}

#entradas ul > li > ul > li > ul > li
{
    margin-left: 10px;
}

#entradas .collapsed ul
{
    display: none;
}

#entradas i.btnAbrirEntradas
{
    color: #B6B100;
    width: 16px;
    cursor: pointer;
    font-size: 16px;
}

#btnAbrirEntradas .fa-bars
{
    margin-right: 15px;
}

#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;
    padding: 15px 15px 30px;

    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.itemNoticia:hover
{
    text-decoration: none;
    box-shadow: 0px 10px 20px 0px rgba(91, 103, 51, 0.30);
}

.itemNoticia .itemNoticiaImagen
{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #CCC;
}

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

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

.itemNoticiaFecha
{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
    font-size: 15px;
    font-weight: 300;
}

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

    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;

    margin-top: 3px;
}

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

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

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

.itemNoticia:hover .itemNoticiaTitulo
{
    color: var(--primary);
}

.itemNoticia .itemNoticiaTexto
{
    position: relative;
    height: 84px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 35px;

    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.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;
}

.listadoItemEtiquetas
{
    display: flex;
    align-items: center;
    gap: 10px;
}

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

/* 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}

    .itemNoticia
    {
        padding: 12px;
    }

    .itemNoticia .itemNoticiaTitulo
    {
        font-size: 16px;
        line-height: 19px;
        height: 38px;
    }

    .itemNoticia .itemNoticiaTexto
    {
        font-size: 15px;
        line-height: 25px;
        height: 100px;
        margin-bottom: 30px;
    }
    /*.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 */


@keyframes animationmenu
{
    0%
    {
        z-index: 9;
        opacity: 0;
        transform: translate(0px, 30px);
    }
    100%
    {
        z-index: 9;
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@keyframes animationmenus2
{
    0%
    {
        display: block;
        opacity: 1;
        z-index: 9999;
        margin-top: 0px;
    }
    1%
    {
        display: block;
        opacity: 1;
        z-index: 9999;
        margin-top: 0px;
    }
    100%
    {
        display: none;
        opacity: 0;
        margin-top: 10px;
    }
}