* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpcf7-validation-errors {
	color: #f7e700;
}

body {
	font-family: 'Poppins', sans-serif;
	margin-top: 100px;
}

a {
	transition: all 0.3s ease 0s;
}

p {
	color: #000000;
}

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

.box-shadow {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.text-left {
	text-align: left!important;
}

.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

/* --- Titles ---- */

.title-2 {
	width: 100%;
	display: inline-block;
	font-weight: 800;
	font-size: 30px;
}

.title-2:after {
	content: "";
	width: 100%;
	max-width: 100px;
	height: 4px;
	background-color:#d04729; 
	display: block;
}

.title-red {
	color: #d04729!important;
}

.title-white {
	color: #FFFFFF!important;
}

.title-blue {
	color: #000000!important;
}

/* --- background colors  ---- */

.bg-red {
	background-color: #d04729!important;
}

.bg-white {
	background-color: #FFFFFF!important;
}

.bg-black {
	background-color: #000000!important;
}

/* --- Botões  ---- */

.btn {
	width: auto;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.btn-red {
	background-color: #d04729;
	color: #FFFFFF;
}

.btn-red:hover {
	background-color: #000000;
}

.btn-blue {
	background-color: #000000;
	color: #FFFFFF;
}

.btn-blue:hover {
	background-color: #d04729;
}

.btn-green {
	background-color: #16B323;
	color: #FFFFFF;
}

.btn-green:hover {
	background-color: #000000;
}

/* --- HEADER ---- */

.menu-responsivo {
	display: none;
}

.header {
	position: fixed;
    top: 0px;
	width: 100%;
	height: auto;
	padding: 20px 0;
	transition: .3s;
	z-index: 999;
	background-color: #FFFFFF;
}

.header.small {
    padding: 10px 0;
}

.header .logo {
	width: 100%;
	max-width: 130px;
	height: auto;
}

.header .menu, .header .menu ul {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 10px;
}

.header .menu li {
	display: inline-block;
}

.header .menu li a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;	
	font-weight: 500;
	padding: 0 10px;
	display: inline-block;
	text-transform: uppercase;
}

.header .menu li a:hover {
	color: #d04729;
}

.header .active {
	color: #d04729!important;
}

.header .btn-orcamento {
	width: auto;
	height: auto;
	text-decoration: none;
	border-bottom: 2px solid #d04729;
	cursor: pointer;
	font-size: 20px;
	margin-top: 5px;
	text-align: center;
	background-color: #d04729;
}

.header .btn-orcamento a {
	color: #FFF!important;
}

.header .btn-orcamento a:hover {
	color: #000!important;
}

/* --- SLIDE HOME ---- */

#slide {
	width: 100%;
	height: auto!important;
}

#slide .item {
	padding: 130px 0;
}

#slide h1 {
	color: #000000;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#slide p {
	margin-bottom: 10px;
}

.owl-prev {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -30px;
	outline: none;
}

.owl-next {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -30px;
	outline: none;
	cursor: pointer;
}

.owl-prev span, .owl-next span {
	padding: 0 10px;
	font-size: 40px;
	color: #9099ab;
	background-color: #e2e6e8;
	transition: all 0.3s ease 0s;
}

.owl-prev span:hover, .owl-next span:hover {
	background-color: #d04729;
	color: #FFFFFF;
}


/* --- NEWSLETTER ---- */

.newsletter {
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.newsletter input {
	width: auto;
	max-width: 100%;
	background: #E1E4E9;
	opacity: 0.7;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 60px;
	vertical-align: middle;
	margin-right: 5px;
}

.newsletter p {
	color: #FFFFFF;
	margin-top: 10px;
}

.newsletter .wpcf7-submit {
	padding: 16px 25px;
	width: auto;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	display: inline-block;
	background-color: #d04729;
	color: #FFFFFF;
	opacity: 1;
}

.newsletter .wpcf7-submit:hover {
	background-color: #fff;
	color: #d04729;
	transition: all 0.3s ease 0s;
}

/* --- SEGMENTOS ---- */

.segmentos {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

.segmentos .box {
	padding: 200px 20px;
}

.segmentos h2 {
	color: #d04729;
	font-size: 40px;
}

.segmentos p {
	color: #d04729;
}

/* --- SERVIÇOS ---- */

.nossos-servicos {
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.nossos-servicos h3 {
	display: block;
	font-size: 20px;
	margin: 15px 0;
}

.nossos-servicos .owl-carousel {
	padding: 50px 10px;
}

.nossos-servicos .owl-carousel .descricao {
	width: 40%;
	height: auto;
	float: left;
	padding-right: 10px;	
}

.servicos-single-home {
	margin: 20px 0;
	text-align: center;
}

.servicos-single-home img {
	width: 100%;
	height: auto;
}


/* --- CATEGORIAS COM ICONES ---- */

.categorias-icons {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
	background-color: #000000;
}

.categorias-icons p {
	color: #9099AB;
}

.categorias-icons a {
	text-decoration: none;
}

.categorias-icons img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 50px;
}

.categorias-icons span {
	font-weight: 800;
	color: #fff;
	display: block;
	font-size: 20px;
	margin-top: 20px;
}

.categorias-icons .botao a {
	margin: 50px auto;
}

.categorias-icons .botao a:hover {
	background-color: #fff;
	color: #d04729;
}

.post-categories a {
	color: #fff;
	text-decoration: none;
}

/* --- OBRAS ATENDIDAS ---- */

.obras-atendidas {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}

.obras-atendidas .box {
	margin-top: 50px;
	margin-bottom: 20px;
}

.obras-atendidas .box img {
	margin-bottom: 24px;
}

.obras-atendidas .box h3 {
	color: #000000;
	font-weight: 700;
	margin-bottom: 12px;
}

.obras-atendidas .box p {
	margin-bottom: 12px;
}

.obras-atendidas .box a {
	color: #d04729;
	font-weight: 500;
	text-decoration: none;
}

.obras-atendidas .box a:hover {
	color: #000000;
}

.obras-atendidas .botao a {
	margin: 50px auto;
}

.single-obras {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}

.single-obras img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.single-obras h1 {
	margin-bottom: 20px;
}

.galeria-obras img {
	width: 100%;
	height: auto;
	display: block;
}


/* --- PRODUTOS HOME ---- */

.produtos-home {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}

.produtos-home img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 50px;
}

.produtos-home span {
	font-weight: 800;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}


/* --- Qualidade ---- */

.qualidade {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}

.qualidade h2 {
	margin-bottom: 20px;
}

.qualidade article {
	margin-bottom: 30px;
}

.qualidade li {
	color: #000000;
	margin-bottom: 10px;
}

.qualidade li:before {
	 font-family: "Font Awesome 5 Free"; 
	 font-weight: 900; 
	 content: "\f058";
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #d04729;
}

/* --- Blog ---- */

.blog {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}

.blog .box {
	margin-top: 50px;
	margin-bottom: 20px;
}

.blog .box img {
	margin-bottom: 24px;
}

.blog .box h3 {
	color: #000000;
	font-weight: 700;
	margin-bottom: 12px;
}

.blog .box p {
	margin-bottom: 12px;
}

.blog .box a {
	color: #d04729;
	font-weight: 500;
	text-decoration: none;
}

.single-blog {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}

.single-blog img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.single-blog h1 {
	margin-bottom: 20px;
}

/* --- PAGE TITLE ---- */
.page-title {
	width: 100%;
	height: auto;
	float: left;
	padding: 100px 0;
	background-size: 100%;
	padding-left: 20px;
}
.page-title h1 {
	font-size: 40px;
	color: #fff;
}


/* --- SIDEBAR---- */


.sidebar .widget-sidebar {
	margin-bottom: 30px;
}

.sidebar .cat-item {
	width: 100%;height: auto;
	display: block;
	padding: 18px 0 18px 0;
	border-bottom: 1px solid #E1E4E9;
}

.sidebar .cat-item a:before {
	 font-family: "Font Awesome 5 Free"; 
	 font-weight: 900; 
	 content: "\f054";
	display: inline-block;
	margin-right:20px;
	font-size: 10px;
}

.sidebar .cat-item a {
    font-size: 14px;
    text-decoration: none;
    color: #364D5A;
    display: block;
}

.cat_list {
	margin-bottom: 20px;
}

/* --- PAGE SOBRE ---- */

.sobre {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}

.sobre iframe {
	width: 100%;
	height: auto;
	min-height: 400px;
	margin-bottom: 10px;
}

.sobre h2 {
	color: #364D5A;
	margin-bottom: 20px;
}

.sobre h3 {
	margin-bottom: 20px;
	color: #364D5A;
}

.sobre p {
	margin-bottom: 20px;
}

/* --- ARCHIVE PRODUTOS ---- */

.produtos {
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.produtos .produto-thumbnails {
	border: 1px solid #f4f4f4;
    text-align: center;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.produto-imagem {
	overflow: hidden;
}

.produtos .produto-thumbnails img {
	 -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition:  0.3s ease-in-out;
    -moz-transition:  0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition:  0.3s ease-in-out;
    transition:  0.3s ease-in-out;
}

.produtos .produto-thumbnails a {
	width: 100%;
	height: auto;
	display: block;
	text-decoration: none;
}
.produtos .produto-thumbnails a:hover img {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition:  0.3s ease-in-out;
    -moz-transition:  0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition:  0.3s ease-in-out;
    transition:  0.3s ease-in-out;
}

.produtos .produto-title h2 {
	color: #364D5A;
	font-size: 16px;
}

.produtos span {
	margin: 10px 0;
	display: inline-block;
}



/* --- SINGLE PRODUTOS ---- */

.video-produto {
	background-color: #000;
	padding: 80px;
}

.galeria-produto {
	margin-bottom: 20px;
}

.single-produtos {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0 80px 0;
	border-bottom: 1px solid #ccc;
}

.single-produtos h2 {
	margin-bottom: 10px;
}

.single-produtos p {
	margin-bottom: 20px;
}

.single-produtos a {
	margin-bottom: 10px;
}

.tabela-produto {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.tabela-produto {
	font-size: 14px;
	text-align: center;
}

.tabela-produto th {
	background-color: #666666!important;
	color: #fff;
	padding: 10px;
}

.tabela-produto td {
	padding: 10px 0;
}

.tabela-produto tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.tabela-produto tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

.produtos-relacionados {
	width: 100%;
	height: auto;
	float: left;
}

.produtos-relacionados .thumb-relacionado {
	width: 100%;
	max-width: 380px;
}

.title-relacioandos {
	margin-bottom: 40px;
}

.orcamento-produto {
	width: 100%;
	height: auto;
	float: left;
}

.orcamento-produto input {
	width: 100%;
	height: auto;
	background: #E1E4E9;
    padding: 10px;
    border-radius: 3px;
    border: none;
    color: #364D5A;
    margin-bottom: 5px;
}

.orcamento-produto textarea {
	width: 100%;
	height: auto;
	max-height: 80px;
	background: #E1E4E9;
    padding: 12px;
    border-radius: 3px;
    border: none;
    color: #364D5A;
}

.orcamento-produto .wpcf7-submit {
	width: auto;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 20px;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	background-color: #d04729;
	color: #FFFFFF;
	transition: all 0.3s ease 0s;
}

.orcamento-produto .wpcf7-submit:hover {
	background-color: #000;
}

/* --- PAGE CONTATO ---- */

.contato {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}

.contato .informacoes  h2 {
	margin-bottom: 30px;
}

.contato .informacoes strong {
	display: block;
	color: #000;
	font-weight: 800;
}

.contato .informacoes strong i {
 	color: #d04729;
 	margin-right:5px;
}

.contato .redes-sociais {
	margin-top: 20px;
}

.contato .redes-sociais li {
	display: inline-block;
}

.contato .redes-sociais a {
	margin: 0 4px 8px 0;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    display: inline-block;
    color: #d04729;
}

.contato .redes-sociais a:hover {
	color: #364D5A;
}

.formulario {
	width: 100%;
	height: auto;
	float: left;
}

.formulario input {
	width: 48%;
	max-width: 100%;
	height: auto;
	float: left;
	background: #E1E4E9;
    padding: 24px 12px;
    border-radius: 3px;
    margin-bottom: 24px;
    border: none;
    margin-right: 1%;
    color: #364D5A;
}

.formulario textarea {
	width: 97%;
	max-width: 100%;
	height: auto;
	min-height: 250px;
	float: left;
	background: #E1E4E9;
    padding: 24px 12px;
    border-radius: 3px;
    margin-bottom: 24px;
    border: none;
    margin-right: 2%;
    color: #364D5A;
}

.formulario .wpcf7-submit {
	width: auto;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 20px;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	background-color: #d04729;
	color: #FFFFFF;
	transition: all 0.3s ease 0s;
}

.formulario .wpcf7-submit:hover {
	background-color: #000;
}

.mapa {
	width: 100%;
	height: auto;
	float: left;
}



/* --- FOOTER ---- */

.footer {
	width: 100%;
	height: auto;
	float: left;
	padding: 100px 0;
	background-color: #000000;
}

.footer img {
	margin-bottom: 10px;
}

.footer .redes-sociais {
	margin-top: 20px;
}

.footer .redes-sociais li {
	display: inline-block;
}

.footer .redes-sociais a {
	margin: 0 4px 8px 0;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    display: inline-block;
}

.footer .redes-sociais a:hover {
	background-color: #d04729;
}

.footer p {
	color: #fff;
	font-size: 14px;
}

.footer h4 {
	color: #fff;
	margin-bottom: 12px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer input {
	width: 100%;
	height: auto;
	padding: 20px 10px;
	border: none;
	margin-bottom: 10px;
	border-radius: 3px;
}

.footer .btn:hover {
	background-color: #fff;
	color: #d04729;
}

.footer .cat-item {
	margin-bottom: 5px;
}


/* --- PAGINAÇÃO ---- */

.paginacao {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.paginacao li {
	display: inline-block;
}

.paginacao li a.active {
	background-color: #d04729;
	border-radius: 50%;
	padding: 8px 18px;
	display: inline-block;
	color: #fff;
	margin-right: 5px;
}

.paginacao li a {
	background-color: #F4F4F4;
	border-radius: 50%;
	padding: 6px 15px;
	display: inline-block;
	color: #000000;
	margin-right: 5px;
	text-decoration: none;
}


/*----- Transition -----*/

@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

.fadeIn {
-webkit-animation: fadeIn 0.5s ease-in-out;
-moz-animation: fadeIn 0.5s ease-in-out;
-o-animation: fadeIn 0.5s ease-in-out;
animation: fadeIn 0.5s ease-in-out;
}


.display-block {
	display: block!important;
}

.display-none {
	display: none!important;
}