.row {
  margin-right: 0px;
  margin-left: 0px;
}

.titulo {

  padding: 10px;
}
.titulo img {
  margin: 0 auto;
}

.somos p, .somos h1 {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid img {
  width: 100%;
}

.subtitulo h1 {
  border-bottom: 3px solid #421310;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

.service {
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px 15px 10px;
}
.service .service-icon {
  font-size: 20px;
  padding: 20px;
  float: left;
  text-align: center;
  background-color: #421310;
  color: #fff;
  margin-right: 15px;
  border-radius: 159px 155px 157px 161px;
}
.service .desc {
  padding: 0px 15px;
  overflow: hidden;
}
.service .desc h5 {
  font-size: 20px;
  line-height: 25px;
}
.service .desc p {
  font-family: 5em Courier, Helvetica, Arial, sans-serif;
  text-align: justify;
  font-size: 13px;
  padding-left: 3px;
  padding-right: 3px;
  float: right;
}

.thumbnail img {
  width: 100%;
}
.thumbnail h2 {
  color: #421310;
  font-size: 20px;
}
.thumbnail a.btn {
  background-color: #421310;
  width: 100%;
  color: #fff;
}
.thumbnail .modal h4 {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.thumbnail .modal p {
  text-align: justify;
}

.contacto {
  background-color: #421310;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.contacto label {
  margin-top: 10px;
  color: #fff;
}
.contacto .btn-color {
  background-color: #fff;
  color: #421310;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contacto h4 {
  color: #fff;
  text-align: center;
  font-family: 5em Courier, Helvetica, Arial, sans-serif;
}
.contacto p {
  color: #fff;
  text-align: justify;
  line-height: 15px;
}
@media only screen and (min-width: 320px) {
  .contacto .mapa {
    margin-top: 40px;
  }
}

.seo p {
  text-align: center;
}

footer {
  background-color: #000;
  padding-top: 80px;
}
footer p {
  color: #fff;
  margin-top: -40px;
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #421310;
  text-decoration: none;
}
@media only screen and (max-width: 420px) {
  footer p {
    margin-top: 0px;
    text-align: center;
  }
  footer .pull-right {
    width: 100%;
  }
}

.icons img {
  display: inline-block;
padding-top: 50%;
}

/*# sourceMappingURL=sass_style.css.map */
