html, body{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    color: #5D586C;
}
h1, h2, h3, h4, h5, h6, p, span{
    color: #5D586C;
}
.main{
    font-family: "Open Sans", "FontAwesome";
    background-color: rgba(75, 70, 92, 0.05);
}
/*########## NAV ##########*/
.nav-main{
    display: flex;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    background-color: #27436A;
    padding: 10px 15px;
    align-items: center;
}
.nav-main .logo{
    height: 100px;
}
@media (min-width: 527px) {
    .nav-main .logo{
        height: 110px;
    }
}
.nav-main span{
    color: #FFF !important;
    margin-left: 40px;
    font-size: 20px;
    font-weight: 600;
}
@media (min-width: 527px) {
    .nav-main span {
        font-size: 26px;
    }
}
/*########## Navbar interna ##########*/
.navbar {
    position: fixed !important;
    width: 100%;
}
#main-content {
    margin-top: 0;
}
#sidebar{
    margin-top:63px !important;
    position: fixed;
}
.navbar-inner {
    background: #27436A !important;
}
.ace-nav>li.light-blue {
    background: #27436A !important;
}
#menu-toggler{
    margin-top: 110px !important;
    width: 100%;
}
@media (min-width: 422px) {
    #sidebar {
        margin-top: -5px !important;
    }
    #menu-toggler{
        width: fit-content;
        margin-top:63px !important;
    }
    #main-content{
        margin-top: 63px !important;
    }

}
@media (max-width: 422px) {
    .ace-nav>li:last-child {
        border-right: 1px solid #DDD;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .ace-nav>li:nth-child(1)>.dropdown-menu.pull-right {
        right: 190px;
    }
}
/*########## SEARCH SESSION ##########*/
.search-main{
    display: flex;
    width: 100%;
    padding: 40px 0;
    background:linear-gradient(0deg, rgba(39, 67, 106, 0.7), rgba(39, 67, 106, 1)), url(../img/atibaia.png);
    background-size:cover;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
@media (min-width: 992px) {
    .search-main {
        padding: 70px 0;
    }
}
.s-title{
    margin-bottom: 20px;
}
.s-title span{
    font-size: 24px;
    font-weight: 600;
    color: #FFF !important;
}
.s-form {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 5%;
}
.s-form .form-group {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row;
}
.s-form form {
    width: 100%;
}
.s-form input{
    width: 100%;
    max-width: 500px;
    border-radius: 6px;
}
.s-form .form-control{
    border: 1px solid #ffffff;
    font-size: 14px;
}
.s-form .form-control:focus{
    border-color: #f5faff;
    box-shadow: 0 0 0 3px #99b1c9;
}
button.btn.btn-search {
    width: 40px;
    margin-left: -40px;
    border-radius: 0 6px 6px 0;
    color: #fff !important;
    background-color: #5A8ED5;
    border-color: #5A8ED5;
}
/*########## SESSIONS ##########*/
.session-more-viewed, .session-category{
    display: flex;
    width: 100%;
    min-height: 300px;
    flex-flow: column;
    align-items: center;
    padding: 80px 5%;
}
.session-more-viewed{
    background-color: #FFF;
}
.session-category{
    background-color: #5282c5;
}
.session-category .c-card span {
    color: #4b4757;
}
.featured.session-more-viewed{
    background-color: rgba(75, 70, 92, 0.02);
}
.session-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.session-more-viewed .c-card{
    display: flex;
    height: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #DBDADE;
    transition: all 300ms ease-in-out;
}
.session-more-viewed .c-card:hover {
    border: 1px solid #5a8ed5;
}
.session-more-viewed .c-info{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
}
.c-icon {
    margin: 15px;
}
.session-more-viewed .c-icon{
    display: flex;
    width: 48px;
    height: 48px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: rgba(90, 142, 213, 0.12);
}
.session-more-viewed .c-icon i, .session-category .c-icon i{
    color:rgba(90, 142, 213, 1)
}
.session-more-viewed .c-title{
    font-weight: 700;
    font-size: 16px;
    color: #5D586C;
}
.session-more-viewed .c-description{
    font-size: 14px;
}
.session-more-viewed .btn-card, .session-sresult .btn-card, .service-actions .btn-card{
    color: rgba(72, 130, 211, 1);
    background-color: rgba(90, 142, 213, 0.12);
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 20px;
    transition: all 300ms ease-in-out;
}

.bnt-more .btn-card{
    color: rgba(72, 130, 211, 1);
    background-color: rgba(90, 142, 213, 0.12);
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 40px;
    transition: all 300ms ease-in-out;
}
.session-more-viewed .btn-card:hover, .bnt-more .btn-card:hover, .session-sresult .btn-card:hover, .service-actions .btn-card:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(90, 141, 213);
}
.session-category .bnt-more .btn-card{
    color: rgb(255 255 255);
    background-color: rgb(255 255 255 / 12%);
}
.session-category .bnt-more .btn-card:hover{
    color: rgba(72, 130, 211, 1);
    background-color: rgb(255 255 255 / 100%);
}
.service-actions .btn-card.config.active{
    color: rgb(255, 255, 255);
    background-color: rgb(90, 141, 213);
}
.session-category .session-title span {
    color: #FFF;
}
.session-category .c-card{
    display: flex;
    height: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    border: 3px solid #5282c5;
    box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 32%);
    transition: all 300ms ease-in-out;
    justify-content: center;
}
.session-category .c-card:hover{
    border: 3px solid rgb(195 220 255);
    cursor: pointer;
}
.session-category .c-heading{
    display: contents;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.featured.session-more-viewed .c-card{
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.10);
}
.featured.session-more-viewed .c-card:hover{
    background: rgb(249 249 249);
    border: 1px solid rgb(90, 141, 213);
}
.session-category .c-icon{
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: rgba(90, 142, 213, 0.12);
}
.session-category .c-icon img{
    width: 25px;
    height: 25px;
}
.session-category .c-title{
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-align: center;
    width: 100%;
}
.session-category .c-description{
    font-size: 14px;
    text-align: left;
    text-align: center;
}
.sv-wrap{
    width: 100%;
}
.sv-description {
    width: 100%;
    text-align: start;
    margin-top: 10px;
    font-size: 14px;
}
.sv-more {
    display: flex;
    width: 100%;
    justify-content: end;
}
.service{
    display: flex;
    flex-flow: column;
    padding: 20px 0;
    background-color: #FFF;
    gap: 20px;
}
@media (min-width: 420px) {
    .service{
        padding: 60px 0;
    }
}
.service .container{
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.service-heading{
    display: flex;
    padding: 5px 0px;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
.service .sv-icon{
    display: flex;
    width: 48px;
    height: 48px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: rgba(90, 142, 213, 0.12);
}
.service .sv-icon i, .session-category .sv-icon i{
    color:rgba(90, 142, 213, 1)
}
.service .sv-title span, .service .service-heading .sv-title{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #5d586c;
}
.service .service-heading .sv-title{
    color: #5D586C;
}
.sv-title span {
    text-align: left;
}
.wrap-infos {
    display: flex;
    flex-flow: column;
    gap: 35px;
}
.service .card{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 6px;
    box-shadow: 0 2px 6px #eceaf5;
}
.service .infos .sv-title{
    display: flex    ;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.service .infos .sv-title span{
    font-size: 16px;
    text-transform: uppercase;
}
.service .sv-text{
    width: 100%;
}
.service .sv-text span{
    font-size: 14px;
}
.session-sresult{
    display: flex;
    flex-flow: column;
    padding: 40px 5%;
    padding-bottom: 60px;
}
.session-sresult .card{
    border-radius: 6px;
    border: none;
    padding: 20px 3%;
    box-shadow: 0px 2px 4px 0px rgba(75, 70, 92, 0.10);
}
.session-sresult .session-title {
    display: flex;
    justify-content: center;
    font-size: 20px;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    margin-top: 70px;
}
.session-sresult .btn-card.back{
    width: fit-content;
    margin-bottom: 20px;
    position: absolute;
    left: 18px;
    top: 0;
}
span.sresult-counter {
    font-size: 14px;
    color: #8e899b;
}
@media (min-width: 550px) {
    .session-sresult .session-title{
        flex-flow: row;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .session-sresult .btn-card.back{
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        left: auto;
        top: auto;
    }
}
.card .sv-title {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    font-weight: 700;
    color: #5d586c;
}
.cards .col-12.col-md-6.col-lg-3{
    margin-bottom: 20px;
}
.cards .col-12{
    margin-bottom: 20px;
}
.service-actions{
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    flex-flow: column;
}
@media (min-width: 404px) {
    .service-actions{
        flex-flow: row;
    }
}
.service-actions.form {
    justify-content: right;
    flex-flow: column;
    background-color: #e5e5e5;
    padding: 24px;
    width: 250px;
    position: absolute;
    z-index: 30;
    right: 15px;
    top: 5px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #00000040;
    gap: 10px;
}
.service-actions.form .form-check-label{
    font-size: 14px;
    color: #535353;
}
.service-actions.form span a {
    font-size: 14px;
    color: #535353;
}
.service-actions.config{
    display: none;
}
.s-group2 {
    gap: 10px;
    display: flex;
    justify-content: space-between;
}
.row.heading, .row.actions {
    justify-content: center;
}
.collapse, .collapse.show{
    width: 100%;
}
.btn-success{
    color: rgba(72, 130, 211, 1);
    background-color: rgba(90, 142, 213, 0.12);
    border-color: rgba(90, 142, 213, 0.12);
}
.btn-success:hover{
    color: #FFF;
    background-color: rgba(72, 130, 211, 1);
    border-color: rgba(72, 130, 211, 1);
}
.service .table-bordered td, .table-bordered th {
    border: 1px solid #f7f7f7;
    font-family: "Open Sans";
    color: #5D586C;
    font-size: 14px;
    vertical-align: middle;
}
.service .table thead th {
    border-bottom: 1px solid #f7f7f7;
}
span.title {
    font-family: "Open Sans";
    font-weight: 600;
}
blockquote, .table-header {
    font-family: "Open Sans";
    font-size: 14px;
    color: #5D586C;
}
.row.infos {
    justify-content: center;
}
nav.sv-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 40px;
}
nav.sv-pagination span{
    margin-bottom: 10px;
    font-size: 14px;
}
nav.sv-pagination a.page-link {
    font-size: 14px;
    color: #4d8fd9;
}
/*########## FOOTER ##########*/
.footer.main{
    display: flex;
    padding: 80px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background-color: #FFF;
}
.footer.secondary{
    display: flex;
    padding: 80px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background-color: #FBFBFC;
}
.f-logo.logo{
    width: 200px;
    max-width: 200px;
    margin-bottom: 30px;
}
.f-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    color: rgba(75, 70, 92, 0.8);
}
.f-row{
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: left;
}
.f-info span{
    font-size: 13px;
}
.f-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 25px;
}
.btn.btn-social{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #27436A;
    box-shadow: 0px 2px 4px 0px rgba(165, 163, 174, 0.30);
}
.btn.btn-social i{
    color: #FFF;
}
.powered {
    font-size: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}
.powered img {
    width: 150px;
}