@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(leaflet.min.css);
@import url(jquery.fancybox.min.css);

/* @import url(imgViewer2.min.css); */

@import url(../fonts/fontello/css/fontello.css?v=2);
@import url(../fonts/unimed-slab/stylesheet.css);
#page-loading {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

body {
    font-family: 'Unimed Slab - 2020';
    color: #6e6e6e;
    font-size: 14px;
}

body header {
    background-color: #fff;
    padding: 20px 0;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

body header a.link {
    color: #00995d;
    font-size: 1.5em;
    cursor: pointer;
}

body header a.link:hover {
    color: #00995d;
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #00995d;
}

body main {
    margin-top: 30px;
}

#modalAviso .btn {
    background-color: #00995d;
    color: #fff;
    border-radius: 30px;
    padding: 6px 25px;
}

#modalAviso .modal-title {
    color: #00995d;
}


/********* LOGIN **********/

.background-login {
    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box-login {
    margin-top: 10%;
}

.box-login .apresentacao {
    background-color: #00995d;
    color: #fff;
    padding: 100px 50px;
}

.box-login .apresentacao h3 {
    margin-top: 50px;
    font-size: 1.6em;
}

.box-login .formulario {
    background-color: #fff;
    padding: 100px 50px;
    font-size: 1.1em;
}

.box-login .formulario a {
    color: #00995d;
}

.box-login .formulario .form-control {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
    padding: 8px 20px;
    height: auto;
    border-radius: 30px;
    padding-right: 40px;
    outline: none;
    margin-bottom: 20px;
}

.box-login .formulario .btn {
    background-color: #00995d;
    color: #fff;
    border-radius: 30px;
    font-size: 1.2em;
    padding: 6px 20px;
}

.box-login .formulario .btn i {
    font-size: .8em;
}

#profile .breadcrumb .breadcrumb-item {
    color: #00995d;
}

#profile .breadcrumb .breadcrumb-item:first-child a {
    color: #a3238e;
}

#profile .form-group label {
    padding-left: 20px;
    margin-bottom: 5px;
}

#profile .form-group .form-control {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
    padding: 8px 20px;
    height: auto;
    border-radius: 20px;
    padding-right: 40px;
    outline: none;
    margin-bottom: 20px;
}

#profile .btn {
    background-color: #00995d;
    color: #fff;
    border-radius: 30px;
    font-size: 1.2em;
    padding: 8px 25px;
}


/********* FIM LOGIN **********/

#enqueteModal {
    z-index: 99999;
}

#enqueteModal .modal-content {
    padding: 30px;
    border-radius: 40px;
}

#enqueteModal .modal-content h3 {
    color: var(--cor-secondaria);
    font-size: 1.7em;
}

#enqueteModal .opcao:checked,
#enqueteModal .opcao:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

#enqueteModal .opcao:checked+label,
#enqueteModal .opcao:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 7px 20px;
    margin: 0 7px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background: #ddd;
    color: #000;
    font-size: 1.2em;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#enqueteModal .opcao:checked+label {
    background: var(--cor-primaria);
    color: #fff;
}


/********* INICIO PROJETOS **********/

#projetos {
    background: url(../images/background.jpg?v=1) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#projetos h1 {
    font-size: 2em;
    color: #b1d34B;
    padding-bottom: 5px;
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 40px;
    margin-top: 30px;
}

#projetos .item-projeto {
    margin-bottom: 25px;
    border: none;
    border-radius: 0;
}

#projetos .item-projeto .card-img-top {
    border-radius: 0 !important;
}

#projetos .item-projeto .card-img-overlay {
    display: flex;
}

#projetos .item-projeto .leitura_porcentagem {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    line-height: 45px;
    border-radius: 50%;
    padding: 15px 2px;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    border: solid 3px #B1D349
}

#projetos .item-projeto h5 {
    color: #00995d;
    font-size: 1.7em;
    padding-bottom: 15px;
    margin-bottom: 25px;
    min-height: 75px;
}

#projetos .item-projeto .card-body {
    z-index: 9;
}

#projetos .item-projeto .btn {
    background-color: #00995d;
    color: #fff;
    border-radius: 30px;
    padding: 6px 25px;
}

#projetos .item-projeto .btn:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/********* FIM PROJETOS **********/

.breadcrumb {
    background: none;
    align-items: flex-end;
    border-bottom: solid 1px #eaeaea;
    padding: .5rem 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 7px;
    color: var(--cor-secondaria);
    font-size: .9em;
    font-weight: bold;
    content: '\e840';
    font-family: "fontello";
    line-height: 1.8em;
}

.breadcrumb .breadcrumb-item {
    font-size: 1.3em;
    font-weight: bold;
    color: var(--cor-secondaria);
}

.breadcrumb .breadcrumb-item a {
    color: var(--cor-secondaria);
}

.breadcrumb .breadcrumb-item:first-child a {
    font-size: 1.4em;
    color: var(--cor-primaria);
    font-weight: bold;
}

.progress {
    border-radius: 10px;
    padding: 3px;
    height: 30px;
    background: none;
    border: solid 1px #e9ecef
}

.progress .progress-bar {
    background-color: var(--cor-primaria);
    border-radius: 10px;
    font-size: .9em;
}


/** MENU **/

.menu__toggler {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 99998;
    height: 35px;
    width: 35px;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 4px;
    background: var(--cor-secondaria);
    border-radius: 20px;
    -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.menu__toggler span::before {
    top: -9px;
}

.menu__toggler span::after {
    top: 9px;
    width: 20px;
    right: 0;
}

.menu__toggler:hover span::after {
    width: 35px;
}

.menu__toggler.active>span {
    background: transparent;
}

.menu__toggler.active>span::before,
.menu__toggler.active>span::after {
    background: var(--cor-terciaria);
    top: 0px;
}

.menu__toggler.active>span::before {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.menu__toggler.active>span::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 35px;
}

.menu {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: -40%;
    z-index: 99997;
    color: var(--cor-terciaria);
    background: #fff;
    overflow-y: auto;
    width: 40%;
    height: 100%;
    padding: 0;
    padding-bottom: 100px;
    -webkit-transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
    transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}

.menu ul {
    list-style: none;
    padding: 0;
}

.menu ul li a {
    display: flex;
    color: var(--cor-secondaria);
    border-left: solid 15px var(--cor-secondaria);
    padding: 12px 0px;
    padding-right: 20px;
    font-size: 1.6em;
    font-weight: bold;
    border-top: solid 1px #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
}

.menu ul li a.collapsed {
    color: var(--cor-terciaria);
    border-left-color: var(--cor-terciaria);
}

.menu ul li .sub-menu a {
    border-left-color: #fff;
    color: var(--cor-secondaria);
    font-size: 1.2em;
}

.menu ul li .sub-menu a .icon {
    color: var(--cor-terciaria);
}

.menu ul li a:hover {
    text-decoration: none;
}

.menu ul li .icon {
    margin: 0 5px;
}

.menu .box-procurar {
    margin: 15px 20px;
    position: relative;
}

.menu .box-procurar::before {
    content: '\e83d';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--cor-primaria);
    font-size: 1.5em;
    font-weight: bold;
    padding-right: 0.5em;
    position: absolute;
    top: 7px;
    right: 5px;
}

.menu .box-procurar #procurar {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
    padding: 10px 18px;
    border-radius: 30px;
    padding-right: 40px;
    outline: none;
}

#result-procurar a {
    display: block;
    color: #b6b6b6;
    font-size: 1.1em;
    padding: 4px 25px;
}

#result-procurar a .icon {
    font-size: .8em;
}

.menu.active {
    left: 0;
}

.menu p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}


/** FIM MENU **/

body#book {
    background: url(../images/background.jpg?v=1) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body#book h1 {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
    letter-spacing: 1px;
}

body#book .leitura_porcentagem {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1em;
    border: solid 2px #fff;
}

body#book .link-categoria {
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    border: solid 3px rgba(0, 0, 0, 0);
    padding: 9px 35px;
    border-radius: 40px;
    display: block;
}

body#book .link-categoria:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, .1);
    border: solid 3px #fff;
}

#item_layout_icones button {
    background: none;
    border: none;
    outline: none;
    color: #dcdcdc;
    font-size: 2em;
    line-height: 1em;
    width: 38px;
}

#item_layout_icones button.active {
    color: var(--cor-primaria);
}

#topicos {
    margin-top: 30px;
}

#topicos .item-topico {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

#topicos .item-topico .background-image {
    background-size: cover;
    background-repeat: no-repeat;
}

#topicos .item-topico .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#topicos .item-topico h5 {
    color: var(--cor-primaria);
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    /* min-height: 64px; */
}

#topicos .item-topico .icone-lido {
    float: right;
    color: var(--cor-primaria);
    font-size: 2em;
}

#topicos .item-topico .card-text {
    min-height: 70px;
}

#topicos .item-topico .btn {
    background-color: var(--cor-primaria);
    color: #fff;
    border-radius: 30px;
    padding: 6px 20px;
}

#topicos .item-topico .btn:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.box-topico {
    border: solid 1px #eaeaea;
    border-radius: 2px;
    margin-top: 40px;
}

.box-topico .topico-header {
    height: 350px;
    border-radius: 2px 2px 0 0;
    background-size: cover;
    background-position: center;
}

.box-topico .topico-header .pelicula {
    height: 100%;
    padding: 20px 40px;
    background-color: rgba(0, 0, 0, .3);
}

.box-topico .topico-header h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
}

.box-topico .topico-header .leitura {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 0;
}

.box-topico .topico-header .leitura .icon {
    font-size: 1.2em;
    color: var(--cor-terciaria);
}

.box-topico .topico-header .leitura span {
    font-size: 1.2em;
    font-weight: bold;
}

.topico-body {
    padding: 30px 30px;
}

.topico-body p {
    margin-bottom: 20px;
}

.topico-body h1,
.topico-body h2,
.topico-body h3,
.topico-body h4,
.topico-body h5 {
    color: var(--cor-secondaria);
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: solid 2px #eaeaea;
}

.topico-body h3 {
    font-size: 1.7em;
}

.topico-body img {
    max-width: 100%;
    height: auto;
}

.botoes .btn {
    background-color: var(--cor-secondaria);
    color: #fff;
    border-radius: 30px;
    font-size: 1em;
    padding: 6px 20px;
}

.botoes .btn:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.topico-body .accordion>.card {
    border-radius: 0;
    border: solid 1px rgba(0, 0, 0, .125) !important;
    margin-bottom: 10px;
}

.topico-body .accordion>.card>.card-header {
    background: none;
    padding: 0px;
}

.topico-body .accordion>.card>.card-header h2,
.topico-body .accordion>.card>.card-header h3,
.topico-body .accordion>.card>.card-header h4,
.topico-body .accordion>.card>.card-header h5 {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    border-bottom: none;
    color: var(--cor-secondaria);
}

.topico-body .accordion>.card>.card-header .btn-link,
.topico-body .accordion>.card>.card-header .btn-link:focus {
    color: var(--cor-secondaria);
    font-weight: bold;
    outline: none;
    box-shadow: none
}

.topico-body .accordion>.card>.card-header .btn-link::before {
    display: block;
    content: '-';
    font-size: 1.3em;
    line-height: 38px;
    font-weight: normal;
    border-left: solid 1px rgba(0, 0, 0, .125);
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 38px;
    text-align: center;
}

.topico-body .accordion>.card>.card-header .btn-link.collapsed::before {
    content: '+';
}

.topico-body ol {
    padding-left: 20px;
}

.topico-body ul {
    list-style: none;
    padding: 0;
}

.topico-body ul li {
    background: url(../images/icone-check.svg) no-repeat left 5px;
    background-size: 17px;
    padding-left: 25px;
    margin-bottom: 8px;
    padding-top: 3px
}

.topico-body .icon {
    color: var(--cor-secondaria);
    font-size: 1.2em
}

.topico-body a:not(.fancybox):not(.leaflet-control-zoom-in):not(.leaflet-control-zoom-out) {
    background-color: var(--cor-secondaria);
    color: #fff;
    border-radius: 30px;
    padding: 2px 8px;
}

.topico-body a:not(.fancybox):not(.leaflet-control-zoom-in):not(.leaflet-control-zoom-out):hover {
    text-decoration: none;
}

table {
    width: 100%;
    margin-bottom: 1rem;
}

table th {
    background-color: var(--cor-secondaria);
    color: #fff;
    font-weight: normal;
}

table td,
table th {
    padding: .75rem;
    vertical-align: top;
    border: 4px solid #f8f8f8;
}

.alert-danger {
    background: none;
    border: none;
    font-size: 1.2em;
    color: #a3238e;
    font-weight: bold;
}

.alert-success {
    background: none;
    border: none;
    font-size: 1.2em;
    color: var(--cor-secondaria);
    font-weight: bold;
}

@media (max-width: 1199.98px) {
    .menu {
        width: 60%;
        left: -60%;
    }
}

@media (max-width: 991.98px) {
    .menu {
        width: 60%;
        left: -60%;
    }
    body#book h1 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    body#book h1 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 575.98px) {
    .background-login {
        background: #fff;
    }
    .box-login {
        margin-top: 0;
    }
    .box-login .apresentacao {
        padding: 50px 30px;
    }
    .box-login .formulario {
        padding: 50px 30px;
    }
    body#book h1 {
        margin-top: 100px;
        margin-bottom: 100px;
        font-size: 2em;
    }
    body#book .link-categoria {
        font-size: 1.2em;
    }
    .menu {
        left: -100%;
        width: 100%;
    }
    .breadcrumb .breadcrumb-item:first-child a {
        font-size: 1.1em;
    }
    .breadcrumb .breadcrumb-item {
        font-size: 1.2em;
    }
    .topico-body {
        padding: 20px 15px;
    }
}