@font-face {
    font-family: 'black_rockerregular';
    src: url('blackrocker-webfont.woff2') format('woff2'),
         url('blackrocker-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	background: #225f5b url(../img/bg.jpg) right 150px no-repeat;
	font: 16px 'Roboto', sans-serif;
}

.wrap {
	max-width: 1440px;
	margin: 0 auto;
}

a {
	transition: all .2s;
}
	a:hover {
		opacity: .8;
	}

header {
	padding-top: 30px;
}
	header .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .menu-principal {
		display: flex;
		font-size: 21px;
	}	
		header .menu-principal li {
			margin-left: 20px;
		}
		header .menu-principal a {
			color: #fff;
			font-weight: bold;
		}
		header .social {
			display: flex;
			justify-content: flex-end;
			margin-top: 20px;
		}
			header .social li {
				margin-left: 10px;
			}

	.destaque {
		padding: 30px 0;
	}
		.destaque .wrap-texto {
			max-width: 42%;
		}	
		.destaque h1 {
			color: #fff;
			font-size: 60px;
			margin-top: 30px;
		}
		.destaque h1 strong {
			display: block;
			font-style: italic;
			font-weight: normal;
			font-family: 'black_rockerregular';
		}
		.destaque p {
			color: #fff;
			font-size: 40px;
			padding: 30px 0;
		}
		a.tel {
			display: block;
			background: url(../img/ico-wapp.gif) left center no-repeat;
			font-size: 45px;
			font-weight: bold;
			color: #fff;
			padding-left: 50px;
			margin-bottom: 30px;
		}
		.box-contato a.tel {
			background: url(../img/whatsapp-verde.png) left center no-repeat;	
			background-size: 34px;
			font-size: 40px;
		}
		.destaque a.btn {
			display: inline-block;
			color: #fff;
			border:  1px solid #fff;
			padding: 20px 30px;
			font-size: 20px;
			text-transform: uppercase;
			font-weight: bold;
		}
			.destaque a.btn:hover {
				background-color: #fff;
				color: #225f5b;
			}

	.box-branco {
		margin: 60px 0;
	}
		.box-branco .wrap {
			background-color: #fff;
			padding: 60px;
		}
		.colunas {
			display: flex;
			justify-content: space-between;
		}
		.box-branco h2 {
			color: #225f5b;
			font-size: 45px;
			text-transform: uppercase;
			padding-bottom: 30px;
			padding-top: 30px;
		} 
		.box-branco p {
			color: #225f5b;
			font-size: 27px;
		} 
		.box-branco p span {
			font-family: 'black_rockerregular';
			text-transform: uppercase;
		} 
		.box-branco strong {
			color: #225f5b;
			font-size: 38px;
			line-height: 1.5;
		} 

	.servicos {
		padding: 60px 0 90px 0;
	}
		.servicos h3 {
			font-size: 45px;
			color: #fff;
			text-align: center;
			text-transform: uppercase;
			padding-bottom: 40px;
		}
		.servicos ul {
    		padding: 0 5%;
		}
		.servicos li {
			background: url(../img/resolve.gif) left center no-repeat;
			color: #fff;	
			font-size: 24px;
			padding-left: 40px;
			margin-bottom: 10px;
		}
.flex {
	display: flex;
}
footer {
	text-align: center;
	color: #fff;
}
	footer .wrap {
		padding: 60px;
		background-color: #164845;
	}

.box-servicos ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
	.box-servicos ul li {
		max-width: 30%;
		margin-right: 3%;
		margin-bottom: 60px;
	}
	.box-servicos ul li h3 {
		color: #225f5b;
		display: block;
		margin-top: 10px;
	}
.box-contato a {
	color: #225f5b;
	font-weight: bold;
}


@media screen and ( max-width: 1550px ) {
	.wrap {
		padding: 0 50px;
	}
}

@media screen and ( max-width: 1250px ) {
	.box-servicos ul li {
		min-width: 300px;
	    margin-right: 20px;
	    margin-bottom: 60px;
	}
}

@media screen and ( max-width: 1000px ) {
	.wrap {
		padding: 0 50px;
	}
	.colunas {
		flex-direction: column;
	}
	.col-texto {
		order:  2;
	}
	.col-img {
		order:  1;
	}
	.servicos ul {
	    column-count: 1;
	    column-gap: 0;
	    padding: 0;
	}	
	.destaque .wrap-texto {
		max-width: 100%;
		width: 100%;
	}	
	.flex {
		display: flex;
		flex-direction: column;
	}	
}

@media screen and ( max-width: 600px ) {
	body {
		background-image: none;
	}
	header .wrap {
		flex-direction: column;
	}
	header .menu-principal {
	    flex-direction: column;
	    text-align: center;
	    margin: 30px 0;
	}	
	header .menu-principal li {
		margin: 5px 0;
	}
	header .social {
		margin: 0 0 30px 0;
		padding: 0;
		display: flex;
		text-align: center;
		justify-content: center;
	}
	.logo {
		display: block;
    	margin: 0 auto;
	}
	.logo img {
		width: 180px;
	}
	.wrap {
		padding: 0 15px;
	}	
	.col-img img {
		width: 100%;
	}
	.links {
		display: block;
	}
	.destaque {
		text-align: center;
	}
	.destaque a.tel {
		font-size: 35px;
	}
	.box-branco {
		margin: 0;
	}
	.box-branco h2 {
		text-align: center;
	}
	.box-branco .wrap {
		padding: 60px 15px;
	}
	.box-branco p {
		text-align: center;
	}
	.box-servicos ul {
	    align-items: center;
	    justify-content: center;
	}	
	.box-contato a.tel {
		font-size: 36px;
	}

}