.hero.aniversary {
    background-image: none
}

.aniversary .hero-image {
    max-height: 20rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:960px) {
    .page-about .hero, .page-contact .hero, .page-home .hero {
        background-image: none
    }

    .page-about .hero-content, .page-contact .hero-content, .page-home .hero-content {
        width: 100%;
        z-index: 2
    }
}

.page-title {
    font-size: clamp(1.5rem,2vw,3rem);
    margin-bottom: 2rem
}

.hero-course .hero-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

.hero-course .hero-image:after {
    background: linear-gradient(90deg,#00262b,rgba(0,38,43,0));
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

.footer-main a {
    color: #fff
}

body {
    scroll-behavior: smooth;
    scroll-padding: 100px
}

@media (max-width:960px) {
    body {
        scroll-padding: 132px
    }
}

.subnav {
    position: sticky;
    top: 0;
    z-index: 10
}

@media (max-width:960px) {
    .subnav .navigation-item {
        padding: .5rem 2rem
    }
}

#filters {
    background-color: #f9f9f9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: .5rem;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 10
}

.filter {
    background-color: #ff6d4b;
    border-radius: .25rem;
    color: #fff;
    font-size: .85rem;
    font-weight: 500;
    padding: .25rem .5rem
}

.btn.btn-whatsapp {
    background-color: #0dc143;
    border-color: #0dc143;
    color: #fff;
    text-align: left !important;
    text-transform: unset;
    white-space: normal
}

.btn-whatsapp:hover {
    background-color: #58d07c;
    border-color: #0dc143;
    color: #fff
}

.card-course .card-title {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase
}

.card-course .btn-link {
    color: #4589ff;
    font-weight: 400
}

.btn-sm {
    min-height: auto;
    padding: .5rem 1rem
}

.breadcrumb {
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-size: .85rem;
    gap: .5rem;
    margin-left: 2rem
}

@media (max-width:960px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb .text {
    font-size: 90%;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.breadcrumb a svg {
    top: 2px
}

.breadcrumb a:after {
    content: "/"
}

.week {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: .5rem;
    margin-bottom: .5rem
}

.schedule {
    margin: .5rem 0 1rem
}

.weekday {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 1/1;
    background-color: #f2f2f2;
    border-radius: .2rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    padding: .25rem;
    width: 2rem
}

.btn {
    text-align: center
}

select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.feedback {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 2rem;
    text-align: center
}

.page-legal ol + h2, .page-legal ol + h3, .page-legal ol + h4, .page-legal p + h2, .page-legal p + h3, .page-legal p + h4, .page-legal ul + h2, .page-legal ul + h3, .page-legal ul + h4 {
    margin-top: 2rem
}

.page-legal table {
    background: #fff;
    border: 1px solid grey;
    border-collapse: collapse;
    color: #333;
    font-size: 12pt
}

    .page-legal table tfoot th, .page-legal table thead th {
        background: rgba(0,0,0,.1);
        color: #777
    }

    .page-legal table caption {
        padding: .5em
    }

    .page-legal table td, .page-legal table th {
        border: 1px solid #d3d3d3;
        padding: .5em;
        vertical-align: top
    }

.modal-window {
    background-color: rgba(0,0,0,.33);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    z-index: 999
}

    .modal-window:target {
        opacity: 1;
        pointer-events: auto;
        visibility: visible
    }

    .modal-window .modal-content {
        background: #fff;
        border-radius: .5rem;
        left: 50%;
        max-width: 90%;
        padding: 3em;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 400px
    }

    .modal-window header {
        font-weight: 700
    }

    .modal-window h4 {
        font-size: clamp(1rem,2vw,1.25rem);
        margin: 0
    }

.modal-close {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    color: #aaa;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    justify-content: center;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 3rem
}

    .modal-close:hover {
        color: #000
    }

.login-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

    .login-option + .login-option {
        border-top: 1px solid #ddd;
        margin-top: 1rem;
        padding-top: 1rem
    }

    .login-option form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem
    }

.flow-cards .card-image {
    max-width: 100%;
    overflow: hidden
}

.header-main {
    z-index: 20
}

.btn-clicked {
    opacity: .5;
    pointer-events: none
}

.grid-sidebar-actions .btn-block {
    margin-bottom: 2rem
}

.card-course .card-body * {
    font-size: inherit !important;
    text-align: inherit !important
}

@media (max-width:960px) {
    .grid-sidebar-actions .btn-block {
        margin-bottom: .5rem;
        min-height: auto;
        padding: .5rem 2rem
    }

    .grid-sidebar-actions {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 -8px 16px 0 rgba(0,0,0,.15);
        left: 0;
        padding: .5rem 1rem 0;
        position: fixed;
        right: 0;
        z-index: 10
    }

        .grid-sidebar-actions .text-center.mb-1 {
            display: none
        }

    .eapps-countdown-timer-position-bottom-bar-floating {
        bottom: 102px !important
    }

    .header-main {
        padding: 0
    }
}

.grecaptcha-badge {
    visibility: hidden
}
