@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: 28px "Luna", sans-serif;
    letter-spacing: 3.16px;
    line-height: 80px;
    color: #ce000c;
    text-align: center;
}
p {
    font: 18px "MyriadPro_Regular", sans-serif;
    line-height: 24px;
    letter-spacing: 0.30px;
    text-align: justify;

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

    display: table;
    font-family: "SourceSansPro-Bold", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #61a089;
    text-decoration: none;
    margin: auto;
    border: none;
    padding: 10px 22px 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
.btn-voltar {
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    padding: 20px 33px 13px;
    margin-bottom: 100px;
    font-family: "Luna";
    background: transparent;
    border: 3px solid #accf1b;
    border-radius: 10px;
}

.btn-voltar:hover{
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    background: rgba(63, 120, 122, 0.5);
    border: 3px solid  #accf1b;
}

.BSM{
    text-decoration: none;
    color: #d0121c;
    background: #fff;
    padding: 15px 40px;
    font-family: "Gotham_Bold";
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 185px;
}

.paragrafo{
    
}

.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 {
    position: absolute;
    width: 100%;
    z-index: 11;
    padding-bottom: 23px;
}


.logo {
    margin:  auto;
    float: left;
}
.btn-mobile{
    display: none;
}
.main_navigator{
    color: #fff;
    font: 13px "Luna", sans-serif;
    letter-spacing: 1.35px;
    float:  right;
    margin: 120px auto 0;
}
.index a{
    display: inline-block;
    width: 78px;
    padding-left: 15px !important;
}
.main_navigator li{
    display: inline-block;
    margin: 0 20px;
}
.main_navigator li a{
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    color: #fff;
}
.main_navigator li.menu_ativo a{
   
     color: #a00711;
     background: url('../imagens/header/arca-ceara-menu-marcador.png') no-repeat bottom center;
}
.main_navigator li a:hover{
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    color: #a00711;
   
   

}
li.menu_ativo a {
    
    padding: 20px 0 0 0;
}


/* ----------------- RODAPE ----------- */
.main_footer{
    position: relative;
    background: url('../imagens/gerais/arca-ceara-bg-rodape.png') no-repeat top ;
    background-size: cover;
    z-index: 7;
    margin-top: -24px;
    padding-top: 50px;
    padding-bottom: 10px;
}

.midias{
    margin-top: 24px;
    background:  none;
}



.main_footer .flex-box{
    margin: 0;
}

.img-tamanho-maximo{
    transition: 1.3s;
    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -o-transition: 1.3s;
    width: 20%;
    height: 20%;

}

.main_footer img{
    display: block;
    margin:auto;
}
copyright {
    font: 9px "OpenSans_Light", sans-serif;
    opacity: 0.5;
    display: block;
    text-align: center;
   
}
.linha{
    padding-top: 25px;
    width: 75%;
    border-bottom: 2px solid #fff; 
    margin: auto;
    opacity: 0.8;
}
.facebook-icone{
    padding-top: 40px;
    padding-bottom: 55px;
}



.flex_contato{
    margin-top: 40px;
}
.flex_contato , .tel{
    font-family: "MyriadPro_Regular", sans-serif;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;

}


.fio{
    border-top: 1px solid #fff; 
    width: 40%;
    margin: auto;
    margin-top: 20px;
    min-width: 300px;
}

.link-face{
    display: block;
    margin: auto;
    margin-top: 30px;
}
.tel{

    background: url(../imagens/footer/arca-ceara-telefone-icone.png) left no-repeat;
    padding-left: 40px;
}

address{
     padding-top: 4px;
    background: url(../imagens/footer/arca-ceara-ponteiro-icone.png) left no-repeat;
    padding-left: 40px;
}
.fale{
    
    font-family: "MyriadPro_Regular";
    line-height: 22px;
    background: url(../imagens/footer/arca-ceara-carta-icone.png) left no-repeat;
    padding-left: 40px;
}
.direitos{
    margin-top: 30px;
    /* background: rgba(57, 20, 19, .6); */
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.wsete {
    width: 15px;
    height: 15px;
    background: url(../imagens/footer/icon-wsete.png) center center no-repeat;
    float: right;
    margin-top: -15px;
    display: block;
    position: relative;
    z-index: 99;
}

