@charset "utf-8";

*,
*:before,
*:after {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

strong {
	font-weight: 900;
}

/**PADRÕES**/
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: #1a1a1a;
	font-size: 14px;
	height: 100%;
	overflow-x: hidden;
	background: #fff;
}

html,
body,
:not(.material-icons):not(.material-symbols-outlined) {
	font-family: 'Montserrat', sans-serif;
}

p {
	margin: 0;
	line-height: 28px;
}

img,
a {
	text-decoration: none;
	border: none;
}

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

.img_cem {
	width: 100%;
}

/**CARREGANDO**/
.corpo {
	display: none;
}

.carregando {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	animation-name: load;
	animation-duration: 5s;
	animation-iteration-count: 1;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes load {
	0% {
		opacity: 0%;
	}

	15% {
		opacity: 100%;
	}

	75% {
		opacity: 100%;
	}

	100% {
		opacity: 0%;
	}
}

/* Standard syntax */
@keyframes load {
	0% {
		opacity: 0%;
	}

	15% {
		opacity: 100%;
	}

	75% {
		opacity: 100%;
	}

	100% {
		opacity: 0%;
	}
}

.logo_carregando {
	width: 50%;
	overflow: hidden;
}

.font_title {
	font-family: "coluna";
}

.font_regular {
	font-family: "mregular";
}

.font_medio {
	font-family: "mmedio";
}

.font_bold {
	font-family: "mbold";
}

.font_black {
	font-family: "mblack";
}

.bold {
	font-family: 'mblack' !important;
}

/**CORES**/
.cor_verde {
	color: #c3c907;
}

.cor_cinza {
	color: #1a1a1a;
}

.cor_branca {
	color: #fff;
}

.cor_preta {
	color: #000;
}

/*BGS*/
.bg_verde {
	background: #c3c907;
}

.bg_cinza {
	background: #1a1a1a;
}

.bg_branco {
	background: #fff;
}

.bg_preto {
	background: #000;
}

/**TAMANHOS**/
.tamanho_tt1 {
	font-size: 35px;
}

.tamanho_tt2 {
	font-size: 55px;
}

.tamanho_tt3 {
	font-size: 35px;
}

/**topo**/
.topo {
	background: #000;
	color: #aaa;
	position: fixed;
	width: 85%;
	padding: 0px 10%;
	opacity: 1;
	z-index: 2;
	animation-name: topo;
	animation-duration: 1s;
}

/*Safari 4.0 - 8.0 */
@-webkit-keyframes topo {
	0% {
		top: -200px;
		opacity: 0;
	}

	100% {
		top: 0px;
		opacity: 1;
	}
}

/* Standard syntax */
@keyframes topo {
	0% {
		top: -200px;
		opacity: 0;
	}

	100% {
		top: 0px;
		opacity: 1;
	}
}

.logo {
	float: left;
	width: 50px;
	overflow: hidden;
	padding: 10px 10px;
	background: #c3c907;
}

.logo2 {
	float: left;
	width: 100px;
	overflow: hidden;
	padding: 12px 20px;
}

.menu {
	float: left;
	margin-left: 40px;
	width: 860px;
	display: block;
}

.lk {
	float: left;
	text-align: center;
	padding: 28px 20px;
	color: #fff;
	transition: all .5s ease;
	font-family: "mregular";
	cursor: pointer;
	text-transform: uppercase;
}

.lk:hover {
	background: #c3c907;
	color: #000;
}

.lk_bt {
	background: #c3c907;
	float: left;
	text-align: center;
	padding: 15px 40px;
	margin-top: 10px;
	margin-left: 25px;
	border-radius: 8px;
	color: #000;
	transition: all .5s ease;
	font-family: "mbold";
	cursor: pointer;
	text-transform: uppercase;
}

.socialtop {
	float: right;
	width: 180px;
	overflow: hidden;
	margin-top: 15px;
}

.icotop {
	float: right;
	width: 25px;
	margin: 0 10px;
	cursor: pointer;
}

.bt_menu_mob {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 30px;
	z-index: 4;
	cursor: pointer;
	display: none;
}

/**slides**/
#slideshow-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	background: #000;
}

.mySlides {
	display: none;
	animation: fade 2s ease-in-out;
}

.mySlides img {
	width: 100%;
}

.prev,
.next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	cursor: pointer;
	margin: 0 10%;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


.base_slide {
	width: 100%;
	margin-top: -400px;
	position: absolute;
}

.container_index {
	position: absolute;
	width: 100%;
	margin-top: -150px;
	overflow: hidden;
}

.apresentacao {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 100px;
	position: relative;
	margin-top: -100px;
}

.img_ap {
	float: left;
	width: 45%;
	overflow: hidden;
}

.text_ap {
	float: right;
	width: 50%;
	overflow: hidden;
	margin-top: 200px;
}

.title_ap {
	font-family: 'mblack';
	font-size: 75px;
}

.sub_ap {
	font-size: 30px;
	margin-bottom: 20px;
	font-family: 'mregular';
}

.resumo_ap {
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'mregular';
}

.content {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
}

.area_palavra {
	background: #2e2e2e;
	overflow: hidden;
	padding: 100px 0%;
}

.title_section {
	text-align: center;
	font-size: 45px;
	margin-bottom: 50px;
	font-family: 'mbold';
	color: #fff;
}

.conj_palavra {
	width: 25%;
	background: #ccc;
	margin: 0 4%;
	float: left;
	border-radius: 25px;
	overflow: hidden;
	transition: all .5s ease;
	color: #1a1a1a;
}

.conj_palavra:hover {
	box-shadow: 0 0 25px #000;
}

.img_palavra {
	margin-bottom: 20px;
}

.datapastor {
	margin: 0 auto;
	width: 90%;
	margin-bottom: 15px;
	overflow: hidden;
}

.data {
	float: left;
	width: 50%;
}

.pastor {
	float: right;
	width: 45%;
}

.icon_p {
	width: 23px;
	float: left;
}

.text_p {
	display: flex;
	align-items: center;
	font-family: 'mregular';
	font-size: 10px;
	position: relative;
	overflow: hidden;
}

.text_p i {
	margin-right: 5px;
}

.title_palavra {
	font-family: 'mbold';
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
	width: 90%;
	height: 50px;
	overflow: hidden;
	margin-bottom: 15px;
}

.resumo_palavra {
	font-family: 'mmedio';
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 58px;
	overflow: hidden;
	margin-bottom: 25px;
}

.bts_palavra {
	width: 60%;
	margin: 0 auto;
	color: #c3c907;
}

.bt_p {
	width: 13%;
	float: left;
	padding: 10%;
	background: #fff;
	transition: all .5s ease;
}

.bt_p:hover {
	background: #c3c907;
}

.bt_ver_mais {
	font-size: 25px;
	font-family: 'mbold';
	color: #1a1a1a;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	color: #c3c907;
}

.bt_ver_mais2 {
	font-size: 25px;
	font-family: 'mbold';
	color: #c3c907;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}

.corpo_pastoral {
	padding: 100px 0;
	overflow: hidden;
}

.conj_pastor {
	float: left;
	width: 25%;
	padding: 25px 0;
	overflow: hidden;
	text-align: center;
}

.img_pr {
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.nome_pr {
	font-size: 18px;
	font-family: 'mbold';
}


.eventos {
	background: #000;
	overflow: hidden;
	padding: 100px 0%;
}

.nossotemplo {
	background: #dcdcdc;
	overflow: hidden;
}

.text_templo {
	float: left;
	width: 35%;
	padding: 90px 0 0 15%;
	text-align: right;
}

.img_templo {
	float: right;
	width: 50%;
	overflow: hidden;
}

.title_templo1 {
	font-family: 'mblack';
	font-size: 50px;
}

.title_templo2 {
	font-family: 'mblack';
	font-size: 60px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.resumo_templo {
	font-size: 18px;
	overflow: hidden;
	margin-bottom: 35px;
	line-height: 35px;
}

.bt_oferta {
	background: #c3c907;
	text-align: center;
	padding: 15px 40px;
	border-radius: 8px;
	color: #000;
	transition: all .5s ease;
	font-family: "mbold";
	font-size: 22px;
	cursor: pointer;
	text-transform: uppercase;
}

footer {
	background: #1a1a1a;
	border-top: 40px solid #c3c907;
	padding: 80px 0 0 0;
	color: #fff;
}

.logo_f {
	width: 200px;
	float: left;
}

.endereco_fone {
	float: left;
	width: 500px;
	margin-left: 80px;
}

.title_footer {
	font-family: 'mbold';
	font-size: 25px;
	color: #fff;
	margin-bottom: 15px;
}

.text_footer {
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 25px;
}

.copyright_dev {
	background: #000;
	padding: 1px 0;
	overflow: hidden;
}

.copyright {
	color: #c3c907;
	font-size: 12px;
	float: left;
}

.logo_dev2 {
	float: right;
	width: 150px;
}

/*internas*/
.title_page {
	overflow: hidden;
	padding: 40px 0;
	background: url('../img/mdaguaibr.png') no-repeat center left, #c3c907;
	color: #fff;
	text-align: center;
	font-family: 'mbold';
	font-size: 50px;
	padding-top: 100px;
	top: 0;
	margin-bottom: 30px;
	animation-name: titulo;
	animation-duration: 2s;
}

/*Safari 4.0 - 8.0 */
@-webkit-keyframes titulo {
	0% {
		top: -200px;
		opacity: 0;
	}

	50% {
		top: -50px;
		opacity: 0;
	}

	100% {
		top: 0px;
		opacity: 1;
	}
}

/* Standard syntax */
@keyframes titulo {
	0% {
		top: -200px;
		opacity: 0;
	}

	50% {
		top: -50px;
		opacity: 0;
	}

	100% {
		top: 0px;
		opacity: 1;
	}
}

.content_int {
	overflow: hidden;
	margin: 0 auto;
	padding: 100px 0;
	width: 70%;
}

.bloco {
	overflow: hidden;
	margin-bottom: 50px;
	padding-right: 100px;
}

.title_bloco_esquerdo {
	text-align: left;
	overflow: hidden;
	margin-bottom: 30px;
}

.title_bloco_direito {
	text-align: right;
	overflow: hidden;
	margin-bottom: 30px;
}

.t1 {
	font-size: 35px;
	font-family: 'mbold';
}

.t2 {
	font-size: 55px;
	font-family: 'mblack';
	margin-bottom: 20px;
}

.conj_bloco {
	/* overflow: hidden; */
}

.img_bloco_esq {
	float: left;
	overflow: hidden;
	width: 30%;
}

.img_bloco_dir {
	float: right;
	overflow: hidden;
	width: 30%;
}

.text_bloco {
	/* overflow: hidden; */
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
	margin-bottom: 70px;
}

.text_bloco_esq {
	float: right;
	overflow: hidden;
	width: 65%;
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
	/* padding-top: 100px; */
}

.text_bloco_dir {
	float: left;
	overflow: hidden;
	width: 65%;
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
	/* padding-top: 100px; */
}

/*ministerios*/
.conj_ministerios {
	float: left;
	margin: 0 2.5%;
	width: 20%;
	background: linear-gradient(0deg,
			rgba(222, 222, 222, 1) 0%,
			rgba(255, 255, 255, 1) 45%);
	background-blend-mode: normal;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
	transition: all .5s ease;
}

.conj_ministerios:hover {
	box-shadow: 0 0 20px #949494;
}

.img_min {
	overflow: hidden;
	/* margin-bottom: 20px; */
}

.nome_ministerio {
	font-family: 'mblack';
	font-size: 30px;
	margin-bottom: 15px;
}

.ref_ministerio {
	font-family: 'mregular';
	font-size: 20px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 55px;
}

.progress {
	margin: 0;
	display: none;
}

/*cultos*/
.conj_culto {
	float: left;
	margin: 0 2.5%;
	width: 20%;
	background: linear-gradient(0deg,
			rgba(222, 222, 222, 1) 0%,
			rgba(255, 255, 255, 1) 45%);
	background-blend-mode: normal;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
	transition: all .5s ease;
}

.conj_culto:hover {
	box-shadow: 0 0 20px #949494;
}

.img_culto {
	overflow: hidden;
	margin-bottom: 20px;
}

.titulo_culto {
	font-family: 'mbold';
	font-size: 22px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 55px;
	overflow: hidden;
}

.data_culto {
	font-family: 'mregular';
	font-size: 15px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.pastor_culto {
	font-family: 'mbold';
	font-size: 18px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 55px;
}

.outros_ministerios {
	margin-top: 160px;
	overflow: hidden;
}

.subtitle_pages {
	text-align: center;
	font-family: 'mbold';
	font-size: 40px;
	margin-bottom: 50px;
}

/*culto*/
.video_culto {
	overflow: hidden;
	margin-bottom: 50px;
}

.videoyoutube {
	width: 100%;
}

.data {
	font-family: 'mmedio';
	font-size: 18px;
}

.area_fotos {
	overflow: hidden;
	margin-bottom: 70px;
}

.foto {
	float: left;
	width: 20%;
	margin: 40px 2.5%;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
	transition: all .5s ease;
}

.foto:hover {
	box-shadow: 0 0 15px #575757;
}

.bt_insc {
	/* background: #c3c907;
	border-radius: 30px;
	padding: 10px 40px;
	text-align: center;
	color: #000;
	font-size: 21px;
	font-family: 'mbold' !important;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 70px; */
	background: #c3c907;
	border-radius: 30px;
	padding: 10px 15px;
	text-align: center;
	color: #000;
	font-size: 21px;
	font-family: 'mbold' !important;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 70px;
}

.texto_insc {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 40px;
}

.formulario {
	padding: 30px;
	overflow: hidden;
	border: solid 4px #c3c907;
	border-radius: 18px;
	width: 40%;
	margin-left: 5%;
	float: left;
}

.nome_campo {
	font-size: 22px;
	overflow: hidden;
	font-family: 'mregular';
}

.campo {
	padding: 18px 10px;
	border-radius: 10px;
	border: solid 1px #fff;
	background: #e7e7e7;
	margin-bottom: 30px;
	width: 100%;
	font-size: 18px;
	font-family: 'mregular';
}

.rd {
	float: left;
}

.radio {
	float: left;
	font-size: 18px;
	font-family: 'mregular';
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.bt_pg {
	background: #c3c907;
	border-radius: 10px;
	padding: 25px 0;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-family: 'mblack';
	width: 100%;
}

.col_evento {
	float: left;
	width: 30%;
}

.tt {
	font-family: 'mbold';
	font-size: 32px;
	border-bottom: 2px solid #d6d6d6;
	margin-bottom: 20px;
}

.data2 {
	font-family: 'mmedio';
	font-size: 22px;
	margin-bottom: 20px;
}

.img_evento {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}

.valor_insc {
	overflow: hidden;
}

.name_vlr {
	font-family: 'mmedio';
	font-size: 22px;
	float: left;
	width: 40%;
}

.vlr {
	font-family: 'mblack';
	font-size: 45px;
	float: left;
}

.aba_h {
	position: fixed;
	width: 400px;
	top: 100px;
	right: -330px;
	transition: all .5s ease;
	cursor: pointer;
	z-index: 999999;
}

.aba_h:hover {
	right: -20px;
}

.aba {
	background: #c3c907;
	padding: 20px 15px;
	overflow: hidden;
	border-radius: 12px 0 0 12px;
	width: 40px;
	float: left;
}

.cont_aba {
	background: #fff;
	padding: 25px 35px;
	overflow: auto;
	border-radius: 0 0 0 20px;
	width: 250px;
	height: calc(100vh - 300px);
}

.conj_h {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #707070;
}

.dia_semana {
	font-family: 'mbold';
	color: #c3c907;
	font-size: 18px;
}

.horario {
	font-family: 'mmedio';
	color: #c3c907;
	font-size: 12px;
}

.conteudo_h {
	font-family: 'mbold';
	color: #707070;
	font-size: 16px;
}

.conj_calendario {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px 30px;
	border-bottom: solid 1px #707070;
	transition: all .5s ease;
}

.conj_calendario:hover {
	background: #f3f3f3;
}

.cont_calendar {
	float: left;
	margin-left: 30px;
	overflow: hidden;
}

.data_h_calendar {
	font-family: 'mmedio';
	color: #c3c907;
	font-size: 14px;
}

.name_calendar {
	font-family: 'mbold';
	color: #707070;
	font-size: 18px;
}

.ico_calendar {
	float: left;
	width: 3%;
}


/*box*/
.boxquemsomos,
.boxseguros,
.boxorcamento,
.boxlocal,
.boxoferta {
	display: none;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	animation-name: boxbox;
	animation-duration: 2s;
}


.tt_box {
	font-size: 42px;
	margin-bottom: 20px;
	text-align: center;
}

.area_box {
	overflow: hidden;
	text-align: center;
}

.box {
	width: 50%;
	height: auto;
	background: #fff;
	border-radius: 40px;
	position: absolute;
	left: 50%;
	margin-left: -25%;
	margin-top: 100px;
	overflow: hidden;
}

.x {
	width: 60px;
	height: 60%;
	cursor: pointer;
}

.mapa {
	width: 100%;
	height: 400px;
	border: solid 1px #fff;
	margin-bottom: 50px;
}

.area_pag {
	width: 40%;
	overflow: hidden;
	margin-bottom: 20px;
	margin: 0 auto;
}

.pix_view {
	text-align: center;
	font-family: 'mbold';
	font-size: 22px;
	margin-bottom: 15px;
}

.pix_copy {
	font-size: 1px;
	color: #fff;
}

.bt_click {
	background: #c3c907;
	text-align: center;
	padding: 15px 40px;
	border: 0;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 8px;
	color: #000;
	transition: all .5s ease;
	font-family: "mbold";
	font-size: 22px;
	cursor: pointer;
	text-transform: uppercase;
}

.img_box {
	float: left;
	width: 40%;
	overflow: hidden;
}

.txt_box {
	float: right;
	width: 55%;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin-bottom: 50px;
}

.txt_seguros {
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin-bottom: 25px;
	text-align: center;
}

.area_seguros {
	margin-bottom: 50px;
	overflow: hidden;
}

.ico_seg {
	width: 80px;
	margin: 0 15px;
	margin-bottom: 20px;
	float: left;
}

.form {
	overflow: hidden;
	margin-bottom: 50px;
}

.input {
	width: 300px;
	padding: 15px;
	background: #ccc;
	font-size: 12px;
	color: #000;
	border: solid 1px #ccc;
	border-radius: 10px;
	float: left;
	margin: 10px 15px;
}

.bt_form {
	width: 300px;
	padding: 15px;
	background: #ffe500;
	font-size: 18px;
	color: #00468c;
	text-align: center;
	border: solid 1px #ffe500;
	border-radius: 10px;
	float: left;
	margin: 10px 15px;
	font-family: "mbold";
	cursor: pointer;
}

/*Safari 4.0 - 8.0 */
@-webkit-keyframes boxbox {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Standard syntax */
@keyframes boxbox {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}




.whatsapp_ico {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 70px;
	z-index: 9999999999999999999999999999;
	animation-name: whatsapp;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes whatsapp {
	0% {
		bottom: 20px;
	}

	50% {
		bottom: 50px;
	}

	100% {
		bottom: 20px;
	}
}

/* Standard syntax */
@keyframes whatsapp {
	0% {
		bottom: 20px;
	}

	50% {
		bottom: 50px;
	}

	100% {
		bottom: 20px;
	}
}


@media only screen and (max-width: 1500px) {

	.topo {
		background: #000;
		color: #aaa;
		position: fixed;
		width: 90%;
		padding: 0px 5%;
		opacity: 1;
		z-index: 2;
		animation-name: topo;
		animation-duration: 1s;
	}

	.logo {
		width: 3%;
	}

	.logo2 {
		width: 7%;
	}

	.menu {
		float: left;
		margin-left: 40px;
		width: auto;
		display: block;
		width: 550px;
	}

	.lk {
		float: left;
		text-align: center;
		padding: 18px 10px;
		color: #fff;
		transition: all .5s ease;
		font-family: "mregular";
		cursor: pointer;
		text-transform: uppercase;
		font-size: 10px;
	}


	.lk_bt {
		background: #c3c907;
		float: left;
		text-align: center;
		padding: 10px 15px;
		margin-top: 5px;
		margin-left: 25px;
		border-radius: 8px;
		color: #000;
		transition: all .5s ease;
		font-family: "mbold";
		font-size: 10px;
		cursor: pointer;
		text-transform: uppercase;
	}

	.socialtop {
		width: 150px;
	}

	.icotop {
		width: 13px;
	}


	.icon_p {
		display: none;
	}

	.text_p {
		/* float: left;
		text-align: center;
		margin-left: 10px;
		font-family: 'mregular';
		font-size: 10px;
		width: 75%;
		margin-top: 5px; */
		/* place-content: center; */
	}

	.container_index {
		position: absolute;
		width: 100%;
		margin-top: -190px;
		overflow: hidden;
	}

	.base_slide {
		width: 100%;
		margin-top: -250px;
		position: absolute;
	}

	.content {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		padding: 25px 0;
	}

	.title_ap {
		font-size: 52px;
	}

	.sub_ap {
		font-size: 22px;
	}

	.resumo_ap {
		font-size: 16px;
		line-height: 25px;
	}

	.title_palavra {
		font-family: 'mbold';
		font-size: 20px;
		text-align: center;
		margin: 0 auto;
		width: 90%;
		height: 50px;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.resumo_palavra {
		font-family: 'mmedio';
		font-size: 12px;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		height: 58px;
		overflow: hidden;
		margin-bottom: 25px;
	}

	.content_int {
		overflow: hidden;
		margin: 0 auto;
		padding: 70px 0;
		width: 90%;
	}


}


@media only screen and (max-width: 900px) {
	header {
		position: fixed;
		z-index: 1;
		width: 100%;
	}


	/**/

	.logo {
		float: left;
		width: 30px;
		overflow: hidden;
	}

	.logo2 {
		float: left;
		width: 110px;
		overflow: hidden;
		padding: 12px 20px;
		display: none;
	}

	.menu {
		float: none;
		clear: both;
		margin-left: 0px;
		width: 80%;
		height: 320px;
		margin: 0 auto;
		display: none;
		margin-bottom: 30px;
		animation-name: menu;
		animation-duration: 1s;
		padding-bottom: 50px;
	}

	/*Safari 4.0 - 8.0 */
	@-webkit-keyframes menu {
		0% {
			height: 0px;
			opacity: 0;
		}

		100% {
			height: 320px;
			opacity: 1;
		}
	}

	/* Standard syntax */
	@keyframes menu {
		0% {
			height: 0px;
			opacity: 0;
		}

		100% {
			height: 320px;
			opacity: 1;
		}
	}

	.lk {
		float: none;
		text-align: center;
		padding: 20px 20px;
		color: #fff;
		transition: all .5s ease;
		font-family: "mmedio";
		cursor: pointer;
		text-align: center;
		text-transform: uppercase;
		border-bottom: 1px solid #c3c907;
	}

	.lk_bt {
		background: #c3c907;
		float: none;
		text-align: center;
		padding: 15px 40px;
		margin: 0 auto;
		margin-top: 10px;
		margin-left: 0px;
		margin-bottom: 5px;
		border-radius: 8px;
		color: #000;
		transition: all .5s ease;
		font-family: "mbold";
		cursor: pointer;
		text-transform: uppercase;
		display: block;
		overflow: hidden;
	}

	.lk:hover {
		background: #c3c907;
		color: #000;
	}

	.socialtop {
		float: none;
		width: 50%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 0px;
		text-align: center;
		display: flex;
		align-items: center;
		place-content: center;
	}

	/*teste*/

	.icotop {
		float: right;
		width: 25px;
		margin: 0 10px;
		cursor: pointer;
	}

	.bt_menu_mob {
		position: absolute;
		right: 25px;
		top: 17px;
		width: 30px;
		z-index: 4;
		cursor: pointer;
		display: block;
	}


	.mySlides {
		display: none;
		animation: fade 2s ease-in-out;
		padding-top: 50px;
	}

	.mySlides img {
		width: 100%;
	}

	.prev,
	.next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding: 15px;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		cursor: pointer;
	}

	.prev {
		left: 0;
	}

	.next {
		right: 0;
	}

	@keyframes fade {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}


	.base_slide {
		width: 100%;
		margin-top: -100px;
		position: absolute;
	}

	.container_index {
		position: absolute;
		width: 100%;
		margin-top: -30px;
		overflow: hidden;
	}


	.content {
		width: 70%;
		margin: 0 auto;
		overflow: hidden;
	}

	.apresentacao {
		overflow: hidden;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 100px;
	}

	.img_ap {
		float: none;
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
	}

	.text_ap {
		float: none;
		width: 100%;
		overflow: hidden;
		margin-top: 0px;
	}

	.title_ap {
		font-family: 'mblack';
		font-size: 45px;
	}

	.sub_ap {
		font-size: 25px;
		margin-bottom: 20px;
		font-family: 'mregular';
	}

	.resumo_ap {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 20px;
		font-family: 'mregular';
	}

	.content {
		width: 70%;
		margin: 0 auto;
		overflow: hidden;
		padding: 25px 0;
	}

	.area_palavra {
		overflow: hidden;
		padding: 100px 0%;
	}

	.title_section {
		text-align: center;
		font-size: 45px;
		margin-bottom: 30px;
		font-family: 'mbold';
		padding: 0 15%;
	}

	.conj_palavra {
		width: 90%;
		background: #fff;
		margin: 0 auto;
		margin-bottom: 50px;
		float: none;
		border-radius: 25px;
		overflow: hidden;
		transition: all .5s ease;
		color: #1a1a1a;
	}

	.conj_palavra:hover {
		box-shadow: 0 0 25px #000;
	}

	.img_palavra {
		margin-bottom: 20px;
	}

	.datapastor {
		margin: 0 auto;
		width: 90%;
		margin-bottom: 15px;
		overflow: hidden;
	}

	.data {
		float: left;
		width: 50%;
	}

	.pastor {
		float: right;
		width: 45%;
	}

	.icon_p {
		width: 20px;
		float: left;
	}

	/* .text_p {
		float: left;
		margin-left: 10px;
		font-family: 'mregular';
		font-size: 10px;
		width: 75%;
		margin-top: 5px;
	} */

	.title_palavra {
		font-family: 'mbold';
		font-size: 22px;
		text-align: center;
		margin: 0 auto;
		width: 90%;
		height: 50px;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.resumo_palavra {
		font-family: 'mmedio';
		font-size: 16px;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		height: 58px;
		overflow: hidden;
		margin-bottom: 25px;
	}

	.bts_palavra {
		width: 60%;
		margin: 0 auto;
	}

	.bt_p {
		width: 13%;
		float: left;
		padding: 10%;
		background: #fff;
		transition: all .5s ease;
	}

	.bt_p:hover {
		background: #c3c907;
	}

	.bt_ver_mais {
		font-size: 25px;
		font-family: 'mbold';
		margin: 0 auto;
		text-align: center;
		margin-top: 40px;
	}

	.bt_ver_mais2 {
		font-size: 25px;
		font-family: 'mbold';
		color: #c3c907;
		margin: 0 auto;
		text-align: center;
		margin-top: 40px;
	}

	.corpo_pastoral {
		padding: 100px 0;
		overflow: hidden;
	}

	.conj_pastor {
		float: none;
		width: 100%;
		padding: 25px 0;
		overflow: hidden;
		text-align: center;
	}

	.img_pr {
		overflow: hidden;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.nome_pr {
		font-size: 18px;
		font-family: 'mbold';
	}


	.eventos {
		background: #000;
		overflow: hidden;
		padding: 100px 0%;
	}

	.nossotemplo {
		background: #dcdcdc;
		overflow: hidden;
	}

	.text_templo {
		float: none;
		width: 80%;
		padding: 100px 0 0 0%;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.img_templo {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.title_templo1 {
		font-family: 'mblack';
		font-size: 50px;
	}

	.title_templo2 {
		font-family: 'mblack';
		font-size: 60px;
		margin-top: -20px;
		margin-bottom: 30px;
	}

	.resumo_templo {
		font-size: 18px;
		overflow: hidden;
		margin-bottom: 35px;
		line-height: 35px;
	}

	.bt_oferta {
		background: #c3c907;
		text-align: center;
		padding: 15px 40px;
		border-radius: 8px;
		color: #000;
		transition: all .5s ease;
		font-family: "mbold";
		font-size: 22px;
		cursor: pointer;
		text-transform: uppercase;
	}

	footer {
		background: #1a1a1a;
		border-top: 40px solid #c3c907;
		padding: 50px 0 0 0;
		color: #fff;
	}

	.logo_f {
		width: 200px;
		float: none;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.endereco_fone {
		float: none;
		width: 80%;
		margin-left: 0px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.title_footer {
		font-family: 'mbold';
		font-size: 25px;
		color: #fff;
		margin-bottom: 15px;
	}

	.text_footer {
		font-size: 16px;
		overflow: hidden;
		margin-bottom: 25px;
	}

	.social_footer {
		display: none;
	}

	.copyright_dev {
		background: #000;
		padding: 1px 0;
		overflow: hidden;
	}

	.copyright {
		color: #999;
		font-size: 10px;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	.logo_dev2 {
		float: none;
		width: 150px;
		margin: 0 auto;
	}

	.boxquemsomos,
	.boxseguros,
	.boxorcamento,
	.boxlocal,
	.boxoferta {
		display: none;
		background: #000;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 99999;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		animation-name: boxbox;
		animation-duration: 2s;
	}


	.tt_box {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.area_box {
		overflow: hidden;
	}

	.area_pag {
		display: none;
	}

	.img_box {
		float: left;
		width: 40%;
		overflow: hidden;
		display: none;
	}

	.txt_box {
		float: right;
		width: 100%;
		overflow: hidden;
		font-size: 14px;
		line-height: 26px;
		color: #999;
		margin-bottom: 50px;
	}

	.txt_seguros {
		font-size: 16px;
		line-height: 26px;
		color: #999;
		margin-bottom: 25px;
	}

	.area_seguros {
		margin-bottom: 50px;
		overflow: hidden;
	}

	.ico_seg {
		width: 60px;
		margin: 0 15px;
		margin-bottom: 20px;
		float: left;
	}

	.form {
		overflow: hidden;
		margin-bottom: 50px;
	}

	.input {
		width: 89%;
		padding: 5%;
		background: #ccc;
		font-size: 12px;
		color: #000;
		border: solid 1px #ccc;
		border-radius: 10px;
		float: left;
		margin: 10px 15px;
	}

	.bt_form {
		width: 89%;
		padding: 5%;
		background: #ffe500;
		font-size: 18px;
		color: #00468c;
		text-align: center;
		border: solid 1px #ffe500;
		border-radius: 10px;
		float: left;
		margin: 10px 15px;
		font-family: "mbold";
		cursor: pointer;
	}

	/*Safari 4.0 - 8.0 */
	@-webkit-keyframes boxbox {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	/* Standard syntax */
	@keyframes boxbox {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.box {
		width: 80%;
		height: auto;
		background: #fff;
		border-radius: 40px;
		position: absolute;
		left: 50%;
		margin-left: -40%;
		margin-top: 60px;
		overflow: hidden;
	}

	.x {
		width: 60px;
		height: 60%;
		cursor: pointer;
	}

	.mapa {
		width: 100%;
		height: 400px;
		border: solid 1px #fff;
		margin-bottom: 50px;
	}

	.bt_click {
		background: #c3c907;
		text-align: center;
		padding: 15px 18px;
		border: 0;
		margin: 0 auto;
		margin-bottom: 30px;
		border-radius: 8px;
		color: #000;
		transition: all .5s ease;
		font-family: "mbold";
		font-size: 13px;
		cursor: pointer;
		text-transform: uppercase;
	}


	.whatsapp_ico {
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 70px;
		z-index: 9999999999999999999999999999;
		animation-name: whatsapp;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes whatsapp {
		0% {
			bottom: 20px;
		}

		50% {
			bottom: 50px;
		}

		100% {
			bottom: 20px;
		}
	}

	/* Standard syntax */
	@keyframes whatsapp {
		0% {
			bottom: 20px;
		}

		50% {
			bottom: 50px;
		}

		100% {
			bottom: 20px;
		}
	}

	.content_int {
		overflow: hidden;
		margin: 0 auto;
		padding: 30px 0;
		width: 80%;
	}

	.title_bloco_esquerdo,
	.title_bloco_direito {
		text-align: center;
	}

	.t1 {
		font-size: 25px;
		font-family: 'mbold';
	}

	.t2 {
		font-size: 35px;
		font-family: 'mblack';
		margin-bottom: 20px;
	}

	.conj_bloco {
		overflow: hidden;
	}

	.img_bloco_esq {
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.img_bloco_dir {
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.text_bloco {
		overflow: hidden;
		font-size: 18px;
		line-height: 40px;
		text-align: justify;
		margin-bottom: 70px;
	}

	.text_bloco_esq {
		float: none;
		overflow: hidden;
		width: 100%;
		font-size: 18px;
		line-height: 30px;
		text-align: justify;
		padding-top: 50px;
	}

	.text_bloco_dir {
		float: none;
		overflow: hidden;
		width: 100%;
		font-size: 18px;
		line-height: 30px;
		text-align: justify;
		padding-top: 50px;
	}

	.conj_ministerios {
		float: none;
		margin: 0 auto;
		width: 80%;
		background: linear-gradient(0deg,
				rgba(222, 222, 222, 1) 0%,
				rgba(255, 255, 255, 1) 45%);
		background-blend-mode: normal;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 50px;
		text-align: center;
		transition: all .5s ease;
	}

	.conj_culto {
		float: none;
		margin: 0 auto;
		width: 80%;
		background: linear-gradient(0deg,
				rgba(222, 222, 222, 1) 0%,
				rgba(255, 255, 255, 1) 45%);
		background-blend-mode: normal;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 50px;
		text-align: center;
		transition: all .5s ease;
	}

	.data {
		text-align: center;
		width: 100%;
		padding-top: 15px;
	}

	.text_bloco {
		line-height: 25px;
		font-size: 15px;
	}

	.foto {
		width: 40%;
	}

	.bt_insc {
		/* width: 100%; */
		font-size: 22px;
	}

	.col_evento {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.formulario {
		float: none;
		margin-left: 0;
		width: 80%;
		padding: 55px 10%;
		border: solid 0;
		background: #c3c907;
	}

	.campo {
		background: #fff;
	}

	.nome_campo {
		color: #fff;
		margin-bottom: 5px;
	}

	.bt_pg {
		background: #000;
		color: #fff;
	}

	.title_page {
		font-size: 30px;
	}

}

/** FORM */

input:not([type]):not([readonly]),
input[type=text]:not(.browser-default):not([readonly]),
input[type=password]:not(.browser-default):not([readonly]),
input[type=email]:not(.browser-default):not([readonly]),
input[type=url]:not(.browser-default):not([readonly]),
input[type=time]:not(.browser-default):not([readonly]),
input[type=date]:not(.browser-default):not([readonly]),
input[type=datetime]:not(.browser-default):not([readonly]),
input[type=datetime-local]:not(.browser-default):not([readonly]),
input[type=tel]:not(.browser-default):not([readonly]),
input[type=number]:not(.browser-default):not([readonly]),
input[type=search]:not(.browser-default):not([readonly]),
textarea.materialize-textarea:not([readonly]),
.select-wrapper:not(.browser-default) input.select-dropdown,
.select-wrapper:not(.browser-default) input.select-dropdown.ql-container:not([readonly]),
.chips.focus:not([readonly]),
.input-field:not(.browser-default) .ql-container:not([readonly]) {
	background-image: linear-gradient(var(--light-green), var(--light-green)), linear-gradient(var(--light-green), var(--light-green));
	color: var(--grey-darken-5);
}

.switch label .lever {
	background-color: rgba(0, 0, 0, 0.2);
}

.dark-theme .switch label .lever {
	background-color: rgba(255, 255, 255, 0.3);
}

.switch label input[type=checkbox]:checked+.lever {
	background-color: var(--light-green);
}

.input-field>label:not(.label-icon) {
	color: var(--light-green);
}

.input-field.error label,
.tabs.error .tab a,
.input-field .error {
	color: var(--red-accent-4) !important;
}

.input-field.error input:not([type]):not([readonly]),
.input-field.error input[type=text]:not(.browser-default):not([readonly]),
.input-field.error input[type=password]:not(.browser-default):not([readonly]),
.input-field.error input[type=email]:not(.browser-default):not([readonly]),
.input-field.error input[type=url]:not(.browser-default):not([readonly]),
.input-field.error input[type=time]:not(.browser-default):not([readonly]),
.input-field.error input[type=date]:not(.browser-default):not([readonly]),
.input-field.error input[type=datetime]:not(.browser-default):not([readonly]),
.input-field.error input[type=datetime-local]:not(.browser-default):not([readonly]),
.input-field.error input[type=tel]:not(.browser-default):not([readonly]),
.input-field.error input[type=number]:not(.browser-default):not([readonly]),
.input-field.error input[type=search]:not(.browser-default):not([readonly]),
.input-field.error textarea.materialize-textarea:not([readonly]),
.input-field.error .select-wrapper:not(.browser-default) input.select-dropdown,
.input-field.error .select-wrapper:not(.browser-default) input.select-dropdown.ql-container:not([readonly]),
.input-field.error .chips:not([readonly]),
.input-field.error .input-field:not(.browser-default) .ql-container:not([readonly]) {
	background-image: linear-gradient(var(--red-accent-4), var(--red-accent-4)), linear-gradient(var(--red-accent-4), var(--red-accent-4))
}

[type="reset"] {
	border: 1px solid var(--light-green);
	color: var(--light-green);
	border-radius: 30px;
}

[type="submit"] {
	background-color: var(--light-green) !important;
	border-radius: 30px;
}

.form-title {
	font-family: 'Montserrat Black';
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	color: var(--grey-darken-1);
	margin-bottom: 30px;
}

.form-title .material-symbols-outlined {
	line-height: inherit;
	font-size: 42px;
}

.input-field.error .prefix~.error {
	margin-left: 3rem;
}
