@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');
@font-face {
    font-family: 'black_bones_personal_useRg';
    src: url('../fontes/blackbonespersonaluse-l3o6n-webfont.woff2') format('woff2'),
         url('../fontes/blackbonespersonaluse-l3o6n-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--cor-1:#0095D7;
	--cor-1-hover:#027BB0;
}

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: normal;
} 

body{
	padding-top: 140px;
	font-family: 'Montserrat', sans-serif;
	background: #FFFFFF;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: var(--cor-1);
}

a:hover{
	text-decoration:none;
	color: var(--cor-1-hover);
}

img{
	border:none;
	max-width:100%;
}

button{
	border:none;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}

input.form-control, textarea.form-control, .custom-file-label, select.custom-select{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #616161;
	background-color: transparent;
	border: 2px solid #555351;
	margin-bottom: 20px;
	font-weight: 600;
	font-style: italic;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.custom-file{
	margin-bottom: 20px;
}

input.form-control:focus, textarea.form-control:focus{
	border-color: #555351;
	color: #616161;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder{color:#616161;opacity:1}
.form-control::-moz-placeholder{color:#616161;opacity:1}
.form-control:-ms-input-placeholder{color:#616161;opacity:1}
.form-control::-ms-input-placeholder{color:#616161;opacity:1}
.form-control::placeholder{color:#616161;opacity:1}

input.form-control, .custom-file-label, .custom-file{
	height: 70px;
	padding: 5px 20px;
}

select.custom-select{
	height: 70px;
}

textarea.form-control{
	height: 210px;
	padding: 15px 20px;
}

.custom-file-label::after{
	background-image: url(../img/icone-file-input.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 58px;
	height: 68px;
	padding: 5px 20px;
	content: '';
	background-color: transparent;
}

.custom-file-label{
	cursor: pointer;
	background-color: #259066;
	margin: 0;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 700;
}

.custom-file-input, .custom-file-label::after{
	cursor: pointer;
}

h1, h2{
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 20px;
}

h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: var(--cor-1);
	margin-bottom: 10px;
}

.titulo-menor{
	font-size: 27px;
	margin-bottom: 50px;
	color: var(--cor-1);
	font-weight: 700;
}

.titulo-lettering, .topo-paginas h2{
	font-size: 60px;
	line-height: 70px;
	font-weight: normal;
	font-family: 'black_bones_personal_useRg';
	margin-bottom: 100px;
}

body, p{
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
}

p{
	margin-bottom: 20px;
}

.btn{
	font-size: 15px;
	font-weight: 800;
	line-height: 53px;
	padding: 0 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	color: #FFFFFF;
}

.btn-primary{
	background-color: var(--cor-1);
	color: #FFFFFF;
}

.btn-primary:hover{
	background-color: var(--cor-1-hover);
	color: #FFFFFF;
}

.btn-white{
	background-color: #FFFFFF;
	color: var(--cor-1);
}

.btn-white:hover{
	background-color: #FFFFFF;
	color: var(--cor-1-hover);
}

.text-white p{
	color: #FFFFFF;
}

.whats-fixo{
	z-index: 100;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #25D366;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 80px;
	line-height: 80px;
	width: 80px;
	color: #FFFFFF;
	font-size: 50px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
}

.whats-fixo:hover, .telefone-fixo:hover{
	background-color: #009C3A;
	color: #FFFFFF;
}

.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* header */
.navbar-top{
	border-bottom: 2px solid #e0e0e0;
	background-color: #FFFFFF;
}

.navbar-top p, .navbar-top a{
	line-height: 46px;
	display: inline-block;
	vertical-align: top;
	color: #252525;
	font-size: 15px;
	font-weight: 500;
}

.navbar-top a:hover{
	color: var(--cor-1);
}

.telefone-topo{
	margin-right: 90px;
}

.navbar-top a.email-topo svg, .navbar-top a.telefone-topo svg{
	margin-right: 15px;
	color: var(--cor-1);
}

.redes-topo a{
	display: inline-block;
	vertical-align: top;
	background-color: var(--cor-1);
	color: #FFFFFF;
	margin: 12px 0 0 10px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	border-radius: 50%;
	text-align: center;
}

.navbar{
	background-color: #FFFFFF;
	padding: 20px 0;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.navbar-nav li{
	list-style: none;
	float: left;
	margin-right: 30px;
}

.navbar-nav li a{
	position: relative;
	white-space: nowrap;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 53px;
	color: #010101;
	text-transform: uppercase;
}

.navbar-nav li a:hover{
	color: var(--cor-1);
}

.navbar-nav li a:after{
	background-color: transparent;
	border: none;
	display: block;
	left: 0;
	top: 50%;
	width: 48px;
	margin: 43px 0 0 10px;
	height: 3px;
	position: absolute;
	content: '';
}

.navbar-nav li a:hover::after{
	background-color: var(--cor-1);
}

.dropdown:hover .dropdown-menu{
	display: block;
}

.navbar-collapse li .dropdown-menu{
	background-color: #FFFFFF;
	left: auto;
	right: 0;
	border: none;
	padding: 20px 0 0;
	margin: 0;
}

.navbar-collapse li .dropdown-menu a{
	text-align: right;
	line-height: 40px;
	font-size: 12px;
	font-weight: 400
	margin: 0;
	border-bottom: none;
	padding: 0 20px;
}

.navbar-collapse li .dropdown-menu a:hover{
	color: #FFFFFF;
	background-color: var(--cor-1);
	font-weight: 700;
}

.navbar-collapse li .dropdown-menu a:after{
	display: none;
}

/* Home */
.mascara-banner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.tp-caption{
	z-index: 5;
}

.tp-caption h2{
	font-family: 'black_bones_personal_useRg';
	font-size: 70px;
	line-height: 90px;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 100px;
}

.tp-caption p{
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 140px;
}

.tp-bullets{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.tp-bullets .bullet{
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 0 10px;
	vertical-align: middle;
	border: none;
	width: 80px;
	background-color: #ffffff;
}

.tp-bullets .bullet.selected{
	background-color: var(--cor-1);
}

.espaco{
	height: 100px;
}

.espaco-menor{
	height: 60px;
}

.capa-quem-somos h2{
	max-width: 400px;
}

.imagem-capa-quem-somos{
	position: relative;
	margin-left: auto;
	margin-right: 50px;
	width: 400px;
}

.imagem-capa-quem-somos:before{
	position: absolute;
	background-image: url(../img/detalhe-fundo-imagem-capa.jpg);
	width: 282px;
	height: 282px;
	display: block;
	content: '';
	right: -50px;
	top: -50px;
}

.imagem-capa-quem-somos img{
	position: relative;
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 400px;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
}

.bg-esquadrias{
	background-image: url(../img/bg-produtos.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.bg-esquadrias:before{
	content: '';
	background-color: rgba(0, 149, 215, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.bg-esquadrias h2{
	position: relative;
}

.mascara-produtos-cima{
	background-image: url(../img/mascara-produtos-cima.png);
	height: 252px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}

.mascara-produtos-baixo{
	position: relative;
	display: block;
	background-image: url(../img/mascara-produtos-baixo.png);
	height: 334px;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 170px;
}

.produto-individual{
	position: relative;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}

.produto-individual img{
	display: block;
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.produto-individual a.hover-produto, .hover-galeria{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.produto-individual:hover a.hover-produto{
	top: 0;
}

.produto-individual h3, .obra-individual h3{
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	text-align: center;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: none;
}

.produto-individual a span, .obra-individual a span{
	line-height: 30px;
	padding: 0 30px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-weight: 700;
	font-size: 14px;
}

.produto-individual a span svg, .obra-individual a span svg{
	margin-right: 5px;
	font-size: 10px;
}

.obra-individual{
	padding: 0;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.obra-individual img{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.obra-individual:hover .hover-galeria{
	top: 0;
}

.obra-individual:hover img{
	-webkit-transform: scale(1.02) translateX(10px);
	-ms-transform: scale(1.02) translateX(10px);
	transform: scale(1.02) translateX(10px);
}

.position-relative{
	position: relative;
}

.bg-cinza{
	background-color: #2f2f2f;
}

.depoimento-individual{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.depoimento-individual svg{
	color: var(--cor-1);
	font-size: 32px;
	display: block;
	margin: 0 auto 40px;
}

.depoimento-individual span{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	display: block;
}

.depoimento-individual p{
	color: #FFFFFF;
}

#owl-depoimentos .owl-nav .owl-next, #owl-depoimentos .owl-nav .owl-prev{
	width: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

#owl-depoimentos .owl-nav .owl-next{
	right: 60px;
	background-image: url(../img/chevron-right-solid.svg);
}

#owl-depoimentos .owl-nav .owl-prev{
	left: 60px;
	background-image: url(../img/chevron-left-solid.svg);
}

#owl-depoimentos .owl-dots{
	display: none;
}

.equipe-individual img{
	height: 350px;
	object-fit: cover;
	width: 100%;
	display: block;
}

.equipe-individual{
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}

.hover-equipe-individual{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.equipe-individual:hover .hover-equipe-individual{
	top: 0;
}

.hover-equipe-individual span{
	top: 50%;
	left: 20px;
	right: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.equipe-individual h3{
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0;
	text-transform: none;
}

.equipe-individual h4{
	margin: 0;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
}

#owl-equipe .owl-nav{
	display: none;
}

.owl-dots{
	text-align: center;
	padding-top: 50px;
}

.owl-dots .owl-dot{
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 0 10px;
	vertical-align: middle;
	border: none;
	width: 80px;
	background-color: #7b7b7b;
}

.owl-dots .owl-dot.active{
	background-color: var(--cor-1);
}

/* Footer */
.faixa-contato-rodape{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: var(--cor-1);
	width: 100%;
	overflow: hidden;
}

.faixa-contato-rodape svg{
	font-size: 40px;
	float: left;
	color: #FFFFFF;
	width: 40px;
}

.faixa-contato-rodape strong{
	font-size: 20px;
	display: block;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 5px;
}

.faixa-contato-rodape p, .faixa-contato-rodape a{
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 0;
	float: right;
	width: calc(100% - 50px);
}

footer{
	background-color: #212121;
	padding-top: 100px;
	padding-bottom: 70px;
}

.container-rodape{
	padding: 0 85px;
}

.logo-footer img{
	display: block;
	margin: 0 auto;
}

footer h3{
	text-transform: none;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

footer h3:after{
	display: block;
	content: '';
	clear: both;
	width: 80px;
	height: 5px;
	background-color: var(--cor-1);
	margin-top: 10px;
}

footer p, footer a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 10px;
	display: block;
	font-weight: 400;
}

footer li{
	list-style: none;
}

footer a:hover{
	color: var(--cor-1);
}

.redes-sociais-rodape a{
	font-size: 32px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

.assinatura-rodape{
	text-align: center;
	background-color: #111111;
	padding: 5px 0;
}

.assinatura-rodape a{
	line-height: 43px;
	vertical-align: top;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	margin: 0;
}

.assinatura-rodape img{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

/* Páginas */
.topo-paginas{
	padding: 150px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.topo-paginas:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
}

.topo-paginas h2{
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.topo-paginas p{
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	position: relative;
	font-size: 20px;
	z-index: 1;
}

.alinha-projetos{
	position: relative;
}

.alinha-projetos{
	height: 400px;
	margin: 0 auto;
}

.alinha-projetos .left, .alinha-projetos .right{
	height: 48px;
	margin-top: -24px;
	cursor: pointer;
}

.projetos-realizados ul{
	top: 0 !important;
}

.galeria-individual{
	position: relative;
}

.texto-simples li{
	list-style: none;
	line-height: 40px;
}

.texto-simples li:before{
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/icone-lis.png);
	width: 17px;
	height: 15px;
	content: '';
	margin-right: 10px;
}

.capas-mvv img{
	max-width: 130px;
	max-height: 130px;
	display: block;
	margin: 0 auto 30px;
}

.capas-mvv h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	text-transform: none;
	margin-bottom: 30px;
}

.galeria-produto-individual{
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.galeria-produto-individual img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.dados-contato{
	margin-bottom: 50px;
	text-align: center;
}

.dados-contato a{
	color: #000000;
}

.dados-contato strong{
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.mapa-contato iframe{
	display: block;
}

/* Animações */
.anime.animacao-baixo{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.animacao-baixo.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.overflow-hidden{
	overflow: hidden;
}

.anime.animacao-esquerda{
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(-600px);
	-webkit-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	transform: translateX(-600px);
	opacity: 0.00;
	filter: alpha(opacity =0);
}

.anime.animacao-direita{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(600px);
	-webkit-transform: translateX(600px);
	-o-transform: translateX(600px);
	-ms-transform: translateX(600px);
	transform: translateX(600px);
}

.animacao-esquerda.animacaoAtiva, .animacao-direita.animacaoAtiva{
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity =100);
}

.box-top-page.animacao-direita.animacaoAtiva{
	-moz-transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}

/* Queries */
@media(min-width: 1200px) {
	.container-large{
		max-width: 1350px;
	}

	.container-small{
		max-width: 1000px;
	}
}

@media(max-width: 1299px) {
	.obra-individual{height: 300px;}
}

@media(max-width: 1199px) {
	body{padding-top: 121px;}
	.navbar{padding: 10px 0;}
	.navbar-brand img{height: 42px;}
	.navbar-nav li a{font-weight: 500; font-size: 12px;}
	.navbar-nav li{margin-right: 15px;}
	.navbar-top p, .navbar-top a{font-size: 14px;}
	.telefone-topo{margin-right: 40px;}
	.btn{font-size: 12px; line-height: 40px; padding: 0 15px;}
	.navbar-nav li a::after{margin-top: 33px; margin-left: 0;}
	.tp-caption h2{font-size: 48px; line-height: 60px; margin-top: 40px;}
	.tp-caption p{font-size: 18px; margin-bottom: 50px;}
	h1, h2{font-size: 26px; line-height: 32px;}
	.mascara-produtos-cima{height: 158px; background-size: auto 100%;}
	.mascara-produtos-baixo{height: 209px; padding-top: 80px; background-size: auto 100%;}
	.titulo-lettering, .topo-paginas h2{font-size: 50px; margin-bottom: 30px;}
	.espaco-menor{height: 40px;}
	.produto-individual img{height: 220px;}
	.obra-individual{height: 280px;}
	.produto-individual a span, .obra-individual a span{font-size: 10px; padding: 0 10px; white-space: nowrap;}
	.container-rodape{padding-left: 15px; padding-right: 15px;}
	.faixa-contato-rodape p, .faixa-contato-rodape a{font-size: 14px;}
	.faixa-contato-rodape strong{font-size: 18px; font-weight: 700; margin-bottom: 0;}
	footer{padding-top: 60px; padding-bottom: 50px;}
	.logo-footer img{margin: 0 auto; max-width: 60%;}
	.assinatura-rodape a{font-size: 14px;}
	.assinatura-rodape img{max-height: 30px; vertical-align: middle;}
	.topo-paginas{padding: 100px 0;}
	.topo-paginas h2{margin-bottom: 0;}
	.topo-paginas p{font-size: 16px;}
}

@media(max-width: 991px) {
	body{padding-top: 102px;}
	.whats-fixo{right: 10px; bottom: 10px; height: 50px; line-height: 50px; width: 50px; font-size: 30px;}
	.navbar .btn{display: none;}
	.navbar-brand img{height: 36px;}
	.navbar-nav li a{text-transform: none; line-height: 40px;}
	.navbar-nav li{margin: 0 0 0 15px;}
	.modal-content{padding: 40px;}
	.modal-dialog{max-width: 600px;}
	.modal-content h3{font-size: 22px; margin-bottom: 20px;}
	.navbar{padding: 10px 0;}
	.telefone-topo{margin-right: 25px;}
	.navbar-top p, .navbar-top a{line-height: 40px; font-size: 12px;}
	.navbar-top a.email-topo svg, .navbar-top a.telefone-topo svg{margin-right: 5px;}
	.redes-topo a{line-height: 22px;}
	.navbar-nav li a::after{margin-top: 27px;}
	.navbar-collapse li .dropdown-menu{padding-top: 10px;}
	.tp-caption h2{font-size: 38px; line-height: 42px; margin-top: 20px; margin-top: 0;}
	.tp-caption p{font-size: 16px; margin-bottom: 30px;}
	.tp-bullets .bullet, .owl-dots .owl-dot{margin: 0 5px; width: 40px; height: 6px;}
	.imagem-capa-quem-somos{width: auto; margin: 0;}
	.imagem-capa-quem-somos img{height: 330px;}
	.espaco{height: 60px;}
	h3{font-size: 16px; line-height: 24px;}
	h1, h2{font-size: 20px; line-height: 28px;}
	.titulo-lettering, .topo-paginas h2{font-size: 40px; margin-bottom: 20px; line-height: 50px;}
	.mascara-produtos-cima{height: 130px;}
	.mascara-produtos-baixo{height: 175px;}
	.equipe-individual img{height: 300px;}
	.depoimento-individual{max-width: 700px;}
	.obra-individual{height: 200px;}
	.topo-paginas{padding: 60px 0;}
	.topo-paginas h2{margin-bottom: 0;}
	.capas-mvv img {max-width: 90px; max-height: 90px; margin: 0 auto 15px;}
	.capas-mvv h3{font-size: 18px; margin-bottom: 10px;}
	.dados-contato strong{font-size: 16px; margin-bottom: 0;}
	.contato-direita{text-align: center; margin-top: 50px;}
	.dados-contato{margin-bottom: 30px;}
	.mapa-contato iframe{height: 350px;}
}

@media(max-width: 767px){
	.navbar-brand{margin-left: 15px;}
	.navbar-toggler{margin-right: 15px;}
	.navbar-nav{padding-top: 15px;}
	.navbar-nav li{margin: 0 15px; float: none;}
	.navbar-nav li a{line-height: 32px; font-size: 13px;}
	.navbar-collapse li .dropdown-menu{display: block; padding: 0; width: auto; position: relative; left: auto; top: auto; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none;}
	.navbar-collapse li .dropdown-menu a{font-size: 13px; text-align: left;}
	.navbar-nav li a:after{display: none;}
	.faixa-contato-rodape{padding-top: 30px; padding-bottom: 0;}
	.faixa-contato-rodape .col-md-6{margin-bottom: 30px;}
	footer{padding-top: 40px; padding-bottom: 30px;}
	footer{text-align: center;}
	footer h3:after{margin-left: auto; margin-right: auto;}
	.container-rodape p{display: inline-block; vertical-align: middle;}
	.redes-sociais-rodape{margin-top: 0;}
	.container-rodape{margin-bottom: 10px;}
	.container-rodape .col-lg-4{margin-bottom: 30px;}
	.logo-footer img{max-height: 100px; margin-bottom: 30px;}
	.redes-sociais-rodape a{font-size: 24px; margin: 10px 15px 0 0;}
	.faixa-contato-rodape{padding-top: 30px; padding-bottom: 0;}
	.faixa-contato-rodape .col-md-6{margin-bottom: 30px;}
	footer{padding-top: 40px; padding-bottom: 30px;}
	.redes-sociais-rodape a{font-size: 24px; margin: 10px 15px 0 0;}
	.faixa-contato-rodape svg{font-size: 30px;}
	.faixa-contato-rodape p, .faixa-contato-rodape a{width: auto; float: none; display: inline-block; text-align: left; vertical-align: top;}
	footer p, footer a{margin-bottom: 0;}
	.menu-rodape{margin-bottom: 30px;}
	footer h3{font-size: 16px;}
	.produto-individual a.hover-produto, .hover-galeria{top: 0;}
	.produto-individual h3, .obra-individual h3{font-size: 14px; font-weight: 600;}
	.tp-caption h2{font-size: 24px; line-height: 30px; margin-bottom: 0;}
	.tp-caption p{font-size: 14px; line-height: 22px; margin-bottom: 20px;}
	.imagem-capa-quem-somos:before{display: none;}
	.tp-bullets{display: none !important;}
	.espaco{height: 40px;}
	body, p{font-size: 14px; line-height: 26px;}
	.imagem-capa-quem-somos{margin-top: 30px;}
	.imagem-capa-quem-somos img{height: auto; object-fit: none;}
	.mascara-produtos-baixo{height: 135px; padding-top: 30px;}
	.depoimento-individual{max-width: none; margin: 0 50px;}
	.depoimento-individual svg{margin: 0 auto 20px;}
	#owl-depoimentos .owl-nav .owl-prev{left: 10px;}
	#owl-depoimentos .owl-nav .owl-next{right: 10px;}
	.obra-individual{margin: 0 15px 30px;}
	.faixa-contato-rodape .col-md-6{text-align: center;}
	.faixa-contato-rodape svg{float: none; margin-right: 10px;}
	.topo-paginas{padding: 40px 0;}
	.titulo-lettering, .topo-paginas h2{font-size: 32px; line-height: 40px;}
	.topo-paginas h2{margin-bottom: 0;}
	.topo-paginas p{font-size: 14px;}
	.capas-mvv{margin-bottom: 30px;}
	.capas-mvv img {max-width: 80px; max-height: 80px; margin: 0 auto 5px;}
	.capas-mvv h3{font-size: 16px; margin-bottom: 0;}
	.alinha-projetos{height: auto;}
	.galeria-individual{list-style: none; margin-bottom: 20px;}
	.mapa-contato iframe{height: 300px;}
}

@media(max-width: 490px){
	.navbar-top a{font-size: 12px;}
	.telefone-topo{margin-right: 15px;}
	.assinatura-rodape a{font-size: 12px;}
}

@media(max-width: 440px){
	.navbar-top a span{display: none;}
}