@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
.c-breadcrumb {
  min-height: 225px;
}

.contact-row {
  background-image: url("/images/triangulo-con-01.png");
  background-color: #005596;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px;
}
.contact-row .contact-info h1 {
  color: white;
  font-weight: 700;
  font-size: 60px;
}
.contact-row .contact-info p {
  color: white;
  line-height: 35px;
}
.contact-row .validateError {
  color: #ffd2d2;
  background-color: rgba(255, 0, 0, 0.1);
  padding: 0.4rem 0.5rem;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 0.875rem;
  display: flex;
  width: 100%;
}
.contact-row .validateError span {
  color: #ff0000;
  margin-right: 3px;
}
.contact-row .form-row label {
  color: white;
}
.contact-row .form-row .color-red {
  color: #fcb035;
}
.contact-row .btn-contact {
  color: black;
  background-color: #fcb035;
  font-size: 14px;
  border-radius: 0px;
  font-weight: 700;
  width: 50%;
}

/*RESPONSIVE*/
@media only screen and (max-width: 768px) {
  .contact-info h1 {
    font-size: 2.5rem !important;
  }
}

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