/*@import "../fonts/Gotham/gotham.css";*/

@font-face {
    font-family: "Gotham-Medium";
    src: url('../fonts/Gotham/GothamMedium.eot');
    src: url('../fonts/Gotham/GothamMedium.eot?iefix') format('eot'), url('../fonts/Gotham/GothamMedium.woff') format('woff'), url('../fonts/Gotham/GothamMedium.ttf') format('truetype'), url('../fonts/Gotham/GothamMedium.svg#webfontZaJl2R9s') format('svg');
}

@font-face {
    font-family: "Gotham-Light";
    src: url('../fonts/Gotham/GothamLight.eot');
    src: url('../fonts/Gotham/GothamLight.eot?iefix') format('eot'), url('../fonts/Gotham/GothamLight.woff') format('woff'), url('../fonts/Gotham/GothamLight.ttf') format('truetype'), url('../fonts/Gotham/GothamLight.svg#webfontZaJl2R9s') format('svg');
}

@font-face {
    font-family: "Gotham-21023";
    src: url('../fonts/Gotham/Gotham_21023.eot');
    src: url('../fonts/Gotham/Gotham_21023.eot?iefix') format('eot'), url('../fonts/Gotham/Gotham_21023.woff') format('woff'), url('../fonts/Gotham/Gotham_21023.ttf') format('truetype'), url('../fonts/Gotham/Gotham_21023.svg#webfontZaJl2R9s') format('svg');
}

@font-face {
    font-family: "Gotham-Black";
    src: url('../fonts/Gotham/GothamBlack.eot?iefix') format('eot'), url('../fonts/Gotham/GothamBlack.woff') format('woff'), url('../fonts/Gotham/GothamBlack.ttf') format('truetype'), url('../fonts/Gotham/GothamBlack.svg#webfontZaJl2R9s') format('svg');
}

html body {
    width: 100%;
    background: #fff;
    line-height: 22px;
    position: relative;
    min-height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


/*login*/
.menuLateral{
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5); 
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5); 
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    padding: 0;
    margin: 0;
}

.menuLateral li{
    list-style-type: none;
    background-color: #fff;
    padding: 5px 15px;
    border-bottom: 1px solid #f5f4f4;
    font-size: 13px;
}

.menuLateral li a{
    text-decoration: none;
    color: #707070;
}

.menuLateral li a:hover{
    text-decoration: none;
    color: #b3892f!important;
}

.activeLateral{
    text-decoration: none;
    color: #b3892f!important;
}

.ml1{
    background-color: #f5f4f4!important;
    padding: 10px;
    text-align: center;
    color: #0a243e;
    font-size: 12px;
    font-weight: 600;
}

.faleConosco a{
    text-decoration: none;
}

.fl1{
    padding: 0 21%;
}

.carousel {
    /* min-width: 900px;
    max-width: 1236px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
  }
  
  .carousel__activator {
    display: none;
  }
  
  .carousel__controls {
    display: none;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 16px;
    left: 16px;
    bottom: 0;
  }
  .carousel__controls:first-of-type {
    justify-content: flex-end;
  }
  .carousel__controls:last-of-type {
    justify-content: flex-start;
  }
  
  .carousel__control {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    transition: 0.3s all;
    width: 48px;
    z-index: 1;
    padding-top: 10px;
  }
  .carousel__control:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  
  .carousel__activator:nth-of-type(1):checked
  ~ .carousel__controls:nth-of-type(1) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(1):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  
  .carousel__activator:nth-of-type(2):checked
  ~ .carousel__controls:nth-of-type(2) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(2):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  
  .carousel__activator:nth-of-type(3):checked
  ~ .carousel__controls:nth-of-type(3) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(3):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  
  .carousel__activator:nth-of-type(4):checked
  ~ .carousel__controls:nth-of-type(4) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(4):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  
  .carousel__activator:nth-of-type(5):checked
  ~ .carousel__controls:nth-of-type(5) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(5):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%);
  }
  
  .carousel__activator:nth-of-type(6):checked
  ~ .carousel__controls:nth-of-type(6) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(6):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%);
  }
  
  .carousel__activator:nth-of-type(7):checked
  ~ .carousel__controls:nth-of-type(7) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(7):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(-600%);
            transform: translateX(-600%);
  }
  
  .carousel__activator:nth-of-type(8):checked
  ~ .carousel__controls:nth-of-type(8) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(8):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(-700%);
            transform: translateX(-700%);
  }
  
  .carousel__activator:nth-of-type(9):checked
  ~ .carousel__controls:nth-of-type(9) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(9):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(-800%);
            transform: translateX(-800%);
  }
  
  .carousel__activator:nth-of-type(10):checked
  ~ .carousel__controls:nth-of-type(10) {
    display: flex;
  }
  
  .carousel__activator:nth-of-type(10):checked
  ~ .carousel__screen
  .carousel__track {
    -webkit-transform: translateX(-900%);
            transform: translateX(-900%);
  }
  
  .carousel__screen {
    overflow: hidden;
    margin-left: 60px;
    margin-right: 60px;
  }
  
  .carousel__track {
    font-size: 0;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .carousel__item {
    display: inline-flex;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
  }
  
  .carousel__item--desktop-in-1 {
    width: 100%;
  }
  
  .carousel__item--desktop-in-2 {
    width: 50%;
  }
  
  .carousel__item--desktop-in-3 {
    width: 20%;
  }
  
  .carousel__item--desktop-in-4 {
    width: 25%;
  }
  
  .carousel__item--desktop-in-5 {
    width: 20%;
  }
  
  .demo-content {
    color: #fff!important;
    display: flex;
    /* font-family: Helvetica; */
    /* font-weight: 100; */
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 14px;
    height: 40px;
    width: 100%;
    background-color: #0a243e;
    margin: 10px 10px 0 10px;
  }
    
  @media screen and (max-width: 1023px) {
    .carousel {
      padding-left: 0;
      padding-right: 0;
    }
  
    .carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
      display: none;
    }
    .carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
      -webkit-transform: none;
              transform: none;
    }
  
    .carousel__screen {
      margin-left: 0;
      margin-right: 0;
    }
  
    .carousel__track {
      overflow-x: auto;
      width: auto;
      padding-left: 48px;
      padding-right: 48px;
    }
  
    .carousel__item--tablet-in-1 {
      width: 90%;
    }
  
    .carousel__item--tablet-in-2 {
      width: 45%;
    }
  
    .carousel__item--tablet-in-3 {
      width: 30%;
    }
  }
  @media screen and (max-width: 650px) {
    .carousel__track {
      padding-left: 0;
      padding-right: 0;
    }
  
    .carousel__item--mobile-in-1 {
      width: 90%;
    }
  
    .carousel__item--mobile-in-2 {
      width: 45%;
    }
  
    .carousel__item--mobile-in-3 {
      width: 30%;
    }
  }
  

.topoV2 {
    background-color: #0a243e;
    padding: 20px 0;
    text-align: center !important;
    -webkit-box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    -moz-box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    margin-top: -10px;
}

.topoV3 {
    background-color: #f2f2f2;
    padding: 10px 0;
    text-align: center !important;
    -webkit-box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    -moz-box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    margin-top: -10px;
}

.topoV1 {
    background-color: #0a243e;
    text-align: center !important;
    -webkit-box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    -moz-box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    margin-bottom: 30px;
    height: 75px;
}

.topoV2Portal {
    background-color: #0a243e !important;
    padding: 20px 0;
    min-height: 100px;
    text-align: center !important;
    -webkit-box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    -moz-box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    box-shadow: 1px 3px 2px 0px rgb(50 50 50 / 25%);
    margin-bottom: 30px;
}

.divConteudo{
    min-height: calc(100vh - 133px);
}

.footerV2 {
    background-color: #0a243e;
    padding: 40px 0;
    width: 100%;
    color: #fff;
    text-align: center !important;
    margin-top: 20px;
    bottom: 0;
}

.downloadv21 {
    background-color: #ae750a;
    border-radius: 19px;
    padding: 1px;
    position: absolute;
    top: -23px;
    height: 30px;
    width: 30px;
    left: 37px;
}

#menuPagamento ul li {
    display: inline;
}

.downloadv22 {
    background-color: #ae750a;
    border-radius: 19px;
    padding: 1px;
    position: absolute;
    top: -1px;
    height: 30px;
    width: 30px;
    left: -13px;
}

.downloadv2 {
    background-color: #ffffff;
    border-radius: 7px;
    width: 103px;
    text-align: center;
    margin-left: 30%;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    cursor: pointer;
    display: block;
    color: #073050;
    margin-top: 16px;
    padding: 3px;
    border: 1px solid #073050;
    position: relative;
}

.colorRed {
    color: red!important;
}

.colorGreen {
    color: #13bd21!important;
}

.colorBue {
    color: #184EF9!important;
}

.footerV2 img {
    margin: 0 5px;
}

.inputV2 {
    background-image: none!important;
    background-color: #fff!important;
    padding: 10px!important;
    border-radius: 6px!important;
    color: #0a243e!important;
    height: 40px!important;
}

.floating-labelv2 {
    color: black !important;
    font-size: 1.0em;
    margin-top: -62px;
    margin-bottom: 59px;
    margin-left: 5px;
}

.contatov2Icones {
    width: 100%;
    min-height: 76px;
    background-color: #0a243e!important;
    border-radius: 10px;
    padding: 10px;
}

.contatov2Icones p {
    color: #fff;
    font-size: 10px !important;
    text-align: center !important;
    line-height: 20px;
}

.atalhosp2 {
    text-align: center;
    font-size: 13px;
    color: #0a243e;
    line-height: 0px!important;
}

.atalhoIcon {
    float: left;
    width: 20%;
}

.loginFormV2 {
    background-color: #fff;
    color: #0a243e;
    font-size: 14px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    padding: 20px 10%;
    margin-bottom: 20px;
    margin-top: 15%;
}

#divErroV2 {
    border: 1px solid #0a243e;
    background-color: #f0f8ff;
    padding: 8px;
    margin-left: 16px;
}

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

.fundoCorretor {
    background: url(../images/bgLoginCorretor.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: inherit;
    background-color: #000;
}

.fundoPortal {
    background: #fff;
    margin: 0;
    padding: 0;
}

.fundoPortalCliente {
    background: #efefef;
    margin: 0;
    padding: 0;
}

.assist0 {
    background-color: #0a243e;
    padding: 20px 40px;
    color: #fff;
    font-size: 17px;
    border-radius: 10px 0 0 10px;
}

.assist1 {
    background-image: url(../images/imgAssistencias.png);
    background-repeat: no-repeat;
    height: 84px;
    background-position-y: 20px;
    background-position-x: -1px;
}

.assist2 {
    padding: 20px 40px;
    font-size: 15px;
}

.assist3 {
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    margin: 20px 0;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    margin-bottom: 30px;
}

.assist4 {
    background-color: #efefef;
    position: absolute;
    bottom: -32px;
    right: 33px;
    padding: 5px 12px;
    color: #0a243e;
    border-radius: 0 0 7px 7px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

.avatarSelect {
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px;
    cursor: pointer;
}

.inputLogin {
    width: 100%;
    background: #FFFFFF;
    color: #767676;
    border-radius: 15px;
}

.btnLogin {
    border-radius: 20px;
}

.block {
    text-align: center;
    margin: 20px;
}

.rodapeLink a {
    color: #fff!important;
    font-size: 11px;
    list-style: none;
}

.rodapeLink ul {
    list-style: none;
    text-align: left!important;
}

.vertical-center {
    min-height: 80%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 50vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.class-login-centauro {
    color: #939393;
}

.class-login-centauro hr {
    border: 1px solid #c5c5c5;
}


/*login*/

.la-anim-10::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: url(../images/loadingBravo.png) no-repeat;
    -webkit-animation: rotation 3s linear infinite;
    animation: rotation 3s linear infinite;
}


/* ----- diretiva vs-cabecalho2 -----*/

.xvs-cabecalho2 {
    border-color: #3A3633;
    color: #3A3633;
    background-color: #F1DA91;
}

.xvs-cabecalho2 h4 {
    margin-top: 0;
    margin-bottom: 0px;
    color: #3A3633;
}

.page-emails {
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}

.page-emails hr {
    border: 1px dotted #cecece;
    margin: 5px;
}

.page-emails header {
    background: #4a84b6;
    padding: 10px;
    color: #FFFFFF
}


/* ----- Agenda -----*/

.fc-title {
    font-size: 8pt;
}

#agenda .fc-view {
    overflow: visible;
}

#agenda {
    margin-bottom: 20px;
}

#dropAgenda {
    margin: 0px;
}

#dropAgenda:hover {
    background-color: #D8E6EF;
}

#agendaFundo .evento-disponivel {
    font-size: 10pt;
    width: 100%;
    white-space: normal;
}

#agendaFundo .evento-disponivel-lista {
    height: 260px;
    overflow: scroll;
    overflow-x: visible;
}


/*altera o background das celulas na grid de protocolos */

.datatable-fundo-celula-novo-email:after {
    font-family: FontAwesome;
    content: "\f003";
    color: #184EF9;
    padding-left: 5px;
}

.datatable-fundo-celula-nova-anot:after {
    font-family: FontAwesome;
    content: "\f040";
    color: #087611;
    padding-left: 5px;
}

.datatable-fundo-celula-limite-proto:after {
    font-family: FontAwesome;
    content: "\f1e2";
    color: #900000;
    padding-left: 5px;
}

.datatable-fundo-celula-limite-tarefa:after {
    font-family: FontAwesome;
    content: "\f0e7";
    color: #DB6706;
    padding-left: 5px;
}

.datatable-fundo-celula-tarefa-hoje:after {
    font-family: FontAwesome;
    content: "\f0e7";
    color: #0f66cf;
    padding-left: 5px;
}

.datatable-fundo-celula-spam:after {
    font-family: FontAwesome;
    content: "\f024 ";
    color: #ff252a;
    padding-left: 5px;
}

.datatable-fundo-celula-atribuir:after {
    font-family: FontAwesome;
    content: "\f045";
    color: #184EF9;
    padding-left: 5px;
}


/*altera o background das celulas na grid de painel de versões */

.datatable-fundo-celula-normal:after {
    font-family: FontAwesome;
    content: "\f058";
    color: #25a84f;
    padding-left: 5px;
}

.datatable-fundo-celula-critico:after {
    font-family: FontAwesome;
    content: "\f06a";
    color: #e72428;
    padding-left: 5px;
}

.datatable-fundo-celula-alerta:after {
    font-family: FontAwesome;
    content: "\f071";
    color: #e7d256;
    padding-left: 5px;
}


/*altera o background das celulas na grid de itens de versão */

.datatable-fundo-celula-vermelho-:before {
    font-family: FontAwesome;
    content: "\f0ab";
    color: #e72428;
    padding-left: 5px;
}

.datatable-fundo-celula-vermelhomais:before {
    font-family: FontAwesome;
    content: "\f0aa";
    color: #e72428;
    padding-left: 5px;
}

.datatable-fundo-celula-verde-:before {
    font-family: FontAwesome;
    content: "\f0ab";
    color: #25a84f;
    padding-left: 5px;
}

.datatable-fundo-celula-verdemais:before {
    font-family: FontAwesome;
    content: "\f0aa";
    color: #25a84f;
    padding-left: 5px;
}

.datatable-fundo-celula-amarelo-:before {
    font-family: FontAwesome;
    content: "\f0ab";
    color: #e7d256;
    padding-left: 5px;
}

.datatable-fundo-celula-amarelomais:before {
    font-family: FontAwesome;
    content: "\f0aa";
    color: #e7d256;
    padding-left: 5px;
}

.datatable-fundo-celula-encerradosucesso:before {
    font-family: FontAwesome;
    content: "\f14a";
    color: #25a84f;
    padding-right: 2px;
}

.datatable-fundo-celula-encerradosemsucesso:before {
    font-family: FontAwesome;
    content: "\f14a";
    color: #e72428;
    padding-right: 2px;
}

.datatable-fundo-celula-pagamentopendente:before {
    font-family: FontAwesome;
    content: "\f071";
    color: #e72428;
    padding-right: 2px;
}

.datatable-fundo-celula-pagamentook:before {
    font-family: FontAwesome;
    content: "\f0d6";
    color: #25a84f;
    padding-right: 2px;
}

.legendas {
    padding: 5px 0 5px 0;
}

.borderBottom {
    border-bottom: 1px solid #ddd;
}

.cabecarioDiv {
    background-color: #f5f5f5
}

.even {
    background-color: #d3ddea;
}

.tr-tabelaInformacoes {
    text-align: center;
}

.td-tabelaInformacoes {
    text-align: center;
}

.th-tabelaInformacoes {
    text-align: center;
}

.titulo-texto {
    text-align: center;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.img-center {
    margin: 0 auto;
    width: 80%;
}

.B9A725 {
    background-color: rgba(178, 135, 47, 100);
    color: #fff;
    text-align: center;
}

.DCE6F2 {
    background-color: #DCE6F2;
}

.A002060 {
    background-color: #073050;
    color: #fff;
    text-align: center;
}

.list-group .list-group-item {
    padding: 5px 15px
}

.list-group .list-group-item.active,
.list-group .list-group-item.active:hover {
    padding: 10px 15px;
    margin: 5px 0;
    background-color: #073050;
    outline: none
}

map[name="mapaescolar"] area {
    cursor: pointer
}


/*------ Tela Login -------*/

.top-login {
    border-top: solid 33px #073050;
    border-bottom: solid 10px #e1e4e5;
    padding: 15px 0;
    margin-top: -30px;
}

.top-login a.voltar-site {
    color: #073050;
    font-size: 16px;
    display: block;
    padding: 24px 0;
}

.class-login h1 {
    color: #073050;
    font-size: 26px;
    font-weight: 600;
}

.footer {
    color: #fff;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  bottom: 0;
  border: 0;
}

.footer .copyright {
    background: #313436;
}

.footer .copyright p {
    margin: 0;
    padding: 7px 0
}

.navbar-inverse.navbar {
    background: #f2f2f2;
    color: #073050;
    font-weight: normal;
    font: 14.5px Gotham, Arial, Helvetica, sans-serif;
    z-index: 10;
}

.navbar .navbar-nav>li>a,
.navbar .navbar-nav>li>a {
    border-top: 4px solid #FFF
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:active {
    border-top: 4px solid #B3892F;
    background-color: #edf0f3;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus {
    border-top: 4px solid #B3892F;
    background-color: #edf0f3;
}

.navbar-inverse.navbar .dropdown-menu li>a:hover,
.navbar-inverse.navbar .dropdown-menu li>a:focus {
    color: #073050;
    background-color: #d8dee5;
}

.dropdown-menu {
    background-color: #bebebe;
    ;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.dropdown-menu>li>a {
    font-weight: 600 !important;
}

vs-editavel3 .dropdown-menu {
    background-color: #fff;
}

vs-editavel3 .dropdown-menu>li>a:before {
    display: none;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    height: auto;
}

.navbar-header {
    min-height: 100px;
    height: auto
}

.navbar-default {
    background-color: #bebebe;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: bolder;
}

.navbar-nav>li>a {
    color: #fff !important;
}

.form-control {
    background-image: linear-gradient(#073050, #073050), linear-gradient(#d2d2d2, #d2d2d2) !important
}

.form-control:focus~.floating-label {
    color: #073050 !important;
}

.btn-primary:not(.btn-link):not(.btn-flat) {
    background-color: #073050;
}

.btn-primary:hover:not(.btn-link):not(.btn-flat) {
    background-color: #10446C;
}

.panel-primary>.panel-heading {
    background-color: #073050;
    border-color: #073050 !important;
}

.nav-tabs {
    background: #073050;
}

a,
a:hover,
a:focus {
    color: #b3892f
}

.font-brown {
    color: #b3892f;
}

.panel-title a {
    color: #fff
}

.row.no-margin,
form .row.paddingLeft {
    margin: 0 auto !important;
}

.row.no-margin .col-xs-12.navPage,
form .row.paddingLeft .col-xs-12 {
    padding: 0 !important;
}


/* iFrame */

.flex-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flex-container iframe,
.flex-container object,
.flex-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dropdown-submenu {
    font-size: inherit !important;
}

.bg-card-centauro {
    background-color: #d8dee5;
}

.card-virtual .card-header h2 {
    color: #073050;
    font-weight: bolder;
}

.downloads .page-header {
    padding-top: 30px;
}

.downloads {
    padding-bottom: 40px;
}

.downloads ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #e5dac2;
    border-top: none;
    -webkit-box-shadow: 0 1px 10px 0 #A3A3A3;
    box-shadow: 0 1px 10px 0 #A3A3A3;
}

.downloads ul li:not(.active) {
    float: left;
    width: 100%;
}

.downloads ul li.active {
    margin-top: 0 !important;
}

.downloads ul li:not(.active):nth-child(odd) {
    background-color: #e5dac2;
}

.downloads ul li a {
    color: #916E23;
}


/* pesquisa */

.pesquisa-app .floating-label {
    color: #333 !important;
}

.pesquisa-app input {
    color: #333 !important;
}

.pesquisa-app ::-webkit-input-placeholder {
    color: #333 !important;
}

.pesquisa-app :-moz-placeholder {
    color: #333 !important;
}

.pesquisa-app ::-moz-placeholder {
    color: #333 !important;
}

.pesquisa-app :-ms-input-placeholder {
    color: #333 !important;
}

.pesquisa-app .input-group-btn a i {
    color: #333 !important;
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.homeEscolar {
    background: url("../images/acessoClienteEscolar.jpg") no-repeat;
    background-size: 100%;
    height: 280px;
    width: 100%;
}

.homeVidaIndividual {
    background: url("../images/acessoClientePF.jpg") no-repeat;
    background-size: 100%;
    height: 280px;
    width: 100%;
}

.homeRedeCredenciada {
    background: url("../images/acessoRedeCredenciada.jpg") no-repeat;
    background-size: 100%;
    height: 280px;
    width: 100%;
}

.homePrestador {
    background: url("../images/acessoClienteEmpresa.jpg") no-repeat;
    background-size: 100%;
    height: 280px;
    width: 100%;
}

.homeCorretor {
    background: url("../images/acessoCorretor.jpg") no-repeat;
    background-size: 100%;
    height: 420px;
    width: 100%;
}

.homeEmpresa {
    background: url("../images/acessoClienteEmpresa.jpg") no-repeat;
    background-size: 100%;
    height: 280px;
    width: 100%;
}

.alinharAcesso {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.bannerAcesso {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 123px;
}

.no-padding {
    padding: 0px !important;
}

.alinharAcessoCorretor {
    margin-left: 70%;
    margin-right: 0%;
    width: 30%;
}

.bannerAcessoCorretor {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}

.bannerAcessoCorretor h1 {
    color: #FFF;
    text-align: center;
    text-shadow: -2px -2px 25px rgb(67, 68, 72);
    font-size: 64px;
    font-family: Gotham-Black;
    text-align: left;
    margin-bottom: 50px !important;
}

.infAcesso {
    background-color: #0A334F;
}

.bannerAcesso h1 {
    color: #FFF;
    text-align: center;
    text-shadow: -2px -2px 25px rgb(67, 68, 72);
    font-size: 52px;
    padding-bottom: 16px;
    font-family: Gotham-Black;
}

.infAcesso p {
    padding: 35px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Gotham-Light, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 24.2857151031494px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
}

.clean {
    height: 110px;
}


/*cabecalho Rede Credenciada e Aceswso Corretor*/

.cabecalhoAcesso {
    background-color: #0A334F;
    height: 40px;
}

.cabecalhoAcesso h4 {
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    margin-right: 50px;
    font-family: "Gotham-Medium";
}

.container-fluid {
    padding: 0;
}

.navPage {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+1,e6e6e6+75 */
    background: #bebebe;
    ;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #bebebe;
    1%,
    #C0C6C 75%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #bebebe;
    ),
    color-stop(75%,
    #C0C6C));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #bebebe;
    1%,
    #C0C6C 75%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #bebebe;
    1%,
    #C0C6C 75%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #bebebe;
    1%,
    #C0C6C 75%);
    /* IE10+ */
    background: linear-gradient(135deg, #bebebe;
    1%,
    #C0C6C 75%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bebebe; ', endColorstr='#C0C6C', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
    font-family: "Gotham-Light";
}

.navPage p {
    padding: 5px 50px 0 0;
    font-size: 13px;
    font-family: Gotham-Light;
    text-align: right;
}

.breadcrumb-virtual {
    padding: 5px 0 0 50px;
    font-size: 13px;
    font-family: Gotham-Light;
}

.breadcrumb-virtual a {
    color: #073050;
}

.breadcrumb-virtual>.active {
    font-family: Gotham-Medium;
}

.acessoTelefones {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 300px;
}

.acessoTelefones h4 {
    color: #073050;
    font-family: Gotham-Black;
    text-align: center;
    margin-bottom: 30px;
}

.acessoTelefonesCaixa {
    background: url("../images/bgTelefone.jpg") no-repeat;
    background-size: 95% 100%;
    padding: 50px 0;
    background-position-x: center;
}

.acessoTelefonesCaixa h5 {
    color: #1c1c1c;
    font-family: Gotham-Black;
    text-align: center;
    font-size: 16px;
}

.acessoTelefonesCaixa p {
    color: #1c1c1c;
    font-family: Gotham-Medium;
    text-align: center;
    font-size: 16px;
}

.btn-success:not(.btn-link):not(.btn-flat) {
    color: #fff;
    background-color: rgba(178, 135, 47, 100);
    border-color: rgba(178, 135, 47, 100);
}

.btn-success:hover:not(.btn-link):not(.btn-flat) {
    background-color: rgba(178, 135, 47, 100);
}

.checkBoxMostrarConteudo {
    float: right;
    margin: -35px 10px 0 0;
}

.titulos {
    margin: 0 0 25px;
    font-family: Gotham, Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #073050;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 50px;
}

p {
    font-size: 16px;
    font-family: Gotham-Medium;
    line-height: 1.8;
    text-align: justify;
}

.textCenter {
    text-align: center;
}

.comVertical img {
    padding-top: 30px;
}

.branca {
    height: 100px;
}

@media (max-width: 900px) {
    
    .menuLateralCliente{
        display: none!important;
    }

    .fl1{
        padding: 0;
    }
    
    .alinharAcesso {
        width: 100%;
    }
    .acessoTelefones {
        width: 100%;
    }
    .clean {
        height: 70px;
    }
    .bannerAcesso h1 {
        font-size: 45px;
    }
    .homeCorretor {
        background: url("../images/acessoCorretor.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
    .homeEscolar {
        background: url("../images/acessoClienteEscolar.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
    .homeVidaIndividual {
        background: url("../images/acessoClientePF.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
    .homeRedeCredenciada {
        background: url("../images/acessoRedeCredenciada.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
    .homePrestador {
        background: url("../images/acessoClienteEmpresa.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
    .assist1 {
        display: none;
    }
    .assist0 {
        border-radius: 10px;
    }
    .downloadv2{
        margin-top: 70px;
    }
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (device-width: 768px),
only screen and (max-width: 768px) {
    .navbar .navbar-nav>li>a {
        line-height: 0 !important
    }
    .no-padding-small {
        padding: 0!important;
    }
    .btn-calc {
        padding: 8px !important;
        font-size: 12px;
    }
    .atalhoIcon {
        width: 50%!important;
    }
    .assist1 {
        display: none;
    }
    .assist0 {
        border-radius: 10px;
    }
    .fl1{
        display: none;
    }
}

@media (max-width: 1024px) {
    .homeCorretor {
        background: url("../images/acessoCorretor.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
    .homeEscolar {
        background: url("../images/acessoClienteEscolar.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
    .homeVidaIndividual {
        background: url("../images/acessoClientePF.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
    .homeRedeCredenciada {
        background: url("../images/acessoRedeCredenciada.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
    .homePrestador {
        background: url("../images/acessoClienteEmpresa.jpg") no-repeat left;
        width: 100%;
        height: 350px;
    }
}

.form-control-wrapper .form-control:focus~.floating-label,
.form-control-wrapper .form-control:not(.empty)~.floating-label {
    top: -12px;
    font-size: 12px;
    opacity: 1;
}

.fa-chevron-down:before {
    content: "\f078";
    margin-left: 4px;
    font-size: 12px;
}

.ngdialog {
    z-index: 1000 !important;
}


/* (1366x768) WXGA Display */

@media screen and (max-width: 1366px) {
    .navbar-inverse.navbar {
        background: #f2f2f2;
        color: #073050;
        font-weight: normal;
        font: 12px Gotham, Arial, Helvetica, sans-serif;
    }
    .navbar-header {
        width: 14%;
    }
}

.alert-message-red {
    color: #F00;
    font-weight: bold;
}

.alerta-forma-pagamento {
    float: right;
    padding: 15px;
    color: #0080FF;
    font-weight: bold;
}

.relacao2BtnSelecionar,
.relacao2BtnWarning {
    font-weight: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

.all-margin {
    margin: 10px;
}

.visualizar-tabela-importacao {
    height: 100px;
    overflow-y: scroll;
    margin: 20px 0;
}

.table-segurados-excel {
    margin: 0 auto;
}

.table-segurados-excel td {
    border: solid 1px #ccc;
    padding: 5px;
    font-size: 15px;
}

.modal-header .titulo-visualizar {
    float: left;
    width: 150px;
    margin: 10px 0;
}

.modal-header .botao-confirmar {
    float: right;
    margin: 0
}


/*altera o background das celulas na grid de Movimentação */

.datatable-fundo-celula-cancelado:after {
    font-family: FontAwesome;
    content: "\f00d";
    color: #F00;
    padding-right: 5px;
}

.datatable-fundo-celula-alterado:after {
    font-family: FontAwesome;
    content: "\f040";
    color: #00F;
    padding-right: 5px;
}

.datatable-fundo-celula-incluido:after {
    font-family: FontAwesome;
    content: "\f067";
    color: #090;
    padding-right: 5px;
}


/* Credit Card Form */

.usable-creditcard-form,
.usable-creditcard-form * {
    font-size: 13px;
}

.usable-creditcard-form {
    position: relative;
    padding: 0px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.usable-creditcard-form .wrapper {
    border: 1px solid #CCC;
    border-top: 1px solid #AAA;
    border-right: 1px solid #AAA;
    height: 74px;
    width: 300px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.usable-creditcard-form .input-group {
    position: absolute;
    top: 300px;
}

.usable-creditcard-form .input-group.nmb_a {
    position: absolute;
    width: 200px;
    top: 0px;
    left: 0px;
}

.usable-creditcard-form .input-group.nmb_b {
    position: absolute;
    width: 100px;
    top: 0px;
    right: 0px;
}

.usable-creditcard-form .input-group.nmb_b input,
.usable-creditcard-form .input-group.nmb_d input {
    text-align: center;
}

.usable-creditcard-form .input-group.nmb_c {
    position: absolute;
    width: 200px;
    top: 37px;
    left: 0px;
}

.usable-creditcard-form .input-group.nmb_d {
    position: absolute;
    width: 100px;
    top: 37px;
    right: 0px;
}

.usable-creditcard-form input {
    background: none;
    display: block;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding-left: 35px;
    border: none;
}

.usable-creditcard-form .input-group .icon {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #CCC;
    left: 8px;
    top: 7px;
}

.usable-creditcard-form .input-group.nmb_a input {
    border-right: 1px solid #ECECEC;
}

.usable-creditcard-form .input-group.nmb_c input {
    border-top: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

.usable-creditcard-form input::-webkit-input-placeholder {
    font-size: 12px;
    text-transform: none;
}

.usable-creditcard-form .input-group.nmb_d input {
    border-top: 1px solid #ECECEC;
}

.usable-creditcard-form .input-group.nmb_c input {
    text-transform: uppercase;
}

.usable-creditcard-form .accept {
    color: #999;
    font-size: 11px;
    margin-bottom: 5px;
}

.usable-creditcard-form .footer {
    margin-top: 3px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.usable-creditcard-form .footer img {
    padding: 0px;
    margin: 0px;
}

.usable-creditcard-form .iugu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
}


/* Do not forget to store your images in a secure server */

.usable-creditcard-form .input-group .icon.ccic-name {
    background: url("http://storage.pupui.com.br/9CA0F40E971643D1B7C8DE46BBC18396/assets/ccic-name.1cafa1882fdd56f8425de54a5a5bbd1e.png") no-repeat;
}

.usable-creditcard-form .input-group .icon.ccic-exp {
    background: url("http://storage.pupui.com.br/9CA0F40E971643D1B7C8DE46BBC18396/assets/ccic-exp.05e708b1489d5e00c871f20ba33bbff3.png") no-repeat;
}

.usable-creditcard-form .input-group .icon.ccic-brand {
    background: url("http://storage.pupui.com.br/9CA0F40E971643D1B7C8DE46BBC18396/assets/ccic-brands.48dba03883007f86e118f683dcfc4297.png") no-repeat;
}

.usable-creditcard-form .input-group .icon.ccic-cvv {
    background: url("http://storage.pupui.com.br/9CA0F40E971643D1B7C8DE46BBC18396/assets/ccic-cvv.1fe78dcc390427094bdc14dedea10f34.png") no-repeat;
}

.usable-creditcard-form .input-group .icon.ccic-cvv,
.usable-creditcard-form .input-group .icon.ccic-brand {
    -webkit-transition: background-position .2s ease-in;
    -moz-transition: background-position .2s ease-in;
    -o-transition: background-position .2s ease-in;
    transition: background-position .2s ease-in;
}

.amex .usable-creditcard-form .input-group .icon.ccic-cvv {
    background-position: 0px -22px;
}

.amex .usable-creditcard-form .input-group .icon.ccic-brand {
    background-position: 0px -110px;
}

.visa .usable-creditcard-form .input-group .icon.ccic-brand {
    background-position: 0px -22px;
}

.diners .usable-creditcard-form .input-group .icon.ccic-brand {
    background-position: 0px -88px;
}

.mastercard .usable-creditcard-form .input-group .icon.ccic-brand {
    background-position: 0px -66px;
}

p.paragrafo-amarelo {
    color: #b3892f;
    font-size: 16px;
    font-family: Gotham-Medium;
    line-height: 1.8;
    text-align: justify;
    margin: 0 0 10px;
}

.btn-topo {
    margin-right: 20px;
}

.margin-top {
    margin-top: 10px;
}

.margin-btn-calc {
    margin-bottom: 35px;
}

.icone-relacao-sim {
    padding-left: 6px;
}

.btn-responsivo {
    margin: 30px!important
}

.sortorder.asc:after {
    content: url("../images/sort_asc.png");
}

.sortorder.desc:after {
    content: url("../images/sort_desc.png");
}

.sortorder.default:after {
    content: url("../images/sort_both.png");
}

.pointer {
    cursor: pointer;
}

.cotacao td {
    color: #073050 !important;
    text-align: center;
    font-weight: normal;
}

.largura-enviar-cotacao .ngdialog-content {
    width: 750px !important;
    padding: 0;
}

.link-proposta {
    color: #b3892f;
    cursor: pointer;
}

.link-proposta:hover {
    text-decoration: underline
}

.justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.bg-card-blue {
    background-color: #0d1c2f !important;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content {
    width: 70%!important;
}

.dashbordFavorito {
    background-color: #152f4e;
    padding: 23px 0px 15px 48px!important;
    min-height: 315px;
}

.dashbordFavorito a {
    color: #fff!important;
    font-weight: 700;
    font-size: 16px;
}

.checkbox input[type=checkbox]:checked+.checkbox-material .check:before,
.checkbox-default input[type=checkbox]:checked+.checkbox-material .check:before {
    color: #927129!important;
}

.checkbox input[type=checkbox]:checked+.checkbox-material .check,
.checkbox-default input[type=checkbox]:checked+.checkbox-material .check {
    color: #927129!important;
}

.dashbordScroll {
    padding: 0!important;
}

.dashbordScroll::-webkit-scrollbar {
    width: 10px;
    background-color: #f2f2f2;
}

.dashbordScroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #b7b5b5;
}

.dashbordScroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f2f2f2;
}

.acessoRapidoTitulo {
    background-image: url("../../images/i01.jpg");
    color: #af8d2e;
    font-size: 20px;
    padding: 21px 12px 15px 12px;
    background-repeat: no-repeat;
}

.tituloAniversariante {
    background-image: url(../../images/i03.jpg);
    color: #152f4e;
    font-weight: 800;
    font-size: 17px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 0 20px 0;
}

.tituloVideos {
    background-image: url(../../images/i03.jpg);
    color: #152f4e;
    font-weight: 800;
    font-size: 17px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 0 20px 0;
}

.tituloTreinamentos {
    background-image: url(../../images/i02.jpg);
    color: #af8d2e;
    font-weight: 800;
    font-size: 17px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 0 20px 0;
}

.tituloNoticias {
    background-image: url(../../images/i03.jpg);
    color: #152f4e;
    font-weight: 800;
    font-size: 17px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 0 20px 0;
}

.tituloComissoes {
    background-image: url(../../images/i03.jpg);
    color: #152f4e;
    font-weight: 800;
    font-size: 17px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 0 20px 0;
}

.layout1 {
    font-weight: 600;
    color: #152f4e;
    text-align: center;
}

.layout2 {
    font-size: 13px;
    color: #a9a9a9;
    margin: 7px 0;
}

.layout3 {
    font-size: 24px;
    color: #707070;
    font-weight: bold;
    text-align: center;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    /*color: #fffafa;*/
    white-space: nowrap;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #073050!important;
    border-color: #073050!important;
}

.dropdown-menu>li>a:hover {
    color: #073050!important;
}

.navbar-nav>li>a:hover {
    background-color: #073050!important;
}

.painelComissao {
    border: 1px solid #b3892f;
    color: #b3892f;
    border-radius: 28px;
    text-align: center;
    padding: 26px;
    font-size: 16px;
    margin-top: 15px;
}

.font-vermelho {
    color: #900000!important;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.lC1{
    background-color: aliceblue;
    padding: 4% 0 4% 0;
    background-image: linear-gradient(to right, #e9e0d3, #bdb096);
    border-radius: 0 0 20px 0;
    width: 60%;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    font-weight: bold;
    text-align: center;
}

.lC2{
   padding-right: 8%;
}

.lC3{
    background-color: #0a243e;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    padding: 10px;
}

.tC{
    background-image: linear-gradient(to right, #bdb096, #e9e0d3); 
    border-radius: 10px 10px 0 0; 
    text-align: center; 
    padding: 5px 0; 
    color: #073050; 
    font-weight: 700; 
}

.tC2{
    background-color: #073050;
    border-radius: 10px 10px 0 0; 
    text-align: center; 
    padding: 5px 0; 
    font-weight: 700; 
}

.aC1{
    padding: 20px 40px 40px 40px;
    background-color: #f5f4f4;
    border-radius: 0 7px 7px 7px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

.menuCliente{
    background-color: transparent !important;
    color: #fff!important;
}

/*chart js 2.9.4*/

@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }
    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0
}

.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0
}
/*Estilizando a nav da classe menuIndividual */

.menuIndividual {
    width: 100%;
    padding: 0;
    background-color: #0a243e;
    font-family: Arial;
    margin: 0 20px;
}


/*Estilizando as listas */

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

.menuIndividual ul li {
    width: '500px';
    float: left;
}

.menuIndividual a {
    padding: 25.5px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #0a243e;
    color: #fff;
}

.menuIndividual ul ul {
    position: absolute;
    visibility: hidden;
    z-index: 99999;
    left: 0;
    padding: 0 0 0 4%;
    width: 100%;
    background-color: #294a6a;
}

.menuIndividual ul li:hover ul {
    visibility: visible;
    text-align: center;
}

.menuIndividual a:hover {
    background-color: #294a6a;
    color: #FFF;
}

.menuIndividual ul ul li {
    float: left;
    text-align: center;
}

.menuIndividual ul ul li a {
    background-color: #294a6a;
    padding: 20px 20px;
}

.menuIndividual ul ul li a:hover {
    background-color: #0a243e;
}


/*Criando o label */

label[for=”bt_menuIndividual”] {
    padding: 5px;
    background-color: #0a243e;
    color: #fff;
    font-family: Arial;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
}

#bt_menuIndividual {
    display: none;
}

label[for="bt_menuIndividual"] {
    display: none;
}
.msg1{
    text-align: right;
}

.msg2{
    text-align: left;
    padding: 0;
}

.gridQuitacao{
    display: grid;
    grid-template-columns: 5% 1fr 1fr 1fr;
}

.gridBoleto{
    display: grid;
    grid-template-columns: 5% 17% 49% 13% 15%;
}

.gridBoleto2{
    display: grid;
    grid-template-columns: 5% 95%;
}

.gridApolice{
    display: grid;
    grid-template-columns: 5% 17% 49% 13% 15%;
}

.gridApoliceHome{
    display: grid;
    grid-template-columns: 5% 17% 44% 19% 13%;
}

.gridApoliceHome2{
    display: grid;
    grid-template-columns: 5% 18% 34% 28% 15%;
}

.gridAlterarPagamento{
    display: grid;
    grid-template-columns: 5% 16% 46% 16% 20%;
}

.gridPagamento{
    display: grid;
    grid-template-columns: 5% 12% 33% 11% 10% 9% 20%;
}

.box1{
    text-align: center; 
    background-color: #073050; 
    color: #c0b49b; 
    padding: 30px 10px; 
    border-radius: 10px 0 0 10px; 
    font-size: 20px;
}

.box2{
    padding: 10px 5px;
}

.box3{
    padding: 10px 5px;
}

.box4{
    padding: 10px 5px;
}

.box5{
    padding: 10px 5px;
}

.box6{
    padding: 10px 5px;
}

.box7{
    padding: 10px 5px;
}
.noBorder{
    border-right: 2px solid #dddddd!important;
}
/*Estilizando a nav da classe menuIndividual */

.menuIndividual {
    width: 100%;
    padding: 0;
    background-color: #0a243e;
    font-family: Arial;
    margin: 0 20px;
}


/*Estilizando as listas */

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

.menuIndividual ul li {
    width: '500px';
    float: left;
}

.menuIndividual a {
    padding: 25.5px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #0a243e;
    color: #fff;
}

.menuIndividual ul ul {
    position: absolute;
    visibility: hidden;
    z-index: 99999;
    left: 0;
    padding: 0 0 0 4%;
    width: 100%;
    background-color: #294a6a;
}

.menuIndividual ul li:hover ul {
    visibility: visible;
    text-align: center;
}

.menuIndividual a:hover {
    background-color: #294a6a;
    color: #FFF;
}

.menuIndividual ul ul li {
    float: left;
    text-align: center;
}

.menuIndividual ul ul li a {
    background-color: #294a6a;
    padding: 20px 20px;
}

.menuIndividual ul ul li a:hover {
    background-color: #0a243e;
}

.menuCliente2{
    display: none;
}

.textCenter{
    text-align: left;
}

  .pagamentoMobile{
      display: none;
  }

  .pagamentoDesktop{
    display: block;
  }

  .container {
      width: 100% !important;
  }

  .banner1{
      display: block;
  }

@media(max-width: 800px) {
    label[for="bt_menuIndividual"] {
        display: block;
    }
    #bt_menuIndividual:checked~.menuIndividual {
        margin-left: 0;
    }
    .menuIndividual {
        margin-top: 5px;
        margin-left: -104%;
        height: 80px;
        position: absolute;
        z-index: 999;
        top: 70px;
        background-color: #0a243e !important;
        left: 0;
    }
    .menuIndividual ul li {
        width: 100%;
        float: none;
    }
    .menuIndividual ul ul {
        position: static;
        overflow: auto;
        max-height: 0;
    }
    .menuIndividual ul li:hover ul {
        height: auto;
        max-height: 200px;
    }
    .menuIndividual a {
        text-align: left;
        padding: 20px 40px;
    }
    .menuIndividual ul ul {
        padding: 0;
    }
    .menuIndividual ul ul li a{
        padding:10px 6%;
    }
    .lC1{
        padding: 4% 0 4% 0;
        border-radius: 0;
        width: 100%;
        text-align: center;
    }
    .lC2{
        padding: 0 4%;
    }
    .rodapeLink{
        display: none;
    }
    .hC1{
        display: none;
    }
    .tC{
        background-image: none;
        text-align: left;
    }
    .aC1{
        background-color: transparent!important;
        border-radius: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    .downloadv2{
        margin-top: 15px;
    }
    .msg1{
        text-align: center;
    }
    
    .msg2{
        text-align: center;
        padding: 0;
    }
    .gridPagamento{
        display: grid;
        grid-template-columns: 45px 1fr 1fr;
    }
    .gridPagamento .box1 {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 7;
    }
    .gridBoleto{
        display: grid;
        grid-template-columns: 45px 1fr 1fr;
    }
    .gridBoleto .box1 {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 5;
    }
    .gridBoleto2{
        display: grid;
        grid-template-columns: 1fr  1fr;
    }

    .gridApolice{
        display: grid;
        grid-template-columns: 45px 1fr 1fr;
    }
    .gridApolice .box1 {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    .gridApoliceHome{
        display: grid;
        grid-template-columns: 45px 1fr 1fr;
    }
    .gridApoliceHome .box1 {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    .gridApoliceHome2{
        display: grid;
        grid-template-columns: 45px 1fr 1fr;
    }
    .gridApoliceHome2 .box11 {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    .gridAlterarPagamento{
        display: grid;
        grid-template-columns: 45px 1fr 1fr;
    }
    .gridAlterarPagamento .box1 {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    .gridQuitacao{
        display: grid;
        grid-template-columns: 45px 1fr 1fr;
    }
    .gridQuitacao .box1 {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .gridQuitacao .box4 {
        padding: 5px 10px 10px 5px!important;
    }
    .noBorder{
        border-right: 0 !important;
    }
    .box2{
        padding: 10px 15px;
    }
    
    .box3{
        padding: 10px 15px;
    }
    
    .box4{
        padding: 10px 15px;
    }
    
    .box5{
        padding: 10px 15px;
    }
    
    .box6{
        padding: 10px 15px;
    }
    
    .box7{
        padding: 10px 15px;
    }
    .menuCliente2{
        color: #938a8a;
        font-size: 16px;
        font-weight: bold;
        float: right;
        margin-right: 60px;
        display: block;
    }
    .textCenter{
        text-align: center;
    }
    .pagamentoMobile{
        display: block;
    }
  
    .pagamentoDesktop{
      display: none;
    }
    .banner1{
        display: none;
    }
}

.red{
    color: #fa4040;
}

.green{color: #68df76;}

.colorBlack{ color:  #000;}

td.style0 { vertical-align:bottom; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      th.style0 { vertical-align:bottom; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:11pt; background-color:white }
      td.style1 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:9pt; background-color:white }
      th.style1 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:9pt; background-color:white }
      td.style2 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:none #000000; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#073050 }
      th.style2 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:none #000000; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#073050 }
      td.style3 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:none #000000; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#B2872F }
      th.style3 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:none #000000; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#B2872F }
      td.style4 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#B2872F }
      th.style4 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#B2872F }
      td.style5 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:none #000000; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      th.style5 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:none #000000; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      td.style6 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:8pt; background-color:white }
      th.style6 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:8pt; background-color:white }
      td.style7 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:none #000000; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      th.style7 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:none #000000; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      td.style8 { width: 25%;vertical-align:middle; text-align:left; padding-left:0px; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#FFFFFF }
      th.style8 { width: 25%;vertical-align:middle; text-align:left; padding-left:0px; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#FFFFFF }
      td.style9 { vertical-align:middle; text-align:left; padding-left:0px; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#DCE6F2 }
      th.style9 { vertical-align:middle; text-align:left; padding-left:0px; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#DCE6F2 }
      td.style10 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:8pt; background-color:white }
      th.style10 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; color:#000000; font-family:'Calibri'; font-size:8pt; background-color:white }
      td.style11 { vertical-align:middle; text-align:center; border-bottom:2px solid #E7E6E6 !important; border-top:2px solid #E7E6E6 !important; border-left:2px solid #E7E6E6 !important; border-right:none #000000; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      th.style11 { vertical-align:middle; text-align:center; border-bottom:2px solid #E7E6E6 !important; border-top:2px solid #E7E6E6 !important; border-left:2px solid #E7E6E6 !important; border-right:none #000000; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      td.style12 { vertical-align:middle; text-align:center; border-bottom:2px solid #E7E6E6 !important; border-top:2px solid #E7E6E6 !important; border-left:none #000000; border-right:none #000000; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      th.style12 { vertical-align:middle; text-align:center; border-bottom:2px solid #E7E6E6 !important; border-top:2px solid #E7E6E6 !important; border-left:none #000000; border-right:none #000000; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      td.style13 { vertical-align:middle; text-align:center; border-bottom:2px solid #E7E6E6 !important; border-top:2px solid #E7E6E6 !important; border-left:none #000000; border-right:2px solid #E7E6E6 !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      th.style13 { vertical-align:middle; text-align:center; border-bottom:2px solid #E7E6E6 !important; border-top:2px solid #E7E6E6 !important; border-left:none #000000; border-right:2px solid #E7E6E6 !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      td.style14 { vertical-align:middle; text-align:left; padding-left:0px; border-bottom:2px solid #DDDDDD !important; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#FFFFFF }
      th.style14 { vertical-align:middle; text-align:left; padding-left:0px; border-bottom:2px solid #DDDDDD !important; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#FFFFFF }
      td.style15 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:none #000000; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      th.style15 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:none #000000; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:8pt; background-color:#073050 }
      td.style16 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#FFFFFF }
      th.style16 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#FFFFFF }
      td.style17 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#DCE6F2 }
      th.style17 { vertical-align:middle; text-align:center; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#DCE6F2 }
      td.style18 { width: 200px;vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#FFFFFF }
      th.style18 { width: 200px;vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:8pt; background-color:#FFFFFF }
      td.style19 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:none #000000; border-left:none #000000; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#073050 }
      th.style19 { vertical-align:middle; text-align:center; border-bottom:2px solid #DDDDDD !important; border-top:none #000000; border-left:none #000000; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#073050 }
      td.style20 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#B2872F }
      th.style20 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; font-weight:bold; color:#FFFFFF; font-family:'Arial'; font-size:9pt; background-color:#B2872F }
      td.style21 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      th.style21 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      td.style22 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      th.style22 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      td.style23 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      th.style23 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      td.style24 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      th.style24 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      td.style25 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      th.style25 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      td.style26 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      th.style26 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      td.style27 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      th.style27 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      td.style28 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      th.style28 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      td.style29 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      th.style29 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#333333; font-family:'Arial'; font-size:9pt; background-color:#FFFFFF }
      td.style30 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#FF0000; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      th.style30 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:2px solid #DDDDDD !important; border-right:2px solid #DDDDDD !important; color:#FF0000; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      td.style31 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#FF0000; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      th.style31 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#FF0000; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      td.style32 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#FF0000; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      th.style32 { vertical-align:middle; border-bottom:none #000000; border-top:2px solid #DDDDDD !important; border-left:none #000000; border-right:2px solid #DDDDDD !important; color:#FF0000; font-family:'Arial'; font-size:9pt; background-color:#DCE6F2 }
      td.style33 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; font-weight:bold; color:#000000; font-family:'Calibri'; font-size:8pt; background-color:white }
      th.style33 { vertical-align:middle; border-bottom:none #000000; border-top:none #000000; border-left:none #000000; border-right:none #000000; font-weight:bold; color:#000000; font-family:'Calibri'; font-size:8pt; background-color:white }
      table.sheet0 col.col0 { width:225.02221964pt }
      table.sheet0 col.col1 { width:35.24444404pt }
      table.sheet0 col.col2 { width:35.24444404pt }
      table.sheet0 col.col3 { width:35.24444404pt }
      table.sheet0 col.col4 { width:35.24444404pt }
      table.sheet0 col.col5 { width:35.24444404pt }
      table.sheet0 col.col6 { width:35.24444404pt }
      table.sheet0 col.col7 { width:35.24444404pt }
      table.sheet0 col.col8 { width:35.24444404pt }
      table.sheet0 col.col9 { width:35.24444404pt }
      table.sheet0 col.col10 { width:35.24444404pt }
      table.sheet0 col.col11 { width:35.24444404pt }
      table.sheet0 col.col12 { width:35.24444404pt }
      table.sheet0 col.col13 { width:35.24444404pt }
      table.sheet0 col.col14 { width:35.24444404pt }
      table.sheet0 col.col15 { width:131.48888738pt }
      table.sheet0 tr { height:15pt }
      table.sheet0 tr.row0 { height:19.5pt }
      table.sheet0 tr.row1 { height:22.5pt }
      table.sheet0 tr.row2 { height:22.5pt }
      table.sheet0 tr.row3 { height:22.5pt }
      table.sheet0 tr.row4 { height:22.5pt }
      table.sheet0 tr.row5 { height:22.5pt }
      table.sheet0 tr.row6 { height:22.5pt }
      table.sheet0 tr.row7 { height:14.25pt }
      table.sheet0 tr.row8 { height:12pt }
      table.sheet0 tr.row9 { height:12pt }
      table.sheet0 tr.row10 { height:12pt }

/* Correção para Imagens do Carousel */
#myCarousel .carousel-inner .item > img,
#myCarousel .carousel-inner > .item > a > img {
    /* Garante que a imagem ocupe 100% da largura do seu contêiner (.item) */
    width: 100% !important; 
    
    /* Permite que a altura se ajuste automaticamente, mantendo a proporção da imagem */
    height: auto !important; 
    
    /* Caso as imagens ainda estejam apresentando problemas de corte, 'object-fit' pode ajudar. */
    /* object-fit: cover; */ 
}

/* Garante que o contêiner do carrossel se ajuste à altura da imagem */
.carousel-inner {
    max-height: none !important; /* Remove qualquer altura máxima que possa estar cortando o carrossel */
}