body, textarea {
	font-family: 'Lato', sans-serif !important;
}

body {
	overflow-x: hidden;
}

textarea {
	margin: 10px;
}

.sec-main h1, .sec-main p, .sec-videos h1, .sec-videos p, .sec-parceiros h1, .sec-parceiros p, footer h1, footer p {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.sec-main h1, .sec-main p, .sec-videos h1, .sec-videos p, .sec-parceiros h1, .sec-parceiros p, footer h1, footer p {
		text-align: left;
	}
	.contentIconMenu {
		display: block !important;
	}
}

h1, h2 {
	margin: 0;
}

h1 {
	font-size: 2em;
}

p {
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.625em;
}

.text-center {
	text-align: center;
}

.sec-main h2 {
	margin: .9em 0;
	font-size: 1.75em;
	font-weight: 200;
	line-height: 1.5em;
	text-align: center;
}

.parceiros-post h1 {
	font-size: 1.5em;
}

.parceiros-post p {
	font-size: 1em;
}

footer h1 {
	font-size: 2.125em;
}

/*==Layout==*/

html, body, .wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.container {
	margin: 0 auto;
	max-width: 80vw !important;
	padding: 6.625em 0;
}

@media screen and (max-width: 768px) {
	.container {
		padding: 3em 0;
	}
}

.row {
	width: 100%;
}

.col-3, .col-2 {
	float: left;
	padding: 0 1em;
}

.col-3 {
	width: 33.3333333%;
}

.col-2 {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.col-3, .col-2 {
		float: none;
		margin: auto;
		padding: 0 1.75em;
		width: 90%;
	}
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.button {
	width: 148px;
	height: 46px;
	font: 700 1em 'Source sans pro', sans-serif;
	text-align: center;
	background: #2ebcea;
	color: #fff;
	border: 0;
	cursor: pointer;
	outline: 0;
	transition: background .25s;
	cursor: pointer;
}

.button:focus, .button:hover {
	background: #5ccbef;
}

.button:active {
	background: #16adde;
}

/*==Main==*/

.sec-main {
	position: relative;
	height: 100%;
	background: url(../images/img/background.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	z-index: 20;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.center {
	bottom: 0;
	height: 282px;
	left: 50px;
	max-width: 465px;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-80%);
}

.logo {
	margin: auto;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	background: url(../images/img/logo.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.sec-main br {
		display: none;
	}
}

#sec-videos form {
	margin: auto;
	max-width: 434px;
}

@media screen and (max-width: 560px) {
	form {
		max-width: 90%;
	}
}

textarea {
	resize: none;
	width: 100% !important;
	height: 115px !important;
	font-size: 1em !important;
	border: 0 !important;
	margin: 10px;
}

form input[type="email"], input[type="text"], form .button {
	height: 48px;
	font-size: 1em;
	border: 0;
	margin: 10px;
}

form input[type="email"], input[type="text"], textarea {
	padding: 1.0625em;
	width: 100%;
	border-radius: 4px;
}

@media screen and (max-width: 30em) {
	form input[type="email"], input[type="text"], textarea {
		width: 251px;
	}
}

@media screen and (max-width: 410px) {
	form input[type="email"], input[type="text"], textarea {
		width: 70%;
	}
}

input[type="button"] {
	background-color: #66afe9;
	color: #fff;
	border: none;
	padding: 10px;
	border-radius: 2px;
	font-size: 1.1em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	cursor: pointer;
	transition: all .4s ease;
}

footer input[type=button] {
	float: right;
}

input[type=button]:hover {
	background-color: #6A8EAB;
}

form .button {
	position: relative;
	top: 1px;
	left: -4px;
	width: 116px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media screen and (max-width: 410px) {
	form .button {
		width: 29%;
	}
}

form .button-full {
	width: 100%;
	background: #1fd589;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: default;
	transition: all .25s;
}

form .button-full:focus, form .button-full:hover, form .button-full:active {
	background: #1fd589;
}

header {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 65px;
	background: rgba(0, 0, 0, 0.75);
}

.fixed {
	position: fixed;
	top: 0;
}

.nav {
	display: flex;
	justify-content: center;
}

.nav a {
	display: block;
	padding: 21px;
	text-decoration: none;
	color: #fff;
	border-bottom: .35em solid transparent;
	transition: border-bottom .25s;
}

.nav a:focus, .nav a:hover {
	border-bottom: 0.35em solid #2ebcea;
}

/*==About==*/

.sec-about {
	height: auto;
	background: url(../images/img/imgSobre.png) no-repeat center right;
	background-size: cover;
}

@media screen and (max-width: 1056px) {
	.sec-about {
		background-position: 155% 52%;
	}
}

@media screen and (max-width: 60em) {
	.sec-about {
		margin-bottom: 4em;
		height: 570px;
		text-align: left;
		background-position: bottom center;
		background-size: 55%;
	}
	.sec-about button {
		display: none;
	}
}

@media screen and (max-width: 885px) {
	.sec-about {
		background-size: 65%;
	}
}

@media screen and (max-width: 700px) {
	.sec-about {
		background-size: 75%;
	}
}

@media screen and (max-width: 500px) {
	.sec-about {
		background-size: 85%;
	}
}

@media screen and (max-width: 60em) {
	.sec-about .container {
		padding-top: 2em;
	}
}

.sec-about .container {
	padding-top: 85px;
	padding-bottom: 50px;
}

.sec-about .col-2:first-child {
	margin: 0% auto;
	padding-right: 1em;
	font-size: 1.125em;
	/*18px*/
}

.cardTransparent {
	background-color: rgba(255, 255, 255, 0.68);
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 60em) {
	.sec-about .col-2:first-child {
		float: none;
		width: 80%;
		text-align: center;
	}
}

.sec-about .col-2:last-child {
	height: 300px;
}

.sec-about .button {
	border-radius: 4px;
}

/*==V�deos==*/

.sec-videos {
	min-height: 704px;
	background: #0C2F3B;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.sec-videos .container {
		margin: auto;
		width: 90%;
	}
}

.row-list {
	text-align: center;
}

@media screen and (max-width: 979px) {
	.row-list {
		overflow-x: auto;
	}
}

.row-list h2 {
	font-size: 1.25em;
	font-weight: 700;
}

.row-list p {
	text-align: center;
}

.videos-list {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	min-width: 960px;
	cursor: default;
}

.videos-list li {
	width: 33.3333333%;
}

.videos-list li .col-3 {
	width: 100%;
}

.sec-videos h2 {
	margin-top: 3em;
}

.sec-videos .row:nth-child(2) p {
	padding: 0 10.5em 1em 10.5em;
}

@media screen and (max-width: 768px) {
	.sec-videos .row:nth-child(2) p {
		padding: 0;
	}
}

.sec-videos .row:nth-child(3) p {
	line-height: 0;
}

.sec-videos .img-container {
	position: relative;
	height: 206px;
}

.sec-videos img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*==Task Management==*/

.sec-fotos {
	min-height: 581px;
	background: #f6f9fa;
}

@media screen and (max-width: 768px) {
	.sec-fotos {
		text-align: left;
	}
	.sec-fotos br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.sec-fotos .row {
		background: #f6f9fa;
		float: left;
	}
}

.sec-fotos .container {
	padding: 0;
}

.sec-fotos .col-2:last-child {
	float: left;
	height: 600px;
	background: url(http://i.imgur.com/w7fqAU2.png) no-repeat top left;
	/*iPhone*/
}

@media screen and (max-width: 30em) {
	.sec-fotos .col-2:last-child {
		float: left;
		width: 100%;
		height: 365px;
		background: url(http://i.imgur.com/YqipjX0.png) no-repeat top center;
		background-size: 70%;
	}
}

.sec-fotos .col-2:first-child {
	float: right;
	margin: 25% 0;
}

@media screen and (max-width: 30em) {
	.sec-fotos .col-2:first-child {
		margin: 2em auto;
		padding: 0 3em;
	}
}

/*==parceiros==*/

.sec-parceiros {
	padding-bottom: 110px;
}

#sec-parceiros .container {
	padding: 0;
}

#h2Parceiros {
	text-align: center;
	font-size: 1.75em;
}

@media screen and (max-width: 30em) {
	.col-3:first-child .parceiros-post {
		margin-top: 5em;
	}
}

@media screen and (max-width: 900px) {
	.parceiros-post br {
		display: none;
	}
}

.parceiros-post img {
	display: block;
	margin: 3em auto 0em auto;
}

@media screen and (max-width: 768px) {
	.parceiros-post img {
		margin: 1.5em 0;
	}
}

@media screen and (max-width: 30em) {
	.parceiros-post img {
		width: 70px;
	}
}

.parceiros-post p {
	padding: 0 2em;
}

@media screen and (max-width: 768px) {
	.parceiros-post p {
		padding: 0;
	}
}

@media screen and (max-width: 30em) {
	.parceiros-post br {
		display: none;
	}
}

/*==Footer==*/

footer {
	min-height: 320px;
	background: #243139;
	color: #fff;
}

footer .container {
	padding-bottom: 0;
}

footer h1 {
	margin-bottom: 1em;
}

/*footer input[type="mail"],
footer .button {border-radius: 0;}*/

footer p {
	margin: 2.5em auto 4em;
	max-width: 600px;
}

@media screen and (max-width: 768px) {
	footer h1 {
		margin: 0 auto 1em auto;
		width: 80%;
	}
	footer p {
		width: 80%;
	}
}

footer .row:last-child p {
	text-align: center;
}

footer a {
	margin-left: .5em;
	padding: 1em 0;
	width: 3.25em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: .1em solid;
	border-radius: 50%;
	transition: color .25s;
}

footer a:focus, footer a:hover {
	color: #32444f;
}

footer a:active {
	color: #161e23;
}

.form-control {
	height: 50px;
	padding: 6px 20px;
	color: #000;
	border: 1px solid #ededed;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	background-color: #fff;
	font-weight: 500;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
	margin-bottom: 20px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.imgLogo {
	max-height: 200px;
	max-width: 200px;
}

a.icon {
	font-size: 1.6em;
	padding: 8px 18px;
}

.input-file-container {
	position: relative;
	width: 100%;
	margin: 10px;
}

.js .input-file-trigger {
	display: block;
	padding: 14px 45px;
	background: #39D2B4;
	color: #fff;
	font-size: 1em;
	transition: all .4s;
	cursor: pointer;
}

.js .input-file {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	opacity: 0;
	padding: 14px 0;
	cursor: pointer;
}

.js .input-file:hover+.input-file-trigger, .js .input-file:focus+.input-file-trigger, .js .input-file-trigger:hover, .js .input-file-trigger:focus {
	background: #34495E;
	color: #39D2B4;
}

.file-return {
	margin: 0;
}

.file-return:not(:empty) {
	margin: 1em 0;
}

.js .file-return {
	font-style: italic;
	font-size: .9em;
	font-weight: bold;
}

.js .file-return:not(:empty):before {
	content: "Arquivo selecionado: ";
	font-style: normal;
	font-weight: normal;
}

div#contentLoading {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.61);
}

.loader {
	position: relative;
	padding-top: 100px;
	width: 40px;
	margin: auto;
}

.loader .circle {
	position: absolute;
	width: 38px;
	height: 38px;
	opacity: 0;
	transform: rotate(225deg);
	animation-iteration-count: infinite;
	animation-name: orbit;
	animation-duration: 5.5s;
}

.loader .circle:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #fff;
	/* Pick a color */
}

.loader .circle:nth-child(2) {
	animation-delay: 240ms;
}

.loader .circle:nth-child(3) {
	animation-delay: 480ms;
}

.loader .circle:nth-child(4) {
	animation-delay: 720ms;
}

.loader .circle:nth-child(5) {
	animation-delay: 960ms;
}

@keyframes orbit {
	0% {
		transform: rotate(225deg);
		opacity: 1;
		animation-timing-function: ease-out;
	}
	7% {
		transform: rotate(345deg);
		animation-timing-function: linear;
	}
	30% {
		transform: rotate(455deg);
		animation-timing-function: ease-in-out;
	}
	39% {
		transform: rotate(690deg);
		animation-timing-function: linear;
	}
	70% {
		transform: rotate(815deg);
		opacity: 1;
		animation-timing-function: ease-out;
	}
	75% {
		transform: rotate(945deg);
		animation-timing-function: ease-out;
	}
	76% {
		transform: rotate(945deg);
		opacity: 0;
	}
	100% {
		transform: rotate(945deg);
		opacity: 0;
	}
}

div#msg {
	position: fixed;
	color: #fff;
	z-index: 1001;
	width: 100%;
	text-align: center;
	font: 16px "Source sans pro", sans-serif;
	padding-top: 60px;
}

article.parceiros-post a {
	text-decoration: inherit;
	color: inherit;
}

article.parceiros-post {
	text-align: center;
}

b#termos {
	color: #fff000;
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media (min-width: 768px) {
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.fade.in {
	opacity: 1;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

img.imgHeader {
	padding: 10px;
}

/**
*   SECTION VIDEOS
*/

#sectionVideos {
	padding-bottom: 30px;
}

#sectionVideos #videos {
	clear: both;
	width: 100%;
	display: table;
}

#sectionVideos #videos h2 {
	text-align: center;
	color: #fff;
	text-shadow: 0 0 10px #000;
	background-color: rgba(0, 0, 0, 0.4);
	height: 50px;
	margin-bottom: 0px;
}

#sectionVideos #videos h2 img {
	margin-right: -410px;
	margin-top: -60px;
	opacity: 0.7;
}

#sectionVideos #videos h2 span {
	top: 10px;
	position: relative;
}

#sectionVideos #videos #program {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	display: table;
}

#sectionVideos #videos #program .displayVideoSystem {
	width: 49%;
	max-width: 49%;
	float: left;
}

#sectionVideos #videos #program #gallery {
	width: 49%;
	max-width: 49%;
	float: right;
}

#sectionVideos #videos #program #gallery .selectVideos {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

#sectionVideos #videos #program #gallery .selectVideos label {
	width: 30px;
	display: inline-block;
	color: #fff;
}

#sectionVideos #videos #program #gallery .selectVideos .select {
	display: inline-block;
	width: 49%;
}

#sectionVideos #videos #program #gallery .selectVideos select {
	display: inline-block;
	margin-right: 10px;
	width: calc(100% - 44px);
}

#sectionVideos #videos #program #gallery * {
	transition: all 0.2s linear;
}

#sectionVideos #videos #program #gallery .video {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	display: table;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	margin: 0 auto;
	cursor: pointer;
}

#sectionVideos #videos #program #gallery .thumb img {
	height: 80px;
}

#sectionVideos #videos #program #gallery .thumb {
	float: left;
}

#sectionVideos #videos #program #gallery .description {
	color: #fff;
	text-indent: 20px;
	font-size: 1.2em;
	line-height: 75px;
	vertical-align: middle;
}

#sectionVideos #videos #program #gallery .play {
	color: #fff;
	margin-right: -40px;
	margin-left: 33px;
	border: 1px solid;
	padding: 8px;
	border-radius: 100%;
	font-size: 21px;
	margin-top: 0px;
	opacity: 0;
}

#sectionVideos #videos #program #gallery .video:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

#sectionVideos #videos #program #gallery .video:hover .description {
	color: #000;
	font-size: 1.2em;
}

#sectionVideos #videos #program #gallery .video:hover .play {
	opacity: 1;
}

#sectionVideos #videos #program #gallery #nav {
	display: table;
	width: 100%;
	margin-top: 10px;
	color: #fff !important;
}

#sectionVideos #videos #program #gallery .next {
	float: left;
	cursor: pointer;
	display: none;
}

#sectionVideos #videos #program #gallery .prev {
	float: right;
	cursor: pointer;
}

#sectionVideos #videos #program #gallery .play {
	/* color: #fff; */
	margin-right: -72px;
	margin-left: 33px;
	border: 1px solid;
	padding: 8px;
	border-radius: 100%;
	font-size: 21px;
	margin-top: 0px;
	opacity: 0;
}

section#sec-galeria {
	background: #f6f9fa;
	min-height: 581px;
	padding-bottom: 30px;
	display: table;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.sec-galeria {
		text-align: left;
	}
	.sec-galeria br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.sec-galeria .row {
		background: #f6f9fa;
		float: left;
	}
}

.sec-galeria .container {
	padding: 0;
}

.sec-galeria .col-2:last-child {
	background: url(http://i.imgur.com/w7fqAU2.png) no-repeat top left;
	float: left;
	height: 600px;
}

@media screen and (max-width: 30em) {
	.sec-galeria .col-2:last-child {
		background: url(http://i.imgur.com/YqipjX0.png) no-repeat top center;
		background-size: 70%;
		float: left;
		height: 365px;
		width: 100%;
	}
}

.sec-galeria .col-2:first-child {
	float: right;
	margin: 25% 0;
}

@media screen and (max-width: 30em) {
	.sec-galeria .col-2:first-child {
		margin: 2em auto;
		padding: 0 3em;
	}
}

h2.title {
	font-size: 40px;
    text-align: center;
    padding-top: 30px;
    border-bottom: 1px solid #795548;
    display: table;
    margin: 0 auto;
    padding: 20px 60px 0px 60px;
}

.btnMais {
	width: 100%;
	display: block;
}

.cd-item-info {
	text-align: center;
}

.cd-slider-wrapper {
	text-align: center;
	width: 100%;
	height: 170px;
	overflow: hidden;
	position: relative;
}

img.imgGallery {
	max-width: 200px;
	max-height: 200px;
	cursor: pointer;
	margin: 10px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

#modalGallery {
	width: 90%;
	height: 90%;
	background-color: #fff;
	z-index: 9999;
	position: fixed;
	display: none;
	opacity: 0;
	transition: opacity .3s ease;
	overflow: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

div#contentModal {
	padding: 20px;
}

div#headerModal {
	position: relative;
	color: #333;
	text-align: center;
}

span#btnCloseModal {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 35px;
	cursor: pointer;
}

.imgItem {
	height: 220px;
	text-align: center;
	padding: 10px;
	position: relative;
}

img.imgModal {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	animation: imgAnimate .5s cubic-bezier(0.43, -0.46, 0.5, 1.64);
	-webkit-animation: imgAnimate .5s cubic-bezier(0.43, -0.46, 0.5, 1.64);
	-moz-animation: imgAnimate .5s cubic-bezier(0.43, -0.46, 0.5, 1.64);
	-o-animation: imgAnimate .5s cubic-bezier(0.43, -0.46, 0.5, 1.64);
}

@keyframes imgAnimate {
	0% {
		opacity: 0;
		top: 35%;
	}
	100% {
		top: 50%;
		opacity: 1;
	}
}

@-webkit-keyframes imgAnimate {
	0% {
		opacity: 0;
		top: 35%;
	}
	100% {
		top: 50%;
		opacity: 1;
	}
}

@-moz-keyframes imgAnimate {
	0% {
		opacity: 0;
		top: 35%;
	}
	100% {
		top: 50%;
		opacity: 1;
	}
}

@-o-keyframes imgAnimate {
	0% {
		opacity: 0;
		top: 35%;
	}
	100% {
		top: 50%;
		opacity: 1;
	}
}

div#backModal {
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9998;
}

.ultimoPrograma {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.contentGallery {
	height: 270px;
}

#sec-agenda {
	position: relative;
    padding-bottom: 60px;
	background-color: #eee;
}

#sec-agenda header {
	display: block;
    padding: 10px 50px;
    text-align: center;
    position: static;
    background-color: transparent;
    max-height: none;
}

#sec-agenda h2 {
    text-align: center;
}

#sec-agenda .outer-agenda {
	border: 3px solid #795548;
    margin: 0 5px;
}

#sec-agenda .item-agenda {
	text-align: center;
    background-color: #D7CCC8;
    margin: 8px;
    padding: 10px;
    min-height: 220px;
}

#sec-agenda .data {
    width: 80px;
    height: 80px;
    border: 3px solid #795548;
    border-radius: 50%;
    text-align: center;
    display: table;
    margin: 10px auto;
    background-color: #eee;
	line-height: 23px;
    padding-top: 12px;
}

#sec-agenda .dia {
	font-weight: bold;
    font-size: 28px;
}

#sec-agenda .mes-ano {
	font-size: 17px;
}

#sec-agenda .local {
    font-size: 18px;
}

#sec-agenda .owl-stage {
    margin: 0 auto;
}