@charset "utf-8";
/* CSS BASE */

@import url(reset.css); /* --- RESET --- */

/* -------------------------- GERAL ---------------------------- */

/* ----------------- ALTERA COR DO TEXTO SELECIONADO ----------- */
*::-moz-selection {
    background:#000;   /*---Cor de fundo--*/
    color:#fff;        /*--cor da fonte--*/
}
*::selection {
    background:#000;  /*---Cor de fundo--*/
    color:#fff;       /*--cor da fonte--*/
}
/* ----------------- ALTERA COR DO TEXTO SELECIONADO ----------- */

/* ----------------- ELEMENTOS GENÉRICOS ----------- */
.container{width: 100%; float: left;}
.content{max-width: 1100px; margin-right: auto; margin-left: auto;}
.clear{clear: both;}
.fontzero{font-size: 0em !important; line-height: 0 !important;}

a {
    color: #fff;
    text-decoration: none;
}
h2 {
    font: 25px "OpenSans-Bold", sans-serif;
    letter-spacing: -1.3px;
    color: #3b393a;
}
h3 {
    font: 16px "OpenSans-Bold", sans-serif;
    letter-spacing: -1.3px;
    color: #3b393a;
}
h4 {
    font: 14px "Gotham_Bold", sans-serif;
    color: #595a75;
}
p {
    font: 13px "OpenSans-Semibold", sans-serif;
    color: #3b393a;
    text-align: justify;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.btn {
    display: table;
    font: 12px "OpenSans-Semibold", sans-serif;
    color: #fff;
    background-color: #72a6af;
    text-decoration: none;
    margin: auto;
    border: 1px solid #72a6af;
    border-radius: 15px;
    padding: 20px 50px;
    line-height: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.btn_reverse {
    background-color: transparent;
    border: 1px solid #72a6af;
    color: #41434e;
}
.btn:hover {
    background-color: #fff;
    color: #72a6af;
}

.alerta_erro {
    color: red;
    background: #ca92b8;
    padding: 10px;
    margin-top: -20px;
}
.botoes {
    text-align: center;
}
.conteudo-botoes {
    margin: 0 auto;
}
.conteudo-botoes li {
    display: inline-block;
    margin: 30px 10px 0;
}
.bt {
    color: #5777a5;
    font-family: "SourceSansPro-Regular", sans-serif;
}
.active {
    color: #26426b;
    font-weight: bold;
}

/*.slider_show {
    position: relative;
    z-index: 99;
}
.slide {
    margin: 0px auto;
    justify-content: center;
}
.bx-wrapper {
    margin: 0 auto;
    position: relative;
}
.bx-controls-direction {
    position: absolute;
    top: 74%;
    right: 90px;
    z-index: 99;
    width: 100px;
}
a.bx-prev {
    background: url(../imagens/geral/seta_slide.png) center no-repeat;
    display: block;
    float: right;
    width: 42px;
    height: 41px;
    font-size: 0;
    left: 5%;
    position: absolute;
    padding: 15px 15px;
    border: 1px solid #fff;
}
a.bx-next {
    background: url(../imagens/geral/seta_slide.png) center no-repeat;
    transform: rotate(180deg);
    display: block;
    float: right;
    width: 42px;
    height: 41px;
    font-size: 0;
    right: 5%;
    position: absolute;
/*    padding: 15px 15px;
    border: 1px solid #fff;*/
}
a.bx-prev:hover, a.bx-next:hover {
    background: url(../imagens/geral/seta_hover.png) no-repeat;
}

.bx-pager.bx-default-pager {
    display: none;
    position: absolute;
    top: 580px;
    z-index: 999999999;
    left: calc(50% - 30px);
}*/
/*.bx-pager-item {
    display: inline-block;
}
a.bx-pager-link {
    display: block;
    background: #7c8da7;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;
    font-size: 0;
}
.bx-pager-link.active {
    background: #c32329;
}*/

/* ----------------- ELEMENTOS GENÉRICOS ----------- */

.wpp_topo {
    position: fixed;
    right: 2%;
    bottom: 3%;
    width: 60px;
    /*background: #128c7e;*/
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    /* padding: 12px 30px; */
    z-index: 999999999;
}
.wpp_topo a {
    display: block;
    color: #fff;
    font: 18px 'BebasNeueBold';
}
.wpp_topo p {
    font: 14px "Gotham_Medium", sans-serif !important;
    color: #fff;
}
.wpp_topo img {
/*    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;*/
}

/* ----------------- ELEMENTOS FLEX ----------- */
.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.flex-container{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.flex-nowrap{flex-wrap: nowrap;}
.flex-column{flex-direction: column;}
.flex-row{flex-direction: row;}
.flex-between{justify-content: space-between;}
.flex-around{justify-content: space-around;}
/* ----------------- ELEMENTOS FLEX ----------- */

/* ----------------- TOPO ----------- */

/*.logo {com SVG
  margin: -31px auto 0;
  display: block;
  max-width: 438px;
}*/
/*.logoSvg{
   height: 200px;
   overflow: hidden;
}*/
.topo {
    position: relative;
    z-index: 99999;
    background-color: transparent;
}
.topo .flex_principal {
    flex-direction: column;
}
.logo {
    margin: auto;
    margin-top: 40px;
    display: block;
}
#flex-menu {
    margin: auto;
    width: 100%;
}

.bg_topo {
    background-color: #e4e3f2;
    padding: 40px 0 0;
}
.btn-mobile{
    display: none;
}
.main_navigator{
    margin: 0px auto 0;
    text-align: center;
}
.main_navigator li{
    /*display: inline-block;*/
    /*margin: 0 10px;*/
    text-transform: uppercase;
}
.main_navigator li a{
    color: #3b393a;
    font: 13px "OpenSans-Semibold", sans-serif;
    letter-spacing: 1px;
    display: block;
    transition: 0.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    position: relative;
    padding-bottom: 40px;
}
.main_navigator li a:hover, .main_navigator li.menu_ativo a {
    color: #72a6af;
}
.main_navigator li a:hover, .main_navigator li.menu_ativo a {
    border-bottom: 1px solid #41434e;
}
.main_navigator li:first-of-type {
    margin-left: 0px;
}
.main_navigator li:last-of-type {
    margin-right: 0px;
}

/* ----------------- RODAPE ----------- */

footer {
    position: relative;
    background: #d4d3e7 url(../imagens/geral/bg_rodape.jpg) top right no-repeat;
    background-size: cover;
}
footer .logo_rodape {
    display: block;
    margin: auto;
    margin-top: 120px;
}
footer p, footer a {
    color: #8b8cae;
    font-size: 13px;
    font-family: 'Gotham_Bold';
}
footer .flex_rodape {
    justify-content: space-around;
}
footer .flex_rodape .bloco {
    margin-top: 30px;
}
footer .flex_rodape .bloco h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .flex_rodape .bloco .localizador {
    font-size: 10px;
    color: #fff;
    background-color: #51526c;
    border-radius: 8px;
    padding: 6px 16px;
    margin-top: 10px;
    display: block;
    width: 150px;
    text-transform: uppercase;
    text-align: center;
}


footer .direitos {
    margin-top: 80px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #51526c;
}
footer .direitos .content {
    max-width: 350px;
    align-items: end;
}
copyright {
    font: 9px "OpenSans_Light", sans-serif;
    display: block;
    color: #d4d4d4 !important;
}
.wsete {
    width: 18px;
    height: 18px;
    background: url(../imagens/interna/icon-wsete-branco.png) center center no-repeat;
    margin: auto;
    display: block;
    position: relative;
    z-index: 99;
}