/*  TOPOO TOPO TOPO TOPO TOPO TOPO TOPO */
body{
	margin: 0;
	position: relative;
	border: 0;
}

.fora_topo{
	background-image: url("images/fundo_topo.jpg");
	background-position: center;
	height: 773px;
}

.BtWhatsapp {
    background-image: url("images/bt_whatsapp.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 20px;
    height: 50px;
    position: fixed;
    right: 20px;
    width: 50px;
    z-index: 10;
}

.home{
	width: 1200px;
    margin: 0 auto;
}

.menu-fixo {
	position: fixed;
	top: 0;
	z-index: 99;
	transition: all .5s;
}

.logo_topo{
	padding-top: 50px;
	float: left;
}

.itens_home{
    display: inline-block;
    float: left;
    width: 593px;
    margin-left: 60px;
    margin-top: 60px;
}

.itens_home li{
	display: inline-block;
    float: left;
}

.itens_home a{
	font: 15px 'montserratbold', Arial, sans-serif;
	color: #c7990b;
    padding-right: 35px;
	text-decoration: none;
}

.itens_home a:hover{
	color: #fff;
}

.autenticidade{
	display: inline-block;
    float: left;
    width: 253px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 9px;
    margin-top: 65px;
    margin-left: 59px;
	cursor: pointer;
}

.text_autent{
    font: 15px 'montserratbold', Arial, sans-serif;
    color: #fff;
    text-align: center;
    margin-top: -20px;
    margin-left: 6px;
	line-height: 10px;
}


.autenticidade img{
	margin-left: -8px;
    margin-top: 11px;
}

.botao_mobile{
	display: none;
}

.BtMenuPrincMob{
	display: none;
}

.TelTopo:before {
    content: " ";
    width: 27px;
    height: 27px;
    background-image: url(images/ico_telefone.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -6px;
}

.ContatosMenuMob .TelTopo {
    display: flex !important;
    justify-content: space-between;
    font: 28px 'latoblack', Arial, sans-serif;
    align-items: center;
    width: 92%;
    margin: 0 auto;
}

.ContatosMenuMob .TelTopo span {
    font: 28px 'latoregular', Arial, sans-serif;
}

@media only screen and (max-width:1250px)  {
	
.home {
    width: 1030px;
    margin: 0 auto;
}	
	
.itens_home {
    margin-left: -1px;
}
	
.autenticidade {
    width: 193px;
    margin-left: 10px;
}
	
.text_autent {
    font: 12px 'montserratbold', Arial, sans-serif;
	line-height: 10px;
}
	
}

@media only screen and (max-width:1050px)  {
	
.fora_topo{
	background-image: url("images/fundo_topo2.jpg");
}
	
.fora_topo {
    height: 696px;
}
	
.home {
    width: 90%;
    margin: 0 auto;
}
	
.itens_home{
	display: none;
}
	
.autenticidade{
	display: none;	
}
	
.botao_mobile{
	display: block;
}
	
.botao_mobile img{
    float: right;
    margin-top: 55px;
}
	
.BtMenuPrincMob{
	display: block;
}
	
.BtMenuPrincMob a:after {
	color: #c7990b;
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 58px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 83px;
    line-height: 0px;
    float: right;
}

}

a, .IcoServicoHome div, .LinksUnidades a:after, .BotaoEnviar, .BotaoEnviar2,  .MenuMob, #ConteudoCompleto {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}


#ConteudoCompleto {
	width: 100%;
	height: 100%;
	overflow-x: -webkit-paged-y;
}

.BtMenuMob {
	font: 20px 'ralewaylight', Arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	position: fixed;
    right: 0px;
    top: 0px;
	cursor: pointer;
	z-index: 19;
	padding: 30px 30px 20px 40px;
	/*background-color: rgba(18, 1, 17, 0.80);*/
}
.BtMenuMob:hover {
	font: 20px 'ralewaylight', Arial, sans-serif;
	color: #FFF;
}
.BtMenuMob:after {
	color: #ff2628;
	content: "\f0c9";
	font-family: FontAwesome;
	vertical-align: middle;
	font-size: 30px;
	display: inline-block;
	margin-left: 10px;
	margin-top: -8px;
}

.MenuMob {
    font: 20px 'OpenSansLight', Arial, sans-serif;
    color: #FFF;
    position: fixed;
    background-color: #1b1b1b;
    text-align: right;
    width: 90%;
    height: 100%;
    max-width: 340px;
	overflow: auto;
    overflow-x: hidden;
    top: 0;
	right: -340px;
	z-index: 20;
}

.MenuMobConteudo {
	padding: 30px 10px 30px 10px;
}

.BtMenuMobFechar {
	font: 20px 'ralewaylight', Arial, sans-serif;
	color: #c7990b;
	text-transform: uppercase;
	position: absolute;
    right: 0px;
    top: 0px;
	cursor: pointer;
	z-index: 19;
	padding: 30px 10px 20px 40px;
	/*background-color: rgba(18, 1, 17, 0.80);*/
}
.BtMenuMobFechar:hover {
	font: 20px 'montserratbold', Arial, sans-serif;
	color: #FFF;
}
.BtMenuMobFechar:after {
    color: #fff;
    content: "\f00d";
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 30px;
    display: inline-block;
    margin-left: 10px;
    margin-top: -6px;
    line-height: 0px;
}	

.MenuMobItens {
	border-top: 1px solid #fff;
	margin-top: 50px;

    
}


.MenuMobItens a {
    display: block;
    text-transform: uppercase;
    color: #c7990b;
    font: 25px 'montserratbold', Arial, sans-serif;
    text-align: right;
    padding: 10px 10px 10px 0px;
    margin: 0px 0px 0px 0px;
	border-bottom: 0.5px solid #fff;
	text-decoration: underline;
}

.MenuMobItens a:hover {
	color: #FFFFFF;
    font: 25px 'latoheavy', Arial, sans-serif;
	background-color: #2488c9;
}

.LinkMob {
    text-decoration: none !important;
    padding: 0px !important;
    border: 0px !important; 
}

.TelefonesMenuMob {
	text-align: right;
	margin-top: 25px;
	font-size: 0px;
}

.TelefonesMenuMob div {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	color: #FFF;
	font: 23px 'OpenSansBold', Arial, sans-serif;
}

.TelefonesMenuMob div:before {
	content: " ";
	background-size: contain;
	display: inline-block;
	vertical-align: sub;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.TelefonesMenuMob span {
	text-align: center;
	color: #FFF;
	font: 23px 'OpenSansLight', Arial, sans-serif;
}

.TelefonesMenuMob div:last-child {
	margin: 0px 0px;
}
	
.ContatosMenuMob .TelTopo {
	display: block !important;
	margin-right: 0px;
	font: 28px 'latoblack', Arial, sans-serif;
    width: 100%;
}

.ContatosMenuMob{
	margin-top: 23px;
}

.ContatosMenuMob .TelTopo span {
	font: 28px 'latoregular', Arial, sans-serif;
}

p {
	margin: 0px;
    padding-bottom: 20px;
}
.clear {
	clear:both;
}
.ScrollBody {
	/*overflow: hidden;*/
}

.logo_menu_resp{
	margin-top: 30px;
}

@media only screen and (max-width:700px)  {
	
.MenuMob {
	max-width: 270px;	
}
	
.BtMenuPrincMob a:after {
    margin-top: 54px;
}
	
.logo_topo {
    padding-top: 20px;
}
	
.BtMenuPrincMob a:after {
    margin-top: 40px;
	font-size: 38px;
}	
	
.logo_topo img{
	width: 173px;
    height: 44px;	
}
	
}

@media only screen and (max-width:500px)  {
	

	
}

@media only screen and (max-width:700px)  {
	
.fora_topo{
	background-image: url("images/fundo_topo3.jpg");
}
	
.fora_topo {
    height: 380px;
}
	
}

@media only screen and (max-width:450px)  {
	
.fora_topo{
	background-image: url("images/fundo_topo4.jpg");
	height: 463px;
}
	
.BtMenuPrincMob a:after {
    margin-top: 72px;
    font-size: 38px;
}
	
.logo_topo {
    padding-top: 45px;
}
	
}


/*  TOPOO TOPO TOPO TOPO TOPO TOPO TOPO */



/* meufixo $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/



.MenuFixo {
	width: 100%;
	position: fixed;
	top: -200px;
	z-index: 999;
	background-color: #111111;
    background-position: top center;
    background-size: cover;
    font-size: 0;
}
.MenuEsq {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 60%;
}
.MenuDir {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 40%;
}
.FixaMenu {
	top: 0px;
}
.AreaMenuFixo {
    width: calc(100% - 00px);
    margin: 0 auto;
    padding: 0px 0px;
}
.LogoMenuFixo {
	max-width: 200px;
	cursor: pointer;
}

.logo_fixo{
	margin-top: -27px;
    margin-bottom: 24px;
}

.itens_home_fixo{
	margin-top: 50px;
}

.autencidade_fixo{
    margin-top: 32px;
}

.text_autent_fixo{
	    margin-top: -17px;
}

@media only screen and (max-width:1050px)  {

.logo_fixo{
	margin-top: 0px;
    margin-bottom: 20px;	
}

.btmenu_fixo{
	display: block;
    margin-top: -25px;	
}
	
}

@media only screen and (max-width:700px)  {
	
.logo_fixo {
    margin-top: -3px;
    margin-bottom: 20px;
}
	
.btmenu_fixo {
    display: block;
    margin-top: 0px;
}
	
}

@media only screen and (max-width:450px)  {
	
.logo_fixo {
    margin-top: 7px;
    margin-bottom: 18px;
}
	
.btmenu_fixo {
    display: block;
    margin-top: -35px;
}
	
}



/* menufixo $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/






/*  CONSULTE CONSULTE CONSULTE CONSULTE CONSULTE */

.fora_consulte{
	background-image: url("images/fundo_consulte.jpg");
	background-position: center;
}

.conteudo_consulte {
    width: 626px;
    margin: 0 auto;
}

.text_principal_consulte{
    font: 50px 'montserratbold', Arial, sans-serif;
	color: #fff;
    padding-top: 102px;
	line-height: 50px;
}

.digite{
width: 380px;
    height: 70px;
    border-radius: 10px;
    border: 0px;
    margin-top: 20px;
    font: 20px 'montserratlight', Arial, sans-serif;
    padding-left: 16px;
}

.enviar{
	width: 225px;
    height: 70px;
    border: 0px;
    background-color: #1b1b1b;
	border-radius: 10px;
    color: #fff;
	font: 20px 'montserratbold', Arial, sans-serif;
    margin-top: 15px;
}

.text2_consulte{
    font: 15px 'montserratlight', Arial, sans-serif;
    color: #fff;
    width: 513px;
    line-height: 24px;
    margin-top: 18px;
}

.fora_numero_consulte{
    margin-top: 28px;
    margin-left: 24px;
    padding-bottom: 150px;
}

.text_numero_consulte{
	font: 22px 'montserratbold', Arial, sans-serif;
	color: #fff;
    display: flex;
}

.text_email_consulte{
	font: 18px 'montserratlight', Arial, sans-serif;
	color: #fff;
    padding-top: 3px;
}

@media only screen and (max-width:750px)  {
	
.digite{
	height: 62px;	
}
	
.enviar{
	width: 226px;
    margin-top: 17px;
    height: 63px;	
}
	
.text_principal_consulte {
    font: 38px 'montserratbold', Arial, sans-serif;
    padding-top: 84px;
}
	
.conteudo_consulte {
    width: 476px;
    margin: 0 auto;
}
	
}

@media only screen and (max-width:530px)  {
	
.conteudo_consulte {
    width: 327px;
    margin: 0 auto;
}
	
.digite{
	width: 310px;	
}
	
.enviar{
	width: 200px;	
}
	
.text2_consulte {
    width: 330px;
}
	
.fora_numero_consulte{
	margin-left: 0px;
	padding-bottom: 70px;
}
	
.text_principal_consulte {
    padding-top: 87px;
}
	
}

/*  CONSULTE CONSULTE CONSULTE CONSULTE CONSULTE */









/*  SOBRENOS SOBRENOS SOBRENOS SOBRENOS SOBRENOS SOBRENOS */

.fora_sobrenos{
	background-image: url("images/fundo_sobrenos.jpg");
	height: 815px;
	background-position: center;
}

.fora_text_sobrenos{
	width: 1250px;
    margin: 0 auto;
}

.text1_sobrenos{
	display: inline-block;
    float: left;
    font: 50px 'montserratlight', Arial, sans-serif;
    color: #c7990b;
	margin-left: 605px;
    margin-top: 123px;
    margin-right: 18px;
}

.text2_sobrenos{
    display: inline-block;
    float: left;
    font: 50px 'montserratbold', Arial, sans-serif;
    color: #c7990b;
    margin-top: 123px;
}

.bloco_text_sobrenos{
    display: block;
    padding-top: 32px;
    width: 597px;
    float: right;
    margin-right: 48px;
}

.bloco_text_sobrenos p{
    font: 16px 'montserratextralight', Arial, sans-serif;
    color: #fff;
    line-height: 22px;
}

.text1{
    margin-top: -9px;
}

.text2{
	margin-top: 34px;
}

.text_somos_diferentes{
	font: 16px 'montserratbold', Arial, sans-serif;
    color: #fff;
    margin-top: 28px;
    margin-bottom: 25px;
}

.lista_sobrenos{
    margin-left: -47px;
    margin-top: 35px;
}

.lista_sobrenos ul{
	list-style: none;
}

.lista_sobrenos ul li:before {
  content: '\2022';
  margin: 0 2px;
  color: #c7990b 
}

.lista_sobrenos li{
	font: 16px 'montserratextralight', Arial, sans-serif;
    color: #fff;
	line-height: 22px;
}


@media only screen and (max-width:1230px)  {
	
.fora_sobrenos{
	background-image: url(images/fundo_contato.jpg);
    background-position: center;	
}
	
.fora_text_sobrenos {
    width: 598px;
    margin: 0 auto;
    height: 286px;
}
	
.text1_sobrenos{
	margin-left: 0px;
}
	
.bloco_text_sobrenos{
	margin-right: 0px;	
}
	
.bloco_text_sobrenos p {
    text-align: justify;
}
	
}

@media only screen and (max-width:650px)  {
	
.bloco_text_sobrenos {
    margin-right: 0px;
    width: 100%;
}
	
.fora_text_sobrenos {
    width: 85%;
    margin: 0 auto;
    height: 286px;
}
	
.text1_sobrenos {
    margin-top: 50px;
    font-size: 40px;
}
	
.text2_sobrenos {
    margin-top: 50px;
    font-size: 40px;
}
	
}

@media only screen and (max-width:596px)  {
	
.fora_sobrenos {
    background-image: url(images/fundo_contato2.jpg);
    background-position: center;
    height: 913px;
}
	
}

@media only screen and (max-width:444px)  {
	
.fora_sobrenos {
    height: 1080px;
}
	
}

/*  SOBRENOS SOBRENOS SOBRENOS SOBRENOS SOBRENOS SOBRENOS */










/*  PRODUTOS PRODUTOS PRODUTOS PRODUTOS PRODUTOS PRODUTOS PRODUTOS PRODUTOS */


.text_produtos1{
	font: 50px 'montserratbold', Arial, sans-serif;
    display: inline-block;
    margin-right: 26px;
}

.text_produtos2{
	font: 50px 'montserratlight', Arial, sans-serif;
	display: inline-block;
}

.fora_produtos{
	background-image: url("images/fundo_produtos.jpg");
	background-position: center;
}

.fundo_produtos{
	width: 1200px;
    margin: 0 auto;
	padding-top: 123px;
    padding-bottom: 32px;
}

.fora_text_produtos{

}

.text_principal_produtos{
	font: 30px 'montserratbold', Arial, sans-serif;
	color: #c7990b;
	display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.text_subtitulo_produtos{
	font: 16px 'montserratbold', Arial, sans-serif;
    color: #1b1b1b;
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
    margin-top: -69px;
    line-height: 21px;
}

.text_inteiro_produtos{
    font: 16px 'montserratextralight', Arial, sans-serif;
    color: #1b1b1b;
    margin-left: 35px;
    margin-top: -25px;
}

.itens_produtos{
    width: 1207px;
    margin: 0 auto;
    margin-top: 50px;
}

.produto{
    width: 357px;
    margin-bottom: 41px;
    display: inline-block;
    padding-right: 64px;
	vertical-align: top;
	padding-top: 15px;
}

.produto_bottom{
	margin-bottom: 80px;
}

.riso_produto{
    width: 5px;
    height: 110px;
    background-color: #c7990b;
    display: inline-block;
}

.produto_3{
	padding-right: 0px;
}

.produtos_responsivo{
	display: none;
}

@media only screen and (max-width:1270px)  {
	
.itens_produtos {
    width: 783px;
    margin: 0 auto;
    margin-top: 50px;
}
	
.produto_2{
	padding-right: 0px;	
}
	
.fundo_produtos {
    width: 783px;
    margin: 0 auto;
}
	
.fora_text_produtos {
	padding-top: 86px;
    padding-bottom: 43px;
    width: 242px;
    margin-top: -153px;
}

.produto_padding{
	padding-right: 64px;
}
	
.produto_ultimo {
    margin-top: -56px;
    margin-bottom: 68px;
}
	
}

@media only screen and (max-width:850px)  {
	
.fora_produtos {
    background-image: url(images/fundo_produtos2.jpg);
    background-position: center;
    height: 180px;
}
	
.produtos_responsivo{
	display: block;
	margin: 0 auto;
    margin-top: -30px;
    margin-bottom: -57px;
	text-align: center;
	width: 226px;
}
	
.produtos_full{
	display: none;
}
	
.itens_produtos {
    width: 354px;
}
	
.produto {
    padding-top: 3px;
}
	
}

@media only screen and (max-width:410px)  {
	
.itens_produtos {
    width: 329px;
}
	
.produto {
    width: 330px;
}
	
.text_principal_produtos {
    margin-left: 18px;
}
	
.text_subtitulo_produtos {
    margin-left: 27px;
}
	
.text_inteiro_produtos {
    margin-left: 25px;
}
	
}

/*  PRODUTOS PRODUTOS PRODUTOS PRODUTOS PRODUTOS PRODUTOS PRODUTOS PRODUTOS */









/*  BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER */


.banner{
	background-image: url("images/banner.jpg");
	height: 590px;
	background-position: center;
}

@media only screen and (max-width:1220px)  {
	
.banner {
    height: 140px;
}
	
}

/*  BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER */










/*  SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS */

.fundo_servicos{
	background-image: url("images/fundo_servicos.jpg");
	background-position: center;
	height: 1033px;
}

.text_servicos1{
	font: 50px 'montserratbold', Arial, sans-serif;
	display: inline-block;
	margin-right: 20px;
}

.text_servicos2{
	font: 50px 'montserratlight', Arial, sans-serif;
	display: inline-block;
}

.fora_servicos{
    width: 1160px;
    margin: 0 auto;
}

.fora_text_servicos{
    width: 445px;
    float: right;
    margin-top: 140px;
    margin-right: 190px;
}

.risco_servicos{
	background-color: #c7990b;
    width: 4px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    margin-top: -17px;
    margin-left: 35px;
}

.item_servicos{
    float: right;
    width: 666px;
	margin-top: 83px;
}

.item_serv1{
	margin-top: 100px;
}

.item_serv3 img{
	margin-top: -34px;
}

.item_serv2 img{
	margin-top: -26px;
}

.titulo_servicos{
	font: 25px 'montserratbold', Arial, sans-serif;
    color: #c7990b;
    display: inline-block;
    vertical-align: top;
    margin-top: -17px;
    margin-left: 32px;
    width: 411px;
}

.texto_servicos{
	font: 16px 'montserratextralight', Arial, sans-serif;
    color: #1b1b1b;
    width: 465px;
    display: inline-block;
    margin-left: 213px;
    margin-top: -83px;
    line-height: 22px;
	vertical-align: top;
}

.text_serv2{
    margin-top: -82px;
}

.text_serv3{
    margin-left: 230px;
    margin-top: -67px;
}

.servicos_img{
	display: inline-block;
}

.fora_text_servicos2{
	display: inline;
}

@media only screen and (max-width:1220px)  {
	
.fundo_servicos {
    background-image: none;
	background-color: #f1f1f1;
	height: 963px;
}
	
.fora_servicos {
    width: 666px;
    height: 200px;
	margin: 0 auto;
}
	
.fora_text_servicos{
	margin-right: 0px;
    margin: 0 auto;
    float: none;
    padding-top: 92px;	
}
	
.item_servicos {
	margin-right: 0px;	
}
	
}

@media only screen and (max-width:740px)  {

.item_servicos {
    margin-right: 0px;
	width: 555px;
    float: none;
    margin: 0 auto;
    margin-top: 83px;
}

.item_servicos img{
	width: 87px;
    height: 87px;	
}

.risco_servicos {
    width: 4px;
    height: 65px;
    margin-top: -17px;
    margin-left: 20px;
}
	
.titulo_servicos {
    margin-top: -17px;
    margin-left: 32px;
    width: 369px;
}
	
.texto_servicos {
    width: 407px;
    margin-left: 153px;
    margin-top: -37px;
    line-height: 22px;
}
	
.fora_servicos {
    width: 555px;
    height: 200px;
    margin: 0 auto;
}
	
.text_serv3{
	margin-top: -14px;	
}
	
}

@media only screen and (max-width:570px)  {
	
.fora_servicos{
	width: 100%;	
}
	
.item_servicos{
	width: 100%;
}
	
.fora_text_servicos2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 51px;
}
	
.risco_servicos {
    margin-top: -17px;
    margin-left: 20px;
}
	
.titulo_servicos {
    margin-top: -18px;
    margin-left: 25px;
    width: 81%;
    margin-bottom: 28px;
}
	
.texto_servicos {
	width: 81%;
    margin-left: 54px;
    margin-top: -6px;
    line-height: 22px;
}
	
.servicos_img {
    display: block;
    text-align: center;
}
	
.fundo_servicos {
    background-image: none;
    background-color: #f1f1f1;
    height: 1433px;
} 
	
.text_servicos1 {
    font: 35px 'montserratbold', Arial, sans-serif;
}
	
.text_servicos2 {
    font: 35px 'montserratlight', Arial, sans-serif;
}
	
.fora_text_servicos{
	width: 310px;	
}
	
}

@media only screen and (max-width:425px)  {
	
.fundo_servicos {
    background-image: none;
    background-color: #f1f1f1;
    height: 1545px;
}
	
}

/*  SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS SERVICOS */











/*  CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO */

.fundo_contato{
	background-image: url("images/fundo_contato.jpg");
	background-position: center;
}

.text_form1{
    font: 50px 'montserratlight', Arial, sans-serif;
    color: #c7990b;
    display: inline-block;
    margin-right: 23px;
	margin-top: 125px;
}

.text_form2{
	font: 50px 'montserratbold', Arial, sans-serif;
	color: #c7990b;
	display: inline-block;
}

.fora_contato{
    width: 1240px;
    margin: 0 auto;
}

.esquerda_contato{
    width: 50%;
    display: inline-block;
}

.direita_contato{
    width: 49%;
    display: inline-block;
	vertical-align: top;
}

.campoform {
    width: 620px;
    height: 55px;
    border-radius: 11px;
    border: 0;
	margin-top: 14px;
	font: 20px 'montserratlight', Arial, sans-serif;
	padding: 10px;
}

.campomensagem {
	height: 160px;
}

.enviarform{
	width: 210px;
	height: 70px;
	background-color: #c7990b;
	border: 0;
	border-radius: 9px;
    margin-top: 15px;
    margin-bottom: 150px;
	font: 30px 'montserratbold', Arial, sans-serif;
	color: #fff;
}

.formcontato{
	margin-top: 30px;
}

.text_endereco1{
	text-transform: uppercase;
	font: 25px 'montserratbold', Arial, sans-serif;
	color: #fff;
	display: inline-block;
    vertical-align: top;
	margin-left: 28px;
}

.text_endereco2{
	font: 16px 'montserratextralight', Arial, sans-serif;
    color: #fff;
    margin-left: 38px;
    margin-top: -36px;
	line-height: 20px;
}

.risco_contato{
    width: 4px;
    height: 82px;
    background-color: #c7990b;
    display: inline-block;
}

.endereco_contato{
	margin-top: 134px;
    margin-left: 80px;
}

.iframe_contato{
	margin-left: 79px;
    margin-top: 45px;
}

.text_telefone{
	font: 25px 'montserratbold', Arial, sans-serif;
	color: #fff;
	display: inline-block;
    vertical-align: top;
	margin-left: 28px;
}

.text_telefone2{
	font: 22px 'montserratbold', Arial, sans-serif;
	color: #fff;
	display: inline-block;
    vertical-align: top;
}

.fora_text_email{
    width: 450px;
    margin-left: 39px;
    line-height: 30px;
}

.text_email{
    font: 22px 'montserratbold', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
}

.text_email2{
    font: 18px 'montserratlight', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.risco_contato2{
    width: 4px;
    height: 82px;
    background-color: #c7990b;
    display: inline-block;
    margin-bottom: -85px;
}

.telefone_contato{
	margin-left: 78px;
    margin-top: 43px;
}

.text_redes {
    font: 25px 'montserratbold', Arial, sans-serif;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.redes_sociais{
	margin-top: 30px;
    margin-left: 119px;
}

.img_redes{
	display: inline-block;
	padding-left: 18px;
}

.redes1{
	padding-left: 30px;
}

.img_redes a{

}

.fora_redes {
    display: inline-block;
    margin-top: 8px;
    position: absolute;
}

::-webkit-input-placeholder { /* Edge */
	font: 16px 'montserratextralight', Arial, sans-serif;
	color: #1a1a1a;
	padding: 10px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font: 16px 'montserratextralight', Arial, sans-serif;
	color: #1a1a1a;
	padding: 10px;
}

::placeholder {
	font: 16px 'montserratextralight', Arial, sans-serif;
	color: #1a1a1a;
	padding: 10px;
}


@media only screen and (max-width:1300px)  {

.fora_contato {
    width: 1000px;
    margin: 0 auto;
}
	
.campoform {
    width: 480px;
}
	
.iframe_contato iframe{
	border: 0;
    width: 411px;
    height: 250px;	
}
	
.fora_text_email {
    width: 349px;
}
	
.text_email2 {
    margin-top: 5px;
	margin-bottom: 12px;
}
	
}

@media only screen and (max-width:1050px)  {
	
.text_form1 {
    margin-top: 82px;
}
	
.esquerda_contato{
	display: block;
    margin: 0 auto;
    width: 500px;		
    margin-bottom: -187px;
}
	
.fora_contato {
    width: 562px;
    margin: 0 auto;
}
	
.redes_sociais {
    margin-top: 30px;
    margin-left: 0px;
    padding-bottom: 45px;
}
	
.telefone_contato {
    margin-left: 0px;
    margin-top: 30px;
    padding-bottom: 40px;
}
	
.iframe_contato {
    margin-left: 0px;
    margin-top: 45px;
}
	
.endereco_contato{
	margin-left: 0px;	
}
	
.direita_contato{
	display: block;
    vertical-align: unset;
    width: 500px;
    margin: 0 auto;	
}
	
.iframe_contato iframe {
    width: 500px;
    height: 300px;
}
	
}

@media only screen and (max-width:570px)  {
	
.fora_contato {
    width: 410px;
}
	
.esquerda_contato {
    width: 410px;
}
	
.text_form1 {
    margin-top: 70px;
    font: 44px 'montserratlight', Arial, sans-serif;
}
	
.text_form2 {
    font: 44px 'montserratbold', Arial, sans-serif;
}
	
.campoform {
    width: 389px;
}
	
.direita_contato {
    width: 410px;
}
	
.iframe_contato iframe {
    width: 410px;
    height: 250px;
}
	
.produto {
    padding-right: 3px;
}
	
    .telefone_contato {
        margin-left: 0px;
        margin-top: 20px;
        padding-bottom: 22px;
    }

}

@media only screen and (max-width:445px)  {
	
.fora_contato {
    width: 320px;
}
	
.esquerda_contato {
    width: 320px;
}
	
.fora_textform1{
	width: 309px;
    margin: 0 auto;	
}
	
.text_form1 {
    margin-top: 70px;
    font: 34px 'montserratlight', Arial, sans-serif;
    margin-right: 11px;
}
	
.text_form2 {
    font: 34px 'montserratbold', Arial, sans-serif;
}
	
.campoform {
    width: 299px;
}
	
.direita_contato {
    width: 320px;
}
	
.text_endereco1 {
    margin-left: 20px;
}
	
.text_endereco2 {
    font: 16px 'montserratextralight', Arial, sans-serif;
    color: #fff;
    margin-left: 27px;
    margin-top: -30px;
}
	
.iframe_contato iframe {
    width: 320px;
    height: 230px;
}
	
.text_telefone {
    font: 20px 'montserratbold', Arial, sans-serif;
    margin-left: 24px;
}
	
.text_telefone2 {
    font: 20px 'montserratbold', Arial, sans-serif;
}
	
.fora_text_email {
    width: 273px;
	margin-left: 31px;
}
	
.text_email {
    font: 22px 'montserratbold', Arial, sans-serif;

}
	
.text_email2 {
    font: 15px 'montserratlight', Arial, sans-serif;
}
	
.redes_sociais {
    margin-top: 30px;
    margin-left: 0px;
    padding-bottom: 45px;
}
	
.text_redes{
	display: block;
    text-align: center;	
}
	
.fora_redes{
	width: 320px;
    position: unset;
    text-align: center;
    margin-top: 22px;	
}
	
}

/*  CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO */












/*  RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE */

.rodape{
	width: 100%;
	height: 300px;
	background-color: #1b1b1b;
}

.logo_rodape{
	width: 348px;
    margin: 0 auto;
    padding-top: 90px;
}

@media only screen and (max-width:570px)  {
	
.rodape {
    width: 100%;
    height: 236px;
    background-color: #1b1b1b;
}
	
.logo_rodape {
    width: 312px;
    margin: 0 auto;
    padding-top: 63px;
}
	
.logo_rodape img{
    width: 310px;
    height: 78px;
}
	
}


/*  RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE */

