/* styles.css */

/* Estilo para el botón de cerrar sesión */
.logout-button {
    background-color: #0073aa; /* Color de fondo */
    color: #ffffff; /* Color del texto */
    padding: 10px 20px; /* Espaciado interno */
    text-decoration: none; /* Eliminar subrayado */
    border-radius: 5px; /* Bordes redondeados */
    font-size: 16px; /* Tamaño de fuente */
    font-weight: bold; /* Negrita */
}

.logout-button:hover {
    background-color: #005177; /* Color de fondo al pasar el ratón */
}


.columnasjuntas{
    border-radius: 15px !important;
    background-color: #011b3c;
    color:black;
    display: flex;
    margin-bottom: 5px;
}

.columnaderecha{
    width: 60%;
}

.columnaizquierda{
    width: 40%;
}

.imagenevento{
    height: 600px !important;
    border-radius: 15px !important;
}

.textotitulo{
    font-size: 26px !important;
    font-weight: 700;
    color: #ea7c1c;
}
.textofecha{
    color:#ea7c1c;
}
.textoentrada{
    color: #ea7c1c;
    font-weight: 700;
    font-size: 20px;
}
.textodetalles{
    color:white;
}
.textonombre{
    font-weight: 600;
}
.textoventas{
    color: #ea7c1c;
}
.textofacturación{
    color: #ea7c1c;
}
.textointerno{
    color:white;
}

.columnaderecha.event-information{
 padding-left:20px;
 padding-top: 20px;
}

.separadorevento {
  background-color: #011b3c !important;
  height: 5px;
  margin: 5px 350px 5px 350px !important;
  border-radius: 100px;
}

.botoncerrar{
    display: flex;
    justify-content: center;
}