/* nav[role="navigation"] {
    position: sticky;
    justify-content: center;
    margin-top: 3rem;
}

nav[role="navigation"] svg {
    width: 1rem;
}
*/
.dropdown dd,
.dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
    z-index: 1021;
}

.dropdown a,
.dropdown a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
}

.dropdown dt a {
    box-shadow: 0px 0px 1px 1px #999;
    border-radius: 0.4rem;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
}

.dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}

.dropdown dd ul {
    background-color: #f1f1f1;
    border-radius: 0 0 4px 4px;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 99%;
    margin: auto;
    height: 16rem;
    list-style: none;
    overflow: auto;
    box-shadow: 0px 1px 1px 1px #000;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}


.showcase {
    background: rgba(50, 50, 50, 50%);
    width: 100%;
    margin: auto;
    border-radius: 0 0 1rem 1rem;
}

.showcase .section {
    width: 100%;
    height: 160px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.loader {
    width: 64px;
    height: 64px;
    position: relative;
    background: #FFF;
    border-radius: 4px;
    overflow: hidden;
}

.loader:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    transform: rotate(45deg) translate(30%, 40%);
    background: #ff9371;
    box-shadow: 32px -34px 0 5px #ff3d00;
    animation: slide 2s infinite ease-in-out alternate;
}

.loader:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff3d00;
    transform: rotate(0deg);
    transform-origin: 35px 145px;
    animation: rotate 2s infinite ease-in-out;
}

@keyframes slide {

    0%,
    100% {
        bottom: -35px
    }

    25%,
    75% {
        bottom: -2px
    }

    20%,
    80% {
        bottom: 2px
    }
}

@keyframes rotate {
    0% {
        transform: rotate(-15deg)
    }

    25%,
    75% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(25deg)
    }
}













/* :root {
    --light-clr: #e5e5e5;
    --primary-clr: orange;
    --secondary-clr: #c1daff;
    --active-clr: rgba(149, 153, 186, 0.4);
    --player-bg: rgba(5, 9, 51, 0.4);
    --scrollbar-track: rgb(79, 78, 78);
    --scrollbar-thumb: rgb(116, 116, 116);
}

main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

main h1 {
    font-size: clamp(0.8rem, 3vw, 1rem);
}

main p {
    font-size: clamp(0.7rem, 3vw, 1rem);
}

main {
    padding: 0 1rem;
    width: 90%;
    height: calc(99dvh - 15rem);
    background: transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    overflow: hidden;
} */

/** CONTENT */

.content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 100%;
    place-items: center;
    background: rgba(53, 54, 72, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: inherit;
    box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.2) inset,
        0 1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
    color: var(--light-clr);
    overflow-y: auto;
    padding: 30px 30px 10px;
}

.content::-webkit-scrollbar {
    width: 7px;
}

.content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.3rem var(--scrollbar-track);
    border-radius: 40px;
    margin: 18px 0;
}

.content::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0.5rem var(--scrollbar-thumb);
    background-color: var(--primary-clr);
    outline: none;
    border-radius: 40px;
}


.franja_titulo_noticia {
    width: 100%;
    background: rgba(0, 69, 122, 1);
    /* background: var(--color-dorado); */
    /* background: var(--color-naranja); */
    /* background: var(--blanco); */
    padding-block: 0.6rem;
    padding-inline: 0.6rem;
    color: var(--blanco) !important;
    position: relative;
    bottom: 0;
    filter: brightness(1.25);
}

.titulo-seccion-busqueda {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--blanco);
}


.resultado-seccion {
    padding-bottom: 16px;
    margin-bottom: 25px;
}

.rel-169 {
    position: relative;
    padding-top: 56.25%;
}

.rel-169 img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: top;
    height: 100%;
    width: 100%;
}

.pb5 {
    padding-bottom: 5px;
}

.fecha-b {
    font-size: 12px;
    text-transform: uppercase;
}

.sumario-seccion-busqueda {
    padding-top: 10px;
}

/** PLAYLIST */

/** Playlist */
/* 
.playlist {
    width: 100%;
}

.playlist-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 8px 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid orange;
    color: #000;
    cursor: pointer;
    user-select: none;
    flex-direction: column;
}

.playlist-item img {
    width: calc(33dvh - 5rem);
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden;
}

.playlist-item .song p:nth-child(1) {
    font-weight: 500;
    margin-bottom: 3px;
}

.playlist-item .song p:nth-child(2) {
    font-weight: 300;
    opacity: 0.5;
}

.playlist-item i {
    font-size: 1.2rem;
    color: var(--light-clr);
}

.active-playlist-item {
    background-color: var(--active-clr);
    border-radius: 5px;
} */

/** PLAYER CONTROL */

/* .player {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: var(--player-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 5px;
    z-index: 15;
    overflow: hidden;
} */

/** Player Buttons */

/* .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
}

.controls i {
    font-size: 1.7rem;
    cursor: pointer;
    transform: scale(1);
    will-change: transform;
}

#playPauseBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    aspect-ratio: 1/1;
    margin: 5px 0;
    color: var(--primary-clr);
    outline: 0;
    background: var(--light-clr);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(5, 36, 28, 0.3);
    font-size: 1.5rem;
    transform: scale(1);
    will-change: transform;
}

#shuffleBtn:hover,
#prevBtn:hover,
#nextBtn:hover,
#playPauseBtn:hover {
    transform: scale(1.05);
} */

/** Volume */

/* .volume {
    position: relative;
    display: flex;
    align-items: center;
}

.volume i {
    color: var(--light-clr);
    font-size: 1.2rem;
}

#volume-range {
    position: absolute;
    left: 30px;
    top: 7px;
    appearance: none;
    -webkit-appearance: none;
    width: 45px;
    height: 4px;
    background: var(--primary-clr);
    border-radius: 4px;
    cursor: pointer;
}

#volume-range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background: var(--light-clr);
    width: 12px;
    aspect-ratio: 1/1;
    border-radius: 50%;
} */

/** Progress */

/* #progress-bar {
    appearance: none;
    -webkit-appearance: none;
    width: 90%;
    height: 5px;
    background: linear-gradient(90deg,
            var(--light-clr),
            var(--secondary-clr),
            var(--primary-clr),
            var(--secondary-clr),
            var(--light-clr));
    border-radius: 4px;
    margin: 12px 0 16px;
    cursor: pointer;
}

#progress-bar::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background: var(--light-clr);
    width: 15px;
    aspect-ratio: 1/1;
    border-radius: 50%;
} */

/** Media Queries */

/* @media (max-width: 1300px) {
    main {
        width: 90%;
    }
}

@media (max-width: 1100px) {
    .content {
        padding: 40px 20px 20px;
    }
}

@media (max-width: 900px) {
    .content {
        padding: 30px 40px 20px;
        overflow-x: hidden;
    }

    .playlist {
        margin-bottom: 60px;
    }

    .player {
        width: 110%;
    }

    #volume-range {
        width: 50px;
    }
}

@media (max-width: 580px) {
    .content {
        overflow-x: hidden;
    }

    .playlist-item {
        margin-bottom: 10px;
    }

    .player {
        width: 115%;
    }

    .controls {
        column-gap: 15px;
    }

    .controls i {
        font-size: 1.3rem;
    }

    #playPauseBtn {
        width: 40px;
        font-size: 1.2rem;
    }

    .volume i {
        font-size: 0.9rem;
    }

    #volume-range {
        left: 20px;
        top: 6px;
        width: 40px;
    }
} */