

@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;position: relative;}
.clear{clear: both;}
.fontzero{font-size: 0em !important;}

a {
    color: #fff;
    text-decoration: none;
}
h2 {
    font: 24px "OpenSans_Regular", Arial, Verdana, Helvetica ;
    letter-spacing: -0.5px;
}
p {
    font: 14px "OpenSans_Light";
    line-height: 21px;
    letter-spacing: 0px;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.btn{
    display: table;
    font-family: "KhmerUI", sans-serif;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #fff;
    background:  #243b5f;/*
    box-shadow: 3px 1px 10px #212121;*/
    text-decoration: none;
    margin: auto;
    border: none;
    padding: 8px 22px;
    padding-top: 15px !important;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transform-style: preserve-3d;
    float: right;
}

.btn:hover {
    background:  #447acf;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in; /*
    box-shadow: 3px 1px 10px #212121;*/
}
.btn-voltar {
    padding: 9px 33px 13px;
}

.alerta_erro {
    color: red;
    background: rgba(95, 148, 218, 0.5);
    padding: 10px;
    margin-top: -20px;
    border:  1px solid #24508a;
    border-radius: 15px;
    font-family: "OpenSans_Bold";
    font-size: 10px;
    color: #2c61a8;
}
.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: #f3f3f3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 2px 2px 2px #1f2020;
}
.logo {
    margin: 30px auto;
    margin-bottom: 10px;
    float: left;
    width: 264px;
    height: 158px;
}
.btn-mobile{
    display: none;
}
.main_navigator{
    color: #fff;
    font: 14px "PerspectiveSansBlack", sans-serif;
    letter-spacing: 1.35px;
    float:  right;
    margin: -30px auto 0;
    z-index: 99999999999999999999999;
}
.main_navigator li{

    display: inline-block;
    margin: 0 20px;
}
.main_navigator li a{
        transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    color: #000;
    font:  16px "Gotham_Book";
    letter-spacing: -1px;

}
.main_navigator li a:hover{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    background: url('../imagens/header/hover_menu.png') no-repeat top center;
    padding: 30px 0 0 0;

}
li.menu_ativo a {
    background: url('../imagens/header/hover_menu.png') no-repeat top center !important;
    padding: 30px 0 0 0;
    color: #2a5ea4;
}


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

.conjunto_info{
    width: 457px;
    margin: auto;
    font-family: "OpenSans_Regular", Arial, Verdana, Helvetica ;
    font-size: 14px;
    text-align: left;
    padding-bottom: 75px; 

}

.main_footer{
    margin-top: -5px;
    background: url('../imagens/home/sec_sobrel_bg.jpg') no-repeat center;
    background-size: cover;
    padding-bottom: 40px;
    box-shadow: 0px 2px 28px -9px #9ea09e;
}
.main_footer img{
    display: block;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 34px;
}
copyright {
    font: 9px "OpenSans_Light", sans-serif;
    opacity: 0.5;
    display: block;
    text-align: center;
}
a address{
     background: url('../imagens/footer/ponteiro.png')left no-repeat;
    padding-left: 20px;
    padding-top: 5px;
    font-family: "OpenSans_Regular", Arial, Verdana, Helvetica ;
    font-size: 14px;
    color: #000;
}
.wsete {
    width: 15px;
    height: 20px;
    background: url('../imagens/footer/icon-wsete.png') center center no-repeat;
    float: right;
    margin-top: -15px;
    display: block;
    position: relative;
    z-index: 99;
}

.flex_contato{
    flex-direction: column;
}

.tel{
    background: url('../imagens/footer/tel.png')left no-repeat;
    padding-left: 20px;
        float: left;
        font-family: "OpenSans_Regular", Arial, Verdana, Helvetica ;
    font-size: 14px;
}

.email{
    background: url('../imagens/footer/mail.png')left no-repeat;
    padding-left: 20px;
        float: right;
        font-family: "OpenSans_Regular", Arial, Verdana, Helvetica ;
    font-size: 14px;
    margin-left: 10px; 
}



.img-alinhar-centro{
    display: block;
    margin: auto;
}

.btn_01{
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    display: inline-block;
    background:  #0060ac;
    padding: 15px 20px ;
    font: 14px "Gotham_Light";
    color: #f4f5f6;
    margin-bottom: 20px;
    
    position: relative;
    border: 0px !important ;
}

.btn_01:hover{
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    display: inline-block;
    background:  #447acf;
    font: 14px "Gotham_Light";
    color: #fff;
    margin-bottom: 20px;


}


.btn_02{
    position: relative;
     transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    display: inline-block;
    background:  #35b295;
    padding: 15px 20px ;
    font: 14px "Gotham_Light";
    color: #f4f5f6;
    float: right;
    clear: both;
     z-index: 3;


}

.btn_02:hover{
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    display: inline-block;
    background:  #8ce6c1;
    font: 14px "Gotham_Light";
    color: #0c5a3a;
    float: right;
    clear: both;
    


}


/* Barra Lateral*/


body::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-track-piece {
    background: #d6e9e1;
    -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    width: 30px;
    background-color: #2b5ea3;
    -webkit-border-radius: 5px;
}

::-webkit-scrollbar-track-piece {
    width: 1px;
}


