/* ============================================ */
/* INDEX ADULTOCONTEMPORANEA (index.html) */
/* ============================================ */

body {
    font-family: Roboto;
    background-color: #FD9A05;
}

.container {
    background-color: #002654;
    border-radius: 17px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 10px;
}

.player {
    margin-left: 5px;
    grid-column: 1;
}

.listeners-map {
    margin-right: 5px;
    grid-column: 2;
}

.form-container {
    text-align: center;
    margin-top: 20px;
}

#donate-button-container {
    display: inline-block;
}

#donate-button img {
    width: 250px;
}

/* ============================================ */
/* ESTILOS DEL SIDEBAR, FOOTER, ETC */
/* ============================================ */

body {
    margin: 0;
    display: flex;
    justify-content: center;
}

iframe {
    display: none;
    height: 90vh;
    border: none;
    width: 80%;
}

#sidebar {
    width: 10%;
    background: linear-gradient(to bottom, #666, #333);
    color: white;
    padding: 0px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
}

#sidebar img {
    max-width: 100%;
}

#contenedor {
    width: 90%;
    background-color: #FD9A05;
    padding: 0%;
    box-sizing: border-box;
    margin-left: 10%;
}

#main-content {
    width: 100%;
    background-color: #FD9A05;
    padding: 0px;
    box-sizing: border-box;
}

#inicio {
    width: 100%;
    margin: 0 auto;
    height: 60vh;
    background-color: #002654;
    border-radius: 17px;
    color: white;
    text-align: center;
    padding: 0;
}

.primera-seccion {
    width: 100%;
    margin: 0 auto;
    height: 60vh;
    background-color: #002654;
    color: white;
    text-align: center;
    border-radius: 17px;
    padding: 0px;
}

#news-ticker marquee {
    width: 100%;
    background-color: #002654;
    white-space: nowrap;
    font-size: 16px;
    border-radius: 17px;
    color: white;
}

#footer {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to right, #FD9A05, #FAC803);
    border-radius: 17px;
    color: white;
    text-align: center;
    padding: 0px;
    bottom: 0;
}

#social {
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    border-radius: 17px;
    color: white;
    text-align: center;
    padding: 0px;
}

.transition {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.transition2 {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.boton-menu {
    background-color: #FAC803;
    border: none;
    border-radius: 15px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #002654;
    margin: 4px 2px;
    cursor: pointer;
}

.boton-menu:hover {
    background-color: #FD9A05;
}

#titulo {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

.imagen-con-borde-redondeado {
    border-radius: 15px;
}

.seccion {
    display: none;
}

#reloj {
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    margin-top: 0px;
}

.whatsapp-button {
    position: fixed;
    bottom: 220px;
    right: 20px;
    width: 80px;
    height: 80px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
}

.whatsapp-button:hover {
    transform: scale(1.2);
}

.inline-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.inline-link h1 {
    margin: 0;
    font-size: 24px;
}

#copyright h6 {
    color: #002654;
}

#menu {
    margin-top: 0px;
}

#menu a {
    margin-bottom: 0px;
    color: #333;
    text-decoration: none;
}