@charset "UTF-8";
.bandeira{
    height: 700px;
}

.conteudo-bandeira{
    width: 420px;
    text-shadow: none;
}

.conteudo-bandeira h1{
    font-size: 2.2em;
}


.conteudo-sobre-nos{
    margin: 0px;
    flex-direction: row;
}

.apresentacao-sobre-nos{
    margin: 0px;
    width: 55%;
   
}

.ft-sobre-nos{
    width: 400px;
    height: 500px;
    filter: drop-shadow(10px 5px 1em rgba(0, 146, 243, 0.514));
    
}

.box-atendimento-contato{
    flex-direction: row;

  }
  
  .formulario{
    width:30%;
    
  }

  .contato-form h3{
    text-align: left;

  }
  

  .form{
    margin: 0;
  }

  .mapa{
    width: 500px;
    height: 500px;
  }
  

  .footer{
    height: 300px;
  }
  
  .sessao-footer{
  
    justify-content: start;
    flex-direction: row;
    
  }
  
  .links-uteis > li{
    font-size: 1.3em;
    margin: 20px 0px;
  }
  
  .sessao-footer > div{
  margin-top: 25px;
  margin-right: 60px;
  }