/*
* @file: pages.css;
* @author: Cassio Vieira;
* @authorEmail: programacao@tdh.com.br;
* @authorURL: www.tdh.com.br;
* @authorCompany: TDH Websites;
*/

/* Page Institucional */
.page-institucional {  }
.page-institucional .item-image {
	margin: 0 0 45px;
	text-align: center;
}
.page-institucional .item-fields {
	margin: 60px 0 0;
}
.page-institucional .item-fields .fields-content {  }
.page-institucional .item-fields .fields-content ul {
	max-width: 100%;
	width: 100%;
}
.page-institucional .item-fields .fields-content ul li {
	border-left: 1px solid #ebebeb;
	box-sizing: border-box;
	color: #96c328;
	float: left;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	min-height: 250px;
	padding: 140px 0 50px;
	position: relative;
	text-align: center;
	width: 33.33%;
}
.page-institucional .item-fields .fields-content ul li:first-child {
	border: none;
}
.page-institucional .item-fields .fields-content ul li:before {
	background-image: url(../images/backgrounds/icone-trofeu.png);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	height: 80px;
	left: 0;
	position: absolute;
	top: 50px;
	width: 100%;
}
.page-institucional .item-fields .fields-content ul li.item-1:before {
	background-image: url(../images/backgrounds/icone-trofeu.png);
}
.page-institucional .item-fields .fields-content ul li.item-2:before {
	background-image: url(../images/backgrounds/icone-maos.png);
}
.page-institucional .item-fields .fields-content ul li.item-3:before {
	background-image: url(../images/backgrounds/icone-abraco.png);
}
.page-institucional .item-mission {
	margin: 60px 0 0;
	padding: 40px 0;
	position: relative;
}
.page-institucional .item-mission:before {
	background-color: #96c328;
	content: "";
	height: 100%;
	left: 50%;
	margin-left: -500%;
	position: absolute;
	top: 0;
	width: 1000%;
	z-index: -1;
}
.page-institucional .item-mission .mod-title {
	font-size: 30px;
}
.page-institucional .item-mission .item-text {  }
.page-institucional .item-mission .item-text ul {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}
.page-institucional .item-mission .item-text ul li {
	background-color: #87af24;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0.05%;
	padding: 50px;
	text-align: center;
	width: 33.23%;
}
.page-institucional .item-mission .item-text ul li:before {  }

/* Page Informativos */
.page-informativos {  }
.page-informativos .list-items {  }
.page-informativos .list-items .row {
	margin: 70px 0 0;
}
.page-informativos .list-items .row:first-child {
	margin: 0;
}
.page-informativos .list-item {
	float: left;
	margin: 0 0 0 2.6%;
	position: relative;
	text-align: center;
	width: 31.6%;
}
.page-informativos .list-item:first-child {
	margin: 0;
}
.page-informativos .list-item .item-image {
	margin: 0 0 30px;
}
.page-informativos .list-item .item-image span,
.page-informativos .list-item .item-image a {
	border-radius: 10px;
	display: block;
	max-width: 370px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.page-informativos .list-item .item-image a {  }
.page-informativos .list-item .item-image span {  }


.page-informativos .list-item .item-image a:before {
	background-image: url(../images/backgrounds/transparencia-hover-images.png);
	background-position: 0 0;
	background-repeat: repeat;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
	width: 100%;
	z-index: 0;
}
.page-informativos .list-item .item-image a span {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	color: #ffffff;
	height: 70px;
	left: 0;
	margin-top: -35px;
	padding: 50px 0 0;
	position: absolute;
	text-align: center;
	top: -100px;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 1;
}
.page-informativos .list-item .item-image a span:before {
	background-image: url(../images/backgrounds/sprite.png);
	background-position: center -428px;
	background-repeat: no-repeat;
	content: "";
	height: 40px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	width: 40px;
}
.page-informativos .list-item .item-image a:hover:before {
	height: 100%;
}
.page-informativos .list-item .item-image a:hover span {
	top: 50%;
}
.page-informativos .list-item .item-image a:hover span:before {
	animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
		-moz-animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
		-webkit-animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
		-o-animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
		-ms-animation: 0.4s ease 0.4s alternate none infinite running hovergallery;
}


.page-informativos .list-item .item-title {
	color: #96c328;
	font-size: 22px;
	font-weight: 600;
}

.page-informativos-item {  }
.page-informativos-item .item-image {
	float: right;
	margin: 0 0 0 35px;
}
.page-informativos-item .item-image span {
	border-radius: 10px;
	display: block;
	max-width: 370px;
	overflow: hidden;
	width: 100%;
}
.page-informativos-item .item-content {
	overflow: hidden;
}
.page-informativos-item .item-title {
	color: #96c328;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 30px;
}

/* Page Perguntas */
.page-perguntas {  }
.page-perguntas .list-items {  }
.page-perguntas .list-item {
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin: 10px 0 0;
	position: relative;
}
.page-perguntas .list-item:first-child {
	margin: 0;
}
.page-perguntas .list-item .item-title {
	color: #777777;
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	padding: 15px 20px 15px 55px;
	position: relative;
}
.page-perguntas .list-item .item-title:before,
.page-perguntas .list-item .item-title:after {
	background-image: url(../images/backgrounds/sprite-icons-perguntas.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	height: 22px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	transition: transform 0.4s ease 0s;
		-moz-transition: transform 0.4s ease 0s;
		-webkit-transition: transform 0.4s ease 0s;
		-o-transition: transform 0.4s ease 0s;
		-ms-transition: transform 0.4s ease 0s;
	width: 22px;
}
.page-perguntas .list-item .item-title:before {
	left: 20px;
	transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
}
.page-perguntas .list-item .item-title:after {
	background-position: center -124px;
	right: 20px;
	transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
}
.page-perguntas .list-item .item-title:hover:before {
	background-position: center -32px;
}
.page-perguntas .list-item .item-title.active:before {
	background-position: center -64px;
	transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
}
.page-perguntas .list-item .item-title.active:hover:before {
	background-position: center -96px;
}
.page-perguntas .list-item .item-title:hover:after {
	background-position: center -142px;
}
.page-perguntas .list-item .item-title.active:after {
	background-position: center -122px;
	transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
}
.page-perguntas .list-item .item-title.active:hover:after {
	background-position: center -140px;
}
.page-perguntas .list-item .item-content {
	margin: 25px 0 0;
	padding: 0 20px 20px;
}
.page-perguntas .list-item .item-text {  }

/* Page Contato */
.page-contato {  }
.page-contato .contact-description {
	margin: 0 0 40px;
	text-align: center;
}
.page-contato .contact-form {
	margin: 0 auto;
	max-width: 750px;
	width: 100%;
}

/* Page Unidades */
.page-unidades {  }
.page-unidades .item-image {
	float: right;
	margin: 0 0 0 40px;
}
.page-unidades .item-image span {
	border-radius: 10px;
	display: inline-block;
	max-width: 370px;
	overflow: hidden;
	width: 100%;
}
.page-unidades .item-content {
	overflow: hidden;
}
.page-unidades .item-fields {
	margin: 40px 0 0;
}
.page-unidades .item-fields span.divider {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.page-unidades .item-fields p {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 10px;
	position: relative;
}
.page-unidades .item-fields p.tel {
	font-weight: 700;
}
.page-unidades .item-fields p.phone {
	font-weight: 700;
	padding: 0 0 0 18px;
}
.page-unidades .item-fields p.phone:before {
	background-image: url(../images/backgrounds/sprite.png);
	background-position: center -32px;
	background-repeat: no-repeat;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 16px;
}
.page-unidades .item-fields p.address {
	display: block;
	max-width: 280px;
	width: 100%;
}
.page-unidades .item-fields p.map {  }
.page-unidades .item-fields p.map a {
	background-color: #ffffff;
	border: 2px solid #96c328;
	border-radius: 50px;
	color: #96c328;
	display: inline-block;
	font-weight: 600;
	padding: 10px 22px;
}
.page-unidades .item-fields p.map a span {
	background-image: url(../images/backgrounds/sprite-como-chegar.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 1.2em;
	padding: 0 0 0 18px;
	position: relative;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
}
.page-unidades .item-fields p.map a:hover {
	background-color: #96c328;
	color: #ffffff;
}
.page-unidades .item-fields p.map a:hover span {
	background-position: 0 -21px;
}

/* Page Modalidades */
.page-modalidades {  }
.page-modalidades .list-items {  }
.page-modalidades .list-item {
	background-color: #ffffff;
	border-left: 1px solid #ebebeb;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	color: #ffffff;
	cursor: default;
	float: left;
	padding: 40px;
	text-align: center;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	width: 33.33%;
}
.page-modalidades .list-item:first-child {
	border: none;
}
.page-modalidades .list-item:hover {
	background-color: #ffffff;
	color: #96c328;
}
.page-modalidades .list-item .item-title {
	color: #96c328;
	font-size: 24px;
	font-weight: 600;
	padding: 90px 0 0;
	position: relative;
}
.page-modalidades .list-item .item-title:before {
	background-image: url(../images/backgrounds/sprite-modalidades.png);
	background-position: center 0;
	background-repeat: no-repeat;
	content: "";
	height: 75px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
	transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
	width: 100px;
}
.page-modalidades .list-item.item-6 .item-title:before {
	background-position: center 0;
}
.page-modalidades .list-item.item-7 .item-title:before {
	background-position: center -80px;
}
.page-modalidades .list-item.item-8 .item-title:before {
	background-position: center -160px;
}
.page-modalidades .list-item:hover .item-title:before {
	animation: 1s linear 0s alternate none infinite running hover;
		-moz-animation: 1s linear 0s alternate none infinite running hover;
		-webkit-animation: 1s linear 0s alternate none infinite running hover;
		-o-animation: 1s linear 0s alternate none infinite running hover;
		-ms-animation: 1s linear 0s alternate none infinite running hover;
}
.page-modalidades .list-item .item-text {
	color: #959595;
}