@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

*{
	margin:0px;
	padding:0px;
	text-decoration: none;
	
}

body{
	font-family: 'Open Sans', sans-serif;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover, .active{
	color: #5a99f8;
}

.container-bg{
	padding: 20px;
}
.container{
	max-width: 1170px;
	margin: 0 auto;
}
.content{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
	line-height: 200%;
	padding: 20px;
}
.header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
}
.barra-top{display: none;}

.logo img{
	max-height: 100px;
}

.btn-menu{
	background: none;
	border: none;
	font-size: 22px;
	padding: 2px 5px;
	cursor: pointer;
}

.menu-icon{
	text-align: right;
	flex-grow: 1;
}

.break{
	flex-basis: 100%;
	height: 0;
}
.nav-main{
	width: 100%;
	justify-content: center;
	text-align: center;	
	display: none;
}

.nav-main ul{
	list-style: none;
	justify-content: space-between;
	text-transform: uppercase;
	font-family: Ubuntu, sans-serif;
	font-size: 13px;
	font-weight: 600;
}

.nav-main ul li{
	padding:10px;
	text-align: center;
}

.destaque-b{ 
	display:flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	background: url('../img/slide.jpg') center;
	text-align: center;
}


.destaque-c{ 
	display:flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	background: url('../img/slide.jpg') center;
	text-align: center;
}

.destaque h1{
	color: #5a99f8;
	font-family: ubuntu;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 220%;
}

.destaque p{
	color: #fff;
}

main{
	background-color: #fff;
}

.text-destaque{
	font-size: 18px;
	line-height: 200%;
	text-align: center;
}

img {max-width:100%;}

.container-servicos{
	background-color: #f5f5f5;
	padding: 20px;
}

.center{
	text-align: center;
}

.btn-mscaldeiraria{
	background-color: #5a99f8;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Ubuntu , sans-serif;
	color: #fff;
	padding: 15px 30px;
	border-radius: 5px;
	line-height: 100px;
}

.btn-mscaldeiraria:hover{
	color:#000;
}

.servicos-home{
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
}

.servicos-home img{
	width: 100% !important;
	object-fit:cover;
}

.servico{
	margin: 0 auto;
	
}

.localização{
	max-width: 100%;
}

footer{
	margin-top: 100px;;
	padding: 30px;;
}

footer .container{
	line-height: 180%;
}

.footer-contato h2{
	text-align: center;
	margin-bottom: 10px;
	font-family: ubuntu;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
}

.footer-contato p{
	text-align: center;
}

.footer-logo{
	text-align: center;
}

.footer-logo img{
	max-height: 100px;
}

.barra-black{
	background-color: #222;
	color:#fff;
	padding: 10px;
	text-align: center;
	font-weight: 300;
}

.empresa-valores{
	list-style: square inside !important;
}

.mvv-item{
	margin-bottom: 30px;
  }
.why{display: flex; align-content: center;text-align: center;flex-wrap: wrap;}



@media screen and (min-width: 800px) {
	.servicos-home img{
		width: 280px !important;
		object-fit:cover;
	}
	.header{
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 120px;
	}
	.logo{
		flex: 3;
		margin-bottom:0px;
	}

	.barra-top{
		display: block;
	}

	.barra-top .container{
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-family: ubuntu;
	}

	.text-destaque{
		font-size: 150%;
	}

	.destaque-b{
		font-size: 150%;
	}

	.servicos-home{
		min-height: 450px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: center;		
	}

	.menu-icon{
		display: none;
	}
	.logo{
		flex:1;
	}
	.mainu{
		display: block !important;
		flex: 1;
	}
	.break{
		display: none;
	}
	.nav-main ul{
		display: flex;justify-content: space-between;
		font-size: 16px;
		
	}

	footer .container{
		display: flex;
		justify-content: space-around;
		align-items: center;
		line-height: 180%;
	}

	.footer-contato h2{
		text-align: left;
	}
	
	.footer-contato p{
		text-align: left;
	}
	
	.footer-logo{
		display: block;
	}
	.why{flex-wrap: unset;}
}