
/*==== INICIO MEDIA =========*/

@media only screen and (max-width: 1450px) {
  
  

  /*.btn-conversa a {
    text-decoration: none;
    color: #1d6a27;
    text-align: center;
  }*/
  
  .banner {
      height: 100vh;
      border-radius: 0;
      display: flex;
      border-radius: 40px 40px 0% 0;
      justify-content:space-around;
    }

    .text-banner-2{
      width: 100%;
      display: flex;
      justify-content: center;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      margin-top: -300px;
    }
  
    .text-banner-2 h1{
      color:#ffffff;
      font-size: 3rem;
      text-align: center;
    }
    
    .text-banner-2 a{
      margin-top: 50px;
    }

    .text-banner-2 a:hover{
      background-color: #fafa19;
    }

    .text-banner-2 a:active{
      background-color: #000;
      color: #ffd608;
    }

    .text-banner-2 h2{
      margin-top: 15px;
      font-weight: 500;
      font-size: 1.4rem;
      text-align: center;
      color: #fff;
    }

    .btn-conversa{  
      display: block;
      text-align: center;
      border-radius: 10px;
      padding: 20px;
      font-size: 1.3rem;
      margin: 0 auto;
      background-color: #ffd608;
      text-decoration: none;
      text-align: center;
      color: #1d6a27;
    }

    .info-banner {
      display: none;
    }
  
    .text-banner {
      display: none;
    }
  
    .text-banner h1{   
     display: none;
    }
  
    .text-banner h2
    {
      display: none;
    }
  
    .quem-somos {
      display: flex;
      justify-content:space-around ;
      flex-direction: column;
      height: auto;
      width: 60%;
      padding: 20px;
    }
  
    .quem-somos div {
      width: 100%;
      display: flex;
      justify-content: space-around;
    }
  
    .quem-somos div img{
      width: 50%;
    }
  
    .sobre{
      flex-direction: column;
    }
    
    .video video {
      width: 100%;
      margin: 50px auto;
    }
    .parceiro-detalhe figure{
      width:25%;
    }
    .rodape nav li a{
      
      font-size: 0.9rem;
    }
    
    .redes-sociais ul li a{
      
      font-size: 0.9rem;
    }

}

  /*====== fim media === */

@media screen and (max-width:1100px) {

    .itens-sobre{
      width: 70%;
      display: flex;
      flex-direction: column;
    }

    .itens-detalhe {
      width: 85%;
      margin: 20px 0;
      padding: 6%;
      box-shadow: none;
    }
  
    .galeria {
      width: 80%;
    }
    .galeria-detalhe figure{
      width: 100%;
    }

    .galeria-detalhe figure img{
      height: 230px;
    }

    .depoimento-detalhe{
      flex-direction: column;
    }

    .depoimento-detalhe figure{
      width: 55%;
      padding: 20px 0;
      margin: 10px auto;
    }



    .video video {
      width: 100%;
      margin: 50px auto;
    }
  
    .parceiros{
      width: 50%;
    }

    .rodape{
      width: 90%;
    }

    .rodape nav li a{
      
      font-size: 0.9rem;
    }
    
    .redes-sociais ul li a{
      
      font-size: 0.9rem;
    }
}

@media (max-width:991px) {

  .logo img{
    width: 70%;
   }

   .banner{

    background: url(../img/Capa-perfil.png);
    background-size:cover;
   }

  #btn-menu{
    display: inline-block;
    font-size: 3rem;
    color: #1d6a27;
  }
  #btn-menu:active{
    color: #ffd608;
  }
  .navbar{
    display: none;
    position: absolute;
    top: 100%;
    background-color: #efefef ;
    right: -100%;
    width: 15rem;
    height: calc(100vh - 9.5rem);
  }

  header nav{
    display: block;
    font-size: 1.8rem;
  }

  .navbar.active{
    right: 0;
    display: block;
  }


  .text-banner-2{
    margin-top: -150px;
  }
  .text-banner-2 h2{
    margin-top: 15px;
  }
  .text-banner-2 a{
    margin-top: 50px;
  }

  .rodape{ 
    width: 90%;
  }

  .rodape nav, div h2{
    font-size: 1rem;
  }

  .localizacao{
    display: none;
  }

}


@media screen and (max-width:700px){

  .text-banner-2{
    margin-top: -200px;
  }
  .text-banner-2 h2{
    margin-top: 15px;
  }
  .text-banner-2 a{
    margin-top: 50px;
  }

  .logo img{
    
    width: 75%;
   }

   .btn-conversa{
    width: 200px;
   }

  .quem-somos{
    width: 80%;
  }

  .galeria{
    width: 100%;
  }

  .galeria-detalhe{
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    flex-direction: column;
    justify-content: space-around;
  }

  .galeria-detalhe figure{

    width: 80%;
    margin: 10px auto;
  }

  .depoimentos{
    width: 100%;
  }

  .depoimento-detalhe{
    flex-direction: column;
  }

  .depoimento-detalhe figure{
    width: 80%;
    padding: 20px 0;
    margin: 10px auto;
  }

  .depoimento-detalhe figure img{
    width: 50%;
  }

  .depoimento-detalhe figure figcaption{
    width: 100%;
    font-size: 1.5rem;
  }

  .parceiros{
    width: 80%;
  }
  
  .parceiro-detalhe{
    width: 100%;
  }

  .parceiro-detalhe figure img{
    height: 50px;
  }

  .parceiro-detalhe figure{
    width: 25%;
  }

  .rodape ul li a{ font-size: 0.7rem; }
  .rodape nav li a{ font-size: 0.7rem;}  
  .rodape nav li i{ font-size: 0.7rem;}


}


  