*{
	text-decoration: none !important;
	outline: none !important;
	list-style: none;
}
input,textarea,select,button{
	box-shadow: none !important;
}
p{
	margin: 0;
}
.container{
	max-width: 1140px;
}
header{
	background: #333;
	display: block;
	align-items: center;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
}
header nav li{
	display: inline;
	position: relative;
	font-family: 'Poppins-Regular';
	margin: 0 15px;
}
header nav li i{
	color: #fff;
}
header nav li a{
	color: #fff;
}
header nav li a:hover{
	color: #fff;
}
header nav button{
	background: red;
	color: #fff;
	border-radius: 30px;
	font-family: 'Poppins-SemiBold';
	border: none;
	padding: 8px 24px;
}
.submenu ul{
	position: absolute;
	z-index: 999;
	left: 0;
	padding: 8px 0;
	margin: 0;
	width: 200px;
	background: #fff;
	display: none;
}
.submenu ul li{
	display: list-item;
	text-align: left;
}
.submenu ul li a{
	display: block;
	color: #333;
	padding: 5px 0;
}
.submenu ul li a:hover{
	color: #000;
}
.banner{
	width: 100%;
	height: 570px;
	background: #333;
	position: relative;
	margin-top: 103px;
}
.banner ul{
	padding: 0;
	margin: 0;
}
.banner ul li{
	position: relative;
}
.banner .bannerMascara{
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
}
.banner .bannerInner{
	height: 570px;
	position: relative;
	z-index: 99;
	color: #fff;
}
.banner h1{
	width: 100%;
	float: left;
	margin-top: 13%;
	font-family: 'Poppins-Bold';
}
.banner h1 small{
	font-family: 'Poppins-Light';
}
.banner a{
	color: #fff;
	border: solid 1px #fff;
	background: transparent;
	padding: 10px 20px;
	transition: all 0.2s linear;
	font-family: 'Poppins-Regular';
}
.banner a:hover{
	background: #fff;
	color: #333;
}
/**/
.sobre h2{
	font-family: 'Poppins-SemiBold';
	color: #333333;
	position: relative;
	text-align: center;
	font-size: 2.5em;
}
.sobre h2:after{
	content: '';
	width: 250px;
	height: 2px;
	background: red;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -125px;
}
.sobre p{
	color: #7A7A7A;
	font-family: 'Poppins-Regular';
}
.sobre i{
	color: red;
}
.sobre h5{
	font-family: 'Poppins-Light';
	font-size: 1.7em;
}
/**/
.bannerCentral{
	background: url(../img/banner1.png) no-repeat top center;
	background-size: cover;
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 1.6em;
	padding: 80px 0;
}
/**/
/**/
.ambientes h3{
	font-family: 'Poppins-SemiBold';
	color: #333333;
	position: relative;
	text-align: center;
	font-size: 2.5em;
}
.ambientes h3:after{
	content: '';
	width: 250px;
	height: 2px;
	background: red;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -125px;
}
.ambientes p{
	color: #7A7A7A;
	font-family: 'Poppins-Regular';
}
.ambientes ul{
	padding: 0;
	margin: 0;
}
.ambientes ul li{
	display: inline;
	margin: 0 10px;
}
.ambientes ul li a{
	font-family: 'Poppins-SemiBold';
	color: #333;
	position: relative;
	transition: all .3s linear;
}
.ambientes ul li a:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -5px;
	background: red;
	transition: all .3s linear;
	opacity: 0;
}
.ambientes ul li a:hover:before{
	opacity: 1;
}
.ambientes figure{
	position: relative;
	transition: all 0.3s linear;
}
.ambientes figure a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, 0.5);
	transition: all 0.3s linear;
	opacity: 0;
}
.ambientes figure a:hover:after{
	opacity: 1;
}
/**/

#gmap_canvas{
	height: 300px;
}
.localizacao{
	width: 100%;
	background: #333;
}
.localizacao h4{
	font-family: 'Poppins-SemiBold';
	color: #fff;
	position: relative;
	text-align: center;
	font-size: 2em;
}
/**/
.contato{
	background: url(../img/background1.png) no-repeat top center;
	background-size: cover;
	color: #fff;
	font-family: 'Poppins-Regular';
	padding: 150px 0;
}
.contato h5{
	font-size: 2.5em;
}
.contato p{
	width: 100%;
	font-size: 1.4em;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.contato p a{
	color: #fff;
}
.contato p i{
	width: 45px !important;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	color: #333;
	border-radius: 3px;
	font-size: 1.3em;
	margin-right: 10px;
}
.contato form{
	display: flex;
	flex-wrap: wrap;
}
.contato form input[type=text],.contato form textarea{
	flex: 1 0 100%;
	padding: 15px;
	border: none;
	background: #fff;
	color: #333;
	margin-bottom: 15px;
}
/**/
.contato form button{
	background: red;
	color: #fff;
	border-radius: 30px;
	font-family: 'Poppins-SemiBold';
	border: none;
	padding: 8px 24px;
}
/**/
footer{
	background: #333;
	color: #fff;
	font-family: 'Poppins-Regular';
}
footer h6{
	font-size: 1.8em;	
}
footer ul{
	padding: 0;
	margin: 0;
}
footer ul li{
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 15px;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
}
footer ul li a i{
	color: red;
	margin-right: 10px;
}
footer .contatos p{
	margin-bottom: 10px;
}
footer .contatos i{
	margin-right: 10px;
}
footer .copy{
	background: red;
}
footer .copy a{
	color: #fff;
}

/**/
.modal form{
	display: flex;
	flex-wrap: wrap;
}
.modal form input[type=text],.modal form select,.modal form input[type=file],.modal form textarea{
	flex: 1 0 100%;
	padding: 15px;
	border: none;
	background: #fff;
	color: #333;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
/**/
.modal form button{
	background: red;
	color: #fff;
	border-radius: 30px;
	font-family: 'Poppins-SemiBold';
	border: none;
	padding: 8px 24px;
}
nav .fechaMenu, nav .abreMenu{
	display: none;
}
.modal .lni-close{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	cursor: pointer;
	font-size: 1.4em;
}
#popupModal .modal-content{
	/*background: #fff;*/
}
#popupModal input{
	border-color: #ccc;
}
#popupModal img{
	border: solid 1px #000;
}
#popupModal button{
	background: red;
	width: 100%;
}
/**/
.whatsapp{
	position: fixed;
	top:90%;
	right: 40px;
	color: #fff;
	z-index: 9;
}
.whatsapp i{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	line-height: 60px;
	background: #25D366;
	text-align: center;
}

@media (max-width: 600px){

	nav .fechaMenu, nav .abreMenu{
		position: fixed;
		z-index: 99;
		right: 20px;
		top: 20px;
		color: #fff;
		font-size: 1.4em;
	}
	nav .abreMenu{
		display: block;
	}
	nav ul {
		position: fixed;
		top: 0;
		left: -200%;
		width: 85%;
		background: red;
		height: 100%;
		text-align: left;
	}
	nav ul li{
		display: list-item;
		padding: 5px 0;
	}
	.menuPrimario{
		box-shadow: 0px 0px 200px 100px #000;
	}
	.submenu ul{
		display: block;
		background: none;
		margin-top: 25px;
	}
	.submenu ul li{
		padding: 0;
	}
	.submenu ul li a{
		color: #fff;
	}
	header{
		text-align: center;
	}
	.banner{
		margin-top: 159px;
		height: 300px;
	}
	.banner .bannerInner{
		height: 300px;
	}
	.contato h5{
		font-size: 2em;
		text-align: center;
		margin-bottom: 20px;
	}
	.contato{
		padding: 30px 0;
	}
	.contato p{
		display: grid;
		text-align: center;
	}
	.contato p i{
		margin: 0 auto;
	}
}

.zoom {
	animation: rotate 0.5s linear infinite;
}
@keyframes rotate {
	from {
		transform: scale(1.0);
	}

	to {
		transform: scale(1.2);
	}
}
#cookiesModal h6{
	margin-top: 20px;
}