@import url(http://fonts.googleapis.com/css?family=ZCOOL+XiaoWei);
/* Topo */


.btn-orcamento {
	border: 2px solid #990000;
	background-color: none;
	position: relative;
	color: #990000;
	z-index: 1;
	border-radius: 30px;
}

.btn-orcamento:hover {
	color: #fff;
	background-color: #ff0000;
	border-color: #990000;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.logotipo {
	width: 200px;
	height: 127px;
}

form textarea {
	padding: 10px;
}

.bg-custom {
	background-color: #990000;
}

.bg-topo {
	background: url("/img/coracoes.png");
	/* background: linear-gradient(#FFCACA, #fff); */
	padding: 0 20px 0 20px;
}

.conteudo {
	margin-top: 220px;
}

/* Tratamentos */

.tratamentos {
	background: #fff;
}

.tratamentos:hover {
	background: #fff;
}

.tabela-tratamento {
	padding: 0 10px 40px 10px;
	margin: 2px auto;
	margin-bottom: 5px;
	text-align: center;
	background-color: #fff;
	border: 1px dashed #ccc;	
}

.tabela-tratamento:hover {
	border: 1px solid #990000;
}

.tabela-tratamento img {
	width: 95%;
	padding: 20px;
}

.tabela-tratamento h6 {
	font-size: 1.5rem;
	color: #990000;
	font-weight: bold;
	height: 50px;
}

.tabela-tratamento p {
	font-size: 1.0rem;
}

/* Profissional */

.profissional {
	background: #6C006C;
	color: #fff;
}

.profissional h6 {
	font-size: 1.5rem;
	color: #FFAEFF;
}

.profissional p {
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 1.2rem;
}

.profissional img {
	margin: 60px 0 0 0;
}

.profissional .img-marcador {
	margin: -3px 6px 0 0;
}

/* Dicas */

.dicas {
	background-color: #F8F8F8;
}

.tabela-dica {
	padding: 0 10px 40px 10px;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
	background-color: #fff;
}

.tabela-dica img {
	width: 95%;
	padding: 20px;
}

.tabela-dica h6 {
	font-size: 1.5rem;
	color: #D1176F;
}

.tabela-dica p {
	font-size: 1.2rem;
}


/* Parallax */

.parallax {
	background: url(../img/bg.jpg) fixed;
	background-size: cover;
	position: relative;
}

.pacotes {
	background-color: #fff;
}

.depoimentos {
	background-image: linear-gradient(to bottom, #fff, #000);
	color: #fff;
}

.depoimentos h2 {
	color: #000;
}

.depoimentos img {
	width: 250px;
	height: 250px;
}

.depoimentos .aspas {
	font-family: "Times";
	font-size: 5rem;
	color: #F58225;
}

.depoimentos .assinatura {
	font-family: "Monotype Corsiva";
	color: #F58225;
	font-size: 1.5rem;
	font-weight: bold;
}

.contato {
	background-color: #fff;
}



/* Pacotes */

.tabela-preco {
	padding: 0 0 40px 0;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
}

.tabela-preco .preco-detalhe h2 {
	font-size: 26px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	text-transform: uppercase;
	background-color: #ccc;
	padding: 30px 0;
}

.tabela-preco .preco-detalhe span {
	display: block;
	font-size: 48px;
	font-weight: 400;
	color: #4c465f;
	margin-bottom: 20px;
}

.tabela-preco .preco-detalhe ul {
	margin-bottom: 35px;
	padding: 0 !important;
}

.tabela-preco .preco-detalhe ul li {
	padding: 10px;
	font-size: 15px;
	border-bottom: 1px dotted #ccc;
	list-style: none;
}

.tabela-preco small {
	color: #909090;
}

.btn-tratamento {
	background-color: #c82333;
	position: relative;
	color: #fff;
	z-index: 1;
	border-radius: 10px;
}

.btn-tratamento:hover {
	color: #fff;
	background-color: #4c465f;
	border-color: #4c465f;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}


.btn-dica {
	background-color: #6c757d;
	position: relative;
	color: #fff;
	z-index: 1;
	border-radius: 10px;
}

.btn-dica:hover {
	color: #fff;
	background-color: #4c465f;
	border-color: #4c465f;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.btn-pacote {
	background-color: #ff3589;
	position: relative;
	color: #fff;
	z-index: 1;
	border-radius: 10px;
}

.btn-pacote:hover {
	color: #fff;
	background-color: #4c465f;
	border-color: #4c465f;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* SINTOMAS */

.sintomas h3 {
	display: block;
	width: 100%; 
	border-bottom: 1px solid #990000;
}

.sintomas h5 {
	margin-left: 20px;
}

.sintomas a {
	color: #000;
}


.rodape {
	background-color: #333333;
	color: #fff;
}

.rodape a {
	color: #fff;
}

.rodape ul li {
	list-style: none;
}

.rodape a:hover {
	text-decoration: underline;
}

.rodape img {
	width: 40px;
	height: 40px;
}

.rodape hr {
	border: 1px solid #555555;
}

.rodape .direitos {
	text-align: center;
}

.tratamento-detalhe img {
	widht: 200px;
	height: 200px;
}


/* Configurações gerais */

.underline {
	content: '';
	border-top: 2px solid #ff3859;
	width: 150px;
	display: block;
	margin-bottom: 8px;
	margin: 0 auto;
}

.sombra:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.whatsapp {
	height: 60px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 100;
}