.content-player {
    bottom: 10px;
    left: 10px;
    width: 90%;
}

.caratula {
    width: 300px;
    height: 300px;
    background: #000;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
}

#player {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15.1px);
    -webkit-backdrop-filter: blur(15.1px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 32pt;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    transition: 0.5s ease-in-out;
}

#player:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
}

.users {
    color: #fff;
    font-size: 14pt;
    width: 55px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15.1px);
    -webkit-backdrop-filter: blur(15.1px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 8px 8px 16px;
    opacity: 0.8;
    transition: 0.5s ease-in-out;
}

.users:hover {
    opacity: 1;
}

#user_conecct {
    font-size: 10pt !important;
}

.text__logo {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

.text__card {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.whatsapp {
    bottom: 20px;
    right: 20px;
    z-index: 9000;
}

.whatsapp a {
    width: 50px;
    height: 50px;
    font-size: 20pt !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.redes ul {
    padding: 0;
    list-style: none;
}

.redes ul a {
    color: #fff;
    font-size: 10pt;
    text-decoration: none;
}


.menu {
    height: 80px;
    color: #fff;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
}

.menu__list {
    list-style: none;
    padding: 0;
}

.menu__list li a {
    color: #fff;
    text-decoration: none;
}

#btn__hamburger {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20pt;
    margin-top: -10px;
    display: none;
}

#artista,
#titulo {
    padding: 0 20px 0 20px;
}

@media screen and (max-width: 964px) {
    .iconRedes {
        font-size: 20px;
    }

    .textRedes {
        display: none;
    }

    .menu__list {
        display: none !important;
    }

    #btn__hamburger {
        display: block;
    }
}

.studio {
    background-color: #ffffff;
    color: black;
    padding: 50px 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 80px, 100% calc(100% - 80px), 0% 100%);
}

.locutores {
    padding: 50px 20px;

}

.imgs {
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.background-gradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    z-index: -1;
}

.section-title {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
}

.locutor-card {
    background-color: #1e1e1e;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.locutor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.locutor-img-container {
    position: relative;
    overflow: hidden;
}

.locutor-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.locutor-card:hover .locutor-img {
    transform: scale(1.1);
}

.locutor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.locutor-name {
    font-weight: 700;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.locutor-role {
    font-size: 1rem;
    color: #3498db;
    font-weight: 600;
    margin-bottom: 10px;
}

.locutor-info {
    padding: 20px;
}

.locutor-schedule {
    font-size: 0.9rem;
    color: #bbb;
    margin-bottom: 15px;
}

.locutor-description {
    font-size: 0.9rem;
    color: #ddd;
    margin-bottom: 20px;
    line-height: 1.6;
}

.social-icons a {
    color: #fff;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: #3498db;
}

.btn-listen {
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-listen:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

.wave-animation {
    display: inline-block;
    animation: wave 1.5s infinite;
}

@keyframes wave {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}



:root {
    --primary-color: #00c6ff;
    --secondary-color: #0072ff;
    --accent-color: #ff00aa;
    --text-color: #ffffff;
    --background-color: #0a0a0a;
}


.artist-slider {
    padding: 80px 0;
    position: relative;
}

.artist-slider::before,
.artist-slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}

.artist-slider::before {
    left: 0;
    background: linear-gradient(to right, rgba(10, 10, 10, 1) 0%, rgba(10, 10, 10, 0) 100%);
}

.artist-slider::after {
    right: 0;
    background: linear-gradient(to left, rgba(10, 10, 10, 1) 0%, rgba(10, 10, 10, 0) 100%);
}

.slick-slide {
    transition: all 0.5s ease;
    transform: scale(0.8);
    opacity: 0.6;
    filter: brightness(0.7);
}

.slick-center {
    transform: scale(1.2);
    opacity: 1;
    z-index: 2;
    filter: brightness(1);
}

.artist-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}

.slick-center .artist-image {
    box-shadow: 0 20px 40px rgba(0, 198, 255, 0.4);
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 3;
    transition: all 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
    background: rgba(255, 255, 255, 0.4);
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.artist-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(20px);
}

.slick-center .artist-info {
    opacity: 1;
    transform: translateY(0);
}

.artist-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.artist-genre {
    font-size: 0.9rem;
    color: #cccccc;
}

@keyframes neon-glow {
    0% {
        text-shadow: 0 0 10px var(--primary-color), 0 0 20px var(--primary-color), 0 0 30px var(--primary-color);
    }

    100% {
        text-shadow: 0 0 20px var(--primary-color), 0 0 30px var(--primary-color), 0 0 40px var(--primary-color);
    }
}

.neon-text {
    animation: neon-glow 1.5s ease-in-out infinite alternate;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    width: 0;
    transition: width 3s linear;
}

.slick-center .progress-bar {
    width: 100%;
}

.music-styles {
    padding: 80px 0;
    background: linear-gradient(45deg, #000, #1a1a1a);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.style-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.style-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.style-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #ff00ff;
}

.style-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00ffff;
}

.style-description {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 20px;
}

.genre-list {
    list-style-type: none;
    padding: 0;
}

.genre-list li {
    margin-bottom: 10px;
    color: #ffff00;
}

.genre-list li i {
    margin-right: 10px;
}

.slogan {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: left;
    color: #fff;
}

.neon-text {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
}

.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #ff4d4d;
}

.footer-heading {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ff4d4d;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-link {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 12px;
    font-weight: 300;
}

.footer-link:hover {
    color: #ff4d4d;
    transform: translateX(5px);
}

.footer-social-icon {
    font-size: 1.5rem;
    margin-right: 20px;
    color: #ccc;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-social-icon:hover {
    color: #ff4d4d;
    transform: translateY(-5px);
}

.footer-bottom {
    background-color: #111;
    padding: 20px 0;
    margin-top: 60px;
}

.footer-bottom-text {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 25px;
}

.newsletter-input {
    background-color: #333;
    border: 1px solid #444;
    color: #fff;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    background-color: #444;
    border-color: #ff4d4d;
    outline: none;
    box-shadow: 0 0 10px rgba(255, 77, 77, 0.1);
}

.newsletter-button {
    background-color: #ff4d4d;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newsletter-button:hover {
    background-color: #ff3333;
    transform: translateY(-2px);
}

.footer-divider {
    height: 1px;
    background-color: #333;
    margin: 40px 0;
}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-icon {
    font-size: 1.2rem;
    margin-right: 15px;
    color: #ff4d4d;
}

@media (max-width: 768px) {
    .footer {
        padding: 60px 0 30px;
    }

    .footer-heading {
        font-size: 1.1rem;
    }
}

#menu {
    transition: 0.5s ease-in-out;
}

#menu.scrolled {
    background: rgba(0, 0, 0, 0.51);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    height: 70px;
    transition: 0.5s ease-in-out;
}

.submenu {   
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(12.7px) !important;
    -webkit-backdrop-filter: blur(12.7px) !important;    
}

.submenu a {
    color: #ececec;
    text-decoration: none;
    font-size: 18pt;
}

.boton {
    background: transparent;
    border: none;
    font-size: 30pt;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    right: 20px;
    top: 20px;
}

.link {
    text-decoration: none;
}

#modalBiblia {
    z-index: 300000;
}

#modalBiblia + .modal-backdrop,
.modal-backdrop {
    z-index: 299999;
}

#modalBiblia .modal-content {
    height: 100%;
}

#modalBiblia .modal-body {
    flex: 1;
    overflow: hidden;
    height: 100%;
}