html, body{
    height: 100%;
    margin: 0%;
    padding: 0%;
}
body{
    background-image: url(fitness-park-9.webp);
    background-size: cover;
    margin: 0%;
    padding: 0%;
    min-height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
     
    z-index: 1;
}
nav{
    margin-bottom: 50px;
}
h1{
    color: orange;
    text-align: center;
    font-family: serif;
    font-size: 25px;
    text-decoration:underline 2px solid;
    background-color: black;
    margin: 0;
    
}
/* Migas de pan */
.breadcrumbs {
    background: #ffffff;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.breadcrumbs ul {
    list-style: none;
    display: flex;
    gap: 8px;
    font-size: 14px;
}

.breadcrumbs li::after {
    content: "›";
    margin-left: 8px;
}

.breadcrumbs li:last-child::after {
    content: "";
}

.breadcrumbs a {
    text-decoration: none;
    color: #007bff;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}
/* --- ESTILO DE CONTENIDO --- */
h2, h3 {
    color:orange;
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
    margin-top: 30px;
}
p{
    background-color:  rgba(0, 0, 0, 0.8);
    color: orange;
}

.hiit-block {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid  rgba(0, 0, 0, 0.8);
    padding: 20px;
    color: orange;
    border-radius: 3px;
    font-family: "Courier New", Courier, monospace;
}

blockquote {
    background-color:  rgba(0, 0, 0, 0.8);
    border-left: 4px solid  rgba(0, 0, 0, 0.8);
    padding-left: 15px;
    color: orange;
    margin: 20px 0;
}

hr {
    border: 0;
    border-top: 1px solid var(--border);
    margin: 20px 0;
}

