html body.bg-full-screen-image {
  background: url(/assets/img/fondo.png) no-repeat center center;
  background-size: cover;
}

html body.blank-page .content-wrapper .flexbox-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

#whatsapp {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999999999;
}

#whatsapp svg {
  width: 45px;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
  color: #25d366;
}

.field-icon {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 13px;
  cursor: pointer;
}
