
body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Barra principal */
.header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,.25);
    transition: all .3s ease;
    z-index: 1000;
}

/* Estado reducido */
.header-bar.shrink {
    height: 52px;
    padding: 0 16px;
}

/* Logo */
.header-logo img {
    height: 48px;
    transition: height .3s ease;
}

.header-bar.shrink .header-logo img {
    height: 32px;
}

/* Nombre */
.header-title {
    margin-left: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
    transition: font-size .3s ease;
}

.header-bar.shrink .header-title {
    font-size: 1.2rem;
}

/* Espacio para contenido */
.page-content {
    padding-top: 100px;
}

/*INICIO*/

    .contenedor {
    margin-top:70px;
    max-width:100%; width:100%;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
    }
    .caja {
        
    width: 1000px;
    margin: 0 auto;

    }
    article {
        margin-bottom:20px;
        max-width:300px;padding:10px;float:left;auto;font-family:Arial,sans-serif;width:300px;
    }
    @media (max-width: 1024px) {
        .contenedor {
    margin-top:70px;
    max-width:95%; width:95%;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
    }
    .caja {
        
    width: 100%;
    margin: 0 auto;

    }
    article {
        margin-bottom:20px;
        max-width:100%;padding:10px;float:left;font-family:Arial,sans-serif;width:100%;
    }

}

/*NOTA*/

    @media (max-width: 700px) {
        .articulo_entero {
             max-width:95% !important;padding:10px; margin:10px;font-family:Arial,sans-serif;
        }
        
    }
    
.articulo_entero {
    max-width: 700px;
    width: 100%;
    margin: 40px auto;
    padding: 0;
    font-family: Arial, sans-serif;
}

.articulo_padre {
    display: flex;
    align-items: center;
}

/*STREAMING*/




/*BARRA FOOTER*/

    .barra-titulo {
    width: 100%;
    max-height: 200px;
    background: linear-gradient(180deg, #000000, #111111);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    padding: 15px 25px;
    box-sizing: border-box;    gap: 20px;

    font-family: Arial, Helvetica, sans-serif;
    bottom:0px;
    right:0px;
    z-index:1000;
}

.barra-titulo img {
    max-height: 80px;
    max-width: 160px;
    object-fit: contain;
}

.barra-textos {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.barra-nombre {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1;
}

.barra-slogan {
    font-size: 14px;
    opacity: 0.85;
}

.barra-ubicacion {
    font-size: 12px;
    opacity: 0.7;
}

/* Empuja el botón a la derecha */
.barra-spacer {
flex: 1em;
};
/* Botón login */
.barra-login {
    padding: 6px 14px;
    font-size: 13px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.barra-login:hover {
    background: #dddddd;
}

@media (max-width: 700px) {
    .barra-titulo {
        flex-direction: column;
        text-align: center;
        max-height: none;
    }

    .barra-spacer {
        display: none;
    }
}
@media (max-width: 700px) {
.espaciador {
    width:100%;
    height:95px;
    background-color: #000000;
    position:absolute;
}
}
@media (min-width: 700px) {
.espaciador {
    width:100%;
    height:0px;
    background-color: #000000;
    position:absolute;
}
}