@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


* {
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Segoe UI', 'Times New Roman', Times, serif, Geneva, Verdana, sans-serif;
  
    background-color: #fbfbfb;
    margin: 0%;
  
  }
  
  
  
 

 
  .header { background-color: white; 
    color: rgb(0, 0, 0);
    padding: 40px; 
    text-align: left;
    opacity: 0.8;
    
  }
  
  header{
    align-items: center;
    padding: 0.7rem 1rem;
    display: flex;
    
  }
  .logo img{
    height: 100px;
  }
  
  .banner {
    background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url(../imagens/imagem.jfif);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
   /* padding: 100px 20px;*/
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
   
}


.banner h1 {
    font-size: 48px;
    margin: 0;
}

.banner p {
    font-size: 20px;
    margin: 10px 0;
}

.banner a {
    background-color: #4B7238;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
  
  .conta{
    display: block;
    color:  #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: left;
   
   
  }
  .conta a{
    display: block;
    color:  #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: left;
    background-color: #ffffff;
    margin: 0 2px;
    border-radius: 3px;
  }
  
  .menuTopo {
    overflow: hidden;
    background-color: #4B7238;
    top: 0px;
    position: sticky;
    display: flex;
    justify-content: space-around;
  
  }
  
  .menuTopo ul li {
    float: left;
  border: none;
  border-left: solid 2px;
    border-right: solid 2px;
    color:#ffffff;
  }
  
  .menuTopo ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
  
  }
  
  .menuTopo a {
    display: flex;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: right;
    background-color: #4B7238;
    justify-content: space-around;
  
  }
  
  .menuTopo a:hover {
    background-color: #4B7238;
    opacity: 0.5;
    color: #e8f1f2;
  
  }
  
  .buttons {
    position: absolute;
    /*top: 20px;*/
    right: 20px;
   
    
   
  }
  .botao:hover {
    background-color:  #FDCD08;
  }
  
  .botao {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    padding: 10px 20px;
    border: solid 2px;
    border-color: #FDCD08;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
  
    
  }
  
  .btn1{
   
    font-size: 40px;
    border: none;
    cursor: pointer;
    background-color: #ffffff;
    
  }
  
  header img{
    width: 100px ;
  }
  main{
    flex:1;
    display: flex;
  }
 
  .menu{
    flex-basis: 250px;
    background-color: var(--cor-principal);
    display: flex;
    flex-direction: column;
    /*Organiza os itens em um coluna */
    margin: 0;
    padding: 0;
  }
  .menu a{
    text-decoration: none;
    color: #fff;
    padding: 15px;
    display: block;
  }
  
  .menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
  }
  .menu li{
    margin-bottom: 10px;
    border-bottom: #ddd solid;
  }
  .menu a:hover{
   background-color: #ddd;
   color: black;
  }
  
  
  .conta{
    display: block;
    color:  #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: left;
   
   
  }
  .conta a{
    display: block;
    color:  #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: left;
    background-color: #ffffff;
    margin: 0 2px;
    border-radius: 3px;
  }
  
  .menuTopo {
    overflow: hidden;
    background-color: #4B7238;
    top: 0px;
    position: sticky;
    display: flex;
    justify-content: space-around;
  
  }
  
  .menuTopo ul li {
    float: left;
  border: none;
  border-left: solid 2px;
    border-right: solid 2px;
    color:#ffffff;
  }
  
  .menuTopo ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
  
  }
  
  .menuTopo a {
    display: flex;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: right;
    background-color: #4B7238;
    justify-content: space-around;
  
  }
  
  .menuTopo a:hover {
    background-color: #4B7238;
    opacity: 0.5;
    color: #e8f1f2;
  
  }
  
  
  header img{
    width: 100px ;
  }
  
  .buttons {
    position: absolute;
    /*top: 20px;*/
    right: 20px;
  
  
  
  }
  
  .botao:hover {
    background-color: #FDCD08;
  }
  
  .botao {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    padding: 10px 20px;
    border: solid 2px;
    border-color: #FDCD08;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
  
  
  }
  
  .btn1 {
  
    font-size: 40px;
    border: none;
    cursor: pointer;
    background-color: #ffffff;
  
  }

.linha{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  word-wrap: break-word;
}


.item-linha{
  background-color: #ffffff;
  border-radius: 8px;
  border-color: #e8f1f2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  margin: 15px;
  padding: 13px;
  text-align: left;
}

.item-linha img{
    max-width: 100%;
    border-radius: 8px;
    bottom: 3px;
}

.item-linha h3{
  font-size: 24px;
  margin: 15px 0;
}


.item-linha p{
    text-align: justify;
}

.descricao {
  text-align: justify;
}

.descricao .curta {
  display: inline; /* Exibe o texto truncado inicialmente */
}

.descricao .completa {
  display: none; /* Esconde o texto completo inicialmente */
}

.descricao .leia-mais {
  color: green;
  text-decoration: underline;
  cursor: pointer;
  
}

footer {
  background-color:#4B7238
  ; /* Verde escuro */
  color: #fff; /* Branco */
  padding: 20px 0;
  
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
 
}

.footer-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 200px;
  margin: 10px;
}

.footer-section h4 {
  color: #ffcc00; /* Amarelo */
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #ffcc00; /* Amarelo */
}

.social-icons {
  display: flex; /* Ativa o layout flexbox */
  flex-direction: row; /* Alinha os ícones horizontalmente */
  justify-content: center; /* Centraliza os ícones no contêiner */
  gap: 15px; /* Adiciona espaçamento entre os ícones */
  margin-top: 20px;

}

.social-icons a {
  color: #ffcc00 ;
  font-size: 20px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #ffcc00; /* Amarelo */
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #ffcc00; /* Linha amarela */
  padding-top: 10px;
}
.images{
  display: flex; /* Usa o flexbox para alinhar os itens lado a lado */
  align-items: center; /* Alinha verticalmente no centro */
  gap: 20px; /* Espaçamento entre a imagem e o texto */

}

  @media screen and (max-width:1960px) {


    header img {
      width: 100px;
      height: auto;
    }
  
    .menu {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      background-color: #207a3b;
      padding-top: 50px;
      z-index: 2;
      color: black;
    }
  
    .menu button {
      display: block;
      width: 30px;
      position: absolute;
      background-color: #207a3b;
      top: 10px;
      right: 20px;
     
      color: #fff;
  
      font-size: 30px;
      border: none;
      cursor: pointer;
    }
  
    .mostrar {
      display: none;
    }
  
    main {
      padding: 10px;
    }
  }
  
  @media screen and (max-width:1028px) {
  
    .esquerda,
    .direita {
      width: 100%;
      padding: 10px;
    }
  
    .corpo {
      width: 100%;
      padding: 5px;
      margin: 0;
    }
  
    
  }
  
  @media screen and (max-width: 400px) {
  
    .menuTopo ul li,
    .menuTopo a {
      float: none;
      width: 100%;
    }
  
  }