body{
    background-color: #cbe0ff;
    font-family: 'Ubuntu';
    font-weight: 400;
}

a{
    color: #084298;
    text-decoration: none;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.sidebar a:hover{
    opacity: 0.5;
}

.ico-16{
    font-size: 16px;
    padding-right: 10px;
}

.titulo{
    font-weight: 700;
    font-size: 24px;
    color: #084298;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    line-height: 18px;
}
.titulo span{
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #6d96d3;
    text-transform: uppercase;
}

.modal-lg {
    /*max-width: 70%;*/
}
.align-space-between{
    display: flex;
    justify-content: space-between;
}
.super-negrito strong,.super-negrito b{
    font-weight: 700;
    color: #000;
}
@media (min-width: 993px) {
    .modal-lg {
        max-width: 70%;
    }
}
@media (max-width: 992px) {
    .btn{
        white-space: inherit!important;
    }
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: left;
    }
    .align-space-between{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #084298;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #6d96d3;
}

.spacing-top{
    margin-top: 10px !important;
}

.msg-error{
    color: #bb0808!important;
    word-wrap: break-word;
    background-color: #ffe38f;
    background-clip: border-box;
    border: 1px solid rgb(255 193 7);
    border-radius: 0.35rem;
    box-shadow: 0 .15rem 1.75rem 0 rgba(255,193,7,0.3)!important;
    margin: 10px 0;
    padding: 10px 0;
}


.header{
    width: 100%;
    min-height: 60px;
    padding: 10px 0;
    background-color: #094298;
    border-bottom: 1px solid #76adfffc;
    box-shadow: 0px 1rem 1rem 0px #08429826;
}

.menu-fixo{
    width: 100%;
    min-height: 60px;
    padding: 2px 0;
    background-color: #fff;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    border-top: 1px solid #08429826;
    box-shadow: 0px 0rem 1rem 0px #08429826;
}

.menu-footer-a a{
    font-size: 10px;
    font-family: 'Ubuntu';
    color: #6d96d3 !important;
    text-align: center;
    transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -webkit-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
}
.menu-footer-a a:hover{
    color: #0d6efd !important;
}

.menu-footer-a a i{
    font-size: 22px;
}

.menu-footer-m a{
    border-radius: 50%;
    background: #084298;
    padding: 5px;
    margin-top: -20px;
    height: 70px;
    width: 70px;
    color: #fff !important;
    text-align: center;
    transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
}

.menu-footer-m a:hover{
    background-color: #0d6efd;
}

.menu-footer-m a i{
    font-size: 30px;
    padding-top: 12px;
}


.sidebar {
    width: 0;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    z-index: 3;
    position: fixed;
    height: 100%;
    overflow: auto;
    background-color: #f8f9fa;
    transition: 0.5s;
    -webkit-box-shadow: 10px 10px 32px -21px rgba(14,33,125,1);
    -moz-box-shadow: 10px 10px 32px -21px rgba(14,33,125,1);
    box-shadow: 10px 10px 32px -21px rgba(14,33,125,1);
}


.sidebar main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: auto;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.box-PD1{
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0px 0rem 1rem 0px #7273741f;
}

.box-PD1 .titulo{
    font-weight: 700;
    font-size: 20px;
    color: #084298;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    line-height: normal;
}

.box-PD1 .sub-titulo{
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #4e5155;
    text-transform: uppercase;
}

.box-PD2{
    background-color: #084298;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0px 0rem 1rem 0px #7273741f;
}

.box-PD2 .titulo{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    line-height: normal;
}

.box-PD2 .sub-titulo{
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    text-transform: uppercase;
}

a .box-PD3{
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}


.box-PD3{
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0px 0rem 1rem 0px #7273741f;
}

.box-PD3 .titulo{
    font-weight: 700;
    font-size: 16px;
    color: #084298;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    line-height: normal;
}

.box-PD3 .icone{
    font-size: 55px;
    padding-bottom: 20px;
}

a .box-PD3:hover{
    background-color: #084298;
    color: #fff !important;
}
a .box-PD3:hover .titulo{
color: #fff !important;
}

a .box-PD4{
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.box-PD4{
    background-color: #084298;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0px 0rem 1rem 0px #7273741f;
}

.box-PD4 .titulo{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    line-height: normal;
}

.box-PD4 .sub-titulo{
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    text-transform: uppercase;
}

.box-PD4 .icone{
    font-size: 55px;
    padding-bottom: 20px;
}

a .box-PD4:hover{
    background-color: #fff;
    color: #fff !important;
}
a .box-PD4:hover .titulo{
color: #084298 !important;
}
a .box-PD4:hover .sub-titulo{
color: #084298 !important;
}


a .box-PD5{
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}


.box-PD5{
    background-color: #b8e6ff;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0px 0rem 1rem 0px #7273741f;
}

.box-PD5 .titulo{
    font-weight: 700;
    font-size: 16px;
    color: #084298;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    line-height: normal;
}

.box-PD5 .icone{
    font-size: 55px;
    padding-bottom: 20px;
}

a .box-PD5:hover{
    background-color: #084298;
    color: #fff !important;
}
a .box-PD5:hover .titulo{
color: #fff !important;
}

a .box-PD6{
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.box-PD6{
    background-color: #084298;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0px 0rem 1rem 0px #7273741f;
}

.box-PD6 .titulo{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    line-height: normal;
}

.box-PD6 .sub-titulo{
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    text-transform: uppercase;
}

.box-PD6 .icone{
    font-size: 55px;
    padding-bottom: 20px;
}

a .box-PD6:hover{
    background-color: #b8e6ff;
    color: #fff !important;
}
a .box-PD6:hover .titulo{
color: #084298 !important;
}
a .box-PD6:hover .sub-titulo{
color: #084298 !important;
}


.box-PD6_SIM{
    background-color: #00ac42;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0px 0rem 1rem 0px #7273741f;
}

.box-PD6_SIM .titulo{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    line-height: normal;
}

.box-PD6_SIM .sub-titulo{
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    text-transform: uppercase;
}

.box-PD6_SIM .icone{
    font-size: 55px;
    padding-bottom: 20px;
}

a .box-PD6_SIM:hover{
    background-color: #003b0f;
    color: #fff !important;
}
a .box-PD6_SIM:hover .titulo{
color: #ffffff !important;
}
a .box-PD6_SIM:hover .sub-titulo{
color: #ffffff !important;
}


.box-PD6_NAO{
    background-color: #c70202;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 0px 0rem 1rem 0px #7273741f;
}

.box-PD6_NAO .titulo{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
    line-height: normal;
}

.box-PD6_NAO .sub-titulo{
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    text-transform: uppercase;
}

.box-PD6_NAO .icone{
    font-size: 55px;
    padding-bottom: 20px;
}

a .box-PD6_NAO:hover{
    background-color: #3b0000;
    color: #fff !important;
}
a .box-PD6_NAO:hover .titulo{
color: #ffffff !important;
}
a .box-PD6_NAO:hover .sub-titulo{
color: #ffffff !important;
}