@charset "UTF-8";

/**
 * CSS principal Cristo Redentor
 *
 *  @package    app.Main.css
 *  @category  	custom
 *  @author     Vinicius Hagamenon <vinicius@movedigital.com.br>
 *  @copyright  Move Digital
 *  @link       /css/main.css
 *  @since      1.0.0
 **/
/**
 * Configurações de CSS para o Cristo Redentor
 *
 *  @package    app.Config.css
 *  @category  	custom
 *  @author     Vinicius Hagamenon <vinicius@movedigital.com.br>
 *  @copyright  Move Digital
 *  @link       /scss/_config.css
 *  @since      1.0.0
 **/
@media only screen and (min-width: 64.063em) {
	.home {
		padding-top: 100px;
	}
}

.home .block-content {
	padding: 0;
}

.slider {
	position: relative;
	width: 100%;
	height: 355px;
	overflow: hidden;
}

.slider .slides {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 10000px;
	z-index: 1;
}

.slider .slides li {
	width: 100%;
	height: 355px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slider .slider-container {
	position: relative;
	margin: 0 auto;
	max-width: 1140px;
	height: 100%;
	z-index: 10;
}

.slider .container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

@media only screen and (max-width: 64em) {
	.slider,
	.slider .slides li {
		height: 460px;
	}
}

.slider nav a {
	position: absolute;
	bottom: 119px;
	right: 0;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(30px);
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	transition: 200ms ease-out;
}

.slider nav a:hover {
	background: rgba(255, 255, 255, 0.50);
}

.slider nav .prev {
	right: 54px;
}

.slider nav .prev img {
	margin-left: -3px;
}

.slider nav .next {
	right: 0;
}

.slider nav .next img {
	transform: rotate(180deg);
	margin-left: 3px;
}

.slider nav img {
	height: 12px;
	width: auto;
	right: 40px;
}

.slider .arrow-mobile {
	display: none;
}

@media only screen and (max-width: 64em) {
	.slider nav a {
		height: 40px;
		width: 40px;
		bottom: 20px;
		background-color: #FFF;
	}

	.slider nav .prev {
		right: 68px;
	}

	.slider nav .next {
		right: 20px;
	}

	.slider .arrow-desktop {
		display: none;
	}

	.slider .arrow-mobile {
		display: flex;
	}
}

.slider .captions {
	position: absolute;
	top: 25%;
	left: 20px;
	width: 80%;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
}

@media only screen and (min-width: 64.063em) {
	.slider .captions {
		top: 48px;
		left: 10px;
		/* bottom: 30px; */
	}
}

.slider .captions li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.slider .captions li.active {
	opacity: 1;
	visibility: visible;
}

.slider .captions .text-1 {
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	max-width: 430px;
}

@media only screen and (min-width: 40.063em) {
	.slider .captions .text-1 {
		font-size: 1.875rem;
	}
}

@media only screen and (min-width: 64.063em) {
	.slider .captions .text-1 {
		font-size: 3rem;
	}
}

.slider .captions .text-2 {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 8px;
	text-rendering: optimizeLegibility;
	max-width: 430px;
	color: rgba(255, 255, 255, 0.80);
}

@media only screen and (min-width: 40.063em) {
	.slider .captions .text-2 {
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 64.063em) {
	.slider .captions .text-2 {
		font-size: 1.625rem;
	}
}

.slider .captions a {
	display: inline-block;
	margin-top: 24px;
	padding: 12px 32px;
	font-size: 0.750rem;
	font-weight: 900;
	border-radius: 4px;
	background-color: #FFF;
	color: #4D4D4D;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	text-shadow: none;
	text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 64.063em) {
	.slider .captions a {
		font-size: 1rem;
	}

	.slider .captions a:hover {
		background-color: #4D4D4D;
		color: #FFF;
	}
}

@media only screen and (max-width: 64em) {
	.slider .captions {
		top: auto;
		left: 20px;
		bottom: 20px;
	}
}

.utils a.util {
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	display: table;
	overflow: hidden;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0 10px 0 60px;
	text-align: left;
	color: #4D4D4D;
	background-color: #f7f7f7;
	border: 1px solid #CECECE;
	border-top: 0;
}

.utils a.util.friend {
	background: url(../img/ic_christs_friend.png) 10px center no-repeat;
	background-color: #f7f7f7;
	background-size: 40px 40px;
	border-top: 1px solid #CECECE;
}

.utils a.util.time {
	background: url(../img/utilsClock.png) 10px center no-repeat;
	background-color: #f7f7f7;
	background-size: 40px 40px;
	border-top: 1px solid #CECECE;
}

.utils a.util.ticket {
	background: url(../img/utilsTicket.png) 10px center no-repeat;
	background-color: #f7f7f7;
	background-size: 40px 40px;
}

.utils a.util.pray {
	background: url(../img/utilsPray.png) 10px center no-repeat;
	background-color: #f7f7f7;
	background-size: 40px 40px;
}

.utils a.util.event {
	background: url(../img/utilsEvent.png) 10px center no-repeat;
	background-color: #f7f7f7;
	background-size: 40px 40px;
}

.utils a.util:hover {
	background-color: #eaeaea;
}

.utils a.util span {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.938rem;
	text-decoration: inherit;
}

.utils a.util span small {
	font-size: 0.75rem;
}

.utils a.util .arrow {
	display: block;
	float: right;
	margin-top: 26px;
	width: 7px;
	height: 13px;
}

.featured {
	margin-top: 20px;
}

@media only screen and (min-width: 40.063em) {
	.featured .featured-item:first-child {
		padding-left: 0;
	}

	.featured .featured-item:last-child {
		padding-right: 0;
	}
}

.featured .featured-item a {
	position: relative;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
}

.featured .featured-item a:first-child {
	margin-left: 0;
}

.featured .featured-item a:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.featured .featured-item a img {
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
}

.featured .featured-item a span {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	position: absolute;
	width: 100%;
	padding: 20px;
	left: 0;
	bottom: 0;
	font-size: 1rem;
	line-height: 1.125rem;
}

.featured .featured-item a strong {
	font-size: 1.125rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 6px;
	display: block;
	text-transform: uppercase;
}

@media only screen and (max-width: 40em) {
	.home .history-featured {
		padding: 0;
	}
}

/* EVENTS SOLICITATIONS */
.events-solicitations {
	padding: 0 20px 50px 20px;
	position: relative;
	margin-top: -80px;
	z-index: 9;
}

.events-solicitations h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.events-solicitations .events-items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	grid-gap: 20px;
}

.events-solicitations .item {
	cursor: pointer;
	overflow: hidden;
	border-radius: 8px;
}

.events-solicitations .item .columns {
	padding: 0;
}

.events-solicitations .item .item-image {
	height: 196px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.events-solicitations .item .item-image-column {
	overflow: hidden;
}

.events-solicitations .item .item-image-column img {
	transition: 200ms ease-out;
}

.events-solicitations .item .item-content-column {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F9F9F9;
	padding: 16px 0;
}

.events-solicitations .item .item-title {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	color: #4D4D4D;
	text-transform: uppercase;
	text-align: center;
}

.events-solicitations .item .item-image-column:hover img {
	transform: scale(1.2);
}

@media only screen and (max-width: 64em) {
	.events-solicitations {
		padding-top: 64px;
		padding-bottom: 72px;
		padding-left: 16px;
		padding-right: 16px;
		margin-top: 0;
	}

	.events-solicitations .events-items {
		grid-template-areas: 	'matrimonio matrimonio'
													'batismo missa'
													'bencaos eventos';
		grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
		grid-gap: 16px;
	}

	.events-solicitations .events-items .item {
		display: block;
	}

	.events-solicitations .events-items .item:nth-child(1) {
		grid-area: batismo;
	}

	.events-solicitations .events-items .item:nth-child(2) {
		grid-area: matrimonio;
	}

	.events-solicitations .events-items .item:nth-child(3) {
		grid-area: missa;
	}

	.events-solicitations .events-items .item:nth-child(4) {
		grid-area: bencaos;
	}

	.events-solicitations .events-items .item:nth-child(5) {
		grid-area: eventos;
	}

	.events-solicitations h2 {
		text-shadow: none;
	}

	.events-solicitations h2 .subtitle {
		color: #A5A1A1;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		line-height: 20px;
		text-transform: uppercase;
		display: block;
	}

	.events-solicitations h2 .title {
		color: #4D4D4D;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		line-height: 28px;
		text-transform: uppercase;
	}

	.events-solicitations .item .item-image {
    height: 127px;
		object-position: top;
	}

	.events-solicitations .item .item-content-column {
		padding: 8px 0;
		background: linear-gradient(180deg, #EEE 0%, #EEE 100%);
	}

	.events-solicitations .item .item-title {
    font-size: 13px;
	}
}

.news {
	padding: 50px 0 0 20px;
}

.news .see-more {
	margin-right: 20px;
}

@media only screen and (min-width: 40.063em) {
	.news .see-more {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.events-solicitations .events-items {
    grid-template-areas: 'matrimonio batismo missa bencaos eventos';
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 16px;
	}
}

.news h2 {
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.news h2 span {
	display: none;
}

.news .see-more {
	font-size: 0.75rem;
	line-height: 0.75rem;
	margin-top: 0.625rem;
	text-transform: uppercase;
}

.news .see-more:hover {
	text-decoration: underline;
}

.news ul#lastest-news li {
	margin-top: 1.25rem;
}

.news ul#lastest-news li .image {
	overflow: hidden;
}

.news ul#lastest-news li a:hover {
	text-decoration: underline;
}

.news ul#lastest-news li .share-post {
	position: absolute;
	right: 10px;
	bottom: 0;
	padding: 10px;
	display: block;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.news ul#lastest-news li .info h3 {
	margin: 0;
	font-size: 0.875rem;
}

.news ul#lastest-news li .info p {
	margin: 10px 0 0 0;
	color: #808080;
}

.news ul#lastest-news li:first-child {
	margin-top: 0;
}


/* ------------------------------------------
  Lista de posts com paginacao
---------------------------------------------*/
.posts-box.read-more-box {
	margin: 0 0 0.625rem 0;
}

.posts-box.read-more-box .posts-list .post-item {
	margin: 0 0 1.25rem 2.5rem;
	position: relative;
	border-left: 0.0625rem solid #ddd;
	padding: 0 0 0 0.625rem;
}

.posts-box.read-more-box .posts-list .post-item:before {
	font-size: 3rem;
	line-height: 3rem;
	color: #ccc;
	position: absolute;
	top: 0;
	left: -2.5rem;
	content: attr(data-number) "";
	font-weight: 300;
	font-style: italic;
}

.posts-box.read-more-box .posts-list .post-item .content-item {
	margin-left: 0;
}

.posts-box.read-more-box .posts-list .post-item .content-item h3 {
	margin: 0 0 0.3125rem 0;
}

@media only screen and (min-width: 64.063em) {
	.posts-box.read-more-box .posts-list .post-item .content-item h3 {
		font-size: 0.875rem;
		line-height: 1.125rem;
		font-weight: bold;
	}
}

.posts-box.read-more-box .posts-list .post-item .content-item p .date {
	font-weight: normal;
}

.posts-box.read-more-box .posts-list .post-item:last-child {
	margin-bottom: 0;
}

.posts-box.read-more-box-with-image {
	margin: 0;
}

.posts-box h2 {
	font-size: 1.125rem;
	font-weight: 900;
	background: #f7f7f7;
	display: block;
	margin: 0 -1.25rem 0.9375rem -1.25rem;
	padding: 1.125rem 1.25rem;
}

@media only screen and (min-width: 64.063em) {
	.posts-box h2 {
		margin-left: 0;
		margin-right: 0;
	}
}

.posts-box .posts-list.hide-thumb .post-item .image {
	display: none;
}

.posts-box .posts-list .post-item {
	margin: 0 0 1.875rem 0;
	height: 100%;
}

.posts-box .posts-list .post-item .image {
	position: relative;
	overflow: hidden;
	margin: 0 0 0.625rem 0;
}

.posts-box .posts-list .post-item-slide {
	position: relative;
}

.posts-box .posts-list .post-item-slide .image {
	border-radius: 8px;
}

.posts-box .posts-list .post-item-slide img {
	height: 292px !important;
	border-radius: 8px;
}

.posts-box .posts-list .post-item-slide:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .15);
	border-radius: 8px;
	z-index: 1;
}

.posts-box .posts-list .post-item-slide .content-item h3 a,
.posts-box .posts-list .post-item-slide .content-item p,
.posts-box .posts-list .post-item-slide .content-item p a {
	color: #FFF;
	z-index: 2;
	position: relative;
}

.posts-box .posts-list .post-item-slide .content-item p a:hover {
	text-decoration: underline;
}

.posts-box .posts-list .slick-slider .slick-arrow {
	position: absolute;
	top: 16px;
	fill: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	height: 32px;
	width: 32px;
	border-radius: 40px;
	z-index: 1;
	transition: 300ms ease-out;
}

.posts-box .posts-list .slick-slider .slick-arrow img {
	margin-top: -3px;
}

.posts-box .posts-list .slick-slider .slick-arrow:hover {
	background: rgba(255, 255, 255, 0.50);
}

.posts-box .posts-list .slick-slider .slick-arrow.slick-prev {
	right: 64px;
}

.posts-box .posts-list .slick-slider .slick-arrow.slick-next {
	right: 16px;
}

.posts-box .posts-list .slick-slider .slick-arrow.slick-prev img {
	transform: rotate(180deg);
}

.posts-box .posts-list .post-item-slide .content-item {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 0 50px 0 0;
}

@media only screen and (min-width: 40.063em) {
	.posts-box .posts-list li {
		padding-bottom: 0 !important;
	}

	.posts-box .posts-list .post-item {
		margin: 0;
	}

	.posts-box .posts-list .post-item .image {
		margin: 0;
	}
}

@media only screen and (max-width: 64em) {
	.posts-box .posts-list .post-item-slide {
		margin: 0;
	}
}

.posts-box .posts-list .post-item.post-item-new {
	display: grid;
	grid-template-columns: 151px 1fr;
	grid-gap: 16px;
}

.posts-box .posts-list .post-item .image a {
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	display: block;
}

.posts-box .posts-list .post-item:hover .image img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.posts-box .posts-list .post-item .image a img {
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 143px;
}

.posts-box .posts-list .post-item .image .share-post {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	display: block;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.posts-box .posts-list .post-item .image .share-box {
	margin-left: 0;
	margin-right: 0;
}

.posts-box .posts-list .post-item .content-item {
	color: gray;
}

.posts-box .post-item-new .date {
	display: grid !important;
	grid-template-columns: 12px 1fr;
	grid-gap: 8px;
	align-items: center;
}

@media only screen and (min-width: 40.063em) {
	.posts-box .posts-list .post-item .content-item {
		padding: 8px 16px 8px 0;
	}
}

.posts-box .posts-list .post-item .content-item .date {
	font-size: 0.625rem;
	color: #999;
	display: block;
	margin: 0 0 0.3125rem 0;
}

.posts-box .posts-list .post-item .content-item h3 {
	display: block;
	font-size: 1rem;
	line-height: 1.175rem;
	margin: 0 0 0.3125rem 0;
	font-weight: 600;
}

.posts-box .posts-list .post-item .content-item h3 a:hover {
	text-decoration: underline;
}

.posts-box .posts-list .post-item .content-item p {
	font-size: 0.875rem;
	margin: 0;
	display: block;
}

.posts-box .load-more {
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	font-size: 0.875rem;
	text-transform: uppercase;
	padding: 1.125rem 0;
	background: #f7f7f7;
	display: block;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #ccc;
	margin: 0 0 3.125rem 0;
	color: #808080;
}

@media only screen and (min-width: 64.063em) {
	.posts-box .load-more {
		font-size: 0.875rem;
		padding: 0.5rem 0;
		margin: 0 0 1.875rem 0;
	}
}

@media only screen and (max-width: 768px) {
	.posts-box .posts-list .post-item-slide .content-item {
    padding-right: 36px;
    left: 16px;
		bottom: 36px;
	}

	.posts-box .posts-list .news-block-slider .post-item .content-item h3 {
		font-size: 18px;
		line-height: normal;
		margin-bottom: 8px;
	}

	.posts-box .posts-list .post-item .content-item h3 {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 8px;
	}

	.posts-box .posts-list .post-item .content-item p {
		font-size: 16px;
	}

	.posts-box .posts-list .slick-slider {
		padding-bottom: 20px;
	}

	.posts-box .posts-list .slick-slider .slick-arrow {
		height: 41px;
		width: 41px;
		top: auto;
		bottom: 1px;
	}

	.posts-box .posts-list .slick-slider .slick-arrow.slick-prev {
    right: 70px;
	}

	.posts-box .posts-list .slick-slider .slick-arrow.slick-next {
    right: 20px;
	}

	.posts-box .posts-list .post-item .content-item {
		padding: 13px 8px 13px 0;
	}

	.posts-box .posts-list .post-item .image a img {
		height: 100%;
	}
}

.posts-box .load-more:hover {
	background-color: #eaeaea;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.slider .slides .slide01 {
		background: url("../img/slides/medium-cristoRedentor01.jpg") top center no-repeat;
		background-size: cover;
	}

	.slider .slides .slide02 {
		background: url("../img/slides/medium-cristoRedentor02.jpg") top center no-repeat;
		background-size: cover;
	}

	.slider .slides .slide03 {
		background: url("../img/slides/medium-cristoRedentor03.jpg") top center no-repeat;
		background-size: cover;
	}

	.utils a.util {
		padding: 0 10px 0 50px;
		border-top: 1px solid #CECECE;
	}

	.utils a.util.time,
	.utils a.util.ticket,
	.utils a.util.pray,
	.utils a.util.event,
	.utils a.util.friend {
		background-size: 30px 30px;
	}

	.news h2 span {
		display: inline-block;
	}

	.news ul#lastest-news li {
		margin-top: 0;
	}

	.news ul#lastest-news li .info h3 {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 0.875rem;
	}
}

@media only screen and (min-width: 64.063em) {
	.slider {
		height: 460px;
	}

	.slider .slides li {
		margin: 0 auto;
		max-width: 2000px;
		height: 460px;
	}

	.slider .slides .slide01 {
		background: url("../img/slides/large-cristoRedentor01.jpg") top center no-repeat;
	}

	.slider .slides .slide02 {
		background: url("../img/slides/large-cristoRedentor02.jpg") top center no-repeat;
	}

	.slider .slides .slide03 {
		background: url("../img/slides/large-cristoRedentor03.jpg") top right no-repeat;
	}

	.utils a.util {
		display: block;
		overflow: hidden;
		padding: 14px 10px;
		color: #4D4D4D;
		background-color: #f7f7f7;
		border: 1px solid #CECECE;
		height: 145px;
		margin-left: 20px;
		float: left;
		text-align: center;
	}

	.utils a.util.ticket {
		background-position: 80px 15px;
	}

	.utils a.util.friend {
		background-position: 77px 22px;
		padding-top: 1.5rem;
	}

	.utils a.util.time {
		background-position: 80px 22px;
		padding-top: 1.5rem;
	}

	.utils a.util.pray {
		background-position: 80px 30px;
	}

	.utils a.util.pray span {
		padding-top: 4.0625rem;
	}

	.utils a.util.event {
		background-position: 80px 30px;
	}

	.utils a.util.event span {
		padding-top: 4rem;
	}

	.utils a.util .icon {
		float: none;
		display: block;
		margin: 0 auto;
		width: 40px;
		height: 40px;
	}

	.utils a.util span {
		float: none;
		display: block;
		padding-top: 52px;
		font-size: 1rem;
	}

	.utils a.util span small {
		font-size: 0.750rem;
	}

	.utils a.util .arrow {
		display: none;
	}

	.utils a.util:first-child {
		margin-left: 0;
	}

	.news h2 span {
		display: inline-block;
	}

	.news ul#lastest-news li {
		margin-top: 0;
	}

	.news ul#lastest-news li .info h3 {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 0.875rem;
	}
}

.little_christs {
	text-align: center;
	padding: 20px 0;
}

.little-christ-item {
	position: relative;
	padding: 50px 40px;
}

.little-christ-item .bg-image {
	background-size: cover;
	background-position: center;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: .4;
	z-index: -1;
}

.little-christ-item .radial-effect {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%),
		url(.jpg);
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%),
		url(.jpg);
}

.little-christ-item .little_christ__date {
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}

.little-christ-item .little_christ__title {
	font-size: 1.750rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.little-christ-item .little_christ__text {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 17px;
	font-weight: 400;
}

.little-christ-item .btn-primary {
	border: none;
	width: 110px;
	font-size: 0.750rem;
	padding: 13px 20px;
}

.little_christs .little_christ__image {
	display: flex;
	justify-content: center;
}

.little_christs .little_christ__image .cristinho {
	height: 156px;
	width: 156px;
	-webkit-mask-image: url('http://santuariocristoredentor.com.br/img/Cristinho.svg');
	-moz-mask-image: url('http://santuariocristoredentor.com.br/img/Cristinho.svg');
	-o-mask-image: url('http://santuariocristoredentor.com.br/img/Cristinho.svg');
	-ms-mask-image: url('http://santuariocristoredentor.com.br/img/Cristinho.svg');
	-webkit-mask-repeat: no-repeat;
	-moz-mask-repeat: no-repeat;
	-o-mask-repeat: no-repeat;
	-ms-mask-repeat: no-repeat;
	-moz-mask-position: center;
	-webkit-mask-position: center;
	-o-mask-position: center;
	-ms-mask-position: center;
	-webkit-mask-size: 156px;
	-moz-mask-size: 156px;
	-o-mask-size: 156px;
	-ms-mask-size: 156px;
}

.little_christs .little_christ__image .CristinhoColors {
	float: left;
	background: red;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
}

.little_christs .little_christ__image .CristinhoColors img {
	float: left;
}

@media only screen and (min-width: 40.063em) {
	.little-christ-item {
		padding: 70px 20px;
	}

	.little-christ-item .container {
		display: flex;
		align-items: center;
	}

	.little-christ-item .little-christ-item__title-content {
		text-align: right;
	}

	.little-christ-item .little_christ__title {
		margin-bottom: 0;
	}

	.little-christ-item .little-christ-item__text-content {
		text-align: left;
	}

	.little-christ-item .little_christ__text {
		margin-top: 0;
	}

	.little-christ-item .btn-primary {
		margin: 0;
	}
}

@media only screen and (min-width: 40.063em) {
	.featured {
		padding: 40px 10px;
		background: rgba(196, 196, 196, 0.15);
	}
}

.news-slider {
	margin-left: 0;
}

.news-block {
	display: none;
}

.news-slider .slick-slide {
	margin-right: 20px;
}

/* LOCATION */
.banner-location {
	background: url(../img/banner-location.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  background-clip: padding-box;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
	border: 8px solid rgba(236, 236, 236, 0.42);
	border-radius: 8px;
	padding-right: 24px;
	max-width: 930px;
	margin: 0 auto -70px;
}

.banner-location .content {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 24px;
}

.banner-location .content .text-content {
	padding: 37px 0;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 21px;
	align-items: center;
}

.banner-location .content .text-content .text {
	margin-bottom: 0;
	color: #29442A;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 400;
}

.banner-location .content .text-content .text strong {
	display: block;
	font-weight: 900;
}

.banner-location .content .btn-green {
	display: flex;
	padding: 12px 24px;
	align-items: center;
	flex-flow: wrap;
	border-radius: 4px;
	background: #FFF;
	mix-blend-mode: plus-darker;
	box-shadow: 0px 12px 24px 0px rgba(0, 49, 5, 0.16);
	color: #29442A;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;

	transition: 600ms ease-in-out;
}

.banner-location .content .btn-green:hover {
	box-shadow: 0px 2px 8px 0px rgba(0, 49, 5, 0.16);
}

.banner-location .content .btn-green img {
	margin-left: 16px;
}

.banner-location .content .icon-maps {
	height: 24px;
}

@media only screen and (max-width: 64em) {
	.banner-location-section {
		padding: 0 6px;
	}

	.banner-location {
		padding: 23px;
    justify-content: center;
    width: 100%;
		background-image: url("../img/banner-location-mobile.png");
    margin: 0;
		border-color: rgba(255, 255, 255, 0.52);
	}

	.banner-location .content {
		grid-gap: 0;
		grid-template-columns: 1fr;
		width: 100%;
    justify-content: center;
	}

	.banner-location .content .text-content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-gap: 125px;
		justify-content: center;
    text-align: center;
		padding: 0;
	}

	.banner-location .content .text-content .text {
		font-size: 20px;
	}

	.banner-location .content .btn-green {
		max-width: 212px;
    margin-left: auto;
    margin-right: auto;
	}
}

.news-events {
	padding: 150px 0 80px;
	background: rgba(196, 196, 196, 0.15);
}

.news-events .posts-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.news-events .see-more {
	font-size: 13px;
}

.news-events .see-more img {
	margin-left: 8px;
}

.news-events .news-block-slider {
	max-width: 555px;
	margin: 0;
}

@media only screen and (min-width: 40.063em) {
	.news-block {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		grid-gap: 20px;
		margin: 0 !important;
	}

	.news-block:before,
	.news-block:after {
		display: none;
	}

	.news-block .image {
		border-radius: 8px 0px 0px 8px;
	}

	.posts-box .posts-list .post-item-new .content-item h3 {
		font-size: 14px;
	}

	.news-block .image img {
		height: 84px !important;
	}

	.news-block .post-item-new {
		border-radius: 8px;
		background-color: #FFF !important;
	}

	.news-block li {
		width: 100%;
		padding: 0;
	}

	.news-block li .post-item {
		background-color: rgba(77, 77, 77, 0.05);
	}
}

@media only screen and (min-width: 64.063em) {
	.news {
		padding: 0 10px 0 0;
	}
}

@media only screen and (max-width: 64em) {
	.news-events {
		padding: 232px 0 70px !important;
		margin-top: -162px !important;
	}

	.news-block {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		grid-gap: 20px;
		margin: 0 !important;
		padding-top: 10px;
	}

	.news-block:before,
	.news-block:after {
		display: none;
	}

	.news-events {
		padding: 70px 0 80px;
	}

	.news {
		padding: 0 16px;
	}

	.news-events .see-more {
		margin: 0;
	}

	.news-events .news-block-slider {
		max-width: 100%;
		overflow: hidden;
	}

	.news-events .posts-list {
		grid-template-columns: 1fr;
	}

	.news-events .news-block li {
    padding: 0;
	}

	.news-events .news-block li .post-item {
		border-radius: 8px;
		background: #FFF;
		margin-bottom: 0;
		align-items: center;
	}

	.posts-box .posts-list .post-item.post-item-new {
    grid-template-columns: 100px 1fr;
		height: auto;
	}

	.posts-box .posts-list .post-item .image {
		margin-bottom: 0;
    border-radius: 8px 0px 0px 8px;
		height: 100%;
	}

	.posts-box .posts-list .post-item .image a {
		height: 100%;
	}
}

/* AGENDA */
.events {
	padding: 80px 0 60px;
}

.events h2 {
	text-transform: uppercase;
}

.events .see-more {
	font-size: 13px;
	line-height: normal;
	margin-top: 0.625rem;
	text-transform: uppercase;
}

.events .see-more img {
	margin-left: 8px;
}

.events .see-more:hover {
	text-decoration: underline;
}

.events-list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-bottom: 0;
}

.events-list .event-item {
	display: flex;
	border-radius: 8px;
	background: #F9F9F9;
	padding: 24px;
	transition: 300ms ease-out;
}

.events-list .event-item:hover {
	background: #F9F9F9;
	box-shadow: 0px 24px 120px 0px rgba(0, 0, 0, 0.12);
}

.events-list .event-item .content-item .event-date {
	font-size: 12px;
	color: rgba(77, 77, 77, 0.60);
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.events-list .event-item .content-item .event-title {
	font-size: 20px;
	font-weight: 700;
	color: #4D4D4D;
	margin-bottom: 8px;
}

.events-list .event-item .content-item .event-text {
	margin-bottom: 16px;
}

.events-list .event-item .content-item .event-text a {
	color: #808080;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

@media only screen and (max-width: 64em) {
	.events {
		padding: 48px 6px 40px;
	}

	.events h2 {
		margin-bottom: 25px;
	}

	.events-list ul {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, auto);
	}

	.events-list .event-item .content-item .event-text {
		display: none;
	}

	.events-list .event-item {
		padding: 16px;
	}

	.events-list .event-item .content-item .event-date {
		margin-bottom: 16px;
	}

	.events-list .event-item .content-item .event-title {
		font-size: 18px;
		margin-bottom: 16px;
	}
}

/* SAIBA MAIS */
.saiba-mais {
	padding: 20px 0 10px;
	position: relative;
}

.saiba-mais:before {
	content: ' ';
	position: absolute;
	top: 190px;
	left: 0;
	height: calc(100% + 3500px);
	width: 100%;
	background: rgba(196, 196, 196, 0.15);
	z-index: -1;
}

.saiba-mais h2 {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.saiba-mais>.row {
	margin: 0;
}

.saiba-mais .item {
	cursor: pointer;
	overflow: hidden;
}

.saiba-mais .item .columns {
	padding: 0;
}

.saiba-mais .item .item-image-column {
	width: 35% !important;
}

.saiba-mais .item .item-content-column {
	width: 65% !important;
	padding: 16px;
	background-color: #FFF;
	height: 150px;
	border-radius: 0px 0px 8px 8px;
}

.saiba-mais .item .item-image-column:before {
	border-radius: 8px;
}

.saiba-mais .item .item-image {
	height: 150px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.saiba-mais .item .item-title {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 9px;
	color: #4D4D4D;
}

.saiba-mais .item .item-text {
	font-size: 0.750rem;
	font-weight: 400;
	color: #4d4d4d;
}

@media only screen and (min-width: 40.063em) {
	.saiba-mais .item .item-image-column {
		width: 100% !important;
	}

	.saiba-mais .item .item-image {
		width: 100%;
	}

	.saiba-mais .item .item-text {
		font-size: 0.875rem;
	}

	.saiba-mais .item .item-content-column {
		width: 100% !important;
		height: 100%;
	}
}

@media only screen and (min-width: 64.063em) {
	.saiba-mais .item .item-text {
		height: 0;
		opacity: 0;
		transition: .2s all;
	}

	.saiba-mais .item {
		position: relative;
		height: 223px;
	}

	.saiba-mais .item .item-image-column {
		height: 100%;
	}

	.saiba-mais .item .item-image {
		height: 100%;
		padding-bottom: 68px;
	}

	.saiba-mais .item .item-content-column {
		height: 80px;
		position: absolute;
		bottom: 0;
		transition: .2s all;
		z-index: 1;
		width: calc(100% - 20px) !important;
	}

	.saiba-mais .item .item-image-column:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, .7);
		z-index: 0;
		transition: .2s all;
		opacity: 0;
	}

	.saiba-mais .item:hover .item-image-column:before {
		opacity: 1;
	}

	.saiba-mais .item:hover .item-content-column {
		height: 65%;
	}

	.saiba-mais .item:hover .item-text {
		height: 100%;
		opacity: 1;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.saiba-mais .item {
    display: flex;
    align-items: center;
		border-radius: 8px;
	}
}

@media only screen and (max-width: 64em) {
	.saiba-mais {
		background: rgba(196, 196, 196, 0.15);
		padding: 40px 16px;
	}

	.saiba-mais h2 {
		margin-bottom: 30px;
	}

	.saiba-mais .item {
		margin-bottom: 16px;
	}

	.saiba-mais .item:last-child {
		margin-bottom: 0;
	}

	.saiba-mais .item .item-image {
    border-radius: 8px 0px 0px 8px;
	}

	.saiba-mais .item .item-image-column {
		width: 33% !important;
	}

	.saiba-mais .item .item-content-column {
		width: 67% !important;
    border-radius: 0 8px 8px 0;
		display: flex;
    align-items: center;
	}

	.saiba-mais .item .item-title {
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		line-height: normal;
	}

	.saiba-mais .item .item-text {
		font-size: 14px;
		margin-bottom: 0;
	}
}

/* FOOTER */

.footer-support {
	border: none;
}

.block-content {
	margin-bottom: 0;
	max-width: 100% !important;
}

.block-content>.row {
	max-width: 100% !important;
}
