
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #000000;
  scroll-behavior: smooth;
  text-align: center;
}

header {
  background-color: #011a3b;
  color: rgb(255, 255, 252);
  height: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1001;
}

@font-face {
  font-family:'Brookshire';
  src: url("Fonts/EFCO\ Brookshire\ Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}


.navbar {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 0px 0;
  position: relative;
  z-index: 1000;
}

.navbar ul {
  width: 100%;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}

@media (max-width: 1000px) {
  .navbar ul {
    font-size: 10px;
    flex-direction: column;
    align-items: center;
  }

  .navbar a {
    font-size: 14px;
    padding: 8px 10px;
  }
}

@media (max-width: 1000px) {
  .navbar a {
    font-size: 14px;
    padding: 8px 5px;
  
  }
}


.navbar a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: block;
  padding: 15px 10px;
}

.parallax {
  background-image: url('img/Parallax1.jpeg'); 
  height: 750px; /* Altura da seção com paralaxe */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section {
  padding: 5px 20px;
}


h1{
  font-size: 60px;
  font-family:'Brookshire', cursive;
}


.img_container {
  width: 95%;
  height: 95%;
  display: flex;
  flex-direction: row;
  justify-content: center; 
  align-items: center; 
  text-align: center;

}

h2 {
  color: #003366;
  text-align: center;
  font-size: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-top: 100px;
}

form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  gap: 10px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

/* Sobre */
.sobre {
  padding: 40px 20px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.sobre h2 {
  text-align: center;
  color: #003366;
  margin-bottom: 30px;
}

.container3 {
  max-width: 1200px;
  margin: auto;
}


.img-ajustavel {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #ccc;
}

.conteudo p {
  flex: 1;
  text-align: justify;
  color: #070707;
  font-size: 20px;
  line-height: 1.6;
}

/* Responsivo */
@media (max-width: 768px) {
  .img-ajustavel {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }

  .conteudo-unico {
    flex-direction: column;
  }
}

/* Doações */

.doacoes {
  max-width: 1250px;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  gap: 20px;
  margin-top: 100px;
  font-size: 20px;
  font-weight: bold;
  background: url('img/doacoes.jpeg') no-repeat center center/cover; 
  margin-bottom: 100px;
}

.doacoes h2{
  color: #000000;
}

input, button {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  
}

button {
  background-color: #000000;
  color: rgb(255, 253, 253);
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #13174e;
}

/* Localização */
iframe {
  position: relative;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 95%;
  min-height: 50vh;
}


/*Rodapé*/

.site-footer {
  background-color:#011a3b;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  text-align: center;
  flex-wrap: wrap;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer-section {
  flex: 1 1 250px;
  min-width: 100px;
}

.footer-section h4 {
  margin-bottom: 10px;
  color: #f9d342;
  font-size: 15px;
}

.footer-section a {
  color: #fffffe;
  text-decoration: none;
  font-size: 15px;
}

.footer-section p {
  font-size: 15px;
}

.footer-section a:hover {
  text-decoration: underline;
}


.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  padding-top: 15px;
}


.social {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0;
}

.galeria-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.galeria-container img {
    width: 100%;
    max-width: 300px;
    margin: 10px;
    border-radius: 10px;
}

i {
  margin-right: 9px;
  color: #25D366; /* WhatsApp verde */
}

.fa-facebook { color: #3b5998; }
.fa-instagram { color: #C13584; }
.fa-envelope { color: #ffffff; }
.fa-phone { color: #4CAF50; }


/* Missas */
.container {
  max-width: 1200px;
  margin: auto;
  background: #011a3b;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 252, 252, 0.1);
  display: flex;
  gap: 20px;
  justify-content: space-around;
  flex-wrap: wrap; /* Para quebrar em telas menores */
}

 h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
  color: #fffdfd;
  margin-top: 50px;
}

.section {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}

.accordion {
  background-color: #eee;
  color: #000000;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.3s;
  margin-top: 5px;
  border-radius: 5px;
}

.accordion:hover,
.accordion.active {
  background-color: #ccc;
}

.panel {
  padding: 0 15px;
  display: none;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5px;
}


/*eventos */

.eventos {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.evento {
  background: #fff;
  border: 1px solid #ddd;
  width: 450px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  text-align: center;
  padding-bottom: 180px;
}

.evento img {
  width: 300px;
  height: 400px;
  object-fit: cover;
}

.evento h5 {
  font-size: 18px;
  margin: 20px 0 10px;
}

.evento p {
  color: #000000;
}

.botao {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #162255;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.tag {
  background: #ff5a5f;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  position: absolute;
  margin: 10px;
  border-radius: 3px;
}

/* Galeria */

.slideshow-container {
  position: relative;
  width: 82%;
  max-height: 900px;
  overflow: hidden;
  background-color: #011a3b;
  text-align: center;
  margin: auto;
  border-radius: 10px;
}

.slide-img {
  width: 50%;
  height: 50%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: block;
  margin: 0 auto;
}

.slide-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  background-color: rgba(0,0,0,0.6);
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 18px;
  max-width: 90%;
}

/* agendamento*/

.container1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 40px;
  background: url('img/Agendamento.png') no-repeat center center/cover;  
  max-width: 1200px;
  margin: auto;
  border-radius: 10px;
}

.imagem-lado img {
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin-right: 30px;
}

.formulario {
  max-width: 400px;
  background: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background-color: rgba(255, 255, 255, 0.9); /* fundo branco translúcido */
}

.formulario h6 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
}

.formulario input, .formulario button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.formulario button {
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.formulario button:hover {
  background-color: #555;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .imagem-lado img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* incrições */


.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 40px;
  background: url('img/inscricao.png') no-repeat center center/cover;  
  max-width: 1200px;
  margin: auto;
  border-radius: 10px;
  gap: 30px;
}

.formulario2 {
  max-width: 350px;
  background: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  flex: 1;
  background-color: rgba(255, 255, 255, 0.9); /* fundo branco translúcido */
}

.formulario2 h6 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
}

.formulario2 input, .formulario2 button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
}

.formulario2 button {
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.formulario2 button:hover {
  background-color: #555;
}

@media (max-width: 768px) {
  .container2 {
    flex-direction: column;
    align-items: center;
  }

  .imagem-lado img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

