/* Responsive Large */
@media screen and (min-width: 2250px) {

}

/* Responsive */
@media screen and (max-width: 1900px) {

}


@media screen and (max-width: 1800px) {

}

@media screen and (max-width: 1700px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1500px) {
  /* Formulario Container */
  .formFixed {
    width: 36%;
  }
  /*  */
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1300px) {
  /* Banner */
  img.openForm  {
    max-width: 600px;
  }
  /*  */
}

@media screen and (max-width: 1200px) {
  /* Formulario Container */
  .formFixed {
    width: 45%;
  }
  /*  */
}

@media screen and (max-width: 1100px) {
  /* Banner */
  img.openForm  {
    max-width: 475px;
  }
  /*  */

  /* Formulario Container */
  .formFixed {
    width: 50%;
  }
  /*  */
}


@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 992px) {
  /* Formulario Container */
  .formFixed {
    width: 85%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  /*  */

}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 700px) {

}

@media screen and (max-width: 600px) {
  /* Banner */
  img.openForm  {
    max-width: 85%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  /*  */

  /* Form Content */
  .formInner {
    padding: 150px 5% 150px 5%;
  }
  /*  */
}

@media screen and (max-width: 500px) {
  /* Banner */
  img.openForm  {
    max-width: 90%;
  }
  /*  */
}

@media screen and (max-width: 400px) {
  /* Banner */
  img.openForm  {
    max-width: 95%;
  }
  /*  */

  /* Formulario Container */
  .formFixed {
    width: 100%;
  }
  /*  */
}

@media screen and (max-width: 320px) {
  /* Banner */
  img.openForm  {
    max-width: 98%;
  }
  /*  */
}


@media screen and (max-width: 750px) and (max-height: 450px) and (orientation: landscape) {
  /* Banner */
  img.openForm  {
    max-width: 250px;
  }
  /*  */
}
