@font-face {
    font-family: 'ubunturegular';
    src: url('ubuntu-regular/Ubuntu-R-webfont.eot');
    src: url('ubuntu-regular/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-regular/Ubuntu-R-webfont.woff2') format('woff2'),
         url('ubuntu-regular/Ubuntu-R-webfont.woff') format('woff'),
         url('ubuntu-regular/Ubuntu-R-webfont.ttf') format('truetype'),
         url('ubuntu-regular/Ubuntu-R-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntubold';
    src: url('ubuntu-bold/Ubuntu-B-webfont.eot');
    src: url('ubuntu-bold/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-bold/Ubuntu-B-webfont.woff2') format('woff2'),
         url('ubuntu-bold/Ubuntu-B-webfont.woff') format('woff'),
         url('ubuntu-bold/Ubuntu-B-webfont.ttf') format('truetype'),
         url('ubuntu-bold/Ubuntu-B-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntuitalic';
    src: url('ubuntu-italic/Ubuntu-RI-webfont.eot');
    src: url('ubuntu-italic/Ubuntu-RI-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-italic/Ubuntu-RI-webfont.woff2') format('woff2'),
         url('ubuntu-italic/Ubuntu-RI-webfont.woff') format('woff'),
         url('ubuntu-italic/Ubuntu-RI-webfont.ttf') format('truetype'),
         url('ubuntu-italic/Ubuntu-RI-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('ubuntu-condensed/ubuntu-c-webfont.eot');
    src: url('ubuntu-condensed/ubuntu-c-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-condensed/ubuntu-c-webfont.woff2') format('woff2'),
         url('ubuntu-condensed/ubuntu-c-webfont.woff') format('woff'),
         url('ubuntu-condensed/ubuntu-c-webfont.ttf') format('truetype'),
         url('ubuntu-condensed/ubuntu-c-webfont.svg#ubuntu_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'bebasneue_regular';
	src: url('bebasneue-regular/31F387_0_0.eot');
	src: url('bebasneue-regular/31F387_0_0.eot?#iefix') format('embedded-opentype'),
		 url('bebasneue-regular/31F387_0_0.woff2') format('woff2'),
		 url('bebasneue-regular/31F387_0_0.woff') format('woff'),
		 url('bebasneue-regular/31F387_0_0.ttf') format('truetype'),
		 url('bebasneue-regular/31F387_0_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family: 'ubuntu_condensedregular';
	color:#000000;
}

h1, h2, h3, h4, h5 {
	font-family: 'bebasneue_regular';
}
.alinhar {
	float:none;
	position:relative;
	max-width:1280px;
	margin:0 auto;
}
.alinhar2 {
	float:none;
	position:relative;
	max-width:980px;
	margin:0 auto;	
}
.padding_lateral {
	padding:0 20px 0 20px;
}
.padding_topo {
	float:left;
	position:relative;
	width:100%;
	padding:80px 0 80px 0;
}
.padding_topo_obras {
	float:left;
	position:relative;
	width:100%;
	padding:40px 0 40px 0;
}
header {
	float:left;
	position:relative;
	width:100%;
	z-index:101;
	background-color:#ffffff;
	-moz-box-shadow:    0px 20px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 20px 20px rgba(0,0,0,0.3);
	box-shadow:         0px 20px 20px rgba(0,0,0,0.3);
}
header div.borda_topo {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:10px;
	background-color:#E7E7E7;
}
header div.borda_rodape {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:10px;
	background-color:#E7E7E7;
}
#logo_topo {
	float:left;
	position:relative;
	margin:20px;
}
.info_topo {
	float:right;
	position:relative;
	padding:35px 20px 35px 0px;
}
.info_topo a {
	float:right;
	position:relative;
	width:30px;
	height:30px;
	margin:20px 15px 20px 15px;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
.info_topo a.bt_home {
	background:url(../images/topo_btn_home.jpg) no-repeat center;
}
.info_topo a.bt_home:hover {
	background:url(../images/topo_btn_home_hover.jpg) no-repeat center;
}
.info_topo a.bt_localizacao {
	background:url(../images/topo_btn_localizacao.jpg) no-repeat center;
}
.info_topo a.bt_localizacao:hover {
	background:url(../images/topo_btn_localizacao_hover.jpg) no-repeat center;
}
.info_topo a.bt_contato {
	background:url(../images/topo_btn_contato.jpg) no-repeat center;
}
.info_topo a.bt_contato:hover {
	background:url(../images/topo_btn_contato_hover.jpg) no-repeat center;
}
.info_topo a.bt_menu {
	background:url(../images/topo_btn_menu.jpg) no-repeat center;
}
.info_topo a.bt_menu:hover {
	background:url(../images/topo_btn_menu_hover.jpg) no-repeat center;
}
/* MENU PRINCIPAL */
#menu_principal {
	position:absolute;
	top:-900px;
	right:15px;
	width:154px;
	height:515px;
	background:url(../images/bg_menu.jpg) no-repeat center;
	margin:0;
	padding: 65px 0 0px 40px;
	z-index:100;
	opacity:0;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
ul#menu_principal.exibir_menu {
	position:absolute;
	top:140px;
	opacity:1;
}
#menu_principal li {
	padding:0;
	margin:0;
	list-style:none;
	text-align:left;
	opacity:0.8;
}
#menu_principal li:hover {
	opacity:1;
}

#menu_principal li a {
	float:left;
	position:relative;
	width:100%;
	font-family: 'bebasneue_regular';
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;
	padding-top:30px;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
#menu_principal li.bt_fechar {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	height:30px;
	background-image:url(../images/menu_seta.png);
	background-repeat:no-repeat;
	background-position:center;
	transition:bottom 0.1s linear;
	-o-transition:bottom 0.1s linear;
	-moz-transition:bottom 0.1s linear;
	-webkit-transition:bottom 0.1s linear;
}
#menu_principal li.bt_fechar:hover {
	bottom:15px;
}
/* FIM MENU PRINCIPAL */

/* INICIO BANNER HOME */

#anima {
	float:left;
	position:relative;
	background:url(../images/home6.jpg);
	width: 100%;
	min-height: 580px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#borda_anima {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10px;
	background-color:#000000;
	opacity:0.3;
	z-index:101;
}

/* FIM BANNER HOME */

/* INICIO FRASE HOME */

#div_frase_wl{
	float:left;
	position:relative;
	height:230px;
	width:100%;
}
#div_frase_wl p{
	position:absolute;
	top:75px;
	width:100%;
	text-align:center;
}
#sec_frase_wl div.borda_rodape {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:10px;
	background-color:#7f7f7f;
}

/* FIM FRASE HOME */

/* INICIO OBRAS */
#destaques {
	float:left;
	position:relative;
	width:100%;
	padding:100px 0 142px 0;
}
.itens {
	float:left;
	position:relative;
	width:33.33%;	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.itens > div{
	margin:10px;
	border:1px solid #9a9a9a;
	padding:10px;
}

.destaque1, .destaque2, .destaque3 {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	min-width:270px;
	min-height:150px;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.destaque1:hover, .destaque2:hover, .destaque3:hover {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: url(#normal);
	filter: none;
	opacity:1;
}

.destaque1 img, .destaque2 img, .destaque3 img {
	width:100%;
	height:auto;
}
.destaque1 a > span, .destaque2 a  > span, .destaque3 a  > span {
	position:absolute;
	bottom:-60px;
	left:50%;
}
.destaque1 a > span > span, .destaque2 a  > span > span, .destaque3 a  > span > span {
	position:absolute;
	bottom:0px;
	left:-96px;
	width:130px;
	color:#000000;
	border:1px solid #9a9a9a;
	padding: 35px 30px 17px 30px;
	font-family: 'bebasneue_regular';
	font-size:20px;
	text-decoration:none;
	text-align:center;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

/* FIM OBRAS */

/* INICIO FOOTER */
.info_rodape_wrapper{
	width:100%;
}

#footer_box {
	position:relative;
	float:left;
	width:100%;
	margin:0px;
	padding:20px 0px 27px 0px;
	
}

.mapa_do_site {
	float:left;
	position:relative;
	font-family: 'bebasneue_regular';
	font-size:20px;
	margin:0px;
}
.mapa_do_site p {
	color:#000000;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:25px;
}
.mapa_do_site ul {
	margin:0;
	padding:0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.mapa_do_site ul li {
	display:block;
	list-style:none;
}
.mapa_do_site ul li a {
	color:#7b7b7b;
	text-decoration:none;
	margin-bottom:10px;
}

.info_rodape {
	position:absolute;
	bottom:27px;
	right:0px;
	width:570px;
}
.logo_rodape {
	position:absolute;
	bottom:0px;
	right:0px;
}
#dados_rodape{
	position:relative;
	float:right;
	width:428px;
	padding-right:142px;
	margin:0px;
	text-align:right;
}
#dados_rodape p{
	margin-bottom:0px;
}

.info_rodape .info_phone {
	font-family: 'bebasneue_regular';
	color:#000000;
}
#texto_rodape {
	color: #7b7b7b;
}
.assinatura {
	color:#7b7b7b;
}
.assinatura a {
	color:#7b7b7b;
}
.assinatura a:hover {
	text-decoration:none;
}

.linha_rodape {
	display:none;
	margin-top: 22px;
	padding-bottom: 0px;
}
/* FIM FOOTER */


/* INICIO A WL CONSTRUTORA*/
#anima_a_wl_construtora {
	background:url(../images/topo_a_wl.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.texto_a_wl{
	width:100%;
	height:auto;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}	
.texto_a_wl p{
	margin-top: 0px;
	color:#7b7b7b;
}	
.texto_missao_valores{
	position:relative;
	float:left;
	width:50%;
	height:auto;
}
.texto_missao_valores p{ 
	margin-right:20px;
	color:#acacac;
}
.texto_missao_valores ul{ 
	color:#acacac;
}
/* FIM A WL CONSTRUTORA*/

/* INICIO A FRENTE WL*/
#sec_a_frente p {
	color: #7b7b7b;
}
#anima_a_frente {
	background:url(../images/topo_a_frente.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.texto_a_frente_1{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-bottom:60px;
}	
.texto_a_frente_1 img{
	position:relative;
	float:left;
	border:1px solid #9a9a9a;
	padding:10px;
	margin: 0px 20px 0px 0px;
}
.texto_a_frente_2{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}	
.texto_a_frente_2 img{
	position:relative;
	float:left;
	border:1px solid #9a9a9a;
	padding:10px;
	margin: 0px 20px 0px 0px;
}

/* FIM A FRENTE WL*/

/* INICIO POR QUE A WL*/
#anima_por_que_a_wl {
	background:url(../images/topo_por_que.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.texto_por_que{
	position:relative;
	float:left;
	width:50%;
	height:auto;
}
.texto_por_que p{ 
	margin-right:20px;
	color:#7b7b7b;
}
#anima_download img{
	width:100%;
	height:auto;
}
#anima_download a{
	position:relative;
	float:left; 
	width:100%;
	height:100%;
	text-decoration:none;
	color:#000000;
}
#anima_download p{ 
	position: absolute;
	top:25%;
	left:20px;
	max-width:350px;
	font-family: 'bebasneue_regular';
	font-size:25px;
	text-align: left;
}
/* FIM POR QUE A WL*/

/* INICIO SERVICOS*/
#anima_servicos {
	background:url(../images/topo_servicos.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.texto_servicos{
	position:relative;
	float:left;
	width:50%;
	height:auto;
}
.texto_servicos p{ 
	margin-right:20px;
	color:#7b7b7b;
}
.texto_servicos ul{ 
	color:#7b7b7b;
}
/* FIM SERVICOS*/

/* INICIO PORTFOLIO*/
.div_portfolio{
	margin-top:50px;
}
#anima_portfolio {
	background:url(../images/topo_portfolio.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#destaques_portfolio {
	float:left;
	position:relative;
	width:100%;
	padding:0px 0 97px 0;
}
.itens_portfolio {
	float:left;
	position:relative;
	width:33.33%;	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.itens_portfolio > div{
	margin:10px;
	border:1px solid #9a9a9a;
	padding:10px;
}

.destaque1_portfolio, .destaque2_portfolio, .destaque3_portfolio {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	min-width:270px;
	min-height:150px;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.destaque1_portfolio:hover, .destaque2_portfolio:hover, .destaque3_portfolio:hover {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: url(#normal);
	filter: none;
	opacity:1;
}

.destaque1_portfolio img, .destaque2_portfolio img, .destaque3_portfolio img {
	width:100%;
	height:auto;
}
.destaque1_portfolio a > span, .destaque2_portfolio a  > span, .destaque3_portfolio a  > span {
	position:absolute;
	bottom:-60px;
	left:50%;
}
.destaque1_portfolio a > span > span, .destaque2_portfolio a  > span > span, .destaque3_portfolio a  > span > span {
	position:absolute;
	bottom:0px;
	left:-96px;
	width:130px;
	color:#000000;
	border:1px solid #9a9a9a;
	padding: 35px 30px 17px 30px;
	font-family: 'bebasneue_regular';
	font-size:20px;
	text-decoration:none;
	text-align:center;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

/* FIM PORTFOLIO*/

/* INICIO PORTFOLIO OBRAS */
.div_portfolio_obras_industriais{
	margin-top:96px;
}

#topo_portfolio_obras_industriais {
	background:url(../images/topo_obras_industriais.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#topo_portfolio_obras_comerciais {
	background:url(../images/topo_obras_comerciais.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#topo_portfolio_obras_residenciais {
	background:url(../images/topo_obras_residenciais.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#destaques_portfolio_industriais {
	float:left;
	position:relative;
	width:100%;
	padding:0px 0 112px 0;
}
.itens_portfolio_industriais {
	float:left;
	position:relative;
	width:25%;	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.itens_portfolio_industriais > div{
	margin:10px;
	border:1px solid #9a9a9a;
	padding:10px;
	background-color: #000000;
}

.destaque1_portfolio_industriais, .destaque2_portfolio_industriais, .destaque3_portfolio_industriais, .destaque4_portfolio_industriais {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	min-width:208px;
	min-height:208px;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}

.destaque1_portfolio_industriais {
	background:url(../images/menu_obras_industriais_bebidas.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.destaque1_portfolio_industriais:hover {
	background:url(../images/menu_obras_industriais_bebidas_hover.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.destaque2_portfolio_industriais {
	background:url(../images/menu_obras_industriais_fixacao.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.destaque2_portfolio_industriais:hover {
	background:url(../images/menu_obras_industriais_fixacao_hover.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.destaque3_portfolio_industriais {
	background:url(../images/menu_obras_industriais_produtos.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.destaque3_portfolio_industriais:hover {
	background:url(../images/menu_obras_industriais_produtos_hover.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.destaque4_portfolio_industriais {
	background:url(../images/menu_obras_industriais_industria.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.destaque4_portfolio_industriais:hover {
	background:url(../images/menu_obras_industriais_industria_hover.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.destaque1_portfolio_industriais a, .destaque2_portfolio_industriais a, .destaque3_portfolio_industriais a, .destaque4_portfolio_industriais a {
	width:208px;
	height:208px;
	position:relative;
	float:left;
}
.destaque1_portfolio_industriais a > span, .destaque2_portfolio_industriais a  > span, .destaque3_portfolio_industriais a  > span, .destaque4_portfolio_industriais a  > span {
	position:absolute;
	bottom:-60px;
	left:50%;
}
.destaque1_portfolio_industriais a > span > span, .destaque2_portfolio_industriais a  > span > span, .destaque3_portfolio_industriais a  > span > span, .destaque4_portfolio_industriais a  > span > span {
	position:absolute;
	bottom:0px;
	left:-96px;
	width:170px;
	color:#ffffff;
	border:1px solid #9a9a9a;
	padding: 35px 10px 17px 10px;
	font-family: 'bebasneue_regular';
	font-size:20px;
	text-decoration:none;
	text-align:center;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
}
/* FIM PORTFOLIO OBRAS */

/* INICIO OBRAS*/
.texto_obras_1 {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}	
.texto_obras_1 img{
	position:relative;
	float:left;
	margin:16px 40px 20px 0;
}

/* FIM OBRAS*/

/* INICIO LOCALIZACAO*/

#anima_localizacao {
	background:url(../images/topo_localizacao.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mapa {
	height:450px;
}

/* FIM LOCALIZACAO*/

/* INICIO CONTATO*/

#anima_contato {
	background:url(../images/topo_contato.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
form#contato {
	float:left;
	position:relative;
	width:100%;
	margin:0 0 40px 0;
}
form#contato fieldset {
	border:none;
	margin:0;
	padding:0;
}
form#contato fieldset ol {
	margin:0;
	padding:0;
}
form#contato fieldset ol li {
	list-style:none;
	display:block;
	margin-bottom:10px;
}
form#contato fieldset ol li label {
	float:left;
	position:relative;
	width:100px;
	text-align:right;
	margin-right:5px;
}
form#contato fieldset ol li .campo1 {
	background-color:#ffffff;
	color:#3c3c38;
	border:1px solid #9a9a9a;
	font-size:16px;
	font-family: 'ubuntu_condensedregular';
	padding:5px;
	width:87%;
	width:-webkit-calc(100% - 120px);
	width:calc(100% - 120px);
}
form#contato fieldset ol li .campo2 {
	background-color:#ffffff;
	color:#3c3c38;
	border:1px solid #9a9a9a;
	font-size:16px;
	font-family: 'ubuntu_condensedregular';
	padding:5px;
	margin-right:10px;
	width:25px;
}
form#contato fieldset ol li .campo3 {
	background-color:#ffffff;
	color:#3c3c38;
	border:1px solid #9a9a9a;
	font-size:16px;
	font-family: 'ubuntu_condensedregular';
	padding:5px;
	margin-right:10px;
	width:120px;
}
form#contato fieldset ol li .campo4 {
	background-color:#ffffff;
	color:#3c3c38;
	border:1px solid #9a9a9a;
	font-size:16px;
	font-family: 'ubuntu_condensedregular';
	padding:5px;
	margin-right:10px;
	width:60px;
}
form#contato fieldset ol li .campo5 {
	background-color:#ffffff;
	color:#3c3c38;
	border:1px solid #9a9a9a;
	font-size:16px;
	font-family: 'ubuntu_condensedregular';
	padding:5px;
	width:87%;
	width:-webkit-calc(100% - 108px);
	width:calc(100% - 108px);
}

#img_captcha {
	float:left;
	position:relative;
}
#reload_captcha {
	float:left;
	position:relative;
	margin:5px 10px 0 10px;
}
.submit {
	float:left;
	position:relative;
	padding:10px 30px;
	margin:10px 0 0 100px;
	background-color:#000000;
	border:1px solid #ffffff;
	text-decoration:none;
	color:#ffffff;
	font-family: 'ubunturegular';
	font-size:14px;
	transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-webkit-transition:all 0.4s linear;
}
.submit:hover {
	background-color:#ffffff;
	color:#000000;
	border:1px solid #000000;
}
#mensagem{
	margin-top:30px;
}

/* FIM CONTATO*/

/* INICIO DIVS GERAIS */
.faixa_linhas_black {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	color:#ffffff;
	background:url(../images/bg_linhas_black.jpg) repeat;
}
.faixa_linhas_white {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	background:url(../images/bg_linhas_white.jpg) repeat;
}
.faixa_linhas_gray {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	background:url(../images/bg_linhas_gray.jpg) repeat;
}
.faixa_black {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	color:#ffffff;
	background-color:#000000;
}
.faixa_white {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	background-color:#ffffff;
}
.font_bold { font-family: 'ubuntubold'; }
.font25 { font-size:25px; }

.color_white { color:#ffffff; }
.color_black { color:#000000; }
.color_gray { color:#7b7b7b; }

a.link {
	color:#000000;
	text-decoration:none;
}
a.link:hover {
	text-decoration:underline;
}
.no_border {
	border:none;
}
.logo {
	float:left;
	position:relative;
	margin:20px;
}

.banner_interna{
	float:left;
	position:relative;
	width: 100%;
	min-height: 300px;
}
#borda_anima_interna {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10px;
	background-color:#000000;
	opacity:0.3;
	z-index: 99;
}
.linha_bottom {
	float:left;
	position:relative;
	width:100%;
	border-top:1px solid #9a9a9a;
}


a.bt_voltar {
	float:right;
	position:relative;
	padding:10px 30px;
	margin:20px 20px 20px 20px;
	background-color:#000000;
	border:1px solid #ffffff;
	text-decoration:none;
	color:#ffffff;
	font-family: 'ubunturegular';
	font-size:14px;
	transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-webkit-transition:all 0.4s linear;
}
a:hover.bt_voltar {
	background-color:#ffffff;
	color:#000000;
	border:1px solid #000000;
}

.texto_obras p{
	color:#acacac;
}

/* FIM DIVS GERAIS */

/**********************************************************/
/*			 FINAL CSS VÁLIDO PARA TODA A TELA			  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 975PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 975px) {
	#destaques {
		display: flex;
	    display: -webkit-flex;
	    display: -moz-flex;
	    justify-content: space-around;
	    -webkit-justify-content: space-around;
	    -moz-justify-content: space-around;
	    flex-flow: row wrap;
	    -webkit-flex-flow: row wrap;
	    -moz-flex-flow: row wrap;
		padding:100px 0 82px 0;
	}

	.itens {
		width:50%;
		margin-bottom:70px;
	}
	#destaques_portfolio {
		display: flex;
	    display: -webkit-flex;
	    display: -moz-flex;
	    justify-content: space-around;
	    -webkit-justify-content: space-around;
	    -moz-justify-content: space-around;
	    flex-flow: row wrap;
	    -webkit-flex-flow: row wrap;
	    -moz-flex-flow: row wrap;
		padding:0px 0 32px 0;
	}

	.itens_portfolio {
		width:50%;
		margin-bottom:70px;
	}
	
	#destaques_portfolio_industriais {
		display: flex;
	    display: -webkit-flex;
	    display: -moz-flex;
	    justify-content: space-around;
	    -webkit-justify-content: space-around;
	    -moz-justify-content: space-around;
	    flex-flow: row wrap;
	    -webkit-flex-flow: row wrap;
	    -moz-flex-flow: row wrap;
		padding:0px 0 32px 0;
	}

	.itens_portfolio_industriais {
		width:33.33%;
		margin-bottom:70px;
	}
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 975PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 900PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 900px) {
	.info_rodape {
		width:350px;
	}
	#dados_rodape{
		width:238px;
	}
	#anima_download p{ 
		top:20%;
	}
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 900PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 840PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 840px) {
	#menu_principal {
		height:430px;
		padding: 35px 0 15px 40px;
	}
	#menu_principal li a {
		padding-top:25px;
	}
	.banner_interna {
		min-height:250px;
	}
	#anima_download p{ 
		width:270px;
		font-size:20px;
	}
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 840PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 730PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 730px) {
	#div_frase_wl p{
		top:60px;
	}
	.itens_portfolio_industriais {
		width:50%;
		margin-bottom:70px;
	}
	.banner_interna {
		min-height:200px;
	}
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 730PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 700PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 700px) {
	.mapa_do_site ul {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 700PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 640PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 640px) {
 	.itens {
		width:100%;
	}
 	.itens_portfolio {
		width:100%;
	}
	#anima_download p{ 
		top:15%;
		width:180px;
		font-size:18px;
		text-align:left;
	}
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 640PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 600PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 600px) {
	.padding_topo {
		padding:40px 0 40px 0;
	}
	#logo_topo{
		width: 200px;
		margin-right:0px;
	}
	.info_topo {
		padding:28px 20px 28px 0px;
	}
	ul#menu_principal.exibir_menu {
		top:126px;
	}
	#borda_anima {
		z-index: 99;
	}
	.banner_interna {
		min-height:180px;
	}
	.texto_a_wl{
	    -webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}	

	.texto_missao_valores{
		width:100%;
	}
	.texto_missao_valores p{ 
		margin-right:0px;
	}
	.texto_a_frente_1 img{
		margin: 0px 20px 25px 0px;
	}
	.texto_a_frente_2 img{
		margin: 0px 20px 30px 0px;
	}
	.texto_por_que{
		width:100%;
	}
	.texto_por_que p{ 
		margin-right:0px;
	}
	.texto_servicos{
		width:100%;
	}
	.texto_servicos p{ 
		margin-right:0px;
	}
	.texto_obras {
		position:relative;
		float:left;
	}
	.texto_obras_1 {
		display: flex;
	    display: -webkit-flex;
	    display: -moz-flex;
	    justify-content: space-around;
	    -webkit-justify-content: space-around;
	    -moz-justify-content: space-around;
	    flex-flow: row wrap;
	    -webkit-flex-flow: row wrap;
	    -moz-flex-flow: row wrap;
	}
	.texto_obras_1 img{
		margin: 0px 20px 0px 0px;
	}
	
	.linha_rodape {
		display:block;
	}
	.mapa_do_site ul {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}
	.mapa_do_site{
		position:relative;
		float:left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.info_rodape{
		position:relative;
		float:left;
		bottom: 0px;
		width: 100%;
		max-width: none;
		margin: 0px 0px 0px 0px;
	}
	#dados_rodape {
		position:relative;
		float:left;
		text-align:left;
		width: auto;
	}	
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 600PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 520PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 520px) {
	.info_topo a.bt_home {
	    display: none;
	}	
	.info_topo a.bt_localizacao {
	    display: none;
	}	
	.info_topo a.bt_contato {
	    display: none;
	}	
	.texto_a_frente_1 img{
		margin: 0px 20px 45px 0px;
	}
	.texto_a_frente_2 img{
		margin: 0px 20px 45px 0px;
	}
	.itens_portfolio_industriais {
		width:100%;
		margin-bottom:70px;
	}
	#anima_download p{ 
		top:15%;
		width:150px;
		font-size:16px;
	}
	
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 520PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 480PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 480px) {
	#div_frase_wl p{
		top:45px;
	}
	.banner_interna {
		min-height:120px;
	}
	.texto_a_frente {
		position:relative;
		float:left;
	}
	.texto_a_frente_1 img{
		margin: 0px 20px 0px 0px;
	}
	.texto_a_frente_2 img{
		margin: 0px 20px 0px 0px;
	}
	#anima_download p{ 
		top:10px;
		left:10px;
		width:120px;
		margin-top:0px;
	}
	.mapa {
		height:250px;
	}	
/* CONTATO */
	form#contato fieldset ol li label {
		width:100%;
		text-align:left;
		margin-right: 0px;
	}
	form#contato fieldset ol li .campo1 {
		width:87%;
		width:-webkit-calc(100% - 12px);
		width:calc(100% - 12px);
	}
	form#contato fieldset ol li .campo5 {
		width:100%;
	}
	.submit {
		float:left;
		position:relative;
		padding:10px 30px;
		margin:10px 0 0 80px;
	}	
/* FIM CONTATO */
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 480PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 360PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 360px) {
	#anima_download p{ 
		top:5px;
		font-size:14px;
	}
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 360PX		 	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/*		 CSS VÁLIDO PARA MAX-WIDTH: 320PX		 		  */
/*		 ATENÇÃO PARA INCLUIR O CSS BLOCO DESEJADO 		  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
@media screen and (max-width: 320px) {
}
/**********************************************************/
/*		 FINAL CSS VÁLIDO PARA MAX-WIDTH: 320PX		 	  */
/**********************************************************/
/**********************************************************/
/*		 ATENÇÃO NÃO INCLUIR O CSS ABAIXO DESTE PONTO	  */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/