.slider-caption p {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 13px;
}

.slider-caption{
  margin: 20% 0 0 4%;
}

.slider-caption h2 {
  font-size: 2rem;
}

#map {
        height: 100%;
      }
#googlemap{
  height: 500px;
}

.sm-form-control {

    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border-bottom: 2px solid #999;
    border-top: transparent;
    border-right: transparent;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    border-left: transparent;
    margin-bottom: 10px;

}
.wrrap{
  padding: 0;
}

#home{
  margin-bottom: 150px;
}

.workers{
  background-image: url('images/bg-us.jpg');
  background-position: 50% 0;
}
.info-contacto{
  text-align: left;
}
.mapa{
  margin: 0;
}
.margen{
  border: solid 2px white;
}

@media only screen and (max-width: 600px) {

  #header, #header-wrap, #logo img {
    height: 70px;
    }
  .workers{
    background-position: 0% 0;
  }
  .info-contacto{
  text-align: center;
  }
  .mapa{
    margin: 50px 0 0 0;
  }
}