html, body { height:100%; margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
.site {
	margin:0;
	padding:0;
	min-height:100%;
	height: auto;
	position: relative;
	font-size: 100%;
	font-family: 'Montsserat', sans-serif;
	background: #f7f4e7;
}
.center {
	text-align: center;
}
.title {
	font-family: Play, Trebuchet MS;
	color: #411e64;
	padding: 30px 0;
}
@font-face {
	font-family: Montsserat;
	src: url(montsserat/Montserrat-Regular.ttf);
}
@font-face {
	font-family: Play;
	src: url(play/PlayfairDisplay-Regular.ttf);
}
@font-face {
	font-family: Play-Bold;
	src: url(play/PlayfairDisplay-Black.ttf);
}
/*****************************************/
/*HEADER*/
/*****************************************/
header {
	width: 100%;
	height: auto;
	background: #ff9a32;
	padding: 30px 0;
}
header .span3 {
	font-family: Play, Trebuchet MS;
	color: #411e64;
	font-size: 18px;
	font-weight: bold;
}
header .span8 {
	padding-top: 20px;
}
.navbar {
	margin-bottom: 0;
}
.navbar .nav>li>a {
	font-family: Montsserat, Trebuchet MS;
	color: #411e64;
	font-size: 18px;
	text-shadow: none;
	font-weight: bold;
}
/*****************************************/
/*FIM HEADER*/
/*****************************************/

/*****************************************/
/*HOME*/
/*****************************************/
.banner {
	padding: 0;
}
.banner .span6 img {
	width: 100%;
}
.banner h1 {
	font-family: Play, Trebuchet MS;
	color: #411e64;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 10px;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 30px;
}
.banner p {
	color: #ff9a32;
	font-size: 18px;
	padding: 0 30px;
	line-height: 30px;
}
.banner span {
	display: block;
	font-weight: bold;
	color: #411e64;
}
.frase {
	margin-bottom: 30px;
}
.frase h1 {
	padding: 50px 25% 0 25%;
	font-family: Play, Trebuchet MS;
	color: #411e64;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 10px;
	font-weight: bold;
}
.noticias {
	margin-bottom: 40px;
}
.noticia h3 {
	color: #ff9a32;
	font-size: 18px;
	margin-bottom: 20px;
}
.noticia p {
	color: #411e64;
	font-size: 14px;
	padding: 0 40px;
	font-weight: 900;
	margin-bottom: 30px;
	line-height: 25px;
}
.noticias .botao {
	background: #411e64;
	color: #fff;
	padding: 10px 20px 10px;
	border: 0;
}
.noticias .noticia {
	min-height: 200px;
}
.noticias [class*="span"]:nth-child(4n+1) {
    margin-left: 0;
}
.avisos {
	background: #411e64;
	color: #fff;
}
.aviso {
	padding: 40px 0;
}
.avisos h3 {
	margin-bottom: 30px;
}
.avisos p {
	margin-bottom: 30px;
	font-style: italic;
}
.avisos a {
	color: #fff;
	border: solid #fff 1px;
	padding: 10px 15px 10px;
}
.avisos span {
	display: block;
}
.horarios {
	padding: 40px;
	color: #411e64;
}
.horario {
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	box-shadow: 2px 2px #33333c
}
.horario h3 {
	margin-bottom: 0;
}
/*****************************************/
/*FIM HOME*/
/*****************************************/
.pastorais {
	padding: 50px 0;
}
.pastorais h1 {
	font-family: Play-Bold, Trebuchet MS;
	color: #411e64;
	font-size: 28px;
	letter-spacing: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pastorais .paddingpas {
	padding: 0 30px 40px 30px;
}
.pastorais .botao {
	background: #411e64;
	color: #fff;
	padding: 10px 20px 10px;
	border: 0;
}
.pastorais .span4 {
	min-height: 250px;
}
.pastorais [class*="span"]:nth-child(3n+1) {
    margin-left: 0;
}
/*****************************************/
/*FOOTER*/
/*****************************************/
.form {
	padding: 50px 0;
}
footer form {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
footer input[type="text"], footer input[type="email"], footer textarea {
	width: 98%;
	border: 0;
	border-radius: 0;
	border-top: 0;
	box-shadow: none;
	background: none;
	border-bottom: 1px solid #411e64;
	padding: 4px 1%;
}
footer button {
	border: 1px solid #411e64;
	background: none;
	padding: 10px 15px 10px;
}
footer iframe {
	width: 100%;
}
.bottom {
	background: #ff9a32;
	padding: 10px 0;
	color: #411e64; 
}
/*****************************************/
/*FIM FOOTER*/
/*****************************************/

/*****************************************/
/*LYTEBOX*/
/*****************************************/
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay.grey { background-color: #000000; }
#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }
#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
#lbOuterContainer.grey { border: 3px solid #888888; }
#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../img/icon/loading.gif) center no-repeat;}
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }
#lbPrev { width: 49%; height: 100%; background: transparent url(../img/icon/blank.gif) no-repeat; display: block; left: 0; float: left; }
#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../img/icon/prev_grey.gif) left 15% no-repeat; }
#lbNext { width: 49%; height: 100%; background: transparent url(../img/icon/blank.gif) no-repeat; display: block; right: 0; float: right; }
#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../img/icon/next_grey.gif) right 15% no-repeat; }
#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
#lbDetailsData { padding: 0 10px; }
#lbDetailsData.grey { color: #333333; }
#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbClose.grey { background: url(../img/icon/close_grey.png) no-repeat; }
#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPlay.grey { background: url(../img/icon/play_grey.png) no-repeat; }
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPause.grey { background: url(../img/icon/pause_grey.png) no-repeat; }
/*****************************************/
/*FIM LYTEBOX*/
/*****************************************/
@media (max-width: 767px) {
    .banner h1 {
        font-size: 42px;
    }

	.transmissao {
	    width: 100%;
    }
}