:root {
    --header-height-front: 86px;
    --header-height-admin: 3.5rem;
    --footer-height-admin: 150px;
    --footer-height-front: 150px;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index:9;
    border-bottom: 2px solid var(--color-5);
}

header .logo {
    padding:1rem;
}

main {
    z-index:1;
    position: relative;
    height: auto !important;
    max-height: none;
}

main.headered {
    height: auto !important;
    max-height: none;
}

.page-container {
    font-size: 1.3rem;
    margin-top:4rem;
    margin-bottom:5rem;
}

.page-container p {
    margin:2rem 0;
}

.schedule-table .activity {
    color: white;
    font-size:0.7rem;
    text-transform:uppercase;
    font-weight:bold;
    border-radius: 5px;
    padding: 3px 0;
}

.schedule-table  .horas {
    font-size: 1rem;
}

#instructors .card-text {
    font-size:1rem;
}

.page-container {
    font-size:1rem;
}

body.glosario-del-aikido #page-content h2 {
    cursor: pointer;
}

body.glosario-del-aikido #page-content li p {
    margin: 0;
}

body.glosario-del-aikido #page-content p {
    display:none;
    overflow:hidden;
}

body.glosario-del-aikido #page-content hr {
    display:none;
    margin:0;
}

body:not(.hero) .page .main-image {
    border-radius: 20px;
    overflow:hidden;
}

header nav.mobile {
    justify-content:end;
    padding-right:2rem;
}

header nav .hamburger svg {
    fill: var(--color-5);
}