body {
  margin-top: 0;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}



.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.Logo{
  max-width: 100%;
  display: block;
  margin-top: 0%;
  margin: auto;
}
.serv{
  max-width: 100%;
  display: block;
  margin-top: 0%;
  margin: auto;
}
.formulario{
  max-width: 100%;
  display: block;
  margin-top: 0%;
  margin: auto;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}




.featurette-heading {
  font-weight: 300;
  line-height: 1;

  letter-spacing: -.05rem;
}


.featurette-heading1 {
  font-weight: 300;
  line-height: 1;
  margin-left: 160px;

  letter-spacing: -.05rem;
}

.txt{
  float: left;
}

@media(max-width: 600px){
  .mapa{
    width: auto;
    height: auto;
  }
}

@media (min-width: 40em) {

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading5{
    font-size: 50px;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .featurette-heading3 {
    font-size: 50px;
  }
  .featurette-heading4 {
    font-size: 50px;
  }

  .featurette-heading6 {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 6.5rem;
  }
  .featurette-heading3 {
    margin-top: 7.5rem;
  }

  .featurette-heading5 {
    margin-top: 10.5rem;
  }
  .featurette-heading4 {
    margin-top: 9rem;
  }
  .featurette-heading6 {
    margin-top: 12rem;
  }
}

iv.elem-group {
  margin: 40px 0;
}

label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Aleo';
  width: 500px;
  padding: 8px;
}

textarea {
  height: 250px;
}

button {
  height: 50px;
  background: #2E9AF2;
  color: white;
  border: 2px solid #1F55DB;
  font-size: 1.25em;
  font-family: 'Aleo';
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  border: 2px solid black;
}