@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap');

* {
	margin: 0;
	padding: 0;
}

.tags-google {
	display: none;
}

.banner-home {
	width: 100%;
	height: 400px;
	background-image: url(../_img/banner-home.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 105px;
}


.banner-contato {
	width: 100%;
	height: 400px;
	background-image: url(../_img/banner-contato.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 105px;
}

.empresa {
	width: 100%;
	height: 300px;
	background-image: url(../_img/banner-empresa.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 150px;
}


.mvv {
	width: 100%;
	height: auto;
	background-color: #ec1f23;
	margin-top: 50px;
}

.servicos {
	width: 100%;
	height: 300px;
	background-image: url(../_img/banner-servicos.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 150px;
}

@media (max-width: 767px) {
	.banner-home {
		width: 100%;
		height: 250px;
		background-image: url(../_img/banner-home-mobile.png);
		background-position: center right;
		background-repeat: no-repeat;
		margin-top: 105px;
	}

	.banner-contato {
		width: 100%;
		height: 250px;
		background-image: url(../_img/banner-contato-mobile.png);
		background-position: center right;
		background-repeat: no-repeat;
		margin-top: 105px;
	}

	.empresa {
		width: 100%;
		height: 550px;
		background-image: url(../_img/banner-empresa.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 200%;
		margin-top: 150px;
	}

	.mvv {;
		margin-top: 0px;
	}

	.servicos {
		width: 100%;
		height: 550px;
		background-image: url(../_img/banner-servicos.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 200%;
		margin-top: 150px;
	}
}

.home {
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.home img {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}


.home h1 {
	font-family: 'PT Sans', sans-serif;
	color: #ec1f23;
	font-size: 1.3rem;
	text-align: left;
	font-weight: 700;
}

.home p {
	font-family: 'PT Sans', sans-serif;
	color: #333;
	font-size: 0.9rem;
	text-align: left;
	font-weight: 400;
	margin-right: 100px;
}

.home a {
	font-family: 'PT Sans', sans-serif;
	color: #ec1f23;
	font-size: 0.9rem;
	text-align: left;
	font-weight: 400;
}

.home a:hover {
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	color: #ec1f23;
}

@media (max-width: 767px) {
	.home {
		margin-left: 20px;
		margin-right: 20px;
	}

	.home img {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.home p {
		margin-right: 0px;
	}
}

.textos h1 {
	font-family: 'PT Sans', sans-serif;
	color: #ec1f23;
	font-size: 1.3rem;
	text-align: left;
	font-weight: 700;
	margin-left: 30px;
}

.textos p {
	font-family: 'PT Sans', sans-serif;
	color: #333;
	font-size: 0.9rem;
	text-align: left;
	font-weight: 400;
	margin: 0px 30px 100px 30px;
}

.textos a {
	font-family: 'PT Sans', sans-serif;
	color: #ec1f23;
	font-size: 0.9rem;
	text-align: left;
	font-weight: 400;
}

.textos a:hover {
	font-weight: 700;
	color: #ec1f23;
	text-decoration: none;
}

.textos2 h1 {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-size: 1.3rem;
	text-align: left;
	font-weight: 700;
	margin: 30px;
}

.textos2 p {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-size: 0.9rem;
	text-align: left;
	font-weight: 400;
	margin: 0px 30px 30px 30px;
}

button#wpp {
	background-color: #ec1f23;
	border: 1px solid #ec1f23;
	font-family: 'PT Sans', sans-serif;
	color: #fff;
}

button#wpp a {
	margin: 10px;
	color: #fff;
}

#galeria img {
	width: 100%;
	margin: 20px;
}

@media (max-width: 767px) {
	#galeria img {
		width: 80%;
		margin: 20px;
	}
}

.mapa {
	width: 100%;
	margin: 20px;
	margin-top: 75px;
}

@media (max-width: 767px) {
	.mapa {
		width: 90%;
		margin: 20px;
	}
}

/* Formulário Contato */

.form {
	margin-left: 30px;
	margin-top: -100px;
}

.form input, .form textarea {
	font-family: 'PT Sans', sans-serif;
	font-size: 1rem;
	color: #333;
	padding-left: 5px;
	margin-top: 30px;
}

.form label.error {
	float: left;
	margin-top: 25px;
	margin-right: 15px; 
}
 
.form input[type='text'], .form input[type='email']{
	width: 90%;
	height: 30px;
	border: 1px solid #fff;;
	border-bottom: 1px solid #ec1f23;
	font-family: 'PT Sans', sans-serif;
	font-size: 1rem;
	color: #333;
}

.form textarea[type='text'] {
	width: 90%;
	height: auto;
	border: 1px solid #fff;;
	border-bottom: 1px solid #ec1f23;
	font-family: 'PT Sans', sans-serif;
	font-size: 1rem;
	color: #000;
}


.form input[type='submit'] {
	width: 30%;
	height: 40px;
	background-color: #ec1f23;
	border: 1px solid #ec1f23;
	font-family: 'PT Sans', sans-serif;
	font-size: 1rem;
	color: #fff;
}

.form input[type='submit']:hover {
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	font-size: 1rem;
	color: #ec1f23;
	background-color: #fff;
	border: 3px solid #ec1f23;
}

@media (max-width: 767px) {
	
	.form input[type='text'], .form input[type='email'], .form textarea[type='text'] {
	width: 80%;
	}

	.form input[type='submit'] {
	width: 50%;
	}
}

/* Footer */

footer#rodape {
	margin-top: 30px;
}

section#rodape-mapa {
	background-color: #d2d2d2;
	width: 100%;
}

section#rodape-mapa img#logo2 {
	margin: 60px 0px 30px 0px;
	width: auto;
	mix-blend-mode: multiply;
}

section#rodape-mapa p {
	font-family: 'PT Sans', sans-serif;
	color: #31386c;
	font-size: 1rem;
	text-align: left;
	font-weight: 400;
	margin-top: 30px;
}

section#rodape-mapa a {
	font-family: 'PT Sans', sans-serif;
	color: #31386c;
	font-size: 1rem;
	text-align: left;
	font-weight: 400;
	margin-top: 20px;
	text-decoration: none;
}

section#rodape-mapa a:hover {
	text-decoration: none;
	font-weight: 700;
	font-style: italic;
}

@media (max-width: 767px) {
	footer#rodape {
		margin-top: 10px;
	}

	section#rodape-mapa img#logo2 {
		margin: 30px 0px 30px 20px;
		width: auto;
	}

	section#rodape-mapa h1 {
		margin-left: 20px;
	}

	section#rodape-mapa p {
		margin-left: 20px;
	}
}

section#todos-direitos {
	font-family: 'PT Sans', sans-serif;
	height: auto;
	width: 100%;
	background-color: #575656;
}

section#todos-direitos p {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 12px;
	text-align: left;
}

img#nicocriativo {
	width: 70px;
	margin-top: 15px;
}

@media (max-width: 767px) {
	section#todos-direitos {
	width: 100%;
	height: auto;
	}

	section#todos-direitos p {
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	}

	img#nicocriativo {
	margin-bottom: 20px;
	}
	
}
