body{
	min-width: 980px;
}

#tratamentosContainer{
	height: auto;
	padding-bottom: 90px;
	display: table;
	width: 100%;
}

#title{
	font-family: Futura, sans-serif;
	color: #710C5A;
	font-size: 35px;
	line-height: 1.4em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	
	margin-top: 87px;
	margin-bottom: 70px;
}

#titleImage{
	width: 48px;
	height: 48px;
}

#titleText{
	margin-top: 8px;
	margin-left: 8px;
}

.containerLeft{
	float: left;
	margin-left: 120px;
	width: auto;
	height: auto;
	display: table;
	margin-top: 30px;
	
	width: 370px;
}

.subtitle{
	color: #B881AC;
	font-size: 25px;
	font-family: Futura, sans-serif;
}

.subsubtitle{
	font-size: 18px;
}

.horizontal{
	width: 370px;
	visibility: hidden;
	height: 0px !important;
	margin-top: 6px;
	margin-bottom: 4px;
	border-bottom: 1px solid rgba(188, 207, 3, 1);
}

.vertical{
	height: 100%;
	visibility: hidden;
	width: 0px !important;
	top: 0px;
	left: 0px;
	position: absolute;
	border-left: 1px solid rgba(188, 207, 3, 1);
}

.containerRight{
	float: left;
	width: 350px;
	
	padding: 25px;
	padding-bottom: calc(11pt + 41px);
	
	height: auto;
	background-color: rgba(247, 247, 247, 1);
	color: #666565;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 1.4em;
	text-align: justify;
	position: relative;
}

.rightPlusMargin{
	margin-top: 50px !important;
}

.text{
	line-height: 12pt;
	overflow: hidden;
	height: 2em;
	transition: height 0.4s ease-in-out;
}

.continue{
	background: linear-gradient(to bottom, rgba(247,247,247,0), rgba(247,247,247,1));
	position: absolute;
	margin-top: -18px;
	width: calc(100% - 50px);
	height: 25px;
}

.buttonExpand{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: white;
	font-size: 11pt;
	background-color: rgb(188, 207, 3);
	
	position: absolute;
	bottom: 0px;
	cursor: pointer;
	left: 0px;
}

.hideText{
	display: none;
}