

@media (min-width: 400px) and (max-width: 991.98px) { 
  
  #resultados .row .col-md {
    margin-bottom: 30px;
  }
  
  #equipa .team {
    margin-bottom: 30px;
  }
  
  #footer {
    text-align: center;
  }
  
  #footer h1 {
    margin-top: 60px;
  }

  #footer p .short-text {
    display: inline-block;
  }
  
  #footer p .full-text {
    display: none;
  }
  
  .carousel-item h1 {
    font-size: 3rem!important;
  }
  
  .carousel-item p {
    font-size: 1rem!important;
  }
  
  #particulares .top h1, #empresas .top h1 {
    font-size: 2rem;
  }
  
  #pedirCotacao {
    margin-bottom: 20px;
  }
  
  .nav-lateral select {
    display: inline-block;
  }
  
  .nav-lateral ul {
    display: none;
  }
  
  .nav-lateral h1 {
    display: none;
  }
  
  #particulares .top, #empresas .top, .carousel-item { 
    background-size: auto!important;
  }
  
  #testemunhos {
    background-attachment:scroll;
  }
  
  #newsletter-section {
    padding: 0!important;
}
  
  
  
}