@charset "utf-8";
/* CSS BASE */

@import url(fontes.css); /* -- FONTES -- */
@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 ----------- */

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

object{
    display:none;
}

.ratio{
    margin-top: 20px;
    float: right;
    position: relative;
    width: 100%;
    padding-bottom: 80%;
}
.ratio iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.container{
    width: 100%;
    float: left;
}
.content{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
.conteudo{
    width: 90%;
    margin: 0 auto;
    max-width: 960px;
}
.full_content{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.clear{clear: both;}

.fontzero{
    font-size: 0em !important;
    float: left;
}

.section_sobre .content{
    position: relative;
}

.special_title{
    position: absolute;
    display: block;
    width: 207px;
    height: calc(100% + 115px);
    left: 0;
    top: -115px;
    background: rgba(0,0,0,.8);
    padding: 27px;
    font-family: 'gotham_book', sans-serif;
    color: #FFF;
    text-transform: uppercase;
}

.special_title img{
    position: absolute;
    display: block;
    left: 11px;
    top: -20px;
}

.special_title_right{
    left: calc(100% - 207px) !important;
}

.btn_saibamais{
    display: block;
    padding: 10px 0 10px 35px;
    background: url('../imagens/saibamais_btn.png') center left no-repeat;
    font-family: 'gotham_medium', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #373737;
    margin-top: 35px;
}
.btn_saibamais:hover{
    background: url('../imagens/saibamais_btn.png')  7px  center no-repeat;
}

.bg-basis{
    background-color: #09f !important;
}

.flex-box{
    display: flex;
    flex-wrap: wrap;
}
.flex-box img{
    max-width: 100%;
    margin-top: 40px;
}

.section_social .flex-box {
    justify-content: space-between;
    margin-top: 80px;
}
.flex-item{
    flex-basis: calc(50% - 20px);
    /*margin-right: 40px;*/
}
.flex-item:nth-of-type(2n){
    /*margin-right: 0;*/
}

.fl-right{
    float: right;
}
.fl-left{
    float: left;
}


.contato_fixo {
    position: fixed;
    right: 20%;
    top: 0px;
    z-index: 9999;
    width: 250px;
    background: #128c7e;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 20px;
    z-index: 999999999;
}
.contato_fixo p {
 font: 14px "Gotham_Medium", sans-serif !important;
}
.contato_fixo .wpp_topo {
    color: #fff;
    font: 18px 'BebasNeueBold';
    text-decoration: none;
}
.icon-wpp-topo{
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 20px;
}


/*Padrão de formulário*/
form{
    width: 100%;
}
input, textarea{
    margin-bottom: 5px;
    border: none;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #cbcbcb;
    width: 100%;
    resize: none;
    outline: none;
    font-family: 'idealist_sans', sans-serif;
    font-size: 12px;
    color: #3a3a3a;
}
textarea{padding-bottom: 115px;}
input[type='submit']{
    cursor: pointer;
    border: none;
    background: #5e8abf url('boot/mail.png') 70% center no-repeat;
    color: #FFF;
    padding: 14px 15px 14px 0;
    border-radius: 30px;
    width: 50%;
}
input[type='submit']:hover{
    background: #5279a8 url('boot/mail.png') 70% center no-repeat;
}

.js_mobile{
    width: 32px;
    height: 32px;
    background: url('boot/botao_mobile.png') center center no-repeat;
    background-size: contain;
    display: block;
    font-size: 0em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: none;
}
.js_mobile:hover{
    transform: rotate(180deg);
}
.main_nav_mobile{
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 20px;
    display: none;
}
.main_nav_mobile li {
    padding: 10px 20px;
}
.main_nav_mobile li a{
    color: #FFF;
    text-decoration: none;
    font-family: 'idealist_sans', sans-serif;
    font-size: 13px;
}
.main_nav_mobile li a:hover{
    color: #4d7db8;
}


/* -------------------------------------------------- ALERTA -------------------------------------------------------------------- */
#alerta {
    font: 10px Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: none;
}
.alerta_ok {
    background: #f6ffe3;
    border: 1px solid #d5ef9e;
    color: #060;
}
.alerta_erro {
    background: #ffe2d8;border: none;
    border-bottom: 1px solid #eda48a;
    color: #cd3000;
}
.form_erro {
    border: none;
    border-bottom: 1px solid #F00;
    color: #cd3000;
}
.form_ok {
    border: none;
    border-bottom: 1px solid #000;
    color: #060;
}

.main_nav li {
    position: relative;
    z-index: 99999;
}
.main_nav li img {
    position: absolute;
    opacity: 0;
    left: -41px;
    bottom: 0px;
    z-index: -1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transform: scale(0.1) rotate(45deg);
}


.ratio_facebook{
    position: relative;
    width: 100%;
    padding-bottom: 66.6%;
}
.ratio_facebook iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
