@charset "UTF-8";
/****************************************************  
        CSS GERAL 
****************************************************/

html,
body {
    width: 100%;
    height: 100%;
}

body {
    color: #4f677f;
    font: 400 16px Raleway, Arial, Helvetica, sans-serif;
}

.conteudo-geral {
    position: relative;
    padding: 0 20px; 
}

.conteudo {
    position: relative;
    width: 1000px;
    max-width: 100%;
    min-width: 282px;
    margin: 0 auto;
    padding: 40px 0 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear-fix:after {
    content: " ";
    display: block;
    clear: both;	
}

img {
    max-width: 100%;
    display: block;	
}

.padding-none {
    padding: 0;
}

.margin-none {
    margin: 0;
}

.header-menu-link {
    padding: 30px 0 !important;
    margin: 0 20px;
    border-top: 4px solid #fff;
    color: #27ae7c !important;
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-menu-link:hover {
    border-top: 4px solid #27ae7c;
}


/* BTN */
.btn {

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.btn:hover {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/* TÍTULO */
.titulo-destaque {
    margin-bottom: 25px;
    font-size: 3.1em;
    font-weight: 300;
    letter-spacing: -1px;
}

.titulo-destaque strong {
    position: relative;
    border-bottom: 4px solid #27ae7c;
}

.titulo-destaque strong:after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 7px;
    bottom: -11px;
    left: 50%;
    margin-left: -8px;
    background: url(/assets/img/site/estrutura/setas-detalhes-titulos.png) no-repeat center bottom;
}

/* SUBTÍTULO */
.subtitulo-destaque {
    margin-bottom: 60px;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    line-height: 140%;
}

/* BTN ROLAR */
.btn-rolar {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    bottom: 60px;
    left:  50%;
    margin: 0 0 0 -22px;
    border: 1px solid #27ae7c;
    background: url(/assets/img/site/estrutura/btn-rolar.png) no-repeat center 21px;

    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.btn-rolar:hover {
    color:#27ae7c;
    background: #1e7e5a url(/assets/img/site/estrutura/btn-rolar.png) no-repeat center -16px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}


/****************************************************  
        TOPO
****************************************************/
.topo {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    /*width: 94%;*/
    width: 100%;
    padding: 0 3%;
    background: #fff;
    -webkit-box-shadow:  0px 2px 5px 0px rgba(36, 55, 66, 0.1);
    box-shadow:  0px 2px 5px 0px rgba(36, 55, 66, 0.1);
}

.hide {
    display:none;
}

.show {
    display:block;
}

.topo .conteudo {
    padding: 0;
}

.topo .logo {
    position: relative;
    float: left;
    margin:16px 0 0 15px;
}

.topo .menu-principal {
    position: relative;
    float: right;
}

.topo .menu-principal li {
    position: relative;
    float: left;
    margin-left: 40px;
    font-weight: 700;
}

.topo .menu-principal li a {
    display: inline-block;
    padding: 30px 0;
    color: #27ae7c;
    border-top: 4px solid #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.topo .menu-principal li a:hover {
    border-top: 4px solid #27ae7c;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.topo select {
    display: none;
    position: relative;
    width: 100%;
    padding: 5px;
    border: 1px solid #26ad79;
    border-radius: 3px;
    font-size: 1.1em;
    color: #2C3E50;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 


/****************************************************  
        RODAPÉ DA PÁGINA
****************************************************/
.rodape {
    padding: 0;
    background: #243742;
    color: #fff;

}

.rodape:after {
    content: "";
    position: relative;
    top: 0;
    width: 1000px;
    height: 5px;
    background: #384e5b;
    margin: 0 auto;
}


/*** FACEBOOK ***/
.rodape .facebook {
    background: url(/assets/img/site/estrutura/bg-facebook.jpg) repeat center top;
    text-align: center;
}

.fb_iframe_widget .fsl { display:none!important; }

/* BOX CURTIR */
.rodape .box-curtir {
    position: relative;
}

.rodape .box-curtir iframe {
    width: 100% !important;
    height: auto !important;
}

/* FACEPILE */

.rodape .facepile {
    position: absolute;
    width:46.2%;
    height:41px;
    left:50%;
    margin-left:-230px;
}

.rodape .facepile:before {
    content: '';
    width: 9px;
    height: 29px;
    background: url(../../img/site/home/facepile-left.png) no-repeat scroll 0 0;
    position: absolute;
    margin-left: -256px;	
    margin-top: 6px;
}

.rodape .facepile:after {
    content: '';
    width: 9px;
    height: 29px;
    background: url(../../img/site/home/facepile-right.png) no-repeat scroll 0 0;
    position: absolute;
    margin-left: 246px;	
    margin-top: -34px;
}

.rodape .facepile .content {
    width:100%;
    height:40px;
    overflow:hidden;
    position: relative;
    background-color:#243742;
}

.rodape .facepile .content iframe {
    border:none; 
    overflow:hidden; 
    width:700px; 
    height:258px;	
    position: relative;
    top:-5px;
}

.rodape .facepile iframe {
    margin-top:-96px;
    margin-left:-7px;
}


/* BTN CURTIR */

.rodape .btn-curtir {
    position: absolute;
    width: 325px;
    height: 50px;
    padding: 13px 0 0 72px;
    left: 50%;
    bottom: -25px;
    margin-left: -162px;
    border: 3px solid #4d5e67;
    color: #26ad79;
    background: #f2f6f8 url(/assets/img/site/estrutura/icone-curtir.png) no-repeat 35px;
    font-weight:800;
    text-align:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.rodape .btn-curtir:before {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 7px;
    top: -7px;
    left: 50%;
    margin-left: -8px;
    background: url(/assets/img/site/estrutura/icone-seta-facebook.png) no-repeat center top;
}

.rodape .fb-like {
    position:absolute;
    top:12px;
    left:200px;
}

/*** INFORMAÇÕES ADICIONAIS ***/

.rodape .infos-container {
    padding-right: 385px;
}

.rodape .infos-adicionais {
    margin-bottom: 35px;
}

.rodape .infos-adicionais .info {
    position: relative;
    float: left;
    min-height: 75px;
    margin-right: 7%;
    padding-right: 7%;
    border-right: 1px solid #3f525c;
}

.rodape .infos-adicionais .info:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 75px;
    background: #1d2930;
    top: 0;
    right: -2px;
}

.rodape .infos-adicionais .info01 {
    width: 29%;
}

.rodape .infos-adicionais .info01 img {
    margin-top: 18px;
}

.rodape .infos-adicionais .info02 {
    width: 29%;
}

.rodape .infos-adicionais .info02 img {
    margin: 15px auto;
}

.rodape .infos-adicionais .info03 {
    width: 14%;
}

.rodape .infos-adicionais .info03 img {
    margin: 0 auto;
}

/* TELEFONES */
.rodape .infos-telefone {
    width: 400px;
    float: right;
}

.rodape .infos-telefone .icone {
    float: left;
    width: 64px;
    height: 75px;
    margin-right: 1px; 
    background: #384e5b url(/assets/img/site/estrutura/icone-telefone.png) no-repeat center;
}

.rodape .infos-telefone .telefones {
    float: left;
    text-align: center;
}

.rodape .infos-telefone .titulo-cidades {
    position: relative;
    height: 27px;
    background: #26ad79;
    border-bottom: 1px solid #243742;
} 

.rodape .infos-telefone .titulo-cidades span {
    display: block;
    float: left;
    width: 167px;
    height: 27px;
    padding-top: 5px;
    color: #fff;
    font-weight: 800;
    font-size: 0.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 

.rodape .infos-telefone .titulo-cidades span ~ span {
    border-left: 1px solid #243742;
}

.rodape .infos-telefone .numero-telefones {
    position: relative;
    height: 47px;
    background: #384e5b;
} 

.rodape .infos-telefone .numero-telefones span {
    display: block;
    float: left;
    width: 167px;
    height: 47px;
    padding-top: 8px;
    color: #fff;
    font-weight: 800;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 

.rodape .infos-telefone .numero-telefones strong {
    font-size: 1.3em;
}

.rodape .infos-telefone .numero-telefones span ~ span {
    border-left: 1px solid #243742;
}

/* INFORMAÇÕES DE CONTATO */
.rodape .infos-contato {
    text-align: center;
    color: #7d8f99;
    font-size: 0.8em;
}

.rodape .infos-contato strong {
    display: inline-block;
    margin-right: 4px;
    padding: 3px 20px 2px 0;
    color: #fff;
}

.rodape .infos-contato a {
    color: #7d8f99;
    text-decoration: none;
}

.rodape .infos-contato a:hover {
    text-decoration: underline;
}

.rodape .infos-contato > div {
    clear: both;
    margin-top: 4px;
}

/* CONTATO */
.rodape .infos .conteudo {
    padding: 70px 0 35px;
}

.rodape .infos-contato .contato {
    font-weight: 700;
}

.rodape .infos-contato .contato strong {
    background: url(/assets/img/site/estrutura/icones-rodape.png) no-repeat right 2px;
}

/* CONCEITO */
.rodape .infos-contato .conceito strong {
    background: url(/assets/img/site/estrutura/icones-rodape.png) no-repeat right -21px;
}





/****************************************************  
        RODAPÉ DA PÁGINA
****************************************************/
.btn-topo {
    position: absolute;
    z-index: 1000;
    bottom: 30px;
    right: 30px;
    text-align: right;
    text-decoration: none;
    color: #6a7b85;
    font-size: 0.8em;
    font-weight: bold;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.btn-topo:hover {
    color: #fff;
}

.btn-topo span {
    display: block;
    width: 44px;
    height: 44px;
    margin: 8px 0 0 25px;
    border: 1px solid #51636e;
    background: url(/assets/img/site/estrutura/icone-btn-topo.png) no-repeat center 19px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.btn-topo:hover span {
    border: 1px solid #fff;
    background: #26ad79 url(/assets/img/site/estrutura/icone-btn-topo.png) no-repeat center -38px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}