* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
}
video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
/* Asegura que el body y html ocupen el 100% */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
}
#Layer1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
}

#Layer2 {
    position: absolute;
    left: 0;
    top: 451px;
    width: 100%;
    height: 63px;
    z-index: 11;
    background-color: var(--background-color);
}

.cuadro,
.cuadro1,
.cuadro2 {
    border: 0;
    font-size: 15px;
    font-family: Arial, Verdana;
    padding: 3px;
    border-radius: 30px;
    color: var(--text-color);
    background-color: var(--background-color);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: var(--text-color);
    text-align: center;
    z-index: 1;
    background-color: var(--background-color);
}

.whatsapp {
    color: var(--text-color);
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    width: 100px;
    right: 20px;
}

.redes_sociales {
    font-size: 15px;
    font-family: Arial, Verdana;
    padding: 5px;
    border-radius: 30px;
    color: var(--text-color);
    position: fixed;
    bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.textbox {
    border: 1px solid #ffffff;
    font-family: Arial, Verdana;
    border-radius: 25px;
    color: var(--text-color);
    text-decoration: none;
}

html {
    background-size: cover;
}

.text-white {
    color: var(--text-color);
}
.w-100{
  width: 100%;
}
.text-center{
text-align: center;
}
.container {
    width: 100%;
    align-content: end;
    text-align: end;
}
.menu-section {
  display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 10px;
      align-content: flex-start;
      align-items: flex-start;
}
.pulse-logo {
    max-width: 200px;
    margin: auto;
    display: block;
    padding: 20px;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background-color: var(--background-menu);
    overflow-x: hidden;
    transition: 0.5s;
}

.sidebar a {
    padding: 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--text-color);
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: var(--text-color);
}

.openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: var(--background-color);
    color: var(--text-color);
    padding: 5px 10px;
    border: none;
    border-radius: 25px;
    z-index: 12; /* Asegúrate de que esté encima */
}

.openbtn:hover {
    background-color: #444;
}

#main {
    transition: margin-left 0s;
    padding: 4px;
}

video {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1; /* Asegúrate de que esté detrás */
}

#lunaradiocoverwrapper {
    width: 50vw;
    height: auto;
    max-width: 500%;
    max-height: 500%;
    aspect-ratio: 1;
}
#lunaradioiconlive {
    display: none;
}

#lunaradiobuttonanalyzer {
    display: none;
}

#lunaradio * {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

#lunaradiopauseplaywrapper {
    background: var(--background-color);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s, box-shadow 0.2s;
}

#lunaradiopauseplaywrapper:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7);
}

#lunaradiopauseplaywrapper:active {
    transform: scale(0.95);
}

#lunaradiopauseplaywrapper svg {
    fill: white;
    width: 100%;
    height: 100%;
}

#lunaradiobuttonvolumeoff,
#lunaradiobuttonvolumeon {
    background: var(--background-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    padding:5px;
}

#lunaradiobuttonvolumeoff:hover,
#lunaradiobuttonvolumeon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7);
}

#lunaradiobuttonvolumeoff:active,
#lunaradiobuttonvolumeon:active {
    transform: scale(0.95);
}

#lunaradiobuttonvolumeoff svg,
#lunaradiobuttonvolumeon svg {
    fill: white;
    width: 40px;
    height: 40px;
    margin: auto;
    display: block;
}

#lunaradiocoverwrapper {
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

#lunaradiocoverwrapper:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7);
}

#lunaradiocoverwrapper:active {
    transform: scale(0.95);
}

#lunaradiocoverwrapper svg {
    fill: white;
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
}

#lunaradiocoverwrapper {
    animation: spin 4s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#lunaradiopauseplaywrapper {
    animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

#lunaradio {
    font-family: 'Arial Black', sans-serif;
    font-weight: bold;
}

#lunaradio .some-text-class {
    font-family: 'Arial Black', sans-serif;
    font-weight: bold;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#lunaradiotextradioname {
    display: inline-block;
    animation: pulse 1s infinite;
    color: var(--text-color);
    font-weight: bold;
}

.openbtn {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 10px;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.menu-icon {
    width: 30px;
    height: auto;
    display: block;
}

.openbtn:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.5);
    background-color: white;
}

.openbtn:active {
    transform: scale(1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Para navegadores WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background-color: #1a1a1a;
}

.chat-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:var(--background-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    transform: translateY(100%);
    z-index: 999;
}

.chat-modal.show {
    display: block;
    transform: translateY(0);
}

.chat-modal iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: blur(10px);
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: var(--text-color);
    cursor: pointer;
    font-weight: bold;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.pulse-logo {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

#installButtonWrapper {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    text-align: center;
}
.install-button {
    background-color: #59bc10;
    color: #ffffff;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.install-button:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.install-button:active {
    transform: scale(0.95);
}
.social-icons {
  position: absolute;
  right: 3px;
  top: 30%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #ffffff78;
  border-radius: 25px;
  padding: 4px;
}

.social-icon {
    width: 45px;
    height: 45px;
    padding: 3px;
    object-fit: cover;
    transition: transform 0.2s;
    background: #f7f7f7;
}

.social-icon:hover {
    transform: scale(1.1);
}
.btn-social {
    filter: drop-shadow(2px 4px 8px black);
    background: #ffffff;
}
.pulse {
    display: inline-block;
    animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1); /* Tamaño original */
    }
    50% {
        transform: scale(1.1); /* Aumento al 110% */
    }
}
