#contacto {
  background-image: url("./../img/contacto/banner-contacto.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #contacto .contacto__title {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 40px; }
    @media (max-width: 767px) {
      #contacto .contacto__title {
        font-size: 24px; } }

#formulario .bg-img {
  background-image: url("./../img/contacto/contacto-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(355px + 100px); }
  @media (max-width: 767px) {
    #formulario .bg-img {
      height: 392px; } }
#formulario label {
  color: #000000; }
#formulario .btn-contacto {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 14px 55px;
  border-radius: 50px;
  border: initial; }
@media (max-width: 767px) {
  #formulario .row_form {
    padding-top: 30px;
    padding-bottom: 30px; } }

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