.header {
  background-color: #54bbaa;        
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .header {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
}
.conteúdo2{text-align: center;
  background-color: #333333;
  font-family: 'Lucida Sans', Geneva, Verdana, sans-serif;
  color: aliceblue;}
body {
    margin: 0;
    font-family: Arial, sans-serif;
  }
  
.menu {
    background-color: #333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
.menu a {
    color: white;
    padding: 14px 20px;
    text-decoration: none;
  }
  
  
.conteudo {
    display: block;
    text-align: center;
    height: auto;

  }
  
  
.footer {
    background-color: #333333;
    color: white;
    padding: 10px;
    text-align: center;
    width: 100%;
  }
  
 
  @media (max-width: 600px) {
    .menu {
      flex-direction: column;
    }
  
    .menu a {
      padding: 12px;
      text-align: center;
      border-top: 1px solid #444;
    }
  }

  .section-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
  }
  
  .right-buttons {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #d3d1d1;
  }
  
  .right-buttons button {
    padding: 12px;
    font-size: 16px;
    border: none;
    background-color: #444;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .right-buttons button:hover {
    background-color: #6ad4c6;
  }

  .full-width {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .redes {
    margin-top: 15px;
    text-align: center;
  }
  
  .redes a {
    margin: 0 12px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.3s;
  }
  
  .redes a:hover {
    color: #2b2c2a;
  }

  .right-buttons a {
    text-decoration: none;
  }

  .agenda{
    display: block;
    text-align: center;
    height: auto;
  }

  .pastores{
    display: block;
    text-align: center;
    height: auto;
  }
  .historia{
    display: block;
    text-align: center;
    height: auto;
  }

  .ministerios{
    display: block;
    text-align: center;
    height: auto;
  }

  .botao-vidro {
    background: rgba(255, 255, 255, 0.1); 
    border: 1px solid rgba(255, 255, 255, 0.3); 
    color: white;
       font-size: 16px;
    backdrop-filter: blur(60px); 
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4); 
    cursor: pointer;
    transition: all 0.3s ease;
    width: 300px;     
  height: 60px;     
  padding: 0;       
  text-align: center;
  display: inline-block;
  border-radius: 15px;
  }
  
  .botao-vidro:hover {
    background: rgba(255, 255, 255, 0.2); 
    transform: scale(1.05); 
  }

   
  .icone {
    width: 24px;
    height: 24px;
    fill: rgb(255, 255, 255);
  }

  .youtube-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
        border-radius: 12px;
    padding: 12px 20px;
    
    text-decoration: none;
    font-weight: bold;
    
    transition: background 0.3s ease;
    
      background: #ff0000; 
      color: white;
    }
  
  
  .youtube-button:hover {
    background: rgba(51, 175, 144, 0.37);
    transform: scale(1.05);
  }
  
  .button {
    
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    gap: 20px;
    margin: 0;
  }

  .botao-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    
    border: 3px solid rgb(255, 255, 255);
    border-radius: 10px;
    text-decoration: none;
    color: rgb(19, 18, 18);
    font-size: 16px;
    font-weight: bold;
    backdrop-filter: blur(10px);
    transition: background 0.3s, transform 0.3s;
    background-color: #cfcdcd;
  }

  .botao-social:hover {
    background: rgba(29, 192, 204, 0.2);
    transform: scale(1.05);
  }

  .botao-social img {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
    display: inline-block;
  }
  
.section-flex1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  }
        
.left-image img {
  width: 400px; 
  height: flex;
  border-radius: 10px; 
  display: inline-block;
  text-align: justify;
  display: flex;
  flex-direction: column;
   }
        
    .textobiografia {
    max-width: 100%; 
    text-align: justify;
    background-color: #333333;
    font-family: 'Lucida Sans', Geneva, Verdana, sans-serif;
    color: aliceblue;
    font-size: medium;
    font-size: 16px;
    height: flex;
    display: inline-block;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
          }

.buttonvoltar{
  width: 100%;
  display: flex;
  justify-content: center;
  margin:30px 0;
  clear:both
}
.botao-estilizado {
  background-color: #54bbaa;
  color: white; 
  padding: 15px 32px; 
  text-align: center; 
  text-decoration: none; 
  display: center; 
  border-radius: 5px; 
  cursor: pointer; 
  transition: background-color 0.3s ease; 
  margin-bottom: 05px;
            
 }
          
.botao-estilizado:hover {
  background-color: #3b3b3b; 
  }

          