*{outline: none !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}
body,html{height:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}
b,strong{font-weight:700}
img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}
ol,ul{list-style:none}
li{display:list-item}
table{border-collapse:collapse;border-spacing:0}
caption,td,th{font-weight:400;vertical-align:top;text-align:left}
q{quotes:none}
q:after,q:before{content:"";content:none}
small,sub,sup{font-size:75%}
sub,sup{line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
svg{overflow:hidden}
body{font:13px/1.5 "Helvetica Neue",Arial,"Liberation Sans",FreeSans,sans-serif}
code,pre{font-family:"DejaVu Sans Mono",Menlo,Consolas,monospace}
hr{border:0 solid #ccc;border-top-width:1px;clear:both;height:0}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2em;margin:0}
h1{font-size:25px}
h2{font-size:23px}
h3{font-size:21px}
h4{font-size:19px}
h5{font-size:17px}
h6{font-size:15px}
ol{list-style:decimal}
ul{list-style:none}
li{margin-left:0}
address,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,ol,p,pre,table,ul{margin-bottom:20px}
hr,ol,p,ul{list-style:none;margin:20px 0 0}
hr:first-child,ol:first-child,p:first-child,ul:first-child{margin-top:0}
.container{max-width:1160px;margin:0 auto;padding:0 12px}
.col{display:block;float:left;margin-left:2.26%;width:100%}
.col:first-child{margin-left:0}
.row{margin:30px 0 0;width:100%}
.row:first-child{margin:0}
.clearfix,.container,.col,.row{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;*zoom:1}
.clearfix:before,.container:before,.row:before,.col:before,.clearfix:after,.container:after,.row:after,.col:after{content:"";display:table;line-height:0}
.clearfix:after,.container:after,.row:after,.col:after{clear:both}
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}
.grid-1{width:6.26%}
.grid-2{width:14.78%}
.grid-3{width:23.30%}
.grid-4{width:31.82%}
.grid-5{width:40.34%}
.grid-6{width:48.87%}
.grid-7{width:57.39%}
.grid-8{width:65.91%}
.grid-9{width:74.43%}
.grid-10{width:82.95%}
.grid-11{width:91.47%}
.grid-12{width:100%}
img {
	height: auto;
	max-width: 100%;
}
a {
	line-height: 1.2em;
	outline: none;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {  }
input,
select,
textarea,
button {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-shadow: none;
	display: block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	outline: none;
	position: relative;
	transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	resize: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #b2b2b2;
	font-size: 18px;
	max-width: 100%;
	padding: 15px;
	width: 100%;
}
::-webkit-input-placeholder {
    line-height: 1.2em;
}
::-moz-placeholder {
	line-height: 1.2em;
    opacity: 1;
}
:-ms-input-placeholder {
    line-height: 1.2em;
}
:-moz-placeholder {
	line-height: 1.2em;
    opacity: 1;
}

/* Loading */
.loading {
	display: none;
}
.loading > span {
	background-color: #e70f0f;
    border-radius: 5px;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    padding: 17px 30px 18px 60px;
    position: relative;
}
.loading > span .loader {
	animation: loader 1.1s infinite linear;
		-moz-animation: loader 1.1s infinite linear;
		-webkit-animation: loader 1.1s infinite linear;
		-o-animation: loader 1.1s infinite linear;
		-ms-animation: loader 1.1s infinite linear;
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
	border-left: 3px solid #ffffff;
	border-top: 3px solid rgba(255, 255, 255, 0.2);
	border-right: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	font-size: 10px;
	height: 20px;
	left: 30px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px;
}
@keyframes loader {
	0% {
		transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
	}
}

/* Resultado Form */
.resultado {  }
.resultado .resultado-inner {
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 640px;
	padding: 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.resultado .resultado-inner.success {
	background-color: #ebfff3;
	border-color: #cee0d6;
	color: #27ae60;
}
.resultado .resultado-inner.danger {
	background-color: #f2e7e6;
	border-color: #f2d2ce;
	color: #c0392b;
}
.resultado .resultado-inner:before {
	background-image: url(data:image/png;base64,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);
	background-position: center 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 40px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.resultado .resultado-inner.success:before {
	background-position: center 0;
}
.resultado .resultado-inner.danger:before {
	background-position: center -50px;
}
.resultado .resultado-inner p {
	font-size: 16px;
	line-height: 1.4em;
}
.resultado .resultado-inner p strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
}

/* Main */
main {
	padding: 90px 0 0;
	position: relative;
	z-index: 1;
}
@media (min-width: 1024px) {
    main:before {
        background-color: #f0f1f3;
        content: "";
        height: 180px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -2;
    }
    main:after {
    	background-image: url(../images/backgrounds/bg-main.png);
    	background-position: 0 0;
    	background-repeat: no-repeat;
        content: "";
        height: 281px;
        position: absolute;
        right: 0;
        top: 0;
        width: 469px;
        z-index: -1;
    }
}

/* Content / Sidebar */
.content-right {  }
.content-right .text h2 {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: 400;
	margin: 30px 0 30px;
}
.content-right .text h2:first-child {
	margin-top: 0;
}
.content-right .text h2 + p {
	margin: 0;
}
.content-right .text p {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 30px 0 0;
}
.content-right .text p:first-child {
	margin: 0;
}
.content-right .text blockquote {
    display: block;
    font-style: normal;
    margin: 0 0 0 13em;
}
.content-right .text ul {  }
.content-right .text ul li {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 1px 0 0;
    padding: 0 0 0 30px;
    position: relative;
}
.content-right .text ul li:first-child {
	margin: 0;
}
.content-right .text ul li:before {
    background-color: #4c4c4c;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px;
}
@media (min-width: 1024px) {
	.content-right {
		float: right;
		margin: 0 0 0 2.26%;
	    padding: 0 0 0 40px;
	}
	.sidebar {
		float: left;
		margin: 0
	}
}

/* Page Title */
.page-title {
	color: #d5013e;
	font-size: 55px;
	margin: -15px 0 100px;
	position: relative;
}
.page-title.bg {
	padding: 0 0 0 25px;
}
.page-title:before {
    background-color: #65b8a4;
    bottom: 12px;
    content: "";
    height: 10px;
    left: -30px;
    position: absolute;
    width: 10px;
}
.page-title.bg:before {
	left: 0;
}
.page-title.bg:after {
    border: solid 6px #65b8a4;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: -20px;
    position: absolute;
    top: -3px;
    width: 40px;
}

/* Video */
.video {  }
.video > span {
    background-color: #f2f2f2;
    box-sizing: border-box;
    color: #4d4d4d;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    max-width: 715px;
    padding: 10px;
    width: 100%;
}
.video a {
    display: block;
    max-width: 715px;
    position: relative;
    width: 100%;
}
.video a:before,
.video a:after {
	content: "";
	position: absolute;
	transition: all 0.3s ease;
}
.video a:before {
    background-color: #d5013e;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.video a:after {
    background-image: url(../images/backgrounds/icone-play.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    top: 50%;
	transform: translateY(0);
    width: 50px;
    z-index: 2;
}
.video a:hover:before {
	opacity: 0.4;
}
.video a:hover:after {
    transform: translateY(-20px);
}

/* Gallery Slide */
.gallery-slider {
    margin: 30px 0 0;
    max-width: 715px;
    position: relative;
    width: 100%;
}
.gallery-slider ul.flex-direction-nav {
    height: 0;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.gallery-slider ul.flex-direction-nav li {
    height: 50px;
    position: absolute;
    margin-top: -25px;
    top: 50%;
    width: 40px;
    z-index: 1;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-prev {
	left: 0;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-next {
    right: 0;
}
.gallery-slider ul.flex-direction-nav li a {
    background-color: #ffffff;
    display: block;
    height: 100%;
    position: relative;
    text-align: left;
    text-indent: -9999px;
}
.gallery-slider ul.flex-direction-nav li a:before {
    background-image: url(../images/backgrounds/sprite-icones.png);
    background-position: center -89px;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 20px;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -10px;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-prev a:before {
	background-position: center -89px;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-next a:before {
    background-position: center -157px;
}
.gallery-slider ul.flex-direction-nav li a:hover {
	background-color: #65b8a4;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-prev a:hover:before {
	background-position: center -118px;
}
.gallery-slider ul.flex-direction-nav li.flex-nav-next a:hover:before {
    background-position: center -186px;
}

.detalhe-artigos-homilias .left > div.share {
    border-color: #e6e6e5;
    border-style: solid;
    border-width: 1px 0;
    display: table;
    margin: 0 0 30px;
    max-width: 100%;
    padding: 12px 0;
    width: 100%;
}
.detalhe-artigos-homilias .left > div.share > h2 {
	color: #999999;
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 8px 0;
	width: 12%;
}
.detalhe-artigos-homilias .left > div.share > div {
    display: table;
    float: left;
    margin: 0;
    width: 88%;
}
.detalhe-artigos-homilias .left > div.share > div > a {
    background-image: url(../images/backgrounds/sprite-redes-sociais.png);
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    float: left;
    margin: 0 0 0 5px;
    opacity: 1;
    text-align: left;
    text-indent: -9999px;
    transition: all 0.5s ease;
    width: 80px;
}

/* Share */
div.share {
    display: table;
    margin: 0 0 20px;
    max-width: 100%;
    text-align: right;
    width: 100%;
}
div.share > h2 {
    color: #999999;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    vertical-align: middle;
}
div.share > div {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}
div.share > div > a {
    background-image: url(../images/backgrounds/sprite-redes-sociais.png);
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    float: left;
    margin: 0 0 0 5px;
    opacity: 1;
    text-align: left;
    text-indent: -9999px;
    transition: all 0.5s ease;
    width: 80px;
}
div.share > div > a:hover {
    opacity: 0.7;
}
div.share > div > a:first-child {
    margin: 0;
}
div.share > div > a.facebook {
    background-position: 0 0;
    width: 110px;
}
div.share > div > a.twitter {
    background-position: -114px 0;
    width: 34px;
}
div.share > div > a.plus {
    background-position: -152px 0;
    width: 34px;
}
div.share > div > a.pinterest {
    background-position: -190px 0;
    width: 34px;
}
div.share > div > a.whatsapp {
    background-position: -228px 0;
    width: 34px;
}
@media (min-width: 1024px) {
    div.share > div > a.whatsapp {
        display: none;
    }
}

.text p a,
.item-text p a {
    color: #4c4c4c;
    display: inline-block;
    transition: all 0.5s ease;
}
.text p a:hover,
.item-text p a:hover {
    color: #d5013e;
}