/*RESET CSS=================================================================*/
* {margin: 0;padding: 0;outline: none;}
body{margin:0;overflow-x:hidden; font-family: "lato", sans-serif; background: #ffffff;}
a {color:inherit;text-decoration:none;list-style-type:none;outline:none;}
a img {border: none;}
.clear {clear: both;}
/*=========================================================================*/

/*FONT FACE================================================================*/
@font-face {font-family: 'roboto';src: url('fonts/robotop/roboto-Regular.ttf');font-style: normal;}
@font-face {font-family: 'roboto-light';src: url('fonts/roboto/roboto-Light.ttf');font-style: normal;}
@font-face {font-family: 'roboto-extralight';src: url('fonts/roboto/roboto-ExtraLight.ttf');font-style: normal;}
@font-face {font-family: 'lato';src: url('fonts/lato/Lato-Regular.ttf');font-style: normal;}
@font-face {font-family: 'open-sans';src: url('fonts/opensans/OpenSans-Regular.ttf');font-style: normal;}
@font-face {font-family: 'open-sans-light';src: url('fonts/opensans/OpenSans-Light.ttf');font-style: normal;}
@font-face {font-family: 'poppins';src: url('fonts/poppins/Poppins-Regular.ttf');font-style: normal;}
@font-face {font-family: 'fira_sans_light';src: url('fonts/Fira_Sans/FiraSans-Light.ttf');font-style: normal;}
@font-face {font-family: 'fira_sans_regular';src: url('fonts/Fira_Sans/FiraSans-Regular.ttf'); font-style: normal;}
@font-face {font-family: 'fira_sans';src: url('fonts/Fira_Sans/FiraSans-Medium.ttf');font-style: normal;}
@font-face {font-family: 'fira_sans-bold';src: url('fonts/Fira_Sans/FiraSans-Bold.ttf');font-style: normal;}
@font-face {font-family: 'montserrat';src: url('fonts/Montserrat/Montserrat-Medium.ttf');font-style: normal;}
@font-face {font-family: 'montserrat-regular';src: url('fonts/Montserrat/Montserrat-Regular.ttf');font-style: normal;}
@font-face {font-family: 'montserrat-bold';src: url('fonts/Montserrat/Montserrat-Bold.ttf');font-style: normal;}
@font-face {font-family: 'raleway-light';src: url('fonts/raleway/Raleway-Light.ttf');font-style: normal;}
/*FIM FONT FACE=============================================================*/


/*CSS MENU MOBILE==============================================================*/
#topo-mobile{z-index: 99;position: absolute;margin-top: 5px; margin: 15px 85%}
#icone-menu {width: 30px;position: absolute;left: 20px;top: 50px;}
#topo-mobile a{margin: 0 auto;display: block;text-align: center;height: 100%;}
#logo-topo-mobile {width: 35%;max-width: 200px;position: relative;top: 50%;transform: translateY(-50%);}
#menu-lateral {width: 100% !important;height: 2000px;position: absolute;z-index: 9999;display: none;background: #fff;left: 0;border-right: 1px solid black;border-top: 1px solid black;top: 93px;text-align: center;font-weight: bold;}
#menu-lateral .item-menu div {margin-left: 0;}
#menu-lateral .item-menu {color:#253444;font-family: "Open-Sans", sans-serif;font-size: 20px;list-style: none;letter-spacing: 0.4px; margin-top: 13px}
.bt-ativado{box-sizing: border-box;padding: 12px 15px;background: #ce1721;border-radius: 4px;color: #fff;}
/*FIM CSS MENU MOBILE==============================================================*/

.item-menu .processo{ font-size: 14px; margin-left: 10px; }

/*CSS PADRÂO================================================================*/
::-webkit-input-placeholder {color: #909090;font:14px 'lato',sans-serif;}
::-moz-placeholder {color: #909090;font:14px 'lato',sans-serif;}

.inner{width: 100%;min-width: 200px;max-width: 1100px;margin: 0 auto;display: block; /*border-left: 2px solid black;border-right: 2px solid black*/}
.sombra{width: 100%;height: 32px;margin: 0 auto;background: url(../img/sombra.png) no-repeat;    background-position: 45px;}


.titulo_principal{color: #9F7E40; font-size: 35px; margin: 0 auto; font-family: 'fira_sans_regular',sans-serif;text-align: center;margin-top: 10px; font-weight: 300;}
.detalhe{background: url("../img/detalhe.png") no-repeat; height: 3px; width: 115px; text-align: center; margin:0 auto}
.detalhe_left{background: url("../img/detalhe.png") no-repeat; height: 3px; width: 50px; margin: 0 auto !important}
.titulo_menor{color: #92594C; font-size: 28px; text-align: center;}
.texto_principal{line-height: 150%;font-size: 16px;font-family: 'open-sans',sans-serif; width: 90%;margin-top: 7px !important;margin-bottom: 48px !important; height: auto;color: #878787;margin: 0 auto;}
.efeito:hover{filter: brightness(65%);-webkit-filter: brightness(65%); transition: all .4s ease}
.efeito-leve:hover{filter: brightness(95%);-webkit-filter: brightness(95%);}
.efeito-forte:hover{filter: brightness(75%);-webkit-filter: brightness(75%);}
.titulo-img{font: 24px "lato-regular", sans-serif; color: #fff; margin-top: 33px;}
.descricao-img{line-height: 150%;width: 230px; font:15px "open-sans", sans-serif; margin-top: 7px; margin-left: 20px; color: #fff}
.efeito_permanente{filter: brightness(85%);-webkit-filter: brightness(85%); pointer-events: none;}
.titulo_grafico{color: #333333; font-size: 28px; font-family: "roboto",sans-serif; text-align: left;}
.bt_azul{cursor:pointer;padding: 13px;box-sizing: border-box;width: 140px; height: 46px; background: #4B3319; color: #fff; font-size: 16px; font-family: "roboto", sans-serif; border-radius: 1px}
.left{float: left;}
.right{float: right;}
/*===================================================================================*/


/*************************NAV***************************/
header{ margin-top: -2px }
header nav{-webkit-transition: all 0.8s;transition: all 0.3s;float: left;width: 100%;height: 80px;background: black; opacity: .7;position: absolute;z-index: 99999;margin-top: 150px;}
header nav ul li{border-right: 1px solid #555;color: #fff;text-align: center;list-style-position: inside;display: inline;width: 14%;padding: 0 1%;height: 25px;margin-top: 29px;float: left;font-size: 18px;white-space: nowrap;font-family: "roboto",sans-serif;}


/********************BANNER***************************/
#logo{position: relative;z-index: 99;margin-left: 50%;right: 254px;top: 100px;width: 508px;}
.bn_texto1{text-shadow: rgb(3, 3, 3) 3px 2px 2px;top: 384px !important;font-size: 30px;color: #fff;font-family: "montserrat-light",sans-serif;}
.bn_texto2{text-shadow: rgb(3, 3, 3) 3px 3px 6px;font-family: 'raleway-light',sans-serif;top: 423px !important;font-size: 20px;color: #fff;height: auto;width: 600px;line-height: 150% !important;white-space: normal !important;} 
.bn_botao{text-shadow: rgb(3, 3, 3) 3px 3px 6px;width: 135px; height: 36px; color: #fff;background: transparent; border: 1px solid #fff;margin-top: 426px;box-sizing: border-box;padding: 16px 52px; font-style: italic;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.bn_botao:before{content: ""; position: absolute;width: 24px; height: 15px; background: url(../img/seta-bt.png) no-repeat;right: 95px;bottom: 10px;}
/*************FIM BANNER*******************************/

/**************SERVICOS********************************/
.lista-servicos{text-align: center;}
.box-img-servico{width: 287px; height: auto;}
.box-img-servico img{display: initial !important;}
.titulo_servico{font: 20px "fira_sans" ,sans-serif;padding-top: 8px;color: #4D4C4C;width: 100% !important;}
.previa_servico{line-height: 140%;font-family: "open_sans_light",sans-serif;font-size: 15px; color: #878787; text-align: center; padding: 20px;}
.slick-prev, .slick-next{display: none !important}
/**************FIM SERVICOS****************************/


/**************NOVIDADES********************************/
section#novidades{height: auto; width: 100%; background: #F6F6F6; text-align: center;}
/*NOVIDADES*/
.novidades figure.box_img_interna{ cursor: pointer; ;height: 210px; width: 300px; float: left; border: 2px solid #2E5797; padding: 3px; overflow: hidden;}
.txt_novidades_interna{width: 100%;text-align: left; font-size: 15px; color: #999999; line-height: 150%;}
.novidades figure img.img_interna{height: 210px; width: 300px; float: left;}
.item_busca:hover{color: #2E5797; font-weight: 700}
#novidades{text-align: center;}
figure{ height: 228px; width: 350px; margin: 5px 7px; display: inline-table;overflow: hidden}
figure .img_novidade{height: 100%;width: 350px;display: inline-table; cursor: pointer;}
.item_novidade{padding-bottom: 20px;height: 425px;width: 350px;display: inline-table;}
div.cadastro{width: 57px;height: 56px; background: #2E5797; color: #fff; box-sizing: border-box;padding: 7px 11px;position: relative;top: -31px;right: -16px;}
.item_novidade .titulo_novidade{color: #333333; font-size: 20px; padding: 7px 15px;font-family: "fira_sans", sans-serif; font-weight: 400; text-align: left;}
.item_novidade .texto_novidade{color: #878787; font-size: 15px; padding: 7px 15px;font-family: 'open-sans',sans-serif;line-height: 150%; text-align: left;}
#novidades span{float: left;color: #878787;margin-left: 16px;border: 1px solid #878787;box-sizing: border-box;padding: 6px;border-radius: 4px;height: 36px;width: 96px;}

.tx_itens{color: #878787}
/**************FIM NOVIDADES****************************/


/**************ATUACOES********************************/
section#atuacoes{height: auto; width: 100%; background: #F6F6F6; text-align: center;}
/*NOVIDADES*/
#atuacoes figure.box_img_interna{ cursor: pointer; ;height: 150px; width: 300px; float: left; border: 2px solid #9F7E40; padding: 3px; overflow: hidden;}

#atuacoes .txt_atuacoes_interna{font-family: "open-sans", sans-serif;width: 100%;text-align: justify; font-size: 15px; color: #999999;line-height: 150%;}
#atuacoes .img_interna{height: 150px; width: 300px; float: left;}
#atuacoes .item_busca:hover{color: #2E5797; font-weight: 700}
#atuacoes #atuacoes{text-align: center;}
#atuacoes figure{ height: 150px; width: 150px; margin: 5px 7px; display: inline-table;overflow: hidden;}
#atuacoes figure .img_atuacao{height: 150px;width: 350px;border-radius: 6px;display: inline-table; cursor: pointer;}
#atuacoes .item_atuacao{padding-bottom: 20px;height: 320px;width: 350px;display: inline-table;}
#atuacoes div.cadastro{width: 57px;height: 56px; background: #2E5797; color: #fff; box-sizing: border-box;padding: 7px 11px;position: relative;top: -31px;right: -16px;}
#atuacoes .item_atuacao .titulo_atuacao{color: #333333; font-size: 20px; padding: 7px 15px;font-family: "fira_sans", sans-serif; font-weight: 400; text-align: left;}
#atuacoes .item_atuacao .texto_atuacao{color: #8B8B8B; font-size: 15px; padding: 7px 15px; font-family: "open-sans", sans-serif; ; text-align: left;line-height: 150%}
#atuacoes #atuacoes span{float: left;color: #8B8B8B;margin-left: 16px;border: 1px solid #8B8B8B;box-sizing: border-box;padding: 4px;border-radius: 4px;}
/**************FIM ATUACOES****************************/

/*TRABALHE CONOSCO*/
.files_trabalhe{font-size: 16px;z-index: 98;padding: 7px;width: auto;margin: 0 2.3%;float: left;box-sizing: border-box;height: auto;}
/*----------------*/

/*NEWS*/
section .news{height: 115px; width: 100%; background: #A58E5A}
section .news_left{width: 50%; float: left;}
section .news_right{width: 50%; float: left;}
section .news .nome_news{font-size: 30px; color: #fff; font-family: "roboto", sans-serif; margin: 24px 0 0 0;position: relative;top: 24px;right: -104px;}
section .news .frase_news{font-size: 16px; color: #fff; font-family: "roboto", sans-serif;position: relative;top: 26px;right: -105px; font-weight: 300;}
section .news #tx_news {padding-left: 5px;border: 1px solid #F4F4F4;height: 44px ; width: 355px; float: right;position: relative;top: 41px;right: 60px;}
section .btn_news{float: right;position: relative;top: 42px;right: 60px; background: #4B3319}
section .frase_news:after{background: url(../img/seta-new.jpg) no-repeat; content: ""; position: absolute;height: 52px;width: 2px;margin-left: 29px; bottom: -7px;}


/*MENU TOPO ABRE E FECHA*/
.dropmenu .dir{width: 17%; transition: all .4s ease !important;}
.dropmenu .dir:hover > .lista {display: block !important; transition: all .4s ease !important;}
.dropmenu .lista{position: absolute;display: none !important;transition: all .4s ease !important;height: auto;width: 247px;background: black;opacity: .8;padding: 25px 0;box-sizing: border-box;}
.dropmenu .lista a{float: left;line-height: 29px;margin-left: 20px;margin-top: 4px;}
/* FIM MENU TOPO ABRE E FECHA*/


/**************CLIENTES********************************/
#box-lista-clientes{width: 100%; margin-bottom: 40px}
#box-lista-clientes .titulo{ height: 20px; text-align: center; margin-top: 5px; margin-bottom: 40px; font-size: 30px; color: #92594C}
#box-lista-clientes .logo-apoiador {width: 150px; height: auto; margin: auto auto;-webkit-filter: grayscale(1);filter: grayscale(1);}
#box-lista-clientes .logo-apoiador:hover {-webkit-filter: grayscale(0) blur(0px);filter: grayscale(0) blur(0px);}
/**************FIM CLIENTES****************************/

/*FOOTER*/
footer{width: 100%; min-height: 317px; background: #4B3319; text-align: center; font-family: "open-sans",sans-serif; color: #fff; border-top:3px solid #999999 }
.left_footer{height: auto; width: 340px; display: inline-table; color: #fff}
.center_footer{height: auto; width: 340px;  display: inline-table;}
.right_footer{height: auto; width: 328px;  display: inline-table;} 
footer ul li{text-align: left; font-size: 14px;line-height: 34px;}
footer ul{margin-left: 90px; margin-top: 20px}
footer .institucional{margin-left: -141px; font-size: 22px;}
footer .atendimento{margin-left: 0px; font-size: 22px;margin-right: 136px;}
footer ul li a:hover{filter: brightness(75%);-webkit-filter: brightness(75%);}
footer .list{list-style: none;}
footer .end:before{background: url(../img/end.png) no-repeat; content: ""; position: absolute; height: 20px; width: 25px;margin-left: -40px;margin-top: 7px;}
footer .tel1:before{background: url(../img/tel1.png) no-repeat; content: ""; position: absolute; height: 20px; width: 21px;margin-left: -40px;margin-top: 7px;}
footer .tel2:before{background: url(../img/whats.png) no-repeat; content: ""; position: absolute; height: 20px; width: 20px;margin-left: -40px;margin-top: 7px;}
/*FIM CSS FOOTER================================================================*/ 


/*CRIA O BOTÂO MOBILE COM EFEITO DE FECHAR*/
button span,
button:before,
button:after {height: 4px;width: 40px;background: #fff;display: block;position: absolute;left: 0;content: '';margin: auto;-webkit-transition: all 400ms ease;transition: all 400ms ease;border-radius: 999px;}
button {position: absolute;border: none;text-indent: -9999px;margin-right: -63px;display: block;width: 40px;height: 40px;padding: 5px;background: none;outline: none;}
button span {top: 0;bottom: 0;-webkit-transition: all 800ms ease;transition: all 800ms ease;}
button:before {top: 0;}
button:after {bottom: 0;}
button.clicked span {opacity: 0;}
button.clicked:before {top: 15px;width: 60px;left: -10px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
button.clicked:after {top: -5px;width: 60px;left: -10px;-webkit-transform: rotate(45deg);}
/*FIM CRIA O BOTÂO MOBILE COM EFEITO DE FECHAR*/


.triangulo:after{height: 1px;width: 1px;border-width: 8px 8px 8px 8px;border-color: #d7cbc6 transparent transparent transparent;border-style: solid;content: "";position: absolute;z-index: 9999999;margin: 21px -102px;opacity: 0.2;}

.img-sobre a figure{display: inline-table; margin: 4px;
    border: 3px solid #9f7e40;width: 350px; height: 228px; overflow: hidden;}
.img-sobre a figure img{width: 100%; height: 100%; transition: all 0.8s;}
.img-sobre{text-align: center;}

.img-sobre a figure img:hover {transform: rotate(6deg) scale(1.2);-webkit-transform: rotate(6deg) scale(1.2);-moz-transform: rotate(6deg) scale(1.2);-o-transform: rotate(6deg) scale(1.2);-ms-transform: rotate(6deg) scale(1.2);}

.zoom:hover {transform: rotate(6deg) scale(1.2);-webkit-transform: rotate(6deg) scale(1.2);-moz-transform: rotate(6deg) scale(1.2);-o-transform: rotate(6deg) scale(1.2);-ms-transform: rotate(6deg) scale(1.2);}
#cliente_interna section{text-align: center;}
#cliente_interna section figure{display: inline-table; margin: 26px;overflow: hidden;height: 100px;width: 160px}
#cliente_interna section figure img{height: 100%;}



.redes-sociais-right{
    height: auto;
    position: fixed;
    top: calc(80% - 20px);
    right: 10px;
    transform: translate(0, -50%) !important;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.redes-sociais-right a{
    text-decoration: none;
    margin-top: 18px;
}

.bolinha-social{
    background: #efefef;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 24px;
    color: #989898;
    margin: 0 5px;
    transition: 0.5s;
}

.redes-sociais-right .fa-facebook-f{
    color: #fff;
}

.redes-sociais-right .fa-twitter{
    color: #fff;
}

.redes-sociais-right .fa-linkedin-in{
    color: #fff;
}

.redes-sociais-right .fa-instagram{
    color: #fff;
    font-size: 19px;
}

.redes-sociais-right .fa-whatsapp{
    color: #fff;
    font-size: 18px;
}

.bolinha-facebook{
    background: #3b5998 !important;
    border: solid 2px #5a79b9;
}

.bolinha-linkedin{
    background: #2867B2 !important;
    border: solid 2px #3d7fce;
}

.bolinha-instagram{
    background: #C13584 !important;
    border: solid 2px #da62a6;
}

.bolinha-twitter{
    background: #1DA1F2 !important;
    border: solid 2px #39b4ff;
}

.bolinha-whatsapp{
    background: #25D366 !important;
    border: solid 2px #81f5ac;
}

.bolinha-social:hover {
    background: #c7c7c7; 
    color: #263c6a;
}

.redes-sociais-right .bolinha-social:hover{
    transform: scale(1.2);
}

.redes-sociais-right .bolinha-social{
    width: 35px;
    height: 35px;
    font-size: 16px;
}
.circulo-icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f3f3;
    display: inline-block;
    position: relative;
    margin: auto 5px;
}
.circulo-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #A07E41;
    font-size: 18px;
    font-weight: 700;
}