﻿* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/Content/assets/fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('/Content/assets/fonts/open-sans/OpenSans-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/Content/assets/fonts/open-sans/OpenSans-Bold.ttf') format('truetype');
    font-display: swap;
}

ul, ol, li {
    list-style: none;
}

/*--------------------------------
    Fuentes
---------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: OpenSans-Bold;
}

h1 {
    font-family: OpenSans-Regular !important;
}

p, a, span, label {
    font-family: OpenSans-Regular
}

figure {
    margin: 0px;
}



@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham/Gotham.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/fonts/gotham/Gotham-Bold.otf') format('opentype');
}



@media (min-width: 1200px) {
    .sticky {
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        padding: 0em 15px 0em 15px;
        background-color: #000;
        z-index: 999;
    }

        .sticky + #content-header {
            padding-top: 180px;
        }

        .sticky nav {
            margin-top: 0px !important;
        }
}

@media (min-width: 1400px) {
    #header-home-wrapper {
        /*max-height: 100%;*/
        min-height: 1000px;
    }
}

header {
    max-height: 880px;
    overflow: hidden;
}

    header img {
        margin: 0 auto;
        display: block;
    }


#header-home {
    width: 100%;
    height: 100%;
    top: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
}

    #header-home nav {
        max-width: 1520px;
        margin: 0 auto;
        background-color: transparent !important;
        margin-top: 3em;
        padding: 0px;
    }

        #header-home nav ul {
            display: flex;
            flex-direction: row;
        }

            #header-home nav ul li {
                margin-left: 1.9em;
            }

                #header-home nav ul li a {
                    color: #FFF;
                    font-size: 1.2em;
                }

                    #header-home nav ul li a i {
                        transform: scale(1);
                        transition: all 0.3s;
                    }

                    #header-home nav ul li a:hover i {
                        color: #429ECE;
                        transform: scale(1.4);
                    }

    #header-home #content-header {
        max-width: 1520px;
        margin: 0 auto;
        margin-top: 2em;
    }

        #header-home #content-header a {
            color: #FFF;
            text-decoration: none;
        }

            #header-home #content-header a h1 {
                position: relative;
                display: inline-block;
                font-size: 2em;
            }

                #header-home #content-header a h1:before {
                    content: '';
                    position: absolute;
                    bottom: -20px;
                    left: 0px;
                    width: 70px;
                    height: 3px;
                    background-color: #429ECE;
                    transition: all 0.5s;
                }

                #header-home #content-header a h1:hover:before {
                    content: '';
                    position: absolute;
                    bottom: -20px;
                    left: 0px;
                    width: 100%;
                    height: 3px;
                    background-color: #429ECE;
                }

        #header-home #content-header #categorias-header li {
            margin-right: 2em;
        }

            #header-home #content-header #categorias-header li a {
                text-transform: uppercase;
                font-size: 0.6em;
            }


        #header-home #content-header span {
            color: #FFF;
        }

.ancla-button {
    position: absolute;
    width: 100px;
    bottom: 10%;
    left: 50%;
    margin-left: 50px;
}

@media (max-width: 1300px) and (min-width: 1200px) {
    .ancla-button {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    #header-home #resumen-hader {
        width: 100%;
    }

    #header-home #content-header #categorias-header li {
        margin-right: 2em;
        max-width: 78px;
    }

        #header-home #content-header #categorias-header li a {
            position: relative;
            display: inline-block;
            text-transform: uppercase;
            font-size: 0.8em;
        }

            #header-home #content-header #categorias-header li a span {
                display: block !important;
                text-align: center;
                position: absolute;
                width: 100px;
            }
}


#header-home #content-header #resumen-hader p {
    width: 100%;
    max-width: 740px;
    color: #FFF;
    display: inline-block;
}

#header-home #content-header #resumen-hader > div a {
    font-variant: small-caps;
    font-family: OpenSans-Bold !important;
}

@media (min-width: 768px) {
    #header-home #content-header a h1 {
        font-size: 1.6em;
    }

    #content-header #categorias-header a img {
        width: 58px;
    }
}

@media (min-width: 991px) {
    #content-header #resumen-hader p {
        font-size: 1.625em;
    }

    #header-home #content-header a h1 {
        font-size: 2em;
    }

    #content-header #categorias-header a img {
        width: 68px;
    }
}


@media (min-width: 1400px) {
    #header-home #content-header a h1 {
        font-size: 3.8em;
    }

    #content-header #categorias-header a img {
        width: 78px;
    }
}



.sticky {
    transition: all 1s;
}

@media (max-width: 1200px) {
    #header-home-wrapper {
        margin-top: 90px;
    }
}

@media (max-width: 769px) {
    #header-home-wrapper {
        margin-top: 90px;
    }
}


@media (max-width: 768px) {
    #header-home-wrapper {
        margin-top: 60px;
    }

    #header-home {
        padding: 1em;
    }

    .responsive-header-bottom {
        position: absolute;
        width: 100%;
        left: 0px;
        padding: 1em;
        bottom: 10px;
    }
}

@media (max-width: 578px) {

    #header-home #content-header {
        margin-top: 10px;
    }

        #header-home #content-header a h1 {
            font-size: 1.3em;
        }
}


/*  Entradas Recientes */
#entradas-recientes {
    width: 100%;
    padding: 0px 15px;
    margin-top: 4em;
}


    #entradas-recientes .wrapper-recientes {
        max-width: 1520px;
        margin: auto;
    }

    #entradas-recientes h1 {
        font-variant: small-caps;
        color: #18304B !important
    }

    #entradas-recientes .row .col {
        margin-bottom: 30px;
    }

    #entradas-recientes .row div.card {
        height: 437px;
        border-radius: 0px;
    }

        #entradas-recientes .row div.card .img-top-card {
            height: 338px;
            width: 100%;
            background-size: cover;
            background-position: center;
        }


        #entradas-recientes .row div.card .card-body {
            position: relative;
            bottom: 0px;
            height: 10px;
            transition: all 0.5s;
            overflow: hidden;
        }

        #entradas-recientes .row div.card:hover .card-body {
            position: relative;
            bottom: 0px;
        }

@media (min-width: 769px) {
    #entradas-recientes .row div.card:hover .card-body {
        position: relative;
        height: 230px;
    }
}

#entradas-recientes .row div.card .triangle {
    position: relative;
}

    #entradas-recientes .row div.card .triangle:before {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        bottom: 0px;
        border-right: 25px solid transparent;
        border-top: 25px solid transparent;
        border-left: 25px solid transparent;
        border-bottom: 25px solid #FFF;
        transition: all 0.2s;
    }



@media (min-width: 769px) {
    /* "Toltip" de "Card body" in div with class triangle*/
    #entradas-recientes .row div.card:hover .triangle:before {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        bottom: 0px;
        border-right: 0px solid transparent;
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 0px solid #FFF;
    }
}

#entradas-recientes .row div.card .card-body span.categorias {
    color: #A09C9C;
    font-variant: small-caps;
}

    #entradas-recientes .row div.card .card-body span.categorias a {
        color: #A09C9C;
        text-transform: lowercase;
        font-family: OpenSans-Bold;
        text-decoration: none !important;
        /*font-size: 14px;*/
        margin-bottom: 5px;
        white-space: nowrap;
    }

        #entradas-recientes .row div.card .card-body span.categorias a:hover {
            color: #429ECE;
        }

#entradas-recientes .row div.card .card-body span.categorias,
#entradas-recientes .row div.card .card-body div.controls a,
#entradas-recientes .row div.card .card-body div.controls span {
    font-size: 16px;
    height: 0px;
    overflow: hidden;
    display: block;
    /*max-width: 190px;*/
    font-family: OpenSans-Bold;
    color: #A09C9C;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}


.card-title {
    font-size: 1em;
}


    .card-title a {
        text-decoration: none;
        font-family: OpenSans-SemiBold;
        color: #000;
    }

        .card-title a:hover {
            color: #18304B !important
        }

@media (min-width: 768px) {

    #entradas-recientes .row div.card:hover .card-body span.categorias,
    #entradas-recientes .row div.card:hover .card-body div.controls a,
    #entradas-recientes .row div.card:hover .card-body div.controls span {
        font-size: 16px;
        height: 35px;
        /*max-width: 190px;*/
        font-family: OpenSans-Bold;
        line-height: 12px;
        color: #A09C9C;
        visibility: visible;
        opacity: 1;
        display: inline;
        margin-bottom: 5px;
    }

    #entradas-recientes .row div.card:hover .card-body div.controls span {
        line-height: 50px;
    }
}

#entradas-recientes .row div.card .card-body h5 {
    position: relative;
    color: #A09C9C !important;
    margin-top: 5px;
    font-size: 1em;
}

    #entradas-recientes .row div.card .card-body h5:after {
        content: '';
        position: absolute;
        width: 100%;
        max-width: 30px;
        height: 3px;
        background-color: #18304B;
        bottom: -10px;
        left: 0px;
        transition: all 0.5s;
    }

@media (min-width: 769px) {

    #entradas-recientes .row div.card:hover .card-body h5:after {
        content: '';
        position: absolute;
        width: 100%;
        max-width: 80px;
        height: 3px;
        background-color: #18304B;
        bottom: -10px;
        left: 0px;
    }
}






/* Descubre más */
#descubre-mas {
    position: relative;
}

    #descubre-mas:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        background-color: #18304B;
        left: 0;
        bottom: 0;
    }

#wrapper-descubre-mas {
    width: 100%;
    max-width: 1520px;
    /*background-color: #C1DDE8;*/
    background-image: url(/Content/assets/img/libros/background-green-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    padding: 3em 0.96em;
    position: relative;
    z-index: 2;
    /*transform: translateY(100px);*/
    color: #FFF;
}



    #wrapper-descubre-mas .left label {
        font-size: 1.2em;
        font-family: OpenSans-Bold;
    }

    #wrapper-descubre-mas .right > div > div {
        width: 100%;
    }

    #wrapper-descubre-mas .right > div > div {
        background-color: transparent;
        border: 2px solid #000;
        padding: 0.5em 2em 0.5em 0em;
    }

        #wrapper-descubre-mas .right > div > div input {
            background-color: transparent;
            border: none;
            height: 30px;
            font-size: 1.2em;
            width: 100%;
            outline: none;
            box-shadow: none;
            padding-left: 20px;
        }

        #wrapper-descubre-mas .right > div > div button {
            background-color: transparent;
            border: none;
            height: 30px;
        }

    #wrapper-descubre-mas .right > div a {
        /*color: #000;*/
        color: #fff;
        font-size: 1.125em;
    }



        #wrapper-descubre-mas .right > div a span {
            font-family: OpenSans-Bold;
        }


    #wrapper-descubre-mas > div > div > img {
        max-width: 115px;
    }


@media (min-width: 1200px) {
    #wrapper-descubre-mas .left label {
        font-size: 1.8em;
    }

    #wrapper-descubre-mas .right > div a {
        font-size: 1.6em;
    }
}

@media(max-width: 768px) {


    #wrapper-descubre-mas .right > div a span {
        font-size: 0.965em;
    }

    #descubre-mas {
        position: relative;
        padding-bottom: 2em;
    }

        #descubre-mas:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 50%;
            background-color: transparent;
            left: 0;
            bottom: 0;
        }
}

@media(max-width: 576px) {

    #entradas-recientes {
        margin-top: 2em;
    }

    #wrapper-descubre-mas .right > div a span {
        font-size: 0.6em;
    }

    h1 {
        font-size: 1.25em;
    }
}
/* Entradas por Cateoria */
#filtros-categorias ul li a img {
    width: 100%;
}

#filtros-categorias button {
    background: none;
    border: none;
}


#entradas-por-categoria {
    padding: 4em 15px 4em 15px;
    /*background-color: #18304B;*/
    background-color: #101010;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

    #entradas-por-categoria #wrapper-entradas-por-categoria {
        width: 100%;
        max-width: 1520px;
        margin: auto;
    }

        #entradas-por-categoria #wrapper-entradas-por-categoria h1 {
            font-variant: small-caps;
            color: #FFF;
            position: relative;
        }

            #entradas-por-categoria #wrapper-entradas-por-categoria h1:before {
                content: '';
                position: absolute;
                width: 100px;
                height: 3px;
                background-color: #429ECE;
                bottom: -10px;
                left: 0px;
            }

        #entradas-por-categoria #wrapper-entradas-por-categoria .row .card {
            border-radius: 0px;
            overflow: hidden;
            background-color: transparent;
            color: #FFF;
            border: none;
            border-radius: 0px;
        }

            #entradas-por-categoria #wrapper-entradas-por-categoria .row .card .img-top-card {
                overflow: hidden;
                position: relative;
            }

                #entradas-por-categoria #wrapper-entradas-por-categoria .row .card .img-top-card a.btn-general-w {
                    position: absolute;
                    right: 10px;
                    bottom: 10px;
                    font-size: 0.9em;
                    font-variant: small-caps;
                    padding: 0.234em 0.799em;
                    font-size: 15px !important;
                    font-family: 'OpenSans-Bold';
                }

            #entradas-por-categoria #wrapper-entradas-por-categoria .row .card .wrapper-img-card {
                width: 100%;
                height: 237px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                transition: all 0.3s;
            }

            #entradas-por-categoria #wrapper-entradas-por-categoria .row .card:hover .wrapper-img-card {
                width: 100%;
                height: 237px;
                background-size: cover;
                transform: scale(1.2);
                position: relative;
            }


            #entradas-por-categoria #wrapper-entradas-por-categoria .row .card .wrapper-img-card:after {
                content: '';
                position: absolute;
                background: linear-gradient( 0deg, #000, 30%, transparent);
                width: 100%;
                height: 100%;
            }


            #entradas-por-categoria #wrapper-entradas-por-categoria .row .card .card-body {
                padding: 1.25em 0px;
            }

                #entradas-por-categoria #wrapper-entradas-por-categoria .row .card .card-body h5 {
                    position: relative;
                }

                    #entradas-por-categoria #wrapper-entradas-por-categoria .row .card .card-body h5:before {
                        content: '';
                        position: absolute;
                        left: 0px;
                        bottom: -15px;
                        width: 80px;
                        height: 3px;
                        background-color: #429ECE;
                    }
/* Utils */
h1 {
    position: relative;
}

    h1:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0px;
        width: 100px;
        height: 3px;
        background-color: #18304B;
        transition: all 0.3s;
    }


.btn-header-blog, .btn-general-w {
    padding: 0.193em 0.915em;
    background-color: transparent;
    color: #FFF;
    border: 3px solid #FFF;
    transition: all 0.2s;
    text-decoration: none;
    font-size: 1.3em;
    font-variant: small-caps;
    display: inline-block;
}

    .btn-header-blog:hover, .btn-general-w:hover {
        background-color: #429ECE;
        color: #FFF !important;
        border: 3px solid #429ECE;
        text-decoration: none !important;
    }


.btn-card-blog {
    padding: 0.1566em 0.742em;
    background-color: transparent;
    color: #18304B !important;
    font-variant: small-caps;
    border: 3px solid #18304B;
    transition: all 0.2s;
    font-size: 16px !important;
    text-decoration: none;
    text-decoration: none !important;
    height: auto !important;
    line-height: inherit !important;
}

    .btn-card-blog:hover {
        background-color: #18304B;
        color: #FFF !important;
        border: 3px solid #18304B;
        text-decoration: none !important;
        height: auto !important;
    }

.btn-entradas-b {
    padding: 0.3em 1em;
    background-color: transparent;
    color: #18304B;
    border: 3px solid #18304B;
    transition: all 0.2s;
    font-variant: small-caps;
    font-family: OpenSans-Bold;
    text-decoration: none !important;
    font-size: 1.3em;
}

    .btn-entradas-b:hover {
        padding: 0.3em 1em;
        background-color: #18304B;
        color: #FFF;
        border: 3px solid #18304B;
        text-decoration: none !important;
    }

    .btn-entradas-b i {
        position: relative;
        top: 2px;
    }
/* Filtros Home */
.libertad:after, .educacion:after,
.arte:after, .medio-ambiente:after,
.liderazgo:after, .innovacion:after, .estado:after,
.prosperidad:after, .biblioteca:after {
    position: absolute;
}


.libertad:hover:after, .libertad.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/Icons/filtros/libertad-active.png);
    background-repeat: no-repeat;
}

.educacion:hover:after, .educacion.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/Icons/filtros/educacion-active.png);
    background-repeat: no-repeat;
}

.arte:hover:after, .arte.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/Icons/filtros/arte-active.png);
    background-repeat: no-repeat;
}

.medio-ambiente:hover:after, .medio-ambiente.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/Icons/filtros/medio-ambiente-active.png);
    background-repeat: no-repeat;
}

.liderazgo:hover:after, .liderazgo.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/Icons/filtros/liderazgo-active.png);
    background-repeat: no-repeat;
}

.innovacion:hover:after, .innovacion.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/Icons/filtros/innovacion-active.png);
    background-repeat: no-repeat;
}

.estado:hover:after, .estado.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/Icons/filtros/estado-active.png);
    background-repeat: no-repeat;
}

.prosperidad:hover:after, .prosperidad.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/Icons/filtros/prosperidad-active.png);
    background-repeat: no-repeat;
}

.biblioteca:hover:after, .biblioteca.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/Icons/filtros/biblioteca-active.png);
    background-repeat: no-repeat;
}


.educacion-responsive:after, .libertad-responsive:after,
.arte-responsive:after, .medio-ambiente-responsive:after,
.liderazgo-responsive:after, .innovacion-responsive:after, .estado-responsive:after,
.biblioteca-responsive:after, .prosperidad-responsive:after {
    position: absolute;
}


.af-responsive {
    width: 100%;
    background: none;
    border: none;
}

.libertad-responsive:hover:after, .libertad-responsive.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Libertad.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.educacion-responsive:hover:after, .educacion-responsive.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Educacion.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.arte-responsive:hover:after, .arte-responsive.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Cultura.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.medio-ambiente-responsive:hover:after, .medio-ambiente-responsive.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Ambiente.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.liderazgo-responsive:hover:after, .liderazgo-responsive.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Liderazgo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.innovacion-responsive:hover:after, .innovacion-responsive.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Innovacion.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.estado-responsive:hover:after, .estado-responsive.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Derecho.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.prosperidad-responsive:hover:after, .prosperidad-responsive.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Prosperidad.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.biblioteca-responsive:hover:after, .biblioteca-responsive.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Biblioteca.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}



/* Filtros Home EN*/
.libertad-en:after, .educacion-en:after,
.arte-en:after, .medio-ambiente-en:after,
.liderazgo-en:after, .innovacion-en:after, .estado-en:after,
.prosperidad-en:after, .biblioteca-en:after {
    position: absolute;
}


.libertad-en:hover:after, .libertad-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/AzulClaro_Libertad-EN.svg);
    background-repeat: no-repeat;
}

.educacion-en:hover:after, .educacion-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/AzulClaro_Educacion-EN.svg);
    background-repeat: no-repeat;
}

.arte-en:hover:after, .arte-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/AzulClaro_Cultura-EN.svg);
    background-repeat: no-repeat;
}

.medio-ambiente-en:hover:after, .medio-ambiente-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/AzulClaro_Ambiente-EN.svg);
    background-repeat: no-repeat;
}

.liderazgo-en:hover:after, .liderazgo-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/AzulClaro_Liderazgo-EN.svg);
    background-repeat: no-repeat;
}

.innovacion-en:hover:after, .innovacion-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/AzulClaro_Innovacion-EN.svg);
    background-repeat: no-repeat;
}

.estado-en:hover:after, .estado-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/AzulClaro_Derecho-EN.svg);
    background-repeat: no-repeat;
}

.prosperidad-en:hover:after, .prosperidad-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/AzulClaro_Prosperidad-EN.svg);
    background-repeat: no-repeat;
}

.biblioteca-en:hover:after, .biblioteca-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/AzulClaro_Biblioteca-EN.svg);
    background-repeat: no-repeat;
}


.educacion-responsive-en:after, .libertad-responsive-en:after,
.arte-responsive-en:after, .medio-ambiente-responsive:after,
.liderazgo-responsive-en:after, .innovacion-responsive-en:after, .estado-responsive-en:after,
.biblioteca-responsive-en:after, .prosperidad-responsive-en:after {
    position: absolute;
}


.libertad-responsive-en:hover:after, .libertad-responsive-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Libertad.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.educacion-responsive-en:hover:after, .educacion-responsive-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Educacion.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.arte-responsive-en:hover:after, .arte-responsive-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Cultura.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.medio-ambiente-responsive-en:hover:after, .medio-ambiente-responsive-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Ambiente.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.liderazgo-responsive-en:hover:after, .liderazgo-responsive-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Liderazgo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.innovacion-responsive-en:hover:after, .innovacion-responsive-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Innovacion.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.estado-responsive-en:hover:after, .estado-responsive-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Derecho.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.prosperidad-responsive-en:hover:after, .prosperidad-responsive-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Prosperidad.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.biblioteca-responsive-en:hover:after, .biblioteca-responsive-en.active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/Content/assets/img/mobile/Azul_Biblioteca.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}





#subscribete-modal .modal-dialog {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    padding: 15px;
}

    #subscribete-modal .modal-dialog .modal-content {
        padding: 0px 1em;
        background-color: #C1DDE8;
        border-radius: 0px;
    }

        #subscribete-modal .modal-dialog .modal-content .modal-header {
            border-bottom: none;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }


        #subscribete-modal .modal-dialog .modal-content .modal-body input#emailnews {
            background-color: transparent;
            border: 2px solid #000;
            padding: 0.5em 2em;
            background-color: transparent;
            width: 100%;
            outline: none;
            box-shadow: none;
            font-size: 1em;
            padding-left: 20px;
        }


.btn-entradas-news {
    padding: 0.3em 1em;
    background-color: transparent;
    color: #18304B;
    border: 2px solid #18304B;
    transition: all 0.2s;
    font-variant: small-caps;
    font-family: OpenSans-Bold;
    text-decoration: none !important;
    font-size: 1em;
}

    .btn-entradas-news:hover {
        padding: 0.3em 1em;
        background-color: #18304B;
        color: #FFF;
        border: 3px solid #18304B;
        text-decoration: none !important;
    }


@media (min-width: 768px) {
    #subscribete-modal .modal-dialog .modal-content .modal-header button {
        font-size: 3.2em;
    }
}


@media (max-width: 768px) {
    .btn-header-blog, .btn-general-w {
        padding: 0.2em 0.5em;
        font-size: 1em;
        font-variant: small-caps;
        display: inline-block;
    }

        .btn-header-blog:hover, .btn-general-w:hover {
            background-color: #429ECE;
            color: #FFF !important;
            border: 3px solid #429ECE;
            text-decoration: none !important;
        }

    #subscribete-modal .modal-dialog .modal-content .modal-header h2 {
        font-size: 1em;
    }
}


.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#wrapper-categorias .swiper-container {
    position: relative;
    padding: 0px 2em;
}

@media (max-width: 991px) {
    #wrapper-categorias .swiper-container {
        position: relative;
        padding: 0px 2em;
        /*height: 120px;*/
    }
}

@media (max-width: 768px) {
    #wrapper-categorias .swiper-container {
        position: relative;
        padding: 0px 2em;
        /*height: 100px;*/
    }
}



#wrapper-categorias .swiper-container:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 8;
    background: linear-gradient( 90deg, rgba(24,48,75,0.1) 0%, rgba(24,48,75,0.8) 100%);
}

#wrapper-categorias .swiper-container:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 8;
    background: linear-gradient( 360deg, rgba(24,48,75,0.1) 0%, rgba(24,48,75,0.8) 100%);
}


.swiper-button-next:after, .swiper-button-prev:after {
    color: #FFF;
    font-weight: 600;
    font-size: 2em !important;
}







#ideas-en-corto {
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 1em 15px;
}

    #ideas-en-corto .wrapper-en-corto {
        max-width: 1520px;
        margin: 0 auto;
    }



        #ideas-en-corto .wrapper-en-corto .description p {
            font-size: 1.569em;
        }

        #ideas-en-corto .wrapper-en-corto .content-ideas {
            overflow-y: auto;
        }

            #ideas-en-corto .wrapper-en-corto .content-ideas::-webkit-scrollbar {
                width: 5px;
            }

            #ideas-en-corto .wrapper-en-corto .content-ideas::-webkit-scrollbar-track {
                box-shadow: inset 0 0 5px #9F9F9F;
                border-radius: 0px;
            }

            #ideas-en-corto .wrapper-en-corto .content-ideas::-webkit-scrollbar-thumb {
                background: #87B9C5;
                border-radius: 0px;
            }


            #ideas-en-corto .wrapper-en-corto .content-ideas p {
                font-size: 1em;
            }

.wrapper-en-corto button.play-button {
    background: no-repeat;
    border: none;
}

.row.content-ideas:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10%;
    background: linear-gradient( 0deg, #FFF, 60%, transparent);
    bottom: 0;
}

@media (min-width: 769px) {
    #ideas-en-corto .wrapper-en-corto .content-ideas {
        max-height: 627px;
        padding-bottom: 200px;
    }

    #ideas-en-corto {
        padding: 3em 15px;
    }
}



.navbar .navbar-brand {
    display: inline-block;
    width: 100%;
    max-width: 320px;
}

@media (max-width: 768px) {
    .navbar .navbar-brand {
        max-width: 200px;
    }
}


.icon-menu-general img {
    display: inline-block;
    width: 100%;
    max-width: 30px;
}

.buton-ancla-down {
    position: relative;
}

    .buton-ancla-down img {
        transition: all 1s;
    }

    .buton-ancla-down:hover img {
        content: url(/Content/assets/img/Icons/Asset_Flecha-ScrollAbajo-RollOver.svg);
    }


.ancla-inicio-button {
    position: fixed;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 60px;
    right: 5px;
    z-index: 9999999;
}


.body-content {
    position: relative;
    left: 0px;
    transition: all 1s;
}

.categorias a {
    display: inline-block !important;
}

.only-mov {
    display: none;
}

.only-desk {
    display: flex;
}

@media (min-width: 768px) {
    .mask-front {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        visibility: hidden;
        background-color: #000;
        z-index: -1;
        transition: all 1s;
    }

        .mask-front.activo {
            opacity: 0.5 !important;
            visibility: visible !important;
            background-color: #000;
            z-index: 999;
            transition: all 1s;
        }
}


#librosociedades {
    padding-top: 5em;
    color: #FFF;
    text-align: center;
    overflow: hidden;
}


.wrapper-new-recientes {
    width: 100%;
}

@media (max-width: 1024px) {

    #entradas-recientes .row div.card .img-top-card {
        height: 230px;
    }

    #entradas-recientes .row div.card {
        height: 350px;
    }

    #entradas-recientes .row .col {
        margin-bottom: 10px;
    }

    .wrapper-new-recientes {
        overflow-x: auto;
    }
}


/* Cards blogs responsive*/

@media (max-width: 768px) {
    #entradas-recientes .row div.card {
        height: 100%;
        border-radius: 0px;
    }

        #entradas-recientes .row div.card .img-top-card {
            height: 120px;
            width: 100%;
            background-size: cover;
            background-position: center;
        }


        #entradas-recientes .row div.card .card-body {
            position: relative;
            bottom: 0px;
            height: auto;
            transition: all 0.5s;
            overflow: hidden;
            justify-content: space-between;
            flex-direction: column;
            display: flex;
        }



        #entradas-recientes .row div.card .triangle {
            position: relative;
        }

            #entradas-recientes .row div.card .triangle:before {
                content: '';
                position: absolute;
                width: 50px;
                height: 50px;
                left: 50%;
                margin-left: -25px;
                bottom: 0px;
                border-right: 25px solid transparent;
                border-top: 25px solid transparent;
                border-left: 25px solid transparent;
                border-bottom: 25px solid #FFF;
                transition: all 0.2s;
            }



        #entradas-recientes .row div.card .card-body span.categorias {
            color: #A09C9C;
            font-variant: small-caps;
            font-family: OpenSans-Bold;
            font-size: 1em;
        }

            #entradas-recientes .row div.card .card-body span.categorias a {
                color: #A09C9C;
                text-transform: lowercase;
                text-decoration: none !important;
            }

                #entradas-recientes .row div.card .card-body span.categorias a:hover {
                    color: #429ECE;
                }

        #entradas-recientes .row div.card .card-body span.categorias,
        #entradas-recientes .row div.card .card-body div.controls a,
        #entradas-recientes .row div.card .card-body div.controls span {
            font-size: 14px;
            min-height: 34px;
            height: auto;
            overflow: hidden;
            display: block;
            max-width: 280px;
            font-family: OpenSans-Bold;
            color: #A09C9C;
            visibility: hidden;
            visibility: visible;
            opacity: 1;
            transition: all 0.5s;
            display: inline;
            line-height: 16px;
        }


        #entradas-recientes .row div.card:hover .card-body div.controls span {
            /*line-height: 50px;*/
        }

    #entradas-por-categoria #wrapper-entradas-por-categoria .row .card .wrapper-img-card {
        height: 120px;
    }

    #entradas-por-categoria #wrapper-entradas-por-categoria .row .card:hover .wrapper-img-card {
        height: 120px;
    }

    #entradas-por-categoria #wrapper-entradas-por-categoria .row .card .card-body h5 {
        font-size: 0.9em;
    }

    .only-mov {
        display: flex !important;
    }

    .only-desk {
        display: none !important;
    }
}

.cta {
    z-index: 99;
    width: 228px;
    height: 228px;
    right: 20px;
    bottom: 20px;
    background-image: url(/Content/assets/img/libronegocios/background-float-cta.png);
    background-size: cover;
    background-position: center;
    transition: 0.5s all;
}



    .cta .cta-content-header {
        height: 50px;
    }

    .cta .cta__img {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .cta .cta__img img:nth-child(1) {
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            transition: 0.4s;
        }

        .cta .cta__img img:nth-child(2) {
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            transition: 0.4s;
        }

    .cta:hover .cta__img img:nth-child(1) {
        left: 38%;
    }

    .cta:hover .cta__img img:nth-child(2) {
        left: 62%;
    }

.cta:hover {
    bottom: 40px;
}

    .cta .wrapper-lottie-rbs {
        opacity: 1;
        transition: 0.5s all;
    }
    .cta:hover .wrapper-lottie-rbs {
        opacity: 0;
    }

    .count-down-wrapper-mobile {
        position: relative;
    }

    .count-down-wrapper-mobile #days-movil {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.faltan h6 {
    font-size: 22px;
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.wrapper-lottie-rbs {
    position: absolute;
    bottom: 25%;
    z-index: 1;
}

.lottie-rbs {
    width: 270px;
    height: 270px;
}

.count-down.movil {
    position: relative;
    z-index: 2;
    font-size: 2em;
    font-weight: 600;
}

.count-down-wrapper-mobile .time-mobile {
    position: relative;
}

    .count-down-wrapper-mobile .time-mobile:after {
        content: 'Días';
        position: absolute;
        color: #FFB400;
        bottom: -35%;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        left: 50%;
        transform: translateX(-50%);
    }

@media (max-width: 576px) {
    .cta {
        z-index: 99;
        width: 120px;
        height: 120px;
        right: 6px;
        bottom: 6px;
        background-size: cover;
        background-position: center;
    }

        .cta .cta-content-header {
            height: 20px;
        }

        .cta .cta__img_responsive {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .cta .cta__img_responsive img {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 2px;
            }



        .cta:hover .cta__img_responsive img {
            bottom: 6px;
        }

    .faltan {
        font-size: 12px;
    }

    #ideas-en-corto .wrapper-en-corto .description p {
        font-size: 1em;
    }

    .faltan {
        margin-top: 15px;
    }

        .faltan h6 {
            font-size: 12px;
            margin-bottom: 0px;
            margin-top: 0px;
        }

    .wrapper-lottie-rbs {
        position: absolute;
        bottom: 25%;
        z-index: 1;
    }

    .lottie-rbs {
        width: 150px;
        height: 150px;
    }

    .counter-lottie-cta {
        width: 40px !important;
        height: 40px !important;
    }

    .count-down.movil {
        position: relative;
        z-index: 2;
        font-size: 0.9em;
        font-weight: 600;
    }

    .count-down-wrapper-mobile .time-mobile {
        position: relative;
    }

        .count-down-wrapper-mobile .time-mobile:after {
            bottom: -35%;
            font-size: 10px;
        }
}

@media (max-width: 394px) {
    .resumen-hader {
        margin-top: -1rem !important;
    }
}


    /*Libro sociedades*/
    h1.title-libro-sociedade {
        font-family: OpenSans-Bold;
        color: #2DB458;
    }

        h1.title-libro-sociedade:before {
            content: none;
        }

    .lanzamiento .btn-general-w {
        border: 2px solid #585757;
        color: #585757;
    }

        .lanzamiento .btn-general-w:hover {
            border: 2px solid #429ECE;
        }
