/* Folhas de estilos*/
@import 'main.css';
@import 'lightgallery/lightgallery.css';

@font-face {
	font-family: lg;
	src: url(../fonts/lg.woff);
}

.banner{
	width: 100%;
	height: 100vh;
	overflow: hidden !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.no-webp .banner{
	background-image: url('../img/banner-sobre.jpg');
}

.webp .banner{
	background-image: url('../img/banner-sobre.webp');
}

.banner h1{
	font-weight: 300;
	font-size: 2.25em;
	text-align: center;
	color: #fff;
	margin: 0;
}

.banner h1 b{
	font-weight: 800;
}

.banner h1 i{
	color: #FFD41D;
	font-style: italic;
}

.banner h1 span{
	color: #F75828;
	font-style: italic;
}

.banner-fundo{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8));
	position: relative;
	top:0;
	left: 0;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/*Free Pass=============================*/
.free-pass{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.no-webp .free-pass{
	background-image: url('../img/banner-free.jpg');
}

.webp .free-pass{
	background-image: url('../img/banner-free.webp');
}

.free-pass h2{
	font-style: italic;
	font-weight: 800;
	font-size: 2.375em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.free-pass h2 b{
	color: #FFD41D;
}

.free-pass p{
	font-style: italic;
	font-weight: 300;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
}

.free-pass p b{
	font-weight: 800;
}

.free-pass p i{
	color: #F75828;
	font-weight: 800;
}

/*História=========================*/
.historia{
	padding-top: 100px;
}

.historia img{
	width: 100%;
}

.missao{
	height: 400px;
	background: #E8E8E8;
	margin-top: 50px;
}

.icon-missao{
	height: 400px;
	text-align: center;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.icon-missao .svg{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.icon-missao .svg svg{
	height: 70px;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.icon-missao h2{
	font-weight: 800;
	margin-bottom: 20px;

	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

.icon-missao p{
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

.icon-missao .svg path{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.icon-missao:hover .svg path{
	fill: #FFD41D !important;
}

.icon-missao:hover{
	background: #000;
	color: #E8E8E8;
}

/*Depoimentos=========================*/
.depoimentos{
	
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding:50px;
}

.no-webp .depoimentos{
	background-image: url('../img/depoimentos-back.jpg');
}

.webp .depoimentos{
	background-image: url('../img/depoimentos-back.webp');
}

.depoimentos .carousel-item{
	padding: 15px 150px;
	overflow-y: hidden;
}

.depoimentos .carousel-item h5{
	text-align: center;
	color: #FFD41D;
	font-style: italic;
	font-size: 0.825em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
}

.depoimentos .carousel-item p{
	text-align: center;
	color: #fff;
	font-style: italic;
	font-size: 1.125em;
	line-height: 28px;
	font-weight: 300;
	margin-top: 0;
}

/*Planos===========================*/
.planos{
	padding: 100px 0;
}

.icon-plan{
	background:#E8E8E8;
	height: 100%;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.icon-plan .foto-plan{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.icon-plan .foto-plan img{
	width: 100%;
	min-height: 100%;
}

.icon-plan .text-plan{
	padding: 15px;
	height: 300px;
}

.icon-plan .text-plan h2{
	color: #F75828;
	font-size: 1.5em;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.icon-plan .text-plan p{
	color: #000;
	font-size: 0.875em;
	font-weight: 300;
	text-align: center;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.icon-plan .price-plan h3{
	color: #F75828;
	font-size: 1.125em;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.icon-plan .price-plan b{
	font-size: 2.25em;
}

.icon-plan .button-main{
	background: #F75828;
	color: #E8E8E8;
	font-size: 0.875em;
	width: 165px;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.icon-plan .descri-plan h5{
	color: #000;
	font-size: 0.875em;
	font-weight: 800;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.icon-plan .descri-plan ul li{
	color: #000;
	font-size: 0.875em;
	font-weight: 300;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.icon-plan:hover{
	background: #000;
}

.icon-plan:hover p, .icon-plan:hover .descri-plan ul li, .icon-plan:hover .descri-plan h5{
	color: #fff;
}

.icon-plan:hover h2, .icon-plan:hover h3{
	color: #FFD41D;
}

.icon-plan:hover .button-main{
	background: #FFD41D !important;
	color: #000 !important;
}

.icon-plan .button-main:hover{
	background: #F75828 !important;
}

/*Galeria*/
.fotos-residence{
	padding: 100px 0;
	background: #000;
}

.foto-icon{
	margin:15px 0;
	height: 260px;
	overflow: hidden;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.foto-icon img{
	width: 100%;
	height: auto;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.foto-icon:hover img{
	opacity: 0.5;
}

.fotos-residence a{
	display: inline-block;
}

/*Responsive=======================*/

@media screen and (max-width: 1280px){
		
}

@media screen and (max-width: 1200px){
	
}

@media screen and (max-width: 991px){
	.text-banner h1{
		font-size: 3em;
	}

	.depoimentos .carousel-item{
		padding: 15px 70px;
	}

	.icon-plan .text-plan{
		height: 500px;
	}
}

@media screen and (max-width: 767px){
	.icon-plan .text-plan{
		height: 350px;
	}

	.depoimentos .carousel-item{
		padding: 15px 40px;
	}

	.missao{
		height: auto;
	}
}

@media screen and (max-width: 424px){
	.icon-plan .text-plan{
		height: 450px;
	}
}