.contact .bg-contact {
  background: url(../images/bg-contact.png) no-repeat center top;
  margin-bottom: 50px;
  min-height: 626px;
  width: 100%;
}
  .contact .bg-contact h1 {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 70px;
    text-transform: uppercase;
  }
  .contact .bg-contact p {
    margin-bottom: 30px;
  }
  .contact .bg-contact .contact-phone {
    display: flex;
  }
  .contact .bg-contact .phone-icon,
  .contact .bg-contact .phone-link {}
    .contact .bg-contact .phone-icon {
      width: 30px;
    }
    .contact .bg-contact .phone-icon .fa-phone,
    .contact .bg-contact .phone-link a {
      color: #092c82;
      display: block;
      font-size: 24px;
      font-style: italic;
      font-weight: 900;
    }
    .contact .bg-contact .phone-icon .fa-phone {
      font-size: 20px;
      margin-top: 10px;
    }
  .contact .contact-whatsapp {
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 15px;
  }
    .contact .contact-whatsapp svg {
      border-radius: 1.5rem;
    }
    .contact .whatsapp {
      display: flex;
      align-items: center;
    }
    .contact .contact-whatsapp-phone {
      color: #25D366;
    }
      .contact .contact-whatsapp .contact-whatsapp-phone:hover {
        color: #128C7E;
      }
  .contact .bg-contact .form {
    margin-top: 70px;
  }

.contact .location h2 {
  color: #092c82;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
.contact .location address {
  color: #092c82;
  font-weight: 500;
}

.contact .location .trace-route {
  background: url(../images/trace-route.png) no-repeat center top;
  float: right;
  height: 57px;
  margin-bottom: 50px;
  margin-top: 25px;
  transition: none;
  width: 274px;
}
  .contact .location .trace-route:hover {
    background-position: center center;
  }
  .contact .location .trace-route:active {
    background-position: center bottom;
  }

@media only screen and (max-width: 767px) {
  .contact .bg-contact {
    background-image: url(../images/bg-contact-mobile.png);
  }
  .contact .bg-contact .btn-enviar {
    margin-bottom: 25px;
  }
}