@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    background: #fff;
    font-family: 'Pt Sans', sans-serif;
}

.agenda-topo {
    background: #133d6e;
}

    .agenda-topo h1 {
        color: #fff;
        font-size: 2rem;
        line-height: 2rem;
        font-family: 'Bree Serif', serif;
        padding: 2rem 4.5rem;
    }

.lista-geral .aviso {
    display: block;
    width: 100%;
    background: #fff8c3;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    margin: 1rem 0;
    color: #977047;
}

a.agenda-ano {
    display: inline-block;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    color: #133d6e;
    background-color: #ddd;
    border-radius: 6px;
}

.ano-left {
    float: left;
}
.ano-left.active, .ano-right.active {
    text-decoration: underline;
    font-weight: 700;
    background-color: #fff !important;
}
.ano-right {
    float: right;
}

.ano-center {
    float: none;
    margin: 5px auto;
}

a.agenda-ano.disable {
    color: #8c8c8c;
    /*background-color: #eee;*/
}

.lista-geral {
    margin-top: 20px;
}

.owl-carousel .owl-stage-outer {
    /*margin: 0 24px;*/
    z-index: 999;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 3px 6px 3px !important;
    /*font-family: 'Font Awesome 5 Free' !important;
    font: 3.2rem/3.2rem 'Font Awesome 5 Free' !important;*/
    font-size: 2.2rem !important;
    /*line-height: 3.7rem !important;*/
}

.owl-carousel .owl-nav button.owl-prev {
    content: 'f053' !important;
    float: left;
}

.owl-carousel .owl-nav button.owl-next {
    content: 'f054' !important;
    float: right;
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0px !important;
    padding: 4px 7px;
    background: #D6D6D6;
    border-radius: 3px;
}

.owl-carousel .item {
    /*height: 10rem;
    background: #ccc;
    padding: 1rem;
    border-radius: 4px;*/
    text-align: center;
}

    .owl-carousel .item a {
        padding: 1rem;
        border-radius: 4px;
        font-size: 22px;
        line-height: 22px;
        text-transform: uppercase;
        color: #133d6e;
        background: #ccc;
        text-align: center;
        display: block;
    }

        .owl-carousel .item a:hover,
        .owl-carousel .item a.active {
            background: #fff;
            text-decoration: underline;
            font-weight: bold;

        }
        .owl-carousel .item a.disable {
            cursor: not-allowed;
            background: #fff;
            color: darkgray;
        }

.title-section, .content-section, .sidebar-section {
    background: #fff;
}

.title-section {
    text-align: center;
    padding: 50px 15px;
    margin-bottom: 30px;
}

.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sidebar-item {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
}

.make-me-sticky {
    position: sticky;
    top: 10px;
    padding: 10px;
    border-radius: 4px;
    width: 80px;
    background: #133d6e;
    text-align: center;
}

    .make-me-sticky .dia {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        color: #fff;
    }

    .make-me-sticky .mes {
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #9bb7d7;
    }

    .make-me-sticky .dia-semana {
        font-size: 14px;
        line-height: 18px;
        color: #cce4ff;
    }

    .make-me-sticky.disable {
        background-color: #cccccc;
    }


.cursos {
    display: block;
    margin: -81px 0 10px 90px;
    background: #fff;
    border-radius: 4px;
}

.curso {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 16px;
}

    .curso:last-child {
        border-bottom: 0;
    }

    .curso a.nome {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        padding: 0 0 15px 0;
        margin: 0;
        color: #133d6e;
        display: block;
    }

        .curso a.nome:hover {
            color: #133d6e;
        }

    .curso p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        padding: 0 0 9px 0;
        margin: 0;
    }

    .curso a.btn-mais {
        padding: 6px;
        font-size: 16px;
        line-height: 16px;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #133d6e;
        color: #133d6e;
        text-decoration: none;
        text-transform: uppercase;
    }

        .curso a.btn-mais:hover {
            background: #133d6e;
            color: #fff;
            border: 1px solid #133d6e;
            text-decoration: none;
        }

    .curso.disable a.nome, .curso.disable a.btn-mais {
        cursor: not-allowed;
        color: #8c8c8c;
    }

    .curso.disable a.btn-mais {
        border: 1px solid #8c8c8c;
    }

        .curso.disable a.btn-mais:hover {
            background: #fff;
            border: 1px solid #8c8c8c;
        }
