@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:100,200,300,400,500,600,700,800,900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans";
}

::-webkit-scrollbar {
    width: 5px;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(251, 255, 0); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
        /* Estilos para a tela de carregamento */
        #loading-screen {
            position: fixed;
            width: 100%;
            height: 100%;
            background: #222222;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            z-index: 9999; /* Garantir que fique acima de todo o conteúdo */
        }
        #loading-screen img {
            max-width: 200px; /* Ajuste conforme necessário */
            height: auto;
            margin-bottom: 20px; /* Espaço entre a logo e o spinner */
        }
		#loading-screen h1 {
            font-size: 24px; /* Tamanho do texto do título */
            margin-bottom: 20px; /* Espaço entre o título e o spinner */
        }
        .spinner {
            border: 16px solid #222; /* Cor de fundo do spinner */
            border-top: 16px solid #ffd900; /* Cor do spinner */
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin 2s linear infinite;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

/**Boot CSS**/

html,body{
	background: #252525;
	height: 100%;
	color: white;
}

input{
	outline: none;
	border:0;
}

img{
	width: 100%;
	max-width: 400px;
}

.center{
	max-width: 1280px;
	padding:0 5%;
	margin:0 auto;
}

.w33{
	width: 33.3%;
	padding: 0 10px;
}

.w50{
	padding:0 10px;
	width: 50%;
}

.w100{
	padding: 0 10px;
	width: 100%;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}



/**Estilização do site**/
header{
	padding:20px 0;
	background: #ffd900;
}

a{
	text-decoration: none;
	color: white;
}

header.fixed{
	position: fixed;
	z-index: 3;
	width: 100%;
}

header .logo{
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
}

header span.back{
	color: black;
	font-weight: 300;
	font-family: 'Montserrat Alternates', sans-serif;
}

.logo a{
	font-weight: 900;
	text-decoration: none;
	color: black;
}

header i{
	color: black;
}

.mobile{
	display: none;
}

nav.desktop ul{
	z-index: 5;
	position: relative;
	top: 10px;
	list-style-type: none;
}

nav.desktop li{
	font-weight: 300;
	font-size: 15px;
	padding:0 30px;
	text-transform: uppercase;
	display: inline-block;
}

nav.desktop a{
	font-weight: 800;
	color: black;
	text-decoration: none;
}

nav.desktop a:hover{
	text-decoration: underline;
}

/**Banner Principal*/

section.banner-container{
	width: 100%;
	height: 750px;
	position: relative;
}

.banner-single{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height:100%;
	background-size: cover;
	background-position: center;
}

.overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgb(48, 48, 48); 
}

section.banner-container form{
	width: 93%;
	max-width: 600px;
	z-index: 3;
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}

section.banner-container form img{
	width: 40%;
	transform: translate(75%, 0%);
	-ms-transform:translate(-50%,-50%);
	opacity: 1;
}

section.banner-container form h2{
	color: white;
	font-weight: 900;
	font-size: 64px;
	text-align: center;
}

section.banner-container form p{
	margin-top: 10px;
	color: white;
	font-weight: 200;
	font-size: 20px;
	text-align: center;
}

section.banner-container form a{
	background: transparent;
	border: 1px solid #ffd900;
	padding: 10px;
	border-radius: 8px;
	user-select: none;
	color: white;
	font-size: 16px;
	outline: none;
	cursor: not-allowed;
	transition: 0.5s all;
}

section.banner-container form a{
	cursor: not-allowed;
}

section.banner-container form a:hover{
	/* background: #e6c405; */
	font-size: 15px;
	opacity: 0.3;
	font-weight: 400;
}

.bullets{
    display: none;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.bullets span{
	margin:0 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #444;
}

.bullets span.active-slider{
	background: white;
}

.violino{
	background-position: top !important;
}

/**Sobre-Nós**/

section.descricao-igreja{
	padding:45px 0;
}

section.descricao-igreja h2,
section.descricao-igreja h4{
	font-size: 20px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}
section.descricao-igreja h6{
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	color: rgb(87, 82, 82);
}
section.descricao-igreja p,section.descricao-igreja a{
	font-size: 16px;
	color: rgb(180, 179, 179);
	font-weight: 300;
	margin-top:10px;
}

/**Programação**/
.box-programacao{
	background-color: #202020;
    margin: 40px 0;
    text-align: center;
    padding: 10px 30px;
}

.box-programacao .title{
    font-size: 22px;
}

.box-programacao h3{
    color: orange;
    font-size: 40px;
}

.box-programacao h4{
    font-weight: 300;
    font-size: 25px;
    color: #BABABA;
}

.snackbar button{
	background: none;
	outline: none;
	font-size: 20px;
	color: white;
	padding: 20px;
	border-radius: 64px;
	margin: 0 50px;
	cursor: pointer;
}

#snackbar {
    visibility: hidden; 
    min-width: 250px;
    background-color: rgb(255, 255, 255);
	box-shadow: rgba(23, 23, 24, 0.2) 0px 7px 29px 0px;
    color: rgb(0, 0, 0);
    text-align: center;
	font-size: 16px;
    border-radius: 8px;
	user-select: none;
    padding: 20px;
    position: fixed;
    z-index: 1; 
    left: 30px;
    bottom: 30px;
}
  
/* Dynamically Appending this 
   Class to #snackbar via JS */
.show-bar {
    visibility: visible !important;
    /* fadeout Time decided in 
       accordance to Total Time */
    /* In case, Time = 3s, 
       fadeout 0.5s 2.5s */
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}
  
/* when the Snackbar Appears */
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
  
/* when the Snackbar Disappears
   from the Screen */
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

/**DOAR - BARRA - INDEX**/
.doar{
	padding: 20px;
}

.doar h2{
	font-size: 28px;
	font-weight: 300;
	color: rgb(248, 244, 244);
}

.doar h2>span{
	color: #ffd900;
	border-bottom: 2px solid #ffd900;
}

.doar button{
	cursor: pointer;
	border-radius: 4px;
	background: none;
	color: white;
	border: 1px solid #fffb00;
	outline: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: 10px;
	transition: all 0.5s;
	padding: 10px;
	width: 40%;
	height: 50%;
}

.doar button:hover{
	color: #222;
	background: #ffd903;
	text-decoration: underline;
}


/**Departamentos**/

section.departamentos{
	padding: 40px 0;
	background: #202020
}

section.departamentos h2{
	margin: 10px 0;
	font-size: 28px;
	font-weight: 300;
	color: rgb(248, 244, 244);
}
.desc-p{
	font-weight: 300;
	color:rgb(180, 179, 179);	
	font-size: 1rem;
}

section.departamentos h4{
	font-size: 16px;
	color:rgb(102, 101, 101);
	font-weight: 100;
	font-style: italic;
	text-align: center;
	margin: 30px 0;
}

section.departamentos div.imagens-departamentos{
   display: inline-flex;  
   margin-left: 16%;
}

section.departamentos img{
	width: 50%;
	border-radius: 8px;
	box-shadow: 0 2px 2px 2px rgb(54, 54, 54);
	transition: .7s all;;
	cursor: pointer;
	opacity: 0.2;
}



section.departamentos img:hover{
	opacity: 1;
	transform: scale(1.1);
}

section.departamentos .baixo-desc a:hover{
	text-decoration: underline;
}

/**Pre-Footer**/

section.pre-footer{
    background: #222;
    padding: 40px;
}

section.pre-footer img{
	width: 15%;
}

div.utilitarios a{
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
	display: flex;
	font-size: 16px;
    color: white;
    margin: 0 10px;
}

/**Footer**/

footer{
	background: #ffd900;
	padding: 40px 0;
}

footer.fixed{
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer p{
	color: #222;
	text-align: center;
	font-weight:400;
	font-size: 16px;
}
.whatsapp-button {
	position: fixed;
	bottom: 30px;
	right: 20px;
	background-color: #0cdc58;
	color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.452);
	z-index: 1000;
	transition: 0.5s all;
}
.whatsapp-button:hover{
	background-color: #077c32;
}
/**CONTATO**/

section.form-contato{
	/* background-color: rgb(50, 50, 50);
	/* width: 100%;
	height: 100%; */
	max-width: 1050px;
	padding: 30px;
	border-radius: 8px;
	color: #ffd900;
	text-align: center;
	margin: auto;
}

section.form-contato h2{
	font-size: 32px;
}
.form-contato input, textarea{
	width: 100%;
	height: 100%;
	max-width: 1200px;
	display: block;
	margin: 10px 0;
	background: none;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #ffd900;
	border-radius: 8px;
	outline: none;
	resize:none;
	transition: 0.5s all;
	opacity: 0.5;
	transform: scale(1);
}

.form-contato input,textarea[placeholder]{
	color: #ffd900
}

.form-contato input:focus,textarea:focus{
	opacity: 1;
	cursor: text;
	background-color: #ffd900;
	color: #222;
	transform: scale(1.1);
}

.form-contato button{
	cursor: pointer;
	outline: none;
	color: #222;
	background-color: #ffd900;
	border: 1px solid #ffd900;
	opacity: 0.5;
	padding: 10px;
	width: 100%;
	max-width: 200px;
	border-radius: 8px;
	transition: 0.5s all;
}

.form-contato button:hover{
	opacity: 1;
	color: white;
}

.maps{
	border-radius: 8px;
	margin: 10px auto;
	color: #fff;
	height: auto;
	padding: 10px;
}



.maps-api iframe{
	box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
	border-radius: 8px;
}

.contato-container{
	padding:20px 0;
	text-align: center;
}

.contato-container i{
	cursor: pointer;
	color: white;
	font-size: 32px;
	padding: 15px;
	text-align: center;
	transition: all 0.5s;
}

.contato-container button{
	border: none;
	background: none;
}


.box-contato{
	padding: 30px;
}
.box-contato button{
	outline: none;
}

/**Hovers - Butões**/
#face:hover{
	color: rgb(67, 124, 230);
}

#insta:hover{
	color: rgb(230, 116, 116);
}

#youtube:hover{
	color: red;
}

/**404**/

body{
	overflow-x: hidden;
}

section.erro-404 h2{
	text-align: center;
	color: rgb(255, 255, 255);
	font-weight: 400;
	font-size: 28px;
	border-top: 2px solid #444;
}

section.erro-404 p{
	margin-top:8px;
	text-align: center;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: 300;
}

section.erro-404 a{
	color: rgb(255, 246, 246);
}

section.erro-404 button{
	margin: 10px auto;
	background-color: #ffd900;
	color: white;
	outline: none;
	cursor: pointer;
	padding: 20px;
	width: 100%;
	max-width: 100px;
	border: none;
	border-radius: 8px;
	transition: 0.5s all;
}

section.erro-404 button:hover{
	background-color: #fed904c4;
	color: #222;
	max-width: 200px;
}

.wraper-404{
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	width: 100%;
	left: 50%;
	padding: 0 2%;
	max-width: 1280px;
	text-align: center;
	position: absolute;
	top: 50%;
}



/**Responsividade - Geral**/

@media screen and (max-width: 768px){
	img{
		float: none !important;
		display: block;
		margin:0 auto;
	}

	.w50{
		padding:20px;
		width: 100%;
	}

	.w33{
		width: 100%;
		padding: 20px;
	}
	
	.box-especialidade{
		padding:40px 20px;
		margin: 0;
	}
	.doar h2{
		text-align: center;
	}
	.doar button{
		width: 60%;
	}
}


@media screen and (max-width: 700px){
	nav.desktop{
		display: none;
	}

	nav.mobile{
		display: block;
	}

	.botao-menu-mobile{
		font-size: 24px;
		cursor: pointer;
		color: white;
	}

	nav.mobile ul{
		top:55px;
		z-index: 3;
		position: absolute;
		left: 0;
		width: 100%;
		display: none;
		text-align: center;
	}

	nav.mobile li{
		font-weight: 300;
		width: 100%;
		display: block;
		background: white;
		border-bottom:1px solid #ccc;
		font-size: 17px;
		padding:8px 0;
	}
	nav.mobile li a{
		display: block;
		color: #444;
		text-decoration: none;
	}
	section.banner-container form img{
		transform: translate(0%, 0%);
		-ms-transform:translate(0%, 0%);
		width: 60%;
	}
	section.departamentos img{
		margin-left: 10%;
		margin-top: 20px;
	}
	section.departamentos div.imagens-departamentos{
		display: block;
	}
	section.pre-footer img{
        width: 50%;
	}

	section.form-contato{
		padding: 20px;
	}
	section.form-contato .email{
		margin: 0 auto;
		width: 100%;
		padding: 10px;
	}
	.bullets{
		display: none;
	}
	
	.highlight {
	margin: auto;
	border: 2px solid red !important;
	background: none;
	border-radius: 16px;
    }
	
}

.highlight{
	border: none;
	background: none;
}
