a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .5);
}

.raleway400 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
}

.raleway700 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700;
}

.Franklin400 {
    font-family: 'Libre Franklin', sans-serif !important;
    font-weight: 400;
}

.Franklin700 {
    font-family: 'Libre Franklin', sans-serif !important;
    font-weight: 700;
}

/* Skeleton/Placeholder para lazy loading */
.img-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.img-container img {
    transition: opacity 0.3s ease;
    opacity: 0;
}

.img-container img.loaded {
    opacity: 1;
}

/* END : Skeleton/Placeholder para lazy loading */

/* HEADER */
.fecha {
    padding-top: 5px;
    font-size: 0.8rem;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

#logo {
    max-height: 100px;
    margin-top: 10px;
}

.etiquetas {
    font-size: 0.8rem;
    margin-top: 65px;
    white-space: nowrap;
    flex-grow: 1;
    flex-basis: 0;
}

#button_light {
    display: inline-block;
    background-color: #053A7E;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    top: 91%;
    right: 2%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    font-size: 2em;
    color: #fff;
}

#button_light:hover {
    cursor: pointer;
    background-color: #333;
}

#button_top {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    top: 91%;
    right: 5%;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button_top::after {
    content: "\f286";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button_top:hover {
    cursor: pointer;
    background-color: #333;
}

#button_top.show {
    opacity: 1;
    visibility: visible;
}

.progress2 {
    position: fixed;
    top: 45px;
    z-index: 1;
    width: 100%;
    transition: all 0.5s;
}

.progress2-container {
    width: 100%;
    height: 5px;
}

.progress2-bar {
    height: 5px;
    background: #F39424;
    width: 0%;
}

.progress3 {
    position: fixed;
    top: 45px;
    z-index: 1;
    width: 100%;
    transition: all 0.5s;
}

.progress3-container {
    width: 100%;
    height: 5px;
}

.progress3-bar {
    height: 5px;
    background: #F39424;
    width: 0%;
}

.animateMe {
    animation: progreso;
}

@keyframes progreso {
    0% {
        top: -100;
        opacity: 0;
    }

    100% {
        top: 100;
        opacity: 1;
    }
}

/* HEADER */

.central h1 {
    font-size: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.central h2 {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.central p {
    font-size: 1.1rem;
    line-height: 24px;
}

.deportesCentral h1 {
    font-size: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.deportesCentral h2 {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.deportesCentral p {
    font-size: 1.1rem;
    line-height: 24px;
}

.deportes_foto img {
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.noticias_centrales h1 {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.deportesCentrales h1 {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.termometro {
    font-size: 1.4rem;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-bottom: #F39424 2px solid;
}

.termometro h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.rectangulo {
    width: 100px;
    height: 10px;
    background: #F39424;
}

.separador {
    font-size: 1.8rem;
    /* color: #4A4B4C; */
    padding-top: 8px;
}

.separador_deportes {
    font-size: 1.8rem;
    /* color: #005957; */
    padding-top: 8px;
}

.noticias h1 {
    font-size: 1.4rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.ultimas_noticias h2 {
    font-size: 1.2rem;
    padding-top: 8px;
}

.ultimas_noticias h5 {
    font-size: 1rem;
}

.ultimas_noticias h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.ultimas_noticias p {
    font-size: 3rem;
    color: #F39424;
}

.ultimas_noticias .linea_naranja {
    display: table;
    overflow: hidden;
    border-left: 3px solid #F39424;
}

footer {
    color: #dcdcdc;
}

footer #socialBar {
    text-align: right;
}

/* SINGLE */

.volanta_notas {
    font-size: 1.5rem;
}

.titulos_notas {
    /* color: #3b3b3b; */
    font-size: 2.3rem;
}

.texto_single {
    font-size: 1.1rem;
    line-height: 33px;
}

.social [class*="bi bi-facebook"] {
    border-radius: 10px;
    border: #4A4B4C solid 1px;
    color: rgb(92, 92, 92);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 10px 3px;
    width: 45px;
    font-size: 28px;
    text-align: center;
}

.social [class*="bi bi-twitter-x"] {
    border-radius: 10px;
    border: #4A4B4C solid 1px;
    color: rgb(92, 92, 92);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 10px 3px;
    width: 45px;
    font-size: 28px;
    text-align: center;
}

.social [class*="bi bi-linkedin"] {
    border-radius: 10px;
    border: #4A4B4C solid 1px;
    color: rgb(92, 92, 92);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 10px 3px;
    width: 45px;
    font-size: 28px;
    text-align: center;
}

.social .bi-facebook:hover {
    background-color: #b9b9b9;
}

.social .bi-twitter-x:hover {
    background-color: #b9b9b9;
}

.social .bi-linkedin:hover {
    background-color: #b9b9b9;
}

.vista_noticia img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.vista_noticia a {
    /* color: #d67f00; */
    font-weight: bold;
}

/* PARA QUE LA PRIMER IMAGEN DE LA NOTICIA SE VEA 16:9 */
.vista_noticia>p:nth-child(1) img:first-of-type,
.vista_noticia>p:nth-child(2) img:first-of-type {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}

.separador-single {
    font-size: 1.2rem;
    /* color: #4A4B4C; */
    padding-top: 8px;
}

.leidas {
    font-size: 2.5rem;
    /* color: #F39424; */
    line-height: 40px;
}

/* SINGLE */

/* AJUSTES CELULAR */
@media (max-width: 800px) {
    #button_light {
        top: 87%;
        right: 3%;
        width: 43px;
        height: 43px;
        font-size: 1.8em;
    }

    #button_top {
        top: 87%;
        right: 14%;
        width: 43px;
        height: 43px;
        font-size: 1.2em;
    }

    .central h1 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
        font-size: 1.7rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .central h2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
        font-size: 1rem;
    }

    .central p {
        font-size: 1rem;
        line-height: 24px;
        margin-bottom: 0;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .col_radio {
        text-align: -webkit-center;
    }

    .col_radio_btn {
        text-align: -webkit-center;
    }

    .noticias h1 {
        font-size: 1.3rem;
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .ultimas_noticias h4 {
        font-size: 0.9rem;
    }

    .ultimas_noticias p {
        font-size: 2rem;
    }

    footer #socialBar {
        text-align: center;
    }

    /* SINGLE */
    .titulos_notas {
        font-size: 1.8rem;
    }

    .volanta_notas {
        font-size: 1.2rem;
    }

    .texto_single {
        font-size: 1rem;
        line-height: 27px;
    }

    /* SINGLE */
}

/* AJUSTES CELULAR */

/* AJUSTES HD */
@media (min-width: 1200px) {
    #button_top {
        right: 7%;
    }
}

/* AJUSTES HD */

/* AJUSTES FULLHD */
@media (min-width: 1400px) {
    #button_top {
        right: 5%;
    }
}

/* AJUSTES FULLHD */

/* AJUSTES DARKMODE */

[data-bs-theme=dark] a {
    color: #DEE2E6;
}

[data-bs-theme=dark] a:hover {
    color: #FFF;
}

[data-bs-theme=dark] #barraSuperior {
    background-color: #2C2C2C;
    border-top: #444444 1px solid;
    border-bottom: #444444 1px solid;
}

[data-bs-theme=dark] #barraSuperior .nav-link {
    color: #DEE2E6;
}

[data-bs-theme=dark] #barraSuperior .nav-link:hover {
    color: #FFF;
}

[data-bs-theme=dark] #menuDiario {
    background-color: #3C3C3C;
}

[data-bs-theme=dark] #menuDiarioCelular {
    background-color: #3C3C3C;
}

[data-bs-theme=dark] #menuDiarioCelularFecha {
    background-color: #55595C;
}

[data-bs-theme=dark] #menuDiario .fecha {
    color: #B3B4BB;
}

[data-bs-theme=dark] .progress2-container {
    background: #444444;
}

[data-bs-theme=dark] .progress3-container {
    background: #444444;
}

[data-bs-theme=dark] .etiquetas {
    background: #55595C;
    color: #DEE2E6;
}

[data-bs-theme=dark] .etiquetas a {
    color: #B3B4BB;
}

[data-bs-theme=dark] .etiquetas a:hover {
    color: #FFF;
}

[data-bs-theme=dark] .central h2 {
    color: #B3B4BB;
}

[data-bs-theme=dark] .termometro {
    background-color: #2B3035;
}

[data-bs-theme=dark] .rectangulo {
    border-bottom: 2px solid #2B3035;
}

[data-bs-theme=dark] #rectanguloBorde {
    border-bottom: 2px solid #2B3035;
}

[data-bs-theme=dark] .ultimas_noticias {
    background-color: #2B3035;
}

[data-bs-theme=dark] .ultimas_noticias h2 {
    color: #F39424
}

[data-bs-theme=dark] .ultimas_noticias h5 {
    color: #F39424
}

[data-bs-theme=dark] .deportesCentral h2 {
    color: #00767A;
}

[data-bs-theme=dark] .deportesCentral h1 {
    color: #00767A;
}

[data-bs-theme=dark] .deportesCentrales h1 {
    color: #00767A;
}

[data-bs-theme=dark] .volanta_notas {
    color: #B3B4BB;
}

/* AJUSTES DARKMODE */

/* AJUSTES LIGHTMODE */

[data-bs-theme=light] a {
    color: #4A4B4C;
}

[data-bs-theme=light] a:hover {
    color: #2B3035;
}


[data-bs-theme=light] #barraSuperior {
    background-color: #F8F9FA;
    border-top: #929292 1px solid;
    border-bottom: #929292 1px solid;
}

[data-bs-theme=light] #barraSuperior .nav-link {
    color: #575757;
}

[data-bs-theme=light] #barraSuperior .nav-link:hover {
    color: #000;
}

[data-bs-theme=light] #menuDiario {
    background: linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(219, 219, 219, 1) 100%);
}

[data-bs-theme=light] #menuDiarioCelular {
    background: linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(219, 219, 219, 1) 100%);
}

[data-bs-theme=light] #menuDiarioCelularFecha {
    background: linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(219, 219, 219, 1) 100%);
}

[data-bs-theme=light] #menuDiario .fecha {
    color: #606060;
}

[data-bs-theme=light] .progress2-container {
    background: #CCC;
}

[data-bs-theme=light] .progress3-container {
    background: #CCC;
}

[data-bs-theme=light] .etiquetas {
    background: #EEEEEE;
    color: #000;
}

[data-bs-theme=light] .etiquetas a {
    color: #4A4B4C;
}

[data-bs-theme=light] .etiquetas a:hover {
    color: #000;
}

[data-bs-theme=light] .central h2 {
    color: #F39424;
}

[data-bs-theme=light] .termometro {
    background-color: #DEDEDE;
}

[data-bs-theme=light] .rectangulo {
    border-bottom: 2px solid #555;
}

[data-bs-theme=light] #rectanguloBorde {
    border-bottom: 2px solid #555;
}

[data-bs-theme=light] .ultimas_noticias {
    background-color: #F3F4F4;
}

[data-bs-theme=light] .ultimas_noticias h2 {
    color: rgb(190, 0, 0);
}

[data-bs-theme=light] .ultimas_noticias h5 {
    color: rgb(190, 0, 0);
}

[data-bs-theme=light] .deportesCentral h2 {
    color: #005957;
}

[data-bs-theme=light] .deportesCentral h1 {
    color: #005957;
}

[data-bs-theme=light] .deportesCentrales h1 {
    color: #005957;
}

[data-bs-theme=light] .volanta_notas {
    color: #F39424;
}

/* AJUSTES LIGHTMODE */