@charset "UTF-8";

:root {
    --theme-light-blue: #235BAE;
    --theme-blue: #153667;
    --theme-dark-blue: #071120;
}

/* Fonts */

@font-face {
    font-family: "as-signwriter";
    src: url("../../lib/fonts/A&S_SIGNWRITER.TTF") format("truetype");
}

@font-face {
    font-family: "opensans-light";
    src: url("../../lib/fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: "opensans-bold";
    src: url("../../lib/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "playlist-script";
    src: url("../../lib/fonts/PLAYLIST-SCRIPT.OTF") format("truetype");
}

.fw-bold {
    font-family: "opensans-bold", "sans-serif";
}

.fw-light {
    font-family: "opensans-light", "sans-serif";
}

.mobile-menu .img-fluid {
    max-height: 50px;
}

.menu_style_home_five .img-fluid {
    max-height: 68px;
}

.mobile-menu .menu_bar_home2 li.list-inline-item:first-child {
    right: 15px;
}

.blog_post.one .thumb::before {
    background-color: rgba(0, 0, 0, .1);
}

.badge:not(.bg-warning) {
    color: #FFFFFF;
}

#img-escola-wrapper {
    height: 30vh;
    background-image: url('/assets/escola_frente.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#background_video {
    display: block;
    position: absolute;
    top: -10%;
    width: 120%;
}

#video-carousel {
    height: 30vh;
    overflow: hidden;
}

@media (min-width: 992px) {
    #background_video {
        display: block;
        position: absolute;
        top: -20%;
        width: 100%;
    }

    #img-escola-wrapper {
        height: 60vh;
        background-position: center 70%;
    }

    #video-carousel {
        height: 60vh;
    }
}

.background_overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

#sidebar_backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    height: 100%;
    z-index: 1045;
    transition: background-color, visibility 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sidebar_open #sidebar_backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
}

/* Header */

#header {
    background: var(--theme-blue);
}

#header .navbar-brand span {
    font-size: 0.75rem;
}

@media (min-width: 992px) {
    #header .navbar-brand i {
        font-size: 2rem;
    }
}

#header img {
    max-height: 48px;
}

#header .dropdown-toggle::after {
    display: none;
}

@media (min-width: 992px) {
    #header img {
        max-height: 64px;
    }
}

/* Sidebar */

#sidebar {
    width: 100%;
    max-width: 310px;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid var(--bs-light);
    z-index: 1050;
    transform: translateX(-115%);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

@media (min-width: 992px) {
    #sidebar {
        width: 100%;
        max-width: 250px;
        top: calc(64px + 2rem);
    }
}

.sidebar_open #sidebar {
    -webkit-transform: none;
    transform: none;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar_link {
    width: 100%;
    padding: 0.5rem 1rem;
    color: var(--bs-gray-dark);
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 40px;
    text-decoration: none;
}

.sidebar_link:hover {
    background: rgba(0, 0, 0, 0.10);
    color: var(--bs-gray-dark);
    text-decoration: none;
}

.sidebar_link .icon {
    width: 1.25rem;
}

/* Content */

#content {
    padding-top: 96px;
}

@media (min-width: 992px) {
    #content {
        padding-top: 114px;
    }
}

.divider-one .divider-btn:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: var(--bs-gray-dark);
}

.divider-one .divider-btn:active,
.divider-one .divider-btn:focus {
    background-color: transparent;
}

/* Footer */

#footer img {
    max-height: 64px;
}

.footer_middle_area img {
    max-height: 64px;
}

/* Areas */

.area_curso span {
    font-family: "playlist-script";
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .area_curso span {
        font-size: 2rem;
        color: var(--bs-light);
    }
}

/* Masonry */

.masonry_gallery_item {
    margin-bottom: 15px;
}

.masonry_gallery_item.img_portrait,
.masonry_gallery_item.img_square,
.masonry_gallery_item.img_landscape {
    width: 100%;
}

@media (min-width: 992px) {
    .masonry_gallery_item.img_portrait,
    .masonry_gallery_item.img_square {
        width: calc(33.33% - 15px);
    }

    .masonry_gallery_item.img_landscape {
        width: calc(66.66% - 15px);
    }
}

/* Theme colors */

.btn-theme {
    background-color: var(--theme-blue);
    border-color: var(--theme-blue);
    color: var(--bs-light);
}

.btn-theme:hover {
    background-color: var(--theme-dark-blue);
    border-color: var(--theme-blue);
    color: var(--bs-light);
}

.btn-check:focus + .btn-theme,
.btn-theme:focus {
    background-color: var(--theme-dark-blue);
    border-color: var(--theme-blue);
    color: var(--bs-light);
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-theme,
.btn-check:active + .btn-theme,
.btn-theme:active,
.btn-theme.active,
.show > .btn-theme.dropdown-toggle {
    background-color: var(--theme-blue);
    border-color: var(--theme-light-blue);
    color: var(--bs-light);
}

.btn-check:checked + .btn-theme:focus,
.btn-check:active + .btn-theme:focus,
.btn-theme:active:focus,
.btn-theme.active:focus,
.show > .btn-theme.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-theme:disabled,
.btn-theme.disabled {
    background-color: var(--theme-blue);
    border-color: var(--theme-blue);
    color: var(--bs-light);
}

.text-theme {
    color: var(--theme-blue) !important;
}
