body {
   /* background-color: #021545; /* fondo de color. Lo incluyo en cada pagina porque si lo pongo en el comun no me deja ver el video*/
   background-color: rgb(9, 183, 241);
   color: black !important;
}
        
    


.botones {
    margin-top: 30px;
}

.botonResultados {
    color: white !important;
}

.tituloResultados {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.tituloResultados h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0 0 20px 0;
}

.tituloResultados img {
    background-color: white;
    max-height: 120px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    max-width: 250px;
    width: 100%;
    height: auto;
    display: block;
}

#swishWidget {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Estilo para móviles */
@media (max-width: 768px) {
    th, td {
        padding: 8px;
        font-size: 14px; /* Texto más pequeño */
    }

    .tituloResultados h1 {
        font-size: 24px;
        margin: 0 0 15px 0;
    }

    .tituloResultados img {
        max-height: 100px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    th, td {
        padding: 6px;
        font-size: 12px; /* Aún más pequeño para pantallas pequeñas */
    }

    .tituloResultados h1 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .tituloResultados img {
        max-height: 80px;
        padding: 10px;
    }
}
