/*--------------------------------------------------------------
# Footer fixed
--------------------------------------------------------------*/
.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  height: 110px;
}

.social-share-sep {
  margin-bottom: 54px;
}

.footer-fixed.footer-buscador-municipios{
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-buscador-municipios .derecha{
  background-color: #f9f9f9;
  margin-bottom: 1rem;
}

.footer-buscador-municipios .derecha span.select2-container{
  width:200px !important;
}

.footer-buscador-municipios .derecha textarea{
  height: 19px !important;
  margin-bottom:5px;
}

.footer-buscador-municipios .derecha textarea::placeholder{
  font-size:14px;
}

.footer-buscador-municipios .select2-selection__choice, .footer-buscador-municipios .select2-selection__choice span{
  background-color: black !important;
  color: white;
  font-size:13px
}

.footer-buscador-municipios .derecha .select2-results__option--highlighted{
  background-color: black !important;
  color: white;
  font-size:13px
}


@media (min-width: 768px) {
.footer-fixed{
  height: 60px;
}

  .footer-fixed.footer-buscador-municipios{
    flex-direction: row;
    justify-content: space-around;
  }

  .footer-buscador-municipios .derecha span.select2-container{
    width:400px !important;
  }

  .footer-buscador-municipios .derecha{
    margin-bottom: 0rem;
  }


}