/*
Theme Name: Copenhague
Theme URI: https://ejemplo.com/
Description: Tema hijo para Copenhague Music Bar.
Author: Norman Reyes
Author URI: https://customcomunicacion.com
Template: hello-elementor
Version: 1.0.0
Text Domain: copenhague
*/

/* --- Estilos para la Plantilla de Información del Bar --- */
#site-header {
	display:none;
}
.footer-legal {
	width:100%;
	background-color:#ffffff;
	padding:2rem;
	margin-top:2rem;
}
.footer-legal p {
	color:#333333;
	margin-top: 1rem;
    font-size: 12px;
}
.bar-info-template {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    min-height: 100vh; /* Ocupa al menos la altura de la ventana visible */
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    background-color: #1a1a1a; /* Fondo oscuro típico de bar */
    color: #f0f0f0; /* Texto claro */
    font-family: 'Arial', sans-serif;
}

.bar-logo {
    max-width: 250px; /* Tamaño máximo del logo */
    height: auto;
    margin-bottom: 40px;
}

.contact-details h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #ffc629; /* Color llamativo para el título */
}

.contact-details p {
    font-size: 1.2em;
    margin: 10px 0;
    line-height: 1.5;
}

.contact-details a {
    color: #00bfff; /* Color para enlaces */
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #ffcc00;
}

/* --- Responsive Design (Móviles) --- */
@media (max-width: 600px) {
    .bar-logo {
        max-width: 180px;
        margin-bottom: 30px;
    }

    .contact-details h1 {
        font-size: 2em;
    }

    .contact-details p {
        font-size: 1em;
    }
}