body{
	min-width: 980px;
}

#slider{
	width: 100%;
	height: 430px;
	position: relative;
}

.imageSlider{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
	opacity: 0;
	transition: opacity 1s ease-in-out;
	
	position: absolute;
	top: 0;
}

#imagem1{
	background-image: url('../images/imagem1.jpg');
}
#imagem2{
	background-image: url('../images/imagem2.jpg');
}
#imagem3{
	background-image: url('../images/imagem3.jpg');
}

.active{
	color: rgb(149, 82, 133);
}

.cycle-pager{
	font-size: 44px;
	text-align: center;
	width: 100%;
	color: rgba(255, 255, 255, 0.6);
	
	position: absolute;
	bottom: 32px;
	transition: transform 1s;
	line-height: 12px;
}

.page{
	width: 11px;
	height: 11px;
	margin-right: 5px;
	
	cursor: pointer;
}

#overlay{
	width: 100%;
	max-width: 940px;
	height: 100%;
	margin: auto;
}

#textBox{
	width: 340px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	left: 51px;
}

#mainText{
	width: 100%;
	color: #710C5A;
	font-size: 50px;
	line-height: 50px;
	
	font-family: Futura, sans-serif;
}

#description{
	color: #710C5A;
	font-size: 16px;
	width: 227px;
	font-family: Futura, sans-serif;
}

#sliderButton{
	height: 40px;
    min-height: 19px;
	width: 207px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	transition: background-color 0.4s ease 0s;
	cursor: pointer;
	background-color: rgba(188, 207, 3, 1);
	color: white;
	font-family: Futura, sans-serif;
}

#sliderButton:hover{
	background-color: #DCAAD0;
}

#secondPresentationContainer{
	width: 100%;
	height: 650px;
	padding-top: 1px;
}

#mainPhrase{
	width: 100%;
	text-align: center;
	margin-top: 98px;
	
	color: #710C5A;
	font-family: Futura, sans-serif;
	font-size: 35px;
}

#secondPhrase{
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
	
	color: #666565;
	font-family: Futura, sans-serif;
	font-size: 16px;
}

#cardLine{
	margin: auto;
	width: auto;
	height: auto;
	display: table;
	margin-top: 50px;
}

.card{
	width: 244px;
	height: 242px;
	float: left;
	margin-right: 80px;
	
	visibility: hidden;
}

.icon{
	width: 60px;
	height: 60px;
	margin: auto;
}

.subtitle{
	width: 100%;
	font-family: Futura, sans-serif;
	font-size: 22px;
	text-align: center;
	margin-top: 32px;
	color: #B881AC;
	
	font-weight: 500;
}

.cardDescription{
	width: 100%;
	font-family: Futura, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	margin-top: 20px;
	color: #666565;
}

.cardButton{
	width: 160px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-color: rgba(188, 207, 3, 1);
	color: white;
	margin: auto;
	margin-top: 25px;
	cursor: pointer;
	transition: background-color 0.4s ease 0s;
	
	font-family: Futura, sans-serif;
	font-size: 14px;
}

.cardButton:hover{
	background-color: #dcaad0;
}