/* ============================================
   MOBILE BUTTON - NetApp Storage LP
   ============================================ */

#cta-formulario-mobile {
  font-family: var(--font-gotham-bold);
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 1.1rem 0;
  display: none;
  font-weight: 900;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: linear-gradient(120deg, #de241b, #6e47a5);
  color: var(--white);
  border: none;
  cursor: pointer;
  max-width: 100% !important;
}

@media (max-width: 1100px) {
  #introducao-e-formulario .formulario .mktoForm {
    margin: 0 auto;
    width: 90% !important;
  }
  .btn-form {
    display: none;
  }
  #cta-formulario-mobile {
    display: block;
  }
  #introducao-e-formulario .formulario {
    width: 100%;
    height: 100%;
    background: #fff;
    float: none;
    padding: 0;
    zoom: 1;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 99999;
    display: none;
    padding-bottom: 5rem;
  }
}

