section { padding: 0px; }

/*BANNER*/
.banner{width: 100%; height: 500px; left: 0px; position: relative; }
.banner .slider{ width: 100%; height: 500px; position:absolute; z-index:10; float: left;}
.banner .sliderContent{ width: 100%; height: 500px; clear:both; position: absolute;}
.banner .sliderContent .item { width: 100%; height: 500px; position: absolute; background-repeat: no-repeat; background-position: center bottom; background-size: auto 100%; background-color: var(--cor-primaria); display: block;  -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow:hidden; }
.prevhidden, .nexthidden { left: -100px; position: absolute; width: 1px; height: 1px; top: 0px; }
.banner .slider .sliderContent .item .util_banner { width: 100%; height: 500px;background: #000000; background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%); position: absolute; z-index: 10; }
.banner .slider .sliderContent .item:hover .util_banner .espaco_banner { padding: 0px 75px 0px 100px; }
.banner .slider .sliderContent .item .util_banner .espaco_banner { width:400px; position:absolute; top: 50%; left: 0px; transform: translate(0,-50%); padding: 0px 75px; text-align:left; display:inline-block; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.banner .slider .sliderContent .item .util_banner .espaco_banner .titulo_banner { width:100%; position:relative; text-align:left; font-size:42px; line-height: 40px; font-weight: 700; color:#ffffff; font-family: var(--fonte-padrao); }
.banner .slider .sliderContent .item .util_banner .espaco_banner .cta_banner { width: auto; position:relative; display: inline-block; padding: 12px 25px; text-align:left; font-size:20px; font-weight: 700; color: var(--cor-primaria); background: var(--cor-destaque); border-radius: 30px; margin:  30px 0px 0px 0px; font-family: var(--fonte-padrao); }
.banner .slider .sliderContent .item .util_banner .espaco_banner .cta_banner:hover { background: var(--cor-primaria); color: var(--cor-secundaria); }
.sliderBullets { margin: 0px; width: auto; padding: 0px; right: 10px; position: absolute; top: 10px; height: auto; text-align: right; z-index: 1002; }
.sliderBullets a { display: inline-block; line-height: 40px; text-indent:-9999px; width: 12px; height: 8px; background-color: rgba(255, 255, 255, 0.5); margin: 0px 4px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow:hidden; }
.sliderBullets .active { background-color: #ffffff; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; width: 25px; height: 8px; }

/*ATALHOS 01*/
.atalhos { width: 100%; height: auto; position: relative; margin: 0px; left: 0px; text-align: center; display:inline-block; vertical-align:top; }
.atalhos ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: center; padding: 60px 0px 0px 0px; display: flex; justify-content: space-between; flex-wrap: wrap; text-align: center; }
.atalhos ul li { width: 215px; padding: 0px; height: 225px; margin: 10px 0px; box-sizing: border-box; display: inline-block; vertical-align: top; position: relative; text-align:center; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow:hidden; }
.atalhos ul li:nth-child(odd) { background: #eaeaea; }
.atalhos ul li .avatar { width: 100%; height:70px; position: relative; margin: 30px 0px 10px 0px; overflow: hidden; vertical-align: top; display: inline-block; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; overflow: hidden; text-align:center; }
.atalhos ul li .avatar img { position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.atalhos ul li .nome_atalho { width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); padding: 1px 15px; position: relative; display: inline-block; font-size: 32px; font-family: var(--fonte-padrao); color: var(--cor-primaria); text-align: center; line-height: 32px; font-weight: 800; letter-spacing: -1px; z-index:15; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.atalhos ul li .nome_atalho p { width: 100%; padding: 0px; position: relative; display: inline-block; font-size: 16px; font-family: var(--fonte-padrao); color: var(--cor-primaria); text-align: center; line-height: 18px; font-weight: 600; z-index:15; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.atalhos ul li:hover { margin: 3px 0px 17px 0px; }

/*SOBRE*/
.sobre_santuario { width:100%; height:auto; position:relative; text-align:center; padding: 70px 0px 0px 0px; }
.sobre_santuario .infos_sobre { width:920px; height:auto; position:relative; text-align:center; padding: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-align: center; display: inline-block; z-index:10; }
.sobre_santuario .infos_sobre .sobre_origem { width: 100%; height: auto; position: relative; display: inline-block; vertical-align: top;  -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow:hidden; }
.sobre_santuario .infos_sobre .sobre_origem .avatar { width: 100%; height: auto; margin: 0px; padding: 0px; text-align: -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; center; position:relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background:var(--cor-primaria); }
.sobre_santuario .infos_sobre .sobre_origem .avatar span { width:100%; height: auto; position:absolute; left:0px; top: 35%; z-index:1; color: var(--cor-destaque); font-size: 100px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;  }
.sobre_santuario .infos_sobre .sobre_origem .avatar .nome_video { width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); padding: 30px 15px; position: absolute; left: 0px; bottom: 0px; font-size: 42px; font-family: var(--fonte-padrao); color: #ffffff; text-align: center; line-height: 42px; font-weight: 800; letter-spacing: -1px; z-index:15; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.sobre_santuario .infos_sobre .sobre_origem .avatar img { display:block; position: relative; margin: 0 auto;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.sobre_santuario .infos_sobre .sobre_origem:hover .avatar img { opacity: 0.5; }
.sobre_santuario .infos_sobre .sobre_origem:hover .avatar span { font-size:120px; top: 32%; }
.sobre_santuario .infos_sobre .frases { width: 100%; height:auto; margin: 0px; padding: 30px 0px; font-size:20px; letter-spacing: 0px; font-weight: 700; color: var(--cor-primaria); text-align:center; position:relative; font-family: var(--fonte-padrao); line-height: 24px; z-index: 15; }

/*NOTÍCIAS*/
.noticias { width: 100%; height: auto; position: relative; display: inline-block; vertical-align: top; vertical-align: text-top; text-align: left; z-index: 10; padding: 50px 0px; background: #FFFFFF; }
.noticias .categorias { position:absolute; top: 0px; right: 0px; margin: 30px 0px 0px 0px; width: auto; height: auto; }
.noticias .categorias ol { width:auto; list-style:none; text-align:right; }
.noticias .categorias ol li { width:auto; height:auto; position:relative; line-height: 30px; display: inline-block; vertical-align: top; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 15px; }
.noticias .categorias ol li a { color: var(--cor-texto); line-height:30px; font-size: 13px; font-weight: 400; display: inline-block; vertical-align: top; }
.noticias .categorias ol li a:hover { text-decoration:underline; color: var(--cor-primaria); }
.noticias .categorias ol li:not(:first-child)::after { color: var(--cor-destaque); line-height:30px; position:absolute; left:0px; top: 0px; content: '/'; font-size: 13px; font-weight: 400; }
.noticias ul { width: 100%; height: auto; position: relative; list-style-type: none; padding: 0px; margin: 30px 0px 30px 0px; text-align: left; gap: 35px; display: flex; justify-content: space-between; flex-wrap: wrap; text-align: center; }
.noticias ul li { overflow: hidden; width: 330px; box-sizing: border-box; height: auto; min-height: 450px; margin: 10px 0px; position: relative; display: inline-block; text-align:left; vertical-align:top;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.noticias ul li .avatar { position:relative; width: 100%; height: 300px; margin: 0px; text-align: center; position: relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; overflow:hidden; display:block; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow:hidden; }
.noticias ul li .avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center; margin: 0px; text-align: center; position: relative; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; overflow:hidden; display:block; }
.noticias ul li .avatar .data { width: 50px; background-color: var(--cor-secundaria); padding: 15px; position: absolute; bottom: 10px; left: 10px; color: var(--cor-primaria); font-size: 34px; line-height: 34px; text-transform: uppercase; font-family: var(--fonte-padrao); font-weight: 400; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;  -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; z-index:10; }
.noticias ul li .avatar .data p { width: 100%; position: relative; color: var(--cor-primaria); font-size: 20px; line-height: 20px; text-transform: uppercase; font-family: var(--fonte-padrao); font-weight: 700; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.noticias ul li:hover { margin: 2px 0px 18px 0px; }
.noticias ul li .infos { width: 100%; height: auto; position: relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding: 15px 0px; }
.noticias ul li .infos .qual .leia_mais { width: auto; height: auto; position: relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-align: left;  z-index: 101; line-height: 20px; padding: 0px; color: var(--cor-destaque); font-size: 13px; font-weight: 400; display:inline-block; vertical-align:top; text-decoration: underline; overflow:hidden; margin: 10px 0px 0px 0px; }
.noticias ul li .infos .qual { width: 100%; height: auto; position: relative; color: var(--cor-primaria); font-size: 18px; line-height: 24px; font-family: var(--fonte-padrao); font-weight: 600; text-align: left; padding: 0px 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display:block; }

/*OBRAS*/
.obras { width: 100%; height:auto; position:relative; padding: 20px 0px 50px 0px; background: #eaeaea; }

/*PODCAST*/
.mais_obras { width: 100%; height: auto; position: relative; padding: 30px 0px; text-align: center; display:inline-block; vertical-align:top; }
.mais_obras ul { width: 100%; height: auto; position: relative; clear: both; height: auto; text-align: left; padding: 0px 0px 20px 0px; gap: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; text-align: center; }
.mais_obras ul li { margin: 10px 0px 5px 0px; box-sizing: border-box; background: #ffffff; text-align: left; width: 32%; min-height: 350px; height: auto; position: relative; float: left; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow: hidden;}
.mais_obras ul li .avatar { background-color: var(--cor-primaria); width: 100%; height: 240px; position: relative; display:inline-block ; vertical-align:top; text-align:left; }
.mais_obras ul li .avatar img { opacity: 0.75; width: 100%; height: 100%; object-fit: cover; object-position: center; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display: block;  }
.mais_obras ul li .avatar .cta { width: auto; font-size: 16px; font-family: var(--fonte-padrao); text-align: center; height: auto; padding: 12px 25px; line-height: 10px; color: #ffffff; background: var(--cor-secundaria); position: absolute; z-index: 10; font-weight: 700; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.mais_obras ul li .resumo { width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); padding: 20px 20px 20px 20px; position: relative; z-index: 10; height: auto; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-align:left; display:inline-block; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease;  }
.mais_obras ul li .resumo .nome_podcast { width: 100%; height: auto; padding: 0px; position: relative; font-family: var(--fonte-padrao); color: var(--cor-primaria); line-height: 22px; font-size: 18px; font-weight: 800; text-align: left; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.mais_obras ul li .resumo .intro_podcast { width: 100%; height: auto; padding: 0px; position: relative; font-family: var(--fonte-padrao); color: var(--cor-primaria); line-height: 20px; font-size: 14px; font-weight: 500; text-align: left; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.mais_obras ul li .resumo .barra_progresso { width: 100%; height:10px; background-color: #eaeaea; margin: 40px 0px 10px 0px; border-radius: 15px; overflow:hidden; }
.mais_obras ul li .resumo .barra_progresso .arrecadado { width: 0; height:10px; background-color: var(--cor-destaque); border-radius: 15px; overflow:hidden; }
.mais_obras ul li .resumo .resumo_valores { width: 100%; height: auto; padding: 0px; position: relative; font-family: var(--fonte-padrao); color: var(--cor-primaria); line-height: 20px; font-size: 13px; font-weight: 500; text-align: right; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.mais_obras ul li .resumo .resumo_valores strong { font-weight:700; float:left; }

/*FRASES*/
.frase_final { width:100%; height:300px; position:relative; text-align:center; padding: 50px 0px; background: #eaeaea }
.frase_final .infos_sobre { width:100%; height:300px; position:relative; text-align:center; padding: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-align:left; z-index:10; }
.frase_final .infos_sobre:before { width:100%; height:2px; background-color: var(--cor-destaque); content:''; left:0px; top:0px; position:absolute; }
.frase_final .infos_sobre .sobre_origem { width: 50%; height: 300px; position: relative; display: inline-block; vertical-align: top; }
.frase_final .infos_sobre .sobre_origem .avatar { width: 100%; height: auto; bottom: 0px; margin: 0px; padding: 0px; text-align:center; position:absolute;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.frase_final .infos_sobre .sobre_origem .avatar img { display:block; position: relative; margin: 0 auto; }
.frase_final .infos_sobre .frases { width: 49%; height:auto; margin: 0px; padding: 0px; font-size:32px; letter-spacing: -1px; font-weight: 800; color: var(--cor-primaria); text-align:left; position:absolute; top: 50%; transform: translate(0,-50%); right: 0px; font-family: var(--fonte-padrao); line-height: 32px; z-index: 15; }
.frase_final .infos_sobre .frases .aspas { width: 100%; height: 40px; position:relative; background-repeat: no-repeat; background-position: center left; opacity: 0.3; background-image: url(../imagens/aspas-depoimento.png); background-size: auto 100%; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; margin: 0px 0px 15px 0px; }
.frase_final .infos_sobre .frases p { font-size: 16px; text-align: right; position:relative; letter-spacing: 0px; color: var(--cor-primaria); font-family: var(--fonte-padrao); width:100%; height:auto; padding: 0px 0px 30px 0px; font-weight: 600; }

@media screen and (max-width: 1100px) {
	section { padding: 60px 0px 0px 0px !important; }

	.util, .util3 { text-align:center; }

	/* BANNER */
	.banner{width: 100%; height: 250px; left: 0px; margin-left: 0px; overflow: hidden; position: relative; }
	.banner .slider{ width: 100%; height: 250px; position:absolute; left: 0px; margin-left: 0px; z-index:10; float: none;}
	.banner .sliderContent{ width: 100%; height: 250px; clear:both; position: absolute;}
	.banner .sliderContent .item { width: 100%; height: 250px; position: absolute; background-size: cover; }
	.banner .sliderContent .item:hover .cta-titulo { width: 360px; padding: 0px; }
	.sliderBullets { margin: 0px; width: 100%; left: 0px; margin-right: inherit; padding: 0px; position: absolute; top: 0px; z-index: -1; }

	/*ATALHOS 01*/
	.atalhos { margin: 25px 0px 50px 0px; }
	.atalhos:before { display:none; }
	.atalhos ul { display: inline-block; justify-content: initial; flex-wrap: initial; }
	.atalhos ul li, .atalhos ul li:hover { width: 160px; height: 240px; margin: 5px; }
	.atalhos ul li .avatar, .atalhos ul li .avatar::before { height: 240px; }

	/*OBRAS*/
	.mais_obras { width: 96%; padding: 40px 2% 25px 2%; }
	.mais_obras ul { text-align:center; }
	.mais_obras ul li { margin: 10px 0px 50px 0px; text-align: center; width: 100%; float: none; }
	.mais_obras ul li .avatar { width: auto; max-width: 350px; text-align: center; margin-bottom:20px; }
	.mais_obras ul li .avatar img { width: 100%; }
	.mais_obras ul li .resumo { width: 100%; position: relative; right: initial; top: initial; text-align: center; transform: translate(0,0); }
	.mais_obras ul li .resumo .leia { width: 100%; text-align:center; }
	.mais_obras ul li .resumo .nome_podcast { text-align:center; }

	/*FORMAÇÕES*/
	.noticias { width: 94%; padding: 0px 3%; text-align: center; }
	.noticias ul { display: inline-block; justify-content: inherit; flex-wrap: inherit; }
	.noticias ul li, .noticias ul li .infos, .noticias ul li .infos .qual { text-align:center; }

	/*CAPELA VIRTUAL*/
	.capela { width:100%; background-position: center top; padding: 0px; }
	.capela ul { margin: 125px 0px 10px 0px; }
	.capela ul li { width: 29%; margin: 0px 1% 10px 1%; }
	.capela ul li img { width:100%; }
}
@media screen and (max-width: 820px) {
	/* BANNER */
	.roda, .banner, .banner .slider, .banner .sliderContent, .banner .sliderContent .item { height: 450px; }
}
@media screen and (max-width: 740px) {
	/*BANNER FINAL*/
	.banner_final { height: 250px; background-size: auto 250px; }
}
@media screen and (max-width: 620px) {
	/* BANNER */
	.roda, .banner, .banner .slider, .banner .sliderContent, .banner .sliderContent .item { height: 300px; }
}
@media screen and (max-width: 580px) {
	/*BANNER FINAL*/
	.banner_final { height: 200px; background-size: auto 200px; }
}
@media screen and (max-width: 460px) {
	/* BANNER */
	.roda, .banner, .banner .slider, .banner .sliderContent, .banner .sliderContent .item { height: 250px; }

	/*BANNER FINAL*/
	.banner_final { height: 170px; background-size: auto 170px; }
}
@media screen and (max-width: 380px) {
	/* BANNER */
	.roda, .banner, .banner .slider, .banner .sliderContent, .banner .sliderContent .item { height: 220px; }

	/*BANNER FINAL*/
	.banner_final { height: 150px; background-size: auto 150px; }
}