.loading {
  position: relative;
  pointer-events: none; }
  .loading-overlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100% !important; }
  .loading-spinner {
    bottom: 0;
    color: #1a1d1d;
    left: 0;
    margin: -3.9375rem auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%; }
  .loading-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: bold; }

.headpanel {
  height: 100px;
  z-index: 10000;
  position: absolute;
  width: 100%;
  display: none; }

article .contacto {
  background-color: #ddd; }
