/*Globalstyles*/

.masterContent {
	width: 100%;
	height: 950px;
	background: url("../images/background-full.jpg") no-repeat top center;
	float: left;
}
.container {
	width: 845px;
	height: 750px;
	display: block;
	margin: 0 auto;
	background: url("../images/background-content.png") no-repeat center center;
	position: relative;
	/*top: 100px;*/
}
.box {
	width: 100%;
	position: absolute;
	top: 28%;
}
/*.top {
	padding-bottom: 35px;
	border-bottom: 2px solid #e9e9e9;
}*/
.top h2 {
	font-family: 'thesansrio2016ttbold';
	font-size: 38px;
	color: #b8292e;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.top p {
	width: 62%;
	font-family: 'thesansrio2016ttregular';
	font-size: 20px;
	color: #f4791f;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 25px;
	line-height: 25px;
}
.top a.btn {
	width: 232px;
	height: 55px;
	background: #ec1d23;
	display: block;
	margin: 0 auto;
	font-family: 'thesansrio2016ttbold';
	font-size: 22px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	line-height: 55px;
}
.top a.btn span.icon  {
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	background: url("../images/arrow-icon.png") no-repeat;
	margin: 15px 15px 0 0;
}
.top span.divisory {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 2px solid #e9e9e9;
}
.middle h3 {
	font-family: 'thesansrio2016ttbold';
	font-size: 20px;
	color: #616161;
	text-align: center;
	padding: 25px 0 20px 0;
}
.middle p {
	font-family: 'thesansrio2016ttregular';
	font-size: 16px;
	color: #616161;
	text-align: center;
	line-height: 20px;
}
.middle a.btn {
	width: 208px;
	height: 45px;
	background: #616161;
	display: block;
	margin: 25px auto;
	font-family: 'thesansrio2016ttbold';
	font-size: 16px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	line-height: 45px;
}
.middle a.btn span.icon {
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	background: url("../images/arrow-icon.png") no-repeat;
	margin: 10px 15px 0 0;
}
.middle a.btn.up span.icon {
	background: url("../images/arrow-icon-up.png") no-repeat;
}
.top-mobile p {
	display: none;
}
.middle-mobile p {
	display: none;
}

/*Botão Acorddion*/
.middle a.btn.accordion {
	display: none;
}

/*Box Agendamento*/

.scheduling {
	width: 100%;
	float: left;
	background: #672979;
	display: none;
}
.scheduling .column {
	width: 100%;
	float: left;
	/*padding: 20px;*/
	border-bottom: 1px solid #763f87;
	cursor: pointer;
}
.scheduling .column.full .left {
	width: 44%;
	padding: 20px 0 20px 20px;
}
.scheduling .column.full .left p {
	width: 70%;
}
.scheduling .column.full .right {
	padding: 20px 20px 0 0;
}
.scheduling .column .left {
	width: 50%;
	float: left;
	padding: 20px;
}
.scheduling .column .left p.state {
	font-family: 'thesansrio2016ttbold';
	font-size: 16px;
	color: #bb39ad;
	padding: 0 0 15px 0;
}
.scheduling .column .left p {
	width: 80%;
	font-family: 'thesansrio2016light';
	font-size: 16px;
	color: #FFF;
}
.scheduling .column .right {
	float: left;
	padding: 15px 20px;
}
.scheduling .column .right .season {
	float: left;
}
.scheduling .column .right .season.last {
	padding: 0 0 0 22px;
}
.scheduling .column .right p {
	font-family: 'thesansrio2016ttbold';
	font-size: 16px;
	color: #bb39ad;
	text-align: center;
}
.scheduling .column .right p.day {
	font-family: 'thesansrio2016light';
	font-size: 38px;
	color: #FFF;
}
.scheduling .column .right p.month {
	font-family: 'thesansrio2016ttregular';
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
}
.scheduling .column span.arrow {
	width: 12px;
	height: 5px;
	background: url("../images/mobile/arrow-down.png") no-repeat;
	display: block;
	float: left;
	margin: 50px 10px 0;
	cursor: pointer;
}
.scheduling .column.down span.arrow {
	background: url("../images/mobile/arrow-up.png") no-repeat;
}
/*Sub Menu Agendamento*/

.scheduling .sub-itens {
	width: 100%;
	float: left;
	background: #f7f4cd;
	padding: 25px 0px;
	display: none;
}
.scheduling .sub-itens p.topic {
	font-family: 'thesansrio2016ttbold';
	font-size: 17px;
	color: #672979;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.scheduling .sub-itens p.topic.operation {
	padding-top: 30px;
}
.scheduling .sub-itens p.item {
	width: 70%;
	font-family: 'thesansrio2016ttbold';
	font-size: 17px;
	color: #2f4463;
	padding-bottom: 8px;
	line-height: 22px;
}
.scheduling .sub-itens p {
	font-family: 'thesansrio2016ttregular';
	font-size: 17px;
	color: #2f4463;
	padding-bottom: 20px;
}

/*Responsivo*/

@media screen and (max-width: 768px) {
	.masterContent {
		height: 1024px;
	}
	.container {
		width: 100%;
	}
	.box {
		top: 25%;
	}
	.top h2 {
		font-size: 30px;
	}
	.top p {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	.top p {
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
	.masterContent {
		height: 850px;
	}
	.middle a.btn.fancybox {
		display: none;
	}
	.middle a.btn.accordion {
		display: block;
	}
	.scheduling .sub-itens p {
		padding-left: 25px;
	}
	.scheduling .column .right {
		padding: 15px 70px;
	}
	.scheduling .column.full .right {
		padding: 20px 20px 20px 80px;
	}
	.scheduling .column.full span.hyphen {
		width: 14px;
		display: block;
		float: left;
		border: 1px solid #380e44;
		margin: 35px 0 0 10px;
	}
	.scheduling .column .right .season.last {
		padding: 0 15px 0 12px;
	}
}

@media screen and (max-width: 568px) {
	.top p {
		width: 80%;
	}
	.middle p {
		padding: 0 90px;
	}
}

@media screen and (max-width: 480px) {
	.top h2 {
		font-size: 25px;
	}
	.top p {
		font-size: 15px;
	}
	.middle p {
		font-size: 15px;
	}
	.scheduling .column .right {
		padding: 15px 50px;
	}
	.scheduling .column.full .right {
		padding-left: 40px; 
	}
}

@media screen and (max-width: 375px) {
	.top h2 {
		padding-bottom: 20px;
	}
	.top p {
		display: none;
	}
	.top-mobile p {
		width: 80%;
		font-family: 'thesansrio2016ttregular';
		font-size: 17px;
		color: #f4791f;
		display: block;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 0;
	}
	.top a.btn {
		margin: 25px auto 10px;
	}
	.middle p {
		display: none;
	}
	.middle-mobile p {
		width: 70%;
		font-family: 'thesansrio2016ttregular';
		font-size: 16px;
		color: #616161;
		display: block;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		line-height: 22px;
	}
	.scheduling .column .right {
		padding: 15px 30px;
	}
	.scheduling .column.full .right {
		padding: 20px 10px 20px 0;
	}
}

@media screen and (max-width: 320px) {
	.masterContent {
		width: 100%;
		height: 760px;
		float: left;
		background: url("../images/mobile/background-mobile.jpg") no-repeat top center;
	}
	.container {
		width: 100%;
		height: 735px;
		display: block;
		margin: 0 auto;
		background: url("../images/mobile/background-content-mobile.png") no-repeat center center;
	}
	.box {
		top: 20%;
	}
	.top h2 {
		font-size: 26px;
		padding-bottom: 20px;
	}
	.top p {
		display: none;
	}
	.top-mobile p {
		width: 80%;
		font-family: 'thesansrio2016ttregular';
		font-size: 17px;
		color: #f4791f;
		display: block;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 0;
	}
	.top a.btn {
		margin: 25px auto 10px;
	}
	.middle h3 {
		font-size: 21px;
	}
	.middle p {
		display: none;
	}
	.middle-mobile p {
		width: 70%;
		font-family: 'thesansrio2016ttregular';
		font-size: 16px;
		color: #616161;
		display: block;
		margin: 0 auto;
		text-align: center;
		line-height: 22px;
	}
	.middle a.btn.fancybox {
		display: none;
	}
	.middle a.btn.accordion {
		display: block;
	}
	.scheduling .column.full .left {
		width: 38%;
	}
	.scheduling .column.full .left p.state {
		width: 90%;
	}
	.scheduling .column .right {
		padding: 15px 20px;
	}
	.scheduling .column.full .right {
		padding: 20px 20px 20px 10px;
	}
	.scheduling .column .right .season.last {
		padding: 0 0 0 6px;
	}
	.scheduling .column.full span.hyphen {
		margin: 35px 0 0 5px;
	}
}