/*import*/
@import url("global.css");
@import url("header-footer.css");

a[href*="tratamentos-esteticos.html"] {
	color: var(--new-blue)!important;
}

/* --- imagem destaque --- */
	#imagem-destaque{
		position: relative;
		margin-top: -160px;
		z-index: -1;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		clip-path: ellipse(50% 50% at 50% 50%);
	}
	#imagem-destaque img{
		width: 100%;
	}

/* --- lista tratamentos --- */
	#lista-tratamentos{
		position: relative;
		top: -180px;
	}
	#lista-tratamentos .container-fluid{
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	#lista-tratamentos .box{
		width: 250px;
		height: 317px;
		border-radius: 30px;
		background-color: white;
		margin-left: 12px;
		margin-right: 12px;
		position: relative;
		margin-bottom: 30px;
		overflow: hidden;
		box-shadow: 0 10px 30px #00000010;
		transition: .3s;
	}
	#lista-tratamentos .box:hover::before{
		content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #D9005780;
        opacity: 1;
		transition: .3s;
	}
	#lista-tratamentos .box img{
		width: 100%;
		height: 256px;
		object-fit: cover;
	}
	#lista-tratamentos .box h3{
		font-size: 21px;
		margin-top: 18px;
		margin-bottom: 0;
	}
	#lista-tratamentos .box .link{
		position: absolute;
		top: 40%;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
		transition: .3s;
	}
	#lista-tratamentos .box:hover .link{
		opacity: 1;
		transition: .3s;	
	}
	#lista-tratamentos .box .link p{
		font-size: 15px;
		color: white;
		margin-bottom: 8px;
	}

/* --- beneficios --- */
	#beneficios{
		margin-top: 40px;
		background: url(../imagens/bg/bg-tratamento-por-area.png)no-repeat center top;
		height: 490px;
		padding-top: 150px;
	}
	#beneficios .container-fluid{
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	#beneficios h2{
		font-size: 35px;
		color: #FC206C!important;
	}
	#beneficios .d-flex{
		margin-top: 75px;
		max-width: 1060px!important;
		margin-left: auto;
		margin-right: auto;
	}
	#beneficios .media{
		width: 230px;
	}
	#beneficios .media img{
		margin-right: 20px;	
	}
	#beneficios .media p{
		font-size: 16px;
		line-height: 22px;
		margin-top: 5px;
	}

/* --- pacotes --- */
	#pacotes{
		padding-top: 100px;
		padding-bottom: 115px;
	}
	#pacotes p.text-blue{
		font-size: 21px;
		margin-bottom: 2px;
	}
	#pacotes h2{
		font-size: 35px;
		margin-bottom: 60px;
	}
	#pacotes .box{
		width: 345px;
		height: 321px;
		border-radius: 20px;
		position: relative;
		overflow: hidden;
	}
	#pacotes .box:nth-child(2){
		margin: 0 22px;
	}
	#pacotes .box img{
		object-fit: cover;
	}
	#pacotes .box h3{
		position: absolute;
		bottom: 35px;
		font-size: 60px;
		line-height: 44px;
		margin-left: 25px;
		margin-right: 20px;
	}
	
@media screen and (max-width: 1660px) {

}

@media screen and (max-width: 1440px) {
	/* --- imagem destaque --- */
		#imagem-destaque img{
			height: 900px;
			object-fit: cover;
		}
}

@media screen and (max-width: 1200px) {
	/* --- pacotes --- */
		#pacotes .box:nth-child(2){
			margin: 0;
		}
		#pacotes .box{
			margin-bottom: 20px;
			margin-left: 20px;
			margin-right: 20px;
		}
}

@media screen and (max-width: 992px) {
	/* --- imagem destaque --- */
		#imagem-destaque{
			height: 450px;
		}
		#imagem-destaque img{
			height: 450px;
			width: 100%;
		}
	
	/* --- lista tratamentos --- */
		#lista-tratamentos {
			top: -70px;
		}

	/* --- beneficios --- */
		#beneficios .media{
			max-width: 230px;
			width: 100%;
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 20px;
		}
		#beneficios .media img{
			margin-right: 20px;	
		}

	/* --- pacotes --- */
		#pacotes .box{
			max-width: 345px;
			width: 100%;
			margin-bottom: 30px!important;
			margin-left: auto;
			margin-right: auto;
		}
}

@media screen and (max-width: 480px) {
	/* --- banner --- */
		#banner h1{
			margin-bottom: 50px;
		}
	
	/* --- imagem destaque --- */
		#imagem-destaque{
			margin-top: -100px;
			height: 400px;
			clip-path: ellipse(60% 50% at 50% 50%);
		}
		#imagem-destaque img{
			height: 400px;
		}

	/* --- lista tratamentos --- */
		#lista-tratamentos{
			margin-top: 0px;
		}
		#lista-tratamentos .box{
			width: 167px;
			height: 213px;
			margin-left: 10px;
			margin-right: 10px;
		}
		#lista-tratamentos .box img{
			height: 172px;
		}
		#lista-tratamentos .box h3{
			font-size: 14px;
			margin-top: 12px;
		}
		#lista-tratamentos .box .link p{
			font-size: 12px;
		}

	/* --- beneficios --- */
		#beneficios{
			margin-top: -80px;
			height: auto;
			padding-bottom: 50px;
		}
		#beneficios h2{
			font-size: 24px;
		}
		#beneficios .media{
			max-width: 100%;
			margin-left: 15px;
			margin-right: 15px;
			margin-bottom: 30px;
		}
		#beneficios .media img{
			margin-right: 20px;	
		}

	/* --- pacotes --- */
		#pacotes{
			padding-top: 50px;
			padding-bottom: 70px;
		}
		#pacotes p.text-blue{
			font-size: 16px;
		}
		#pacotes h2{
			font-size: 24px;
			margin-bottom: 40px;
		}
}

@media screen and (max-width: 400px) {
	/* --- lista-tratamentos --- */
		#lista-tratamentos h3{
			font-size: 14px;
		}

	/* --- pacotes --- */
		#pacotes .box h3{
			bottom: 10px;
			font-size: 50px;
		}
}

@media screen and (max-width: 370px) {
	/* --- lista tratamentos --- */
		#lista-tratamentos .box{
			width: 150px;
			margin-left: 5px;
			margin-right: 5px;
		}
}