* {
  box-sizing: border-box;
 
}

body {
  margin: 0;
  padding: 0;
  overflow-x:hidden;
}
.link{
display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: 'Roboto', sans-serif;
top:-40px;
font-size:18px;
  font-weight: 600;
max-width:400px;
text-align:center;
  margin: 10px auto;
  padding: 20px;
text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
 
}
.link:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.03);
}

.container { 
  background: linear-gradient(to bottom,#e0eafc, #cfdef3, #9fbde9);
  display: flex;
  justify-content: center;
  background-position: center;
  height: 100vh; 
  align-items: center;
  
}


.titulo {
  font-size: 23px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #fff;
font-family: 'Roboto', sans-serif;
text-align:center;
font-weight:700;
}




 .logo {
 width: 130px;
  margin-bottom: 10px;
display:block;
margin:0 auto;
margin-top:-40px; 
height:130px;
}

.navegacao {
  position: fixed;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1000;
  height: 40px;
  display: flex;
  justify-content: flex-end;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #e5eef8;
  z-index: 1001;
  padding: 5px 15px;
}

#navlinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 0 20px;
  flex-wrap: wrap;
  color: #fff;
  
}

#navlinks a {
  color: #f2f2f2;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s;
  padding: 8px 10px;
  font-family: "Montserrat", sans-serif;

}

#navlinks a:hover,
#navlinks a.active {
  color: #082241;
}

.cabecalho {
   background-image: url(igr.jpeg);
  background-repeat: no-repeat;
  background-position: center -130px;
  background-size: cover;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  height: 320px; /* altura ideal para desktop */
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

.nomeigreja {
  font-size: 3rem;
  color: #f2f2f2ff;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
  font-weight: r00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.subigreja {
  color: #fff;
  font-size: 16px;
  background-color: #082241;
  border: none;
  padding: 9px 15px;
  margin: 15px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.logorefu {
height: 110px;
  display: block;
  margin: 0 auto;
padding-top: 20px;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}



.sobrenos {
  background-color: #082241;
  color: #fff;
  padding: 40px 20px;
  display: flex;
  
}

.sobreh2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 2rem;
 margin-top: 5px;
 margin-bottom: 20px;
  
}
.text-sobre {
font-family: "Montserrat", sans-serif;
font-weight: 200;
font-size: 1.2rem;
color: #fff;
max-width: 600px;
text-align: left;
}
.text {
  padding: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.lideranca {
  background: linear-gradient(to bottom left,#e0eafc, #cfdef3, #9fbde9);
  padding: 40px 20px;
}

.lider-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.lider {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px;
  width: 280px;
  color: #082241;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
}
.lider-foto {
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lidertitle {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 2.5rem;
  text-align: center;
  
 
}
.lider h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}
.text{
  font-family: "Montserrat", sans-serif;
  font-size: 1rem; 
  text-align: center;
}

#cultos {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  background-color: #082241;
  color: white;
  padding: 30px 20px;
  text-align: center;
  
}
.dias-culto{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  
}

.nome-culto{
  font-size: 14px;
  font-weight: 200;
}

.culto-title {
  
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color:  #fff;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sub-youtube {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
font-size: 14px;

}
.textyoutube{
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.cultos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  font-size: 30px;
}

.culto-horarios {
  border: 1px solid white;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 400px;
}

.culto-youtube {
  font-size: 1.2rem;
  padding: 20px;
  max-width: 320px;
}

.icone-youtube {
  font-size: 2rem;
  color: white;
  padding: 10px;
  transition: background 0.3s ease; box-shadow: 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.icone-youtube:hover {
 transform: scale(1.05);
 box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);

}

.linha {
  width: 80%;
  height: 1px; 
  background-color: #ffffff; 
  margin: 20px auto; 
  margin-top: -70px; 
  margin-bottom: 100px; 
}

 
  #dizimoofertas {
  background-color: #082241;
  color: white;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

.title-diz {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vers {
  font-size: 22px;
  color: #cdd6f4;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  font-weight:400
}

.livro{
  font-weight: 500;
  color: white;
}

.caixa-dados {
  border: 1px solid white;
  border-radius: 20px;
  padding: 30px 20px;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.05);
  
}

.title-contri  {
  color: white;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
 
}
.contri{
  font-weight: 500;
  
}
.chaves{
  font-weight: 500;
  font-size: 19px;
  color: white;
}

.caixa-dados p {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 300;
  
}
#footer {
  background-color: #f2f2f2;
  padding: 30px 20px;
  font-family: 'Montserrat', sans-serif;
  
}



.SP h2 {
  font-size: 32px;
  color: #082241;
  margin-bottom: 30px;
  
}

.SP i {
  margin-right: 10px;
  color: #082241;
}

.endereco {
  margin-bottom: 20px;
  line-height: 2;

}

.lugar {
  color: #082241;
  font-size: 1.3rem;
  margin-bottom: 5px;
  font-weight: 700;
}

#footer p {
  margin: 4px 0;
  font-size: 15px;
  color: #082241;
  transition: color 0.3s ease;
  font-size: 1.2rem;
}


.linhafo {
  height: 1px;
  background: #082241;
  margin: 25px 0;
  width: 100%;

}


.social-container{
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin-bottom: 10px;
}
.social-icon{
  display: flex;
  text-decoration: none;
 margin-left: 12px;
  font-size: 1.5rem;
  color: #082241;
  cursor: pointer;

}


.social-icon:hover {
    transform: scale(1.1); 
}
.direitos{
  text-align: center;
  font-size: 13px;
  color: #082241;
  font-family: 'Montserrat', sans-serif;
  background-color: #F2F2F2;
  padding: 5px;
  
}

@media (max-width: 768px) {
  
  #menu-toggle {
    display: block;
    position: fixed;
    right: 15px;
    top: 5px;

    z-index: 1001;
  }

  #navlinks {
    display: none;
    flex-direction: column;
    position: fixed;  
    height: 50%;
    background-color: #082241bf;
    width: 100%;
    padding:5px 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 999;
    padding-bottom: 30px;
  }

  #navlinks.active {
    display: flex;

  }

#navlinks a:hover,
#navlinks a.active {
  color: #8f9ecf;
}
  #navlinks a {
    padding: 8px 0;
    border-bottom: 1px solid rgba(8, 34, 65, 0.1);
    width: 100%;
    text-align: center;
    font-size: 16px;
    color:082241;
  }

  
  .cabecalho {
    height: 310px;
    padding: 10px 0;
    background-position: center top;
  }

  .nomeigreja {
    font-size: 2rem;
    font-weight:500;
  }

  .logorefu {
    height: 100px;
    padding-top: 10px;
  }


  .lider-container {
    flex-direction: column;
    align-items: center;
  }

  .cultos-container {
    flex-direction: column;
    align-items: center;
  }

  .culto-horarios, .culto-youtube {
    width: 100%;
    max-width: 400px;
  }
   .vers {
  font-size: 15px;  
}
  .textyoutube{
font-size: 1rem;
  }
}



@media (max-width: 480px) {
  .nomeigreja {
    font-size: 2rem;
  }
  
  .subigreja {
    font-size: 16px;
    padding: 7px 12px;
  }
  
  .sobreh2, .lidertitle, .culto-title, .title-diz {
    font-size: 1.9rem;
  }
  .text-sobre{
font-size:1rem;
    
  }
  .textyoutube{
font-size: 1rem;
  }
  }
