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

.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-plan.jpg');
}

.webp .banner{
	background-image: url('../img/banner-plan.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;
}

/*Modalidades=========================*/
.modalidades{
	padding: 100px 0;
}

.icon-modalidade{
	width: 100%;
	height: 600px;
	margin: 15px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fundo-icon{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.9));

	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;
}

.text-icon{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding: 15px 25px;

	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;
}

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

	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;
}

.text-icon p{
	color: #fff;
	text-align: center;
	font-size: 0.875em;
	font-weight: 300;
	opacity: 0;

	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-modalidade:hover .text-icon{
	height: 600px;

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

.icon-modalidade:hover .text-icon p{
	opacity: 1;
}

.icon-modalidade:hover .fundo-icon{
	background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9));}

/*------*/
.no-webp #musc-mod{
	background-image: url('../img/musc-back.jpg');
}

.webp #musc-mod{
	background-image: url('../img/musc-back.webp');
}
/*------*/
/*------*/
.no-webp #cross-fitness{
	background-image: url('../img/cross-fitness.jpg');
}

.webp #cross-fitness{
	background-image: url('../img/cross-fitness.webp');
}
/*------*/
/*------*/
.no-webp #natacao-bebe{
	background-image: url('../img/natacao-bebe.jpg');
}

.webp #natacao-bebe{
	background-image: url('../img/natacao-bebe.webp');
}
/*------*/
/*------*/
.no-webp #fitdance{
	background-image: url('../img/fitdance.jpg');
}

.webp #fitdance{
	background-image: url('../img/fitdance.webp');
}
/*------*/
/*------*/
.no-webp #boot-camp{
	background-image: url('../img/boot-camp.jpg');
}

.webp #boot-camp{
	background-image: url('../img/boot-camp.webp');
}
/*------*/
/*------*/
.no-webp #hidroginastica{
	background-image: url('../img/hidroginastica.jpg');
}

.webp #hidroginastica{
	background-image: url('../img/hidroginastica.webp');
}
/*------*/
/*------*/
.no-webp #hidroterapia{
	background-image: url('../img/hidroterapia.jpg');
}

.webp #hidroterapia{
	background-image: url('../img/hidroterapia.webp');
}
/*------*/
/*------*/
.no-webp #jiu-jitsu{
	background-image: url('../img/jiu-jitsu.jpg');
}

.webp #jiu-jitsu{
	background-image: url('../img/jiu-jitsu.webp');
}
/*------*/
/*------*/
.no-webp #jump{
	background-image: url('../img/jump.jpg');
}

.webp #jump{
	background-image: url('../img/jump.webp');
}
/*------*/
/*------*/
.no-webp #muay-thai{
	background-image: url('../img/muay-thai.jpg');
}

.webp #muay-thai{
	background-image: url('../img/muay-thai.webp');
}
/*------*/
/*------*/
.no-webp #natacao-infantil{
	background-image: url('../img/natacao-infantil.jpg');
}

.webp #natacao-infantil{
	background-image: url('../img/natacao-infantil.webp');
}
/*------*/
/*------*/
.no-webp #pilates-solo{
	background-image: url('../img/pilates-solo.jpg');
}

.webp #pilates-solo{
	background-image: url('../img/pilates-solo.webp');
}
/*------*/
/*------*/
.no-webp #treino-funcional{
	background-image: url('../img/treino-funcional.jpg');
}

.webp #treino-funcional{
	background-image: url('../img/treino-funcional.webp');
}
/*------*/
/*------*/
.no-webp #zumba{
	background-image: url('../img/zumba.jpg');
}

.webp #zumba{
	background-image: url('../img/zumba.webp');
}
/*------*/

/*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: 360px;
}

.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;
}

/*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: 600px;
	}
}

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

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

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