<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ///////////////// RESETEO ///////////////// */
#headers .breadcrumb:before {
    color: #606060;
    font-size: 2rem;
    margin: 0;
    vertical-align: middle;
    display: inline;
}

#headers i.material-icons.closex {
    line-height: 35px;
    height: 35px;
    font-size: 1.4rem !important;
}

#headers .mod {
    width: 30% !important;
}

#headers .modalx {
    border: 1px solid var(--col-white) !important;
    border-radius: 5px !important;
    padding: 10px 40px !important;
    line-height: initial !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
}

#headers footer ul li {
    line-height: normal;
    margin-bottom: 5px;
}

#headers .slider .slides {
    background-color: transparent;
}

    #headers .slider .slides li .caption {
        z-index: 4;
    }

#headers .indicators {
    display: none;
}

#headers .divider {
    background-color: var(--col-linea-gris1);
}

/* ///////////////// SOCIALLINK /////////////////*/
#headers .sociallink a {
    padding: 6px 8px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 4px;
}

    #headers .sociallink a:hover {
        background: #00000028 !important;
        color: #846f61 !important;
        border: 1px solid #00000028;
    }

#headers .sociallink-floating {
    position: absolute !important;
    top: 15px !important;
    right: 15px;
    display: block;
    padding: 0 !important;
    height: max-content;
    z-index: 1;
    border-color: #ccc !important;
}

#headers .sociallink-floating-white {
    position: absolute !important;
    bottom: auto;
}

/* ///////////////// TEXT-TO-SPEECH /////////////////*/
#headers .speaker {
    display: inline-block;
    cursor: pointer;
    top: inherit;
}

/* ///////////////// MODO NOCTURNO /////////////////*/
#headers #modo-nocturno.switch label span.lever {
    padding: initial !important;
    height: 40px !important;
    width: 70px !important;
    background: #0f1418 !important;
    border-radius: 20px !important;
    margin: 0 10px;
}

#headers #modo-nocturno.switch label input[type=checkbox]:checked + .lever {
    background-color: #84c7c1;
    background: white !important;
}

#headers #modo-nocturno.switch label .lever:before,
#headers #modo-nocturno.switch label .lever:after {
    content: "";
    width: 24px !important;
    height: 24px;
    top: 7px;
    left: 5px;
}

#headers #modo-nocturno.switch label input[type=checkbox]:checked + .lever:after {
    left: 38px;
    top: 6px;
    height: 28px !important;
    width: 28px !important;
    background-color: #000000;
}

/* ///////////////// AGRANDAR TEXTO /////////////////*/
#headers .agrandartexto {
    display: flex;
    justify-content: center;
    align-items: center;
}

    #headers .agrandartexto a {
        padding: 20px 10px;
        border-radius: 50% !important;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0 4px;
    }

        #headers .agrandartexto a:hover {
            text-decoration: none !important;
        }

        #headers .agrandartexto a#disminuir,
        #headers .agrandartexto a#aumentar {
            border-radius: 50%;
            border: 3.5px solid var(--col-fuente);
            font-size: 1.5rem;
            padding: 0 3px;
            margin: 0 5px !important;
            line-height: 31px;
            letter-spacing: -2px;
            color: var(--col-fuente) !important;
        }

/* ///////////////// AUDIO ///////////////// */
#headers audio.player {
    width: 100%;
    height: 50px;
    z-index: 1;
    bottom: 0;
    padding: 10px;
}

/* ///////////////// LOADING ///////////////// */
#headers .loading {
    height: 54px;
    background: #00000047;
    width: 1vh;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    filter: opacity(0.5);
    z-index: -2;
}

@keyframes loading {
    to {
        background-position: 350% 0, var(--img-position), var(--seccion-position), var(--title-1-position), var(--title-2-position), var(--subtitle-1-position), var(--subtitle-2-position), var(--subtitle-3-position), var(--button-1-position), var(--button-2-position), var(--button-3-position), 0 0;
    }
}

/* ///////////////// BARRA PROGRESO ///////////////// */
#headers .continuo {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.66) 45%, rgba(255,255,255,0) 85%);
    height: 500px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    display: block;
}

#headers .progress {
    top: 90%;
    width: 60%;
    margin: auto;
    height: 6px;
    border-radius: 10px;
    background: #c6282845;
}

    #headers .progress .indeterminate {
        background-color: #C62828;
    }

/* ///////////////// DEGRADE ///////////////// */
#headers .slider-degrade-portada {
    background-image: linear-gradient(to right top, #3884d8, #347dcb, #3175bd, #2e6eb0, #2c67a3, #29619a, #275a90, #245487, #204d7f, #1c4677, #184070, #143968);
    height: 600px;
    opacity: .83;
    position: absolute;
    width: 100%;
    height: 100%;
}

#headers .slider-degrade-transparente {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 0%) 80%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    z-index: 10;
}

#headers .degradeblack {
    width: 100%;
    padding: 60px 20px 20px 20px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 17%, rgba(0,0,0,0.16) 26%, rgba(0,0,0,0.34) 36%, rgba(0,0,0,0.86) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#headers .backdegrade {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(9,56,87,0.73) 0%, rgba(9,56,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093857', endColorstr='#093857', GradientType=0 );
}

/* ///////////////// TITULAR ///////////////// */
#headers .line {
    position: relative;
}

    #headers .line::after {
        content: '';
        border-right: 1px solid var(--col-linea-gris1);
        display: block;
        height: 100%;
        margin-left: -22px;
        position: absolute;
        top: 0;
    }

#headers .lineb {
    border-bottom: 3px solid #000008;
    padding-bottom: 20px !important;
}

#headers .tarjeta {
    margin-bottom: 10px;
}

    #headers .tarjeta .row {
        margin: 0;
    }

        #headers .tarjeta .row .publicidad1 figure {
            border-radius: 10px;
            margin: 0px 0 30px 0 !important;
        }

        #headers .tarjeta .row article {
            padding: 0 .40rem !important;
        }

            #headers .tarjeta .row article a {
                display: block;
            }

            #headers .tarjeta .row article small {
                display: block;
                margin: 0;
                font-style: normal;
            }

            #headers .tarjeta .row article figure {
                border-radius: 5px;
                margin: 0px 0 10px 0 !important;
            }

        #headers .tarjeta .row section {
            padding: 0 .40rem !important;
        }

            #headers .tarjeta .row section strong {
                font-size: 1rem;
                font-weight: 700;
                display: block;
                margin: 0;
            }

                #headers .tarjeta .row section strong a {
                    color: #D32F2F !important;
                    text-decoration: none;
                    -webkit-tap-highlight-color: transparent;
                }

                    #headers .tarjeta .row section strong a:link,
                    #headers .tarjeta .row section strong a:hover {
                        color: #D32F2F !important;
                        text-decoration: underline;
                        -webkit-tap-highlight-color: transparent;
                    }

            #headers .tarjeta .row section h1,
            #headers .tarjeta .row section h2,
            #headers .tarjeta .row section h3,
            #headers .tarjeta .row section h4 {
                margin: 0 !important;
                font-weight: 700;
            }

            #headers .tarjeta .row section h5,
            #headers .tarjeta .row section h6 {
                margin: 0 !important;
                font-weight: 600;
            }

            #headers .tarjeta .row section b {
                font-size: 1rem;
                margin: 0 !important;
                font-weight: 600;
            }

            #headers .tarjeta .row section sub {
                line-height: initial;
                margin-bottom: 10px;
                font-size: 1.1rem;
            }

            #headers .tarjeta .row section span {
                display: block;
            }

                #headers .tarjeta .row section span cite,
                #headers .tarjeta .row section span time {
                    color: var(--col-texto-small);
                    font-style: italic;
                    font-size: .8rem;
                }

                #headers .tarjeta .row section span cite {
                    margin-right: 8px;
                }

            #headers .tarjeta .row section sup i.material-icons {
                margin: 0 !important;
                background: inherit;
            }

            #headers .tarjeta .row section .sociallink {
                margin-bottom: 20px !important;
                padding: 15px 0;
                position: relative;
                display: flex;
                justify-content: space-between;
                width: 100%;
            }

                #headers .tarjeta .row section .sociallink ul {
                    display: flex;
                    justify-content: flex-end;
                }

                #headers .tarjeta .row section .sociallink a {
                    padding: 20px 7px;
                    border-radius: 20%;
                    border: none;
                    margin: 0 4px;
                }

                #headers .tarjeta .row section .sociallink .hellp {
                    display: flex;
                    align-items: center;
                }

            #headers .tarjeta .row section #content {
                margin: auto;
            }

                #headers .tarjeta .row section #content p {
                    margin-bottom: 15px;
                    display: inline-block;
                }

                    #headers .tarjeta .row section #content p a {
                        color: var(--link-celeste) !important;
                        text-decoration: underline;
                        -webkit-tap-highlight-color: transparent;
                    }

                        #headers .tarjeta .row section #content p a:link,
                        #headers .tarjeta .row section #content p a:hover {
                            color: var(--link-celeste-hover) !important;
                        }

                #headers .tarjeta .row section #content strong {
                    margin: 30px 0 10px 0 !important;
                    display: block;
                    font-size: 1.6rem;
                    font-weight: 800;
                }

                #headers .tarjeta .row section #content blockquote {
                    font-weight: 400;
                    font-size: 2rem;
                    line-height: 1.4;
                    margin: 40px 0;
                    border: none;
                    padding: 0;
                }

                    #headers .tarjeta .row section #content blockquote p {
                        position: relative;
                        padding: 0 55px;
                        margin: 0;
                    }

                        #headers .tarjeta .row section #content blockquote p:before,
                        #headers .tarjeta .row section #content blockquote p:after {
                            width: 35px;
                            display: block;
                            filter: invert(60%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
                        }

                        #headers .tarjeta .row section #content blockquote p:before {
                            content: url("../img/comillas-left.svg");
                            left: 0;
                            top: 10px;
                            position: absolute;
                        }

                        #headers .tarjeta .row section #content blockquote p:after {
                            content: url("../img/comillas-right.svg");
                            right: 0;
                            bottom: -10px;
                            position: absolute;
                        }

                    #headers .tarjeta .row section #content blockquote cite {
                        line-height: 3;
                        display: block;
                        font-size: 1.2rem;
                        text-align: right;
                    }

                #headers .tarjeta .row section #content aside {
                    padding: 20px 0;
                    margin: 40px 0;
                    border-radius: 3px;
                    display: block;
                    border-top: 1px solid #D32F2F;
                    border-bottom: 1px solid #D32F2F;
                    color: var(--col-black) !important;
                }

                    #headers .tarjeta .row section #content aside a {
                        color: var(--link-gris) !important;
                        text-decoration: underline;
                        -webkit-tap-highlight-color: transparent;
                    }

                        #headers .tarjeta .row section #content aside a:link,
                        #headers .tarjeta .row section #content aside a:hover {
                            color: var(--link-gris) !important;
                        }

                    #headers .tarjeta .row section #content aside::before {
                        content: "â— Lea tambiÃ©n: ";
                        font-weight: 700;
                        font-size: 1.5rem;
                        margin-right: 10px;
                        color: #D32F2F;
                    }

                #headers .tarjeta .row section #content .video-container,
                #headers .tarjeta .row section #content video.responsive-video {
                    margin: 40px 0;
                    border: 1px solid rgba(0, 0, 0, 0.15);
                    border-radius: 10px;
                    overflow: hidden;
                }

                #headers .tarjeta .row section #content .video-container {
                    padding-bottom: 55% !important;
                }

                #headers .tarjeta .row section #content .podcast,
                #headers .tarjeta .row section #content .infografia {
                    margin: 40px 0;
                }

                    #headers .tarjeta .row section #content .infografia iframe {
                        background: grey;
                        width: 100%;
                        height: 750px;
                    }

                #headers .tarjeta .row section #content .twitter-tweet {
                    margin: 40px auto;
                    max-width: 425px;
                }

                    #headers .tarjeta .row section #content .twitter-tweet iframe {
                        width: 100%;
                        max-width: 100%;
                    }

                #headers .tarjeta .row section #content span {
                    display: flex;
                    justify-content: space-between;
                    margin-bottom: 40px;
                    padding: 20px 0;
                    color: var(--col-texto-small);
                    font-size: 1rem;
                    border-top: 1px solid var(--col-linea-gris1);
                }

        #headers .tarjeta .row aside .card {
            margin: 15px 0;
        }

            #headers .tarjeta .row aside .card img {
                display: block !important;
            }

        #headers .tarjeta .row a {
            color: rgba(0, 0, 0, 0.87) !important;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
        }

            #headers .tarjeta .row a:link {
                color: rgba(0, 0, 0, 0.87) !important;
            }

            #headers .tarjeta .row a:hover {
                color: rgba(0, 0, 0, 0.67) !important;
                text-decoration: underline;
            }

            #headers .tarjeta .row a:visited {
                color: rgba(0, 0, 0, 0.67) !important;
                text-decoration: underline;
            }

            #headers .tarjeta .row a:active {
                color: rgba(0, 0, 0, 0.55) !important;
                text-decoration: underline;
            }

/* ///////////////// CAROUSEL ///////////////// */
#headers #carousel {
    position: relative;
}

    #headers #carousel .carouselpaginador {
        position: absolute;
        z-index: 1;
        top: 50%;
        width: 100%;
    }

    #headers #carousel .previous {
        left: 0;
        position: absolute;
    }

    #headers #carousel .next {
        right: 0;
        position: absolute;
    }

    #headers #carousel .carousel {
        width: 94%;
        margin: 0 auto;
        overflow: hidden;
        height: auto !important;
    }

    #headers #carousel .carousel-list {
        position: relative;
        width: 100%;
        left: 0;
        height: 100%;
        transition: left 0.5s ease;
        transform: translate3d(0, 0, 0);
    }

        #headers #carousel .carousel-list &gt; li {
            width: 25%;
            padding: 5px;
            float: left;
        }

    #headers #carousel .carousel-list-2x1 {
        width: 200%;
    }

        #headers #carousel .carousel-list-2x1 &gt; li {
            width: 50%;
        }

    #headers #carousel .carousel-list-2x2 {
        width: 400%;
    }

        #headers #carousel .carousel-list-2x2 &gt; li {
            width: 25%;
        }

    #headers #carousel .carousel-list-2x3 {
        width: 600%;
    }

        #headers #carousel .carousel-list-2x3 &gt; li {
            width: 16.66667%;
        }

    #headers #carousel .carousel-list-3x1 {
        width: 300%;
    }

        #headers #carousel .carousel-list-3x1 &gt; li {
            width: 33.33333%;
        }

    #headers #carousel .carousel-list-3x2 {
        width: 600%;
    }

        #headers #carousel .carousel-list-3x2 &gt; li {
            width: 16.66667%;
        }

    #headers #carousel .carousel-list-3x3 {
        width: 900%;
    }

        #headers #carousel .carousel-list-3x3 &gt; li {
            width: 11.11111%;
        }

    #headers #carousel .carousel-list-3x4 {
        width: 600%;
    }

        #headers #carousel .carousel-list-3x4 &gt; li {
            width: 8.32%;
        }

@media screen and (min-width: 600px) {
    #headers #carousel .carousel-list-2x1 {
        width: 100%;
    }

    #headers #carousel .carousel-list-2x2 {
        width: 200%;
    }

    #headers #carousel .carousel-list-2x3 {
        width: 300%;
    }

    #headers #carousel .carousel-list-3x1 {
        width: 150%;
    }

    #headers #carousel .carousel-list-3x2 {
        width: 300%;
    }

    #headers #carousel .carousel-list-3x3 {
        width: 450%;
    }

    #headers #carousel .carousel-list-3x4 {
        width: 400%;
    }
}

@media screen and (min-width: 980px) {
    #headers #carousel .carousel-list-2x1 {
        width: 66.66667%;
    }

    #headers #carousel .carousel-list-2x2 {
        width: 133.33333%;
    }

    #headers #carousel .carousel-list-2x3 {
        width: 200%;
    }

    #headers #carousel .carousel-list-3x1 {
        width: 100%;
    }

    #headers #carousel .carousel-list-3x2 {
        width: 200%;
    }

    #headers #carousel .carousel-list-3x3 {
        width: 300%;
    }

    #headers #carousel .carousel-list-3x4 {
        width: 300%;
    }
}

/* ///////////////// MODALL /////////////// */
#headers .modall-btn {
    position: relative;
    display: table-cell;
    width: 100px;
    height: 100px;
    background-color: #2c3e50;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    font-size: 36px;
    color: white;
    text-align: center;
    line-height: 2.75;
    transition: box-shadow 250ms ease;
}

    #headers .modall-btn:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

#headers .modall-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

#headers .modall-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    margin-top: -18%;
    margin-left: -25%;
    padding: 30px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 250ms ease;
    visibility: hidden;
    z-index: 20;
}

    #headers .modall-content .close {
        position: relative;
        float: right;
        font-size: 18px;
        transition: transform 500ms ease;
        z-index: 11;
    }

        #headers .modall-content .close:hover {
            color: #3498db;
            transform: rotate(540deg);
        }

    #headers .modall-content header {
        position: relative;
        display: block;
        border-bottom: 1px solid #eee;
    }

    #headers .modall-content article {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 1.75;
    }

    #headers .modall-content footer {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin: 0;
        padding: 10px 0 0;
    }

        #headers .modall-content footer .button {
            position: relative;
            padding: 10px 30px;
            border-radius: 3px;
            font-size: 14px;
            font-weight: 400;
            color: white;
            text-transform: uppercase;
            overflow: hidden;
        }

            #headers .modall-content footer .button:before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 0;
                height: 100%;
                background-color: rgba(255, 255, 255, 0.2);
                transition: width 250ms ease;
                z-index: 0;
            }

            #headers .modall-content footer .button:hover:before {
                width: 100%;
            }

            #headers .modall-content footer .button.success {
                margin-right: 5px;
                background-color: #2ecc71;
            }

            #headers .modall-content footer .button.danger {
                background-color: #e74c3c;
            }

#headers #modall {
    display: none;
}

    #headers #modall:checked ~ .modall-bg {
        visibility: visible;
        background-color: black;
        opacity: 0.7;
        transition: background-color 250ms linear;
    }

    #headers #modall:checked ~ .modall-content {
        visibility: visible;
        transform: scale(1);
        transition: transform 250ms ease;
        z-index: 111;
    }

/* ///////////////// BUTTON TO TOP ///////////////// */
#headers #buttomup {
    box-sizing: border-box;
    position: absolute;
    top: 12rem;
    right: 2rem;
    bottom: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    #headers #buttomup a {
        position: sticky;
        top: -5rem;
        transform: translateY(100vh);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: all;
    }

/* ///////////////// MEDIAS ///////////////// */
@media only screen and (max-width: 992px) {
    #headers main .container-large .col.white {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 750px) {
    #headers .foto9-16:before {
        padding-top: 100%;
    }
}

@media only screen and (max-width: 400px) {
    /* Intencionalmente vacÃ­o, sin reglas */
}

@media print {
    #headers header.header-fixed,
    #headers footer,
    #headers nav.navbar-fixed,
    #headers aside,
    #headers #cinta,
    #headers .sociallink,
    #headers .hellp,
    #headers main .tarjeta aside,
    #headers main .tarjeta .podcast,
    #headers main .tarjeta .video-container,
    #headers main .tarjeta .responsive-video,
    #headers main .tarjeta .twitter-tweet,
    #headers main .tarjeta.col.s12.m6.l3.xl3,
    #headers main .tarjeta article figure .material-icons {
        display: none;
    }

    #headers p {
        font-size: .8rem !important;
    }

    #headers .foto4-6:before {
        padding-top: 0;
    }
}
</pre></body></html>