@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: 960px; margin-right: auto; margin-left: auto;}
.clear{clear: both;}
.fontzero{font-size: 0em !important;}

a {
    color: #fff;
    text-decoration: none;
}
h2 {
    font: 30px "sofiapro-light", sans-serif;
    border-left: 6px solid #466995;
    padding-left: 6px;
    display: table;
    margin: auto;
    line-height: 21px;
}
h3 {
    font: 16px "KhmerUIb", sans-serif;
    letter-spacing: -0.5px;
}
p {
    font: 16px "Aller_Regular", sans-serif;
    text-align: justify;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.btn{
    display: table;
    font-family: "KhmerUIb", sans-serif;
    font-size: 16px;
    color: #fff;
    background: #577aa6;
    text-decoration: none;
    margin: auto;
    border: none;
    padding: 6px 15px;
    border-radius: 6px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.btn:hover {
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    /*box-shadow: inset 0 0 0 2px #466c9d;*/
    color: #577aa6;
    background: #c9d3e0;
}

.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: #61a089;
    font-family: "SourceSansPro-Regular", sans-serif;
}
.active {
    color: #61a089;
    font-weight: bold;
}

/* ----------------- ELEMENTOS GENÉRICOS ----------- */


/* ----------------- 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 ----------- */

.topo {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.logo {
    margin: 200px auto 0;
    display: table;
}
.btn-mobile{
    display: none;
}
.main_navigator{
    color: #fff;
    font: 18px "Aller_Light", sans-serif;
    margin: 120px auto 0;
    text-align: center;
}
.main_navigator li{
    display: inline-block;
    margin: 0 12px;
    text-transform: uppercase;
}
.main_navigator li a{
    color: #fff;
    font-family: "Aller_Light";
}
/*.main_navigator li a::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 5px;
    transform-origin: bottom left;
    background-color: #7DCE94;
    transition: 0.25s ease left, 0.1s linear width;
}*/
.main_navigator li a:hover{
    color: #bdfecf;
}
li.menu_ativo a {
    color: #bdfecf;
    background: url(../imagens/geral/hover-menu-top.png) no-repeat top left, url(../imagens/geral/hover-menu-bottom.png) no-repeat bottom right;
    padding: 2px;
    padding-right: 5px;
    padding-bottom: 0px;
}
.main_navigator li:first-of-type {
    margin-left: 0px;
}
.main_navigator li:last-of-type {
    margin-right: 0px;
}
.main_navigator li.acompanhe {

}
.main_navigator li.acompanhe a {
    color: #fff;
    background: #466c9d;
    padding: 4px 14px 6px;
    border-radius: 8px;
}

/* ----------------- RODAPE ----------- */

footer{
    background: url(../imagens/geral/bg_rodape.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
.logo_rodape {
    display: block;
    margin: auto;
    margin-top: 60px;
}
.flex_contato {
    margin: auto;
    margin-top: 130px;
}
.flex_contato p, .flex_contato address{
    color: #fff;
    font-family: "Aller_Regular";
    font-size: 16px;
}
address{
    background: url(../imagens/geral/ponteiro.png) center left no-repeat;
    padding-left: 20px;
}
.tel{
    background: url(../imagens/geral/celular.png) center left no-repeat;
    padding-left: 20px;
}
.flex_redes {
    margin: auto;
    margin-top: 130px;
    max-width: 37px;
    margin-left: auto;
    margin-right: auto;
}
/*.flex_redes {
    margin: auto;
    margin-top: 130px;
    max-width: 140px;
}*/
copyright {
    margin-top: 40px;
    font: 9px "OpenSans_Light", sans-serif;
    display: block;
    text-align: center;
    color: #fff !important;
}
.wsete {
    width: 18px;
    height: 17px;
    background: url(../imagens/geral/icon-wsete.png) center center no-repeat;
    float: right;
    margin-top: -17px;
    display: block;
    position: relative;
    z-index: 99;
}