/* POP UP STYLES */
.overlayPopUp {
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  opacity: 0.6;
  position: fixed;
  z-index: 1010;
  display: none;
  cursor: pointer;
}

img.openForm  {
  max-width: 650px;
  height: auto;
  position: fixed;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
  z-index: 1011;
  display: none;
  cursor: pointer;
}

a.closeBanner {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  z-index: 1015;
  display: none;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 9%;
  transition: all .3s ease;
}

a.closeBanner:hover {
  color: #04dfc8;
}

.formFixed {
  width: 30%;
  height: 0;
  background: #ffffff;
  position: fixed;
  z-index: 1011;
  top: 0;
  right: 8%;
  bottom: 0;
  margin: auto;
  display: none;
}
/*  */


/* Formulario */
h4 , h5, p {
  font-family: 'Quicksand', sans-serif;
  font-weight: lighter;
  color: #010101;
  line-height: 1;
}
.formInner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 5% 50px 5%;
  overflow: auto;
  line-height: 1!important;
}

.formContent {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  display: none;
}
/*  */
