h1 {
  font-size: 2.25rem;
  color: #0679ea;
}

h2 {
  font-weight: 500;
  font-size: 1.8rem;
  color: #28245E;

}

h2 i {
  font-weight: 500;
  font-size: 1.8rem !important;
  color: #28245E;

}

h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0679ea;

}

.btn-zend {
  display: inline-block;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0679ea;
  color: #ffffff;
  border-radius: 1000px;
  border: none;
  transition: background .3s;
  padding: 11px 25px;
  font-size: 16px;
}

.section-zend {
  background-color: #f7f7f7;
  padding: 3rem;
}

.div-contacto {
  text-align: right;
}

.content-hero-empleos li {
  color: #333;
}

.modal-lg {
  max-width: 80%;
}

a.text-link {
  color: #0679ea;
}



@media screen and (min-width: 480px) and (max-width: 992px) {
  .header-zend {
    margin-top: 5px;
  }
}

@media (min-width: 993px) {
  .header-zend {
    margin-top: -10px;
  }

  .modal-lg {
    max-width: 950px;
  }
}

@media (max-width: 767px) {
  .logo-zendphp {
    width: 33%;
  }

  .div-contacto {
    text-align: center;
  }

  .div-contacto2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .logo-zendphp {
    width: 50%;
  }
}