* {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

.limit-grid {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.noscroll {
	overflow: hidden;
}

.banner {
	width: 100%;
	height: 100vh;
	min-height: 1000px;
	position: relative;
	z-index: 1;
	background: url("../img/banners/home.jpg") no-repeat center top;
	background-size: cover;
}

.banner::after {
	content: '';
	background: #fff;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #fff 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
}

.banner__imagebg {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.banner--home::after {
	display: none;
}

.banner__content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: 20%;
	position: relative;
	z-index: 9;
}

.banner__content div:nth-child(2) {
	width: 50%;
}

.banner__content__blog {
	max-width: 400px;
	margin: 0px auto;
	display: none;
}

.banner__content--centerBlue {
	flex-wrap: wrap;
	text-align: center;
}

.banner__content--centerBlue h2,
.banner__content--centerBlue p {
	color: #007995;
	text-align: center !important;
	position: relative;
}

.banner__content--centerBlue h2::after {
	content: '';
	width: 50px;
	height: 10px;
	display: block;
	margin: 20px auto;
	background: #007995;
}

.banner__content--center {
	flex-wrap: wrap;
	text-align: center;
}

.banner__content--center div {
	width: 100%;
}

.banner__content--center h2,
.banner__content--center p {
	color: #fff;
	text-align: center;
	position: relative;
}

.banner__content--center h2::after {
	content: '';
	width: 50px;
	height: 10px;
	display: block;
	margin: 20px auto;
	background: #007995;
}

.banner__content--blue {
	color: #007995;
}

.banner__content--right {
	justify-content: initial;
	text-align: right;
}

.banner__content h2 {
	text-align: right;
	font-weight: 300;
	position: relative;
	display: inline-block;
	font-size: 40px;
}

.banner__content h2 strong {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
}

.banner__content h2.right {
	margin-right: 40px;
	padding-right: 40px;
}

.banner__content h2.right::after {
	content: '';
	border-right: 10px solid #007995;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
}

.banner__content h2.left {
	margin-left: 40px;
	padding-left: 40px;
}

.banner__content h2.left::after {
	content: '';
	border-left: 10px solid #007995;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

.banner__content p {
	margin-bottom: 20px;
}

#incorporadora .banner {
	background: url("../img/banners/incorporadora.jpg") no-repeat center bottom;
	background-size: cover;
}

#incorporadora .banner--grade {
	background: url("../img/incorporadora/grade.jpg") no-repeat center top;
}

#incorporadora .banner--grade .banner__content {
	padding-top: 20%;
}

#incorporadora .banner--grade h2 {
	max-width: 290px;
	text-align: right;
	margin-left: auto;
}

#incorporadora .banner--grade h2 span {
	color: #73cee1;
	display: block;
}

#incorporadora .banner--grade h2::after {
	border-color: #73cee1;
}

#incorporadora .banner--grade p {
	max-width: 290px;
	line-height: 27px;
	text-align: right;
	margin-left: auto;
	color: #73cee1;
}

#empreendimentos .banner--giardino {
	background: url("../img/banners/giardino.jpg") no-repeat center bottom;
	background-size: cover;
}

#empreendimentos .banner--garten {
	background: url("../img/banners/garten.jpg") no-repeat center bottom;
	background-size: cover;
}

#empreendimentos .banner--lamenha {
	background: url("../img/banners/lamenha.jpg") no-repeat center bottom;
	background-size: cover;
}

#eventos .banner {
	background: url("../img/banners/eventos.jpg") no-repeat center bottom;
	background-size: cover;
}

#eventos .banner::after {
	height: 100%;
}

#blog .banner {
	background: url("../img/banners/blog.jpg") no-repeat center bottom;
	background-size: cover;
}

#blog .banner::after {
	display: none;
}

#parcerias .banner {
	background: url("../img/banners/parcerias.jpg") no-repeat center bottom;
	background-size: cover;
}

a.read-more {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 10px 20px;
	text-decoration: none;
	transition: .3s ease-in-out;
}

a.read-more:hover {
	color: #73cee1;
	background: #fff;
}

a.read-more--blue {
	color: #73cee1;
	border: 1px solid #73cee1;
}

a.read-more--mt20 {
	position: relative;
	top: 20px;
}

.menu {
	display: inline-flex;
	margin: 0px;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-60%);
	z-index: 99;
}

.menu.active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 97;
	transform: scaleY(1);
	padding-top: 100px;
	background: #007995;
}

.menu__logo {
	height: 75px;
	margin: 10px 40px 0;
}

.menu__logo__mobile {
	height: 75px;
	margin: 10px 40px 0;
}

.menu__item {
	display: flex;
	margin: 0px;
	list-style: none;
	margin-right: 40px;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	transition: .3s ease-in-out;
}

.menu__item.active a::after {
	content: '';
	display: block;
	margin: 0px auto;
	background: #007995;
	width: 30px;
	height: 3px;
	transition: .3s ease-in-out;
	position: relative;
	top: 5px;
}

.menu__item.active .submenu::before {
	display: none !important;
}

.menu__item.active .submenu a::after {
	display: none !important;
}

.menu__item a {
	color: #007995;
	text-decoration: none;
	font-weight: 700;
}

.menu__item a:hover {
	color: #fff;
}

.menu__item:nth-child(2) {
	margin-right: 50px;
}

.menu__item:last-child,
.menu__item:nth-child(3) {
	margin-right: 0px;
}

.menu__item:hover a {
	color: #007995;
}

.menu__item:hover>.submenu {
	opacity: 1;
	z-index: 2;
	transform: scaleY(1);
}

.menu__item:hover>.submenu::before {
	transform: scaleX(1);
}

.menu__item .submenu {
	opacity: 0;
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
	transition: .3s ease-in-out;
	transform: scaleY(0);
	transform-origin: top;
}

.menu__item .submenu::before {
	content: '';
	display: block;
	margin: 0px auto 20px;
	background: #007995;
	width: 30px;
	height: 3px;
	transition: .3s ease-in-out;
	transform: scaleX(0);
}

.menu__item .submenu__item {
	margin: 0px;
	list-style: none;
	padding-bottom: 10px;
	text-align: center;
	text-transform: none;
}

.menu__item .submenu__item a {
	color: #009eb0;
}

.menu__item .submenu__item a:hover {
	color: #007995;
}

.menu--home .menu__item a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.menu--home .menu__item a:hover {
	color: #007995;
}

.menuButton {
	display: block;
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 99;
	font-style: initial;
}

.menuButton::after {
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	color: #00353f;
}

.menuButton.active::after {
	content: "\f057";
}

.footer {
	background: #00353f;
	padding: 40px 0px 20px;
	position: relative;
	z-index: 9;
}

.footer__wrapper {
	max-width: 80%;
	margin: 0px auto;
}

.footer h3,
.footer a,
.footer p {
	color: #009eb0;
}

.footer__menu {
	display: flex;
	flex-wrap: wrap;
}

.footer__menu__item {
	width: 37%;
}

.footer__menu__item:last-child {
	margin-left: auto;
	width: 25%;
}

.footer__menu__item h3 {
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}

.footer__menu__item h3::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	height: 100%;
	width: 4px;
	background: #009eb0;
}

.footer__menu__item p {
	margin-bottom: 10px;
}

.footer__menu__item p a {
	text-decoration: none;
	transition: .3s ease-in-out;
}

.footer__menu__item p a:hover {
	color: #fff;
}

.footer__menu__item:last-child {
	text-align: right;
}

.footer__menu__item:last-child img {
	width: 100%;
}

.footer__copyright {
	display: flex;
	margin-top: 80px;
}

.footer__copyright__item__wrapper {
	display: flex;
}

.footer__copyright__item--full {
	width: 70%;
}

.footer__copyright__item--half {
	width: 100%;
	display: flex;
}

.footer__copyright__item--half p {
	float: left;
	margin-right: 30px;
}

.footer__copyright__item:nth-child(1) {
	width: 100%;
}

.footer__copyright__item:nth-child(1) p strong {
	color: #fff;
	text-transform: uppercase;
}

.footer__copyright__item:nth-child(2) ul {
	float: right;
	display: flex;
}

.footer__copyright__item:nth-child(2) ul li {
	display: inline;
	list-style: none;
	margin: 0px 10px;
}

.footer__copyright__item:nth-child(2) ul li img {
	height: 15px;
}

.contact-footer {
	background: #007995;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 99;
	border-radius: 30px;
	display: flex;
	align-items: center;
}

.contact-footer:hover .contact-footer__content {
	display: flex;
}

.contact-footer__button {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
}

.contact-footer__button svg {
	width: 30px;
	margin-top: 15px;
}

.contact-footer__button svg path {
	fill: #fff;
}

.contact-footer__content {
	padding: 0px 20px;
	display: none;
}

.contact-footer__content div {
	margin-left: 40px;
	position: relative;
}

.contact-footer__content p {
	color: #fff;
}

.contact-footer__content p strong {
	display: block;
	padding-bottom: 5px;
}

.home-incorporadora {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #73cee1;
}

.home-incorporadora__content {
	background: #73cee1;
	width: 50%;
	position: relative;
	color: #fff;
}

.home-incorporadora__content::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	right: -15px;
	background: #73cee1;
	transform: rotate(45deg);
}

.home-incorporadora__content__wrapper {
	width: 600px;
	padding: 50px 20px;
	margin: 0px auto;
	text-align: left;
}

.home-incorporadora__content__wrapper h2 {
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 300;
	position: relative;
}

.home-incorporadora__content__wrapper h2::before {
	content: '';
	position: absolute;
	display: block;
	height: 50%;
	width: 10px;
	background: #fff;
	top: 7px;
	left: -30px;
}

.home-incorporadora__content__wrapper h2 strong {
	display: block;
	font-weight: 900;
}

.home-incorporadora__content__wrapper p {
	margin-bottom: 40px;
	max-width: 80%;
}

.home-incorporadora__image {
	width: 50%;
}

.home-incorporadora__image img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	max-height: 650px;
	margin-bottom: -4px;
}

.home-boxs {
	display: flex;
	flex-wrap: wrap;
}

.home-boxs__item {
	width: 33.33%;
	overflow: hidden;
}

.home-boxs__item a {
	text-decoration: none;
}

.home-boxs__item a:hover .home-boxs__item__figure::after {
	opacity: .8;
}

.home-boxs__item a:hover .home-boxs__item__figure img {
	transform: scale(1.1);
}

.home-boxs__item__figure {
	height: 80vh;
	position: relative;
}

.home-boxs__item__figure::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .3s ease-in-out;
}

.home-boxs__item__figure img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	margin-bottom: -4px;
	transition: .3s ease-in-out;
}

.home-boxs__item__title {
	position: relative;
	padding: 40px 0px;
	text-align: center;
	color: #fff;
}

.home-boxs__item__title img {
	height: 40px;
	max-width: 100%;
}

.home-boxs__item__title::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: calc(50% - 15px);
	transform: rotate(45deg);
}

.home-boxs__item:nth-child(1) .home-boxs__item__title {
	background: #007995;
}

.home-boxs__item:nth-child(1) .home-boxs__item__title::after {
	background: #007995;
}

.home-boxs__item:nth-child(1) .home-boxs__item__figure::after {
	background: #007995;
	background: -moz-linear-gradient(top, transparent 0%, #007995 100%);
	background: -webkit-linear-gradient(top, transparent 0%, #007995 100%);
	background: linear-gradient(to bottom, transparent 0%, #007995 100%);
}

.home-boxs__item:nth-child(2) .home-boxs__item__title {
	background: #009eb0;
}

.home-boxs__item:nth-child(2) .home-boxs__item__title::after {
	background: #009eb0;
}

.home-boxs__item:nth-child(2) .home-boxs__item__figure::after {
	background: #009eb0;
	background: -moz-linear-gradient(top, transparent 0%, #009eb0 100%);
	background: -webkit-linear-gradient(top, transparent 0%, #009eb0 100%);
	background: linear-gradient(to bottom, transparent 0%, #009eb0 100%);
}

.home-boxs__item:nth-child(3) .home-boxs__item__title {
	background: #73cee1;
}

.home-boxs__item:nth-child(3) .home-boxs__item__title::after {
	background: #73cee1;
}

.home-boxs__item:nth-child(3) .home-boxs__item__figure::after {
	background: -moz-linear-gradient(top, transparent 0%, #73cee1 100%);
	background: -webkit-linear-gradient(top, transparent 0%, #73cee1 100%);
	background: linear-gradient(to bottom, transparent 0%, #73cee1 100%);
}

.incorporadora-info01 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.incorporadora-info01__item {
	width: 50%;
	padding: 50px 40px;
}

.incorporadora-info01--full {
	padding: 0px 20px 40px;
}

.incorporadora-info01--full p {
	max-width: 100% !important;
	margin-bottom: 10px;
}

.incorporadora-info01 h1 {
	position: relative;
}

.incorporadora-info01 h1::after {
	content: '';
	border-left: 10px solid #73cee1;
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
	width: 100%;
	height: 50px;
}

.incorporadora-info01 img {
	max-width: 100%;
}

.incorporadora-info01 h1 {
	color: #009eb0;
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 50px;
}

.incorporadora-info01 h1 strong {
	display: block;
	color: #007995;
	font-weight: 900;
	text-transform: uppercase;
}

.incorporadora-info01 p {
	color: #73cee1;
	max-width: 80%;
}

.incorporadora-info01 p strong {
	color: #007995;
}

.incorporadora-info02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #007995;
}

.incorporadora-info02__content {
	background: #007995;
	width: 50%;
	position: relative;
	color: #fff;
}

.incorporadora-info02__content::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	right: -15px;
	background: #007995;
	transform: rotate(45deg);
}

.incorporadora-info02__content__wrapper {
	width: 600px;
	padding: 50px 20px;
	margin: 0px auto;
	text-align: left;
}

.incorporadora-info02__content__wrapper h2 {
	margin: 0px auto 40px;
	color: #fff;
	font-weight: 300;
	font-size: 50px;
	max-width: 490px;
	position: relative;
}

.incorporadora-info02__content__wrapper h2 strong {
	text-transform: uppercase;
	font-weight: 900;
}

.incorporadora-info02__content__wrapper h2::before {
	content: '"';
	font-size: 90px;
	font-weight: 700;
	display: block;
	position: absolute;
	top: -50px;
	left: -50px;
	width: 100%;
	height: 50px;
}

.incorporadora-info02__content__wrapper h2::after {
	content: '';
	border-left: 10px solid #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: -40px;
	width: 100%;
	height: 50px;
}

.incorporadora-info02__image {
	width: 50%;
}

.incorporadora-info02__image img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	max-height: 650px;
	margin-bottom: -4px;
}

.incorporadora-boxs {
	display: flex;
	flex-wrap: wrap;
}

.incorporadora-boxs .incorporadora-button {
	cursor: pointer;
}

.incorporadora-boxs__wrapper {
	flex-wrap: wrap;
	padding: 50px;
	display: none;
}

.incorporadora-boxs__wrapper.active {
	display: flex;
}

.incorporadora-boxs__item {
	width: 50%;
	overflow: hidden;
}

.incorporadora-boxs__item h2 {
	text-transform: uppercase;
}

.incorporadora-boxs__item p {
	padding: 10px 50px;
	color: #009eb0;
	position: relative;
}

.incorporadora-boxs__item:hover img {
	transform: scale(1.1);
}

.incorporadora-boxs__item__figure {
	height: 60vh;
	position: relative;
	cursor: pointer;
}

.incorporadora-boxs__item__figure::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
	transition: .3s ease-in-out;
}

.incorporadora-boxs__item__figure .read-more {
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
	color: #fff;
	z-index: 99;
	padding: 10px 20px;
	text-align: center;
	display: block;
	border: 1px solid #fff;
	border-radius: 20px;
}

.incorporadora-boxs__item__figure .read-more span {
	font-weight: 700;
	text-transform: uppercase;
}

.incorporadora-boxs__item__figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin-bottom: -4px;
	filter: grayscale(0%);
	transition: .3s ease-in-out;
}

.incorporadora-boxs__item__title {
	position: relative;
	padding: 40px 0px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	text-transform: initial !important;
	font-size: 20px;
}

.incorporadora-boxs__item__title strong {
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
}

.incorporadora-boxs__item__title::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: calc(50% - 15px);
	transform: rotate(45deg);
}

.incorporadora-boxs__item:nth-child(1) .incorporadora-boxs__item__title {
	background: #009eb0;
}

.incorporadora-boxs__item:nth-child(1) .incorporadora-boxs__item__title::after {
	background: #009eb0;
}

.incorporadora-boxs__item:nth-child(1) .incorporadora-boxs__item__figure::after {
	background: #009eb0;
	background: -moz-linear-gradient(top, transparent 0%, #009eb0 100%);
	background: -webkit-linear-gradient(top, transparent 0%, #009eb0 100%);
	background: linear-gradient(to bottom, transparent 0%, #009eb0 100%);
}

.incorporadora-boxs__item:nth-child(2) .incorporadora-boxs__item__title {
	background: #73cee1;
}

.incorporadora-boxs__item:nth-child(2) .incorporadora-boxs__item__title::after {
	background: #73cee1;
}

.incorporadora-boxs__item:nth-child(2) .incorporadora-boxs__item__figure::after {
	background: #73cee1;
	background: -moz-linear-gradient(top, transparent 0%, #73cee1 100%);
	background: -webkit-linear-gradient(top, transparent 0%, #73cee1 100%);
	background: linear-gradient(to bottom, transparent 0%, #73cee1 100%);
}

.empreendimentos-text {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	padding: 80px 0;
	max-width: 1200px;
	margin: 0px auto;
	align-items: center;
}

.empreendimentos-text__right h1 {
	color: #007995;
	font-weight: 300;
	font-size: 39px;
	max-width: 320px;
	margin: 0px auto;
	position: relative;
}

.empreendimentos-text__right h1 strong {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
}

.empreendimentos-text__right h1::before {
	content: '';
	position: absolute;
	display: block;
	height: 50%;
	width: 10px;
	background: #fff;
	top: 7px;
	left: -30px;
}

.empreendimentos-text__right p {
	color: #73cee1;
	margin-bottom: 20px;
}

.empreendimentos-text__right p strong {
	color: #007995;
}

.empreendimentos-gallery {
	display: flex;
	flex-wrap: wrap;
}

.empreendimentos-gallery__item {
	width: 33.33%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.empreendimentos-gallery__item:hover::after,
.empreendimentos-gallery__item.active::after {
	opacity: 0;
}

.empreendimentos-gallery__item:hover .read-more,
.empreendimentos-gallery__item.active .read-more {
	color: #009eb0;
	background: #fff;
}

.empreendimentos-gallery__item:hover img,
.empreendimentos-gallery__item.active img {
	transform: scale(1.1);
}

.empreendimentos-gallery__item::after {
	content: '';
	background: RGBA(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	transition: .3s ease-in-out;
	opacity: 1;
}

.empreendimentos-gallery__item--full {
	width: 100%;
}

.empreendimentos-gallery__item--full img {
	height: 400px !important;
	margin-bottom: -4px;
}

.empreendimentos-gallery__item--half {
	width: 50%;
}

.empreendimentos-gallery__item--half img {
	height: 400px !important;
	margin-bottom: -4px;
}

.empreendimentos-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease-in-out;
	transform: scale(1);
}

.empreendimentos-gallery__item .read-more {
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	z-index: 9;
	display: inline-block;
	color: #fff;
	font-weight: 900;
	border: 2px solid #fff;
	padding: 10px 20px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 20px;
	transition: .3s ease-in-out;
}

.empreendimentos-view__item {
	opacity: 0;
	max-height: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: .4s ease-in-out;
}

.empreendimentos-view__item.active {
	opacity: 1;
	transform: scaleY(1);
	max-height: 2000px;
}

.empreendimentos-view__item img {
	max-width: 100%;
	width: 100%;
	margin-bottom: -4px;
}

.empreendimentos-view__item__content {
	background: #73cee1;
	position: relative;
}

.empreendimentos-view__item__content::before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: calc(50% - 15px);
	background: #73cee1;
	transform: rotate(45deg);
}

.empreendimentos-view__item__content h2 {
	font-weight: 900;
	text-transform: uppercase;
	color: #007995;
	border-left: 5px solid #007995;
	padding-left: 10px;
	display: inline-block;
}

.empreendimentos-view__item__content p {
	color: #fff;
	margin-bottom: 10px;
}

.empreendimentos-view__item__content__title {
	width: 50%;
	text-align: right;
	padding-right: 40px;
}

.empreendimentos-view__item__wrapper {
	display: flex;
	padding: 100px 0;
}

.empreendimentos-sobre {
	padding: 50px 0px;
	display: flex;
	align-items: center;
}

.empreendimentos-sobre__logo {
	width: 100%;
}

.empreendimentos-sobre__logo img {
	width: 100%;
}

.empreendimentos-sobre__tabs {
	width: 100%;
}

.empreendimentos-sobre__tabs h2 {
	color: #007995;
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 30px;
}

.empreendimentos-sobre__tabs h2 strong {
	display: block;
}

.empreendimentos-sobre__tabs__item {
	padding: 10px 0px;
}

.empreendimentos-sobre__tabs__item__content {
	display: none;
}

.empreendimentos-sobre__tabs__item h3 {
	color: #007995;
	padding-left: 20px;
	border-left: 5px solid #73cee1;
	cursor: pointer;
	display: inline-block;
}

.empreendimentos-sobre__tabs__item h3::after {
	content: '';
	border-top: 5px solid #007995;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	display: inline-block;
	margin-left: 10px;
}

.empreendimentos-sobre__tabs__item p {
	padding-left: 20px;
	margin-bottom: 10px;
	color: #73cee1;
	position: relative;
	width: 100%;
}

.empreendimentos-sobre__tabs__item p:first-child {
	margin-top: 30px;
}

.empreendimentos-sobre__tabs__item.active .empreendimentos-sobre__tabs__item__content {
	display: block;
}

.empreendimentos-footer {
	height: 500px;
	background-color: #73cee1;
	text-align: center;
}

.empreendimentos-footer--lamenha {
	background-color: #9bd5bd;
}

.empreendimentos-footer img {
	height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0px auto -4px;
}

.eventos-gallery {
	display: flex;
	flex-wrap: wrap;
}

.eventos-gallery a {
	width: 33.33%;
}

.eventos-gallery a .eventos-gallery__item {
	width: 100%;
}

.eventos-gallery__item {
	width: 33.33%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.eventos-gallery__item--zoom {
	height: 340px;
}

.eventos-gallery__item.half {
	width: 50%;
}

.eventos-gallery__item:hover::after,
.eventos-gallery__item.active::after {
	opacity: 0;
}

.eventos-gallery__item:hover .read-more,
.eventos-gallery__item.active .read-more {
	color: #009eb0;
	background: #fff;
}

.eventos-gallery__item:hover img,
.eventos-gallery__item.active img {
	transform: scale(1.1);
}

.eventos-gallery__item::after {
	content: '';
	background: RGBA(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	transition: .3s ease-in-out;
	opacity: 1;
}

.eventos-gallery__item--full {
	width: 100%;
}

.eventos-gallery__item--full img {
	height: 400px !important;
	margin-bottom: -4px;
}

.eventos-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease-in-out;
	transform: scale(1);
}

.eventos-gallery__item__wrapper {
	position: absolute;
	z-index: 9;
	display: inline-block;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

.eventos-gallery__item__title {
	color: #fff;
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.eventos-gallery__item .read-more {
	color: #fff;
	font-weight: 300;
	border: 2px solid #fff;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
	transition: .3s ease-in-out;
}

.eventos-view__item {
	opacity: 0;
	max-height: 0;
	display: none;
	transition: .4s ease-in-out;
	position: relative;
	width: 100vw;
	background: #73cee1;
}

.eventos-view__item.active {
	opacity: 1;
	max-height: 2000px;
	display: grid;
	grid-template-columns: 60% 40%;
}

.eventos-view__item img {
	display: block;
	width: 100%;
	height: 485px;
	object-fit: contain;
	margin-bottom: -4px;
}

.eventos-view__item::before {
	content: '';
	border-bottom: 30px solid #73cee1;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	top: -30px;
	z-index: 80;
}

.eventos-view__item:nth-child(1)::before {
	left: calc(15% - 15px);
}

.eventos-view__item:nth-child(2)::before {
	right: calc(50% - 15px);
}

.eventos-view__item:nth-child(3)::before {
	right: calc(15% - 15px);
}

.eventos-view__item__content {
	background: #73cee1;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.eventos-view__item__content h2 {
	font-weight: 900;
	text-transform: uppercase;
	color: #007995;
	border-left: 5px solid #73cee1;
	padding-left: 10px;
	display: inline-block;
	margin-bottom: 40px;
}

.eventos-view__item__content h2 strong {
	display: block;
}

.eventos-view__item__content p {
	color: #fff;
	margin-bottom: 10px;
}

.eventos-view__item__wrapper {
	padding: 100px 40px;
}

.owl-carousel .owl-stage-outer {
	height: 100%;
	width: 100%;
}

.owl-carousel .owl-nav {
	position: absolute;
	z-index: 3;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	outline: none;
	transition: .2s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
	outline: none;
	font-size: 62px;
	font-weight: 700;
	color: #fff;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0;
}

.owl-carousel .owl-nav .owl-next {
	float: right;
}

.parceirias-boxs {
	display: flex;
}

.parceirias-boxs a {
	text-decoration: none;
	width: 100%;
	justify-content: center;
	align-content: center;
	display: block;
}

.parceirias-boxs a.sua-area {
	background-color: #73cee1;
}

.parceirias-boxs a.eventos {
	background-color: #009eb0;
}

.parceirias-boxs a.fornecedores {
	background-color: #007995;
}

.parceirias-boxs__item {
	padding: 80px 50px;
	display: flex;
	justify-content: center;
}

.parceirias-boxs__item:hover h2 {
	color: #00353f;
}

.parceirias-boxs__item h2 {
	color: #fff;
	font-weight: 300;
	font-size: 50px;
	transition: .3s ease;
}

.parceirias-boxs__item span {
	display: block;
}

.parceirias-boxs__item strong {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
}

.parceirias-form {
	padding: 100px 0;
}

.parceirias-form--sua-area {
	background: #73cee1;
}

.parceirias-form--eventos {
	background: #009eb0;
}

.parceirias-form--fornecedores {
	background: #007995;
}

.parceirias-form__wrapper {
	display: flex;
}

.parceirias-form__title {
	width: 100%;
	padding-right: 80px;
}

.parceirias-form__title h2 {
	color: #fff;
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 40px;
}

.parceirias-form__title h2 strong {
	display: block;
	font-weight: 900;
}

.parceirias-form__title p {
	color: #fff;
	margin-bottom: 20px;
}

.parceirias-form__title p strong {
	color: #00353f;
}

.parceirias-form__form {
	width: 100%;
}

.parceirias-form__form input,
.parceirias-form__form textarea {
	color: #00353f;
	border: 2px solid #fff;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px 20px;
	border-radius: 20px;
	background: transparent;
	font-weight: 900;
	outline: none;
}

.parceirias-form__form input::placeholder,
.parceirias-form__form textarea::placeholder {
	color: #00353f;
	text-transform: uppercase;
}

.parceirias-form__form textarea {
	height: 300px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.blog-grid a {
	text-decoration: none;
}

.blog-grid__item {
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
}

.blog-grid__item:hover .read-more,
.blog-grid__item.active .read-more {
	color: #009eb0;
	background: #fff;
}

.blog-grid__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease-in-out;
	transform: scale(1);
}

.blog-grid__item__wrapper {
	position: absolute;
	z-index: 9;
	display: inline-block;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
	text-align: center;
}

.blog-grid__item__title {
	color: #fff;
	font-weight: 900;
	padding: 30px 20px;
	text-transform: uppercase;
	text-align: center;
	background: #007995;
	position: relative;
	margin-top: -4px;
	z-index: 1;
}

.blog-grid__item .read-more {
	color: #fff;
	font-weight: 300;
	border: 2px solid #fff;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
	transition: .3s ease-in-out;
}

.blog-view {
	padding: 80px 0;
}

.blog-view h1 {
	color: #73cee1;
}

.blog-view h1::after {
	content: '';
	border-left: 10px solid #73cee1;
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
	width: 100%;
	height: 25px;
}

.blog-view p {
	margin-bottom: 40px;
	color: #73cee1;
}

.blog-view p small {
	font-weight: 700;
}

.blog-view a {
	color: #007995;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: .3s ease-in-out;
}

.blog-view a:hover {
	color: #73cee1;
}

.notfound {
	height: 50vh;
	background: #73cee1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notfound__content {
	display: grid;
	align-items: center;
	justify-content: center;
}

.notfound__content h2 {
	color: #fff;
	font-weight: 300;
	font-size: 50px;
	transition: .3s ease;
	position: relative;
}

.notfound__content h2::after {
	content: '';
	border-left: 10px solid #fff;
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
	width: 100%;
	height: 50px;
}

.notfound__content p {
	color: #fff;
	font-size: 50px;
}

.notfound__content strong {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
}

@media (min-width: 769px) {

.menu__logo__mobile {
	display: none;
}

.menu__item__mobile {
	display: none;
}

.menuButton {
	display: none;
}

}

@media (max-width: 768px) {

.limit-grid {
	padding-left: 20px;
	padding-right: 20px;
}

.banner {
	min-height: 0;
	height: 85vh;
}

.banner--home {
	height: 35vh;
}

.banner__content div:nth-child(2) {
	width: 100%;
}

.banner__content {
	flex-wrap: wrap;
}

.banner__content h2.right {
	display: flex;
	margin-right: 0px;
	padding-right: 0px;
	text-align: center;
	margin-bottom: 40px;
}

.banner__content h2.right::after {
	display: none;
}

.banner__content p {
	text-align: center;
}

#incorporadora .banner--grade {
	background: url("../img/incorporadora/grade.jpg") no-repeat right top;
}

#incorporadora .banner--grade h2 {
	max-width: 50%;
	margin-right: 20px;
}

#incorporadora .banner--grade p {
	max-width: 50%;
	margin-right: 20px;
}

.menu {
	display: none;
}

.menu__logo {
	display: none;
}

.menu__item {
	display: block;
	margin-left: 30px;
	font-size: 50px;
	text-align: left;
	padding-top: 20px;
}

.menu__item--Emp {
	display: none;
}

.menu__item__saiba {
	display: none;
}

.menu__item.active a::after {
	display: none;
}

.menu__item a {
	color: #fff;
}

.menu__item:hover a {
	color: #fff;
}

.menu__item .submenu {
	display: none;
}

.menu__item .submenu__item {
	padding-bottom: 30px;
	text-align: left;
}

.menu__item .submenu__item a {
	color: #fff;
}

.menu__item .submenu__item a:hover {
	color: #fff;
}

.footer__wrapper {
	max-width: 100%;
	padding: 0 20px;
}

.footer__menu__item {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.footer__menu__item:last-child {
	margin: 0px auto;
	width: 50%;
}

.footer__copyright {
	flex-wrap: wrap;
}

.footer__copyright__item__wrapper {
	flex-wrap: wrap;
}

.footer__copyright__item--full {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.footer__copyright__item--half {
	flex-wrap: wrap;
}

.home-incorporadora__content {
	width: 100%;
	order: 1;
}

.home-incorporadora__content::after {
	top: -15px;
	right: calc(50% - 15px);
}

.home-incorporadora__content__wrapper {
	max-width: 100%;
}

.home-incorporadora__content__wrapper h2 {
	font-size: 30px;
}

.home-incorporadora__image {
	width: 100%;
	order: 0;
	height: initial;
}

.home-incorporadora__image img {
	height: initial;
}

.home-boxs__item {
	width: 100%;
}

.home-boxs__item__figure {
	height: initial;
}

.home-boxs__item__figure img {
	height: initial;
}

.incorporadora-info01__item {
	max-width: 100%;
	width: 100%;
}

.incorporadora-info01 h1 {
	font-size: 30px;
}

.incorporadora-info02__content {
	width: 100%;
	order: 1;
}

.incorporadora-info02__content::after {
	top: -15px;
	right: calc(50% - 15px);
}

.incorporadora-info02__content__wrapper {
	top: -15px;
	right: calc(50% - 15px);
	max-width: 100%;
}

.incorporadora-info02__image {
	width: 100%;
	order: 0;
	height: initial;
}

.incorporadora-info02__image img {
	height: initial;
}

.incorporadora-boxs__item {
	width: 100%;
}

.incorporadora-boxs__item p {
	padding: 10px 0px;
}

.incorporadora-boxs__item__figure {
	height: initial;
}

.incorporadora-boxs__item__figure img {
	height: initial;
}

.empreendimentos-text {
	display: block;
}

.empreendimentos-text__left {
	padding-bottom: 20px;
	margin-left: 10px;
}

.empreendimentos-text__left img {
	max-width: 100%;
}

.empreendimentos-text__right {
	padding-bottom: 20px;
	margin-left: 10px;
}

.empreendimentos-text__right p {
	margin-left: 10px;
}

.empreendimentos-gallery__item {
	width: 100%;
}

.empreendimentos-view__item__content__text {
	display: block;
	position: relative;
	top: 70px;
	right: 30px;
}

.empreendimentos-sobre {
	display: block;
	position: relative;
	padding: 0px;
}

.empreendimentos-sobre__tabs {
	text-align: left;
	position: relative;
	top: -50px;
}

.eventos-gallery a {
	width: 100%;
}

.eventos-gallery__item {
	width: 100%;
}

.eventos-gallery__item--zoom {
	height: auto;
}

.eventos-view__item.active {
	display: block;
}

.parceirias-boxs {
	display: block;
}

.parceirias-boxs__item h2 {
	font-size: 30px;
}

.parceirias-form {
	padding: 2px 0 300px;
}

.parceirias-form__title {
	padding: 20px;
	position: absolute;
}

.parceirias-form__title h2 {
	font-size: 30px;
}

.parceirias-form__form {
	position: relative;
	top: 300px;
	padding: 20px;
}

.blog-grid {
	grid-template-columns: repeat(1, 1fr);
}

.blog-view h1 {
	text-align: center;
}

.blog-view p {
	padding: 20px;
}

}

@media (max-width: 520px) {

.banner__content--center img {
	max-width: 100%;
}

.banner__content h2.right {
	font-size: 30px;
	display: block;
	padding-top: 50px;
}

#incorporadora .banner--grade {
	background: #fff;
}

#incorporadora .banner--grade h2 {
	max-width: 100%;
	padding: 0 20px;
}

#incorporadora .banner--grade p {
	max-width: 100%;
	padding: 0 20px;
}

.menu__item {
	font-size: 20px;
	padding: 0;
	margin: 20px;
}

.incorporadora-info02__content__wrapper h2 {
	font-size: 40px;
}

.empreendimentos-view__item__content__title {
	width: 10%;
	text-align: right;
	padding-left: 40px;
	font-size: 13px;
}

}

@media (max-width: 520px) and (max-width: 520px) {

#incorporadora .banner--grade p {
	padding: 0 40px;
}

}

