/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #72C05B;
}
#footer ul {
  list-style: none;
  padding-left:20px;
}
#footer ul > li {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    font-size: 20px;
  }
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991.98px) { 
  .extend1{
    margin-bottom: 30px;
  }
  .extend2{
    margin-bottom: 100px;
  }
  #footer{
    padding-bottom: 10px;
  }
  .expand{
    padding-bottom: 5.5rem;
  }
 }
 @media (min-width: 576px) and (max-width: 767.98px) { 
  .extend1{
    margin-bottom: 30px;
  }
  .extend2{
    margin-bottom: 100px;
  }
  #footer{
    padding-block-end: 10px;
  }
  .expand{
    padding-top: 1.5rem;
    padding-bottom: 5px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) { 
  #footer ul {
    list-style: none;
    padding-left:0px;
    padding: 0px;
  }
  #footer ul > li {
    display: inline-block;
  }
  #footer i {
    display: inline-block;
    margin-left: 0px;
  }
  .fs-gerencia{
    text-align: center;
  }
 }

