/* line 1, app/assets/stylesheets/views/public/lp_santander.scss */
body {
  background-color: #E9EEF2;
}

/* line 5, app/assets/stylesheets/views/public/lp_santander.scss */
.i-checks {
  height: 15px;
  width: 15px;
  color: #2563eb;
}

/* line 11, app/assets/stylesheets/views/public/lp_santander.scss */
.form-group {
  margin-bottom: 0;
  display: grid;
}

/* line 16, app/assets/stylesheets/views/public/lp_santander.scss */
.admin-form-input:not([type=checkbox]) {
  min-height: 0;
  margin-top: 0;
  border-width: 0;
}

/* line 22, app/assets/stylesheets/views/public/lp_santander.scss */
input[type="text"], input[type="email"] {
  min-height: 0;
  padding: 0;
}

/* line 27, app/assets/stylesheets/views/public/lp_santander.scss */
#lead_distribuidora_cadastro {
  text-transform: capitalize !important;
}

/* line 31, app/assets/stylesheets/views/public/lp_santander.scss */
option {
  text-transform: capitalize !important;
}

/* line 35, app/assets/stylesheets/views/public/lp_santander.scss */
.loader-santander {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0563B0;
  width: 120px;
  height: 120px;
  -webkit-animation: spin-loader-santander 2s linear infinite;
  animation: spin-loader-santander 2s linear infinite;
}

/* line 45, app/assets/stylesheets/views/public/lp_santander.scss */
.bg-image-santander {
  background: linear-gradient(180deg, #0071C7 0%, #003761 100%);
}

/* line 49, app/assets/stylesheets/views/public/lp_santander.scss */
.color-slider {
  background: linear-gradient(to right, #C0ECFF, #39BFF9, #0563B0) !important;
}

@media screen and (min-width: 1340px) {
  /* line 54, app/assets/stylesheets/views/public/lp_santander.scss */
  .bg-principal {
    background: url(/assets/bg_santander_desk-65083f70611f67407d765467a79ee2fdec50c280b0d435615dd7e53551ed283d.webp) center bottom no-repeat, linear-gradient(180deg, #0071C7 0%, #003761 100%);
    background-size: cover;
  }
  /* line 61, app/assets/stylesheets/views/public/lp_santander.scss */
  .bg-principal-black-friday {
    background: url(/assets/bg_santander_desk-65083f70611f67407d765467a79ee2fdec50c280b0d435615dd7e53551ed283d.webp) center bottom no-repeat, linear-gradient(180deg, #0071C7 0%, #003761 100%);
    background-size: 700px auto, cover;
  }
}

@media screen and (max-width: 767px) {
  /* line 70, app/assets/stylesheets/views/public/lp_santander.scss */
  .bg-principal {
    background: url(/assets/banner_principal_mobile-7aa68d22400fcf30f60aba15c90de3209c37310ae511bc538075dd13539b4fb8.png) center bottom no-repeat, linear-gradient(180deg, #0071C7 0%, #003761 100%);
    background-size: cover;
  }
  /* line 77, app/assets/stylesheets/views/public/lp_santander.scss */
  .bg-principal-black-friday {
    background: url(/assets/bg_santander-faf2ca3fd3905151f0d342c91269e6f2f4a9aa1520bd9e6a9fa4ff05b178f093.png) center bottom no-repeat, linear-gradient(180deg, #0071C7 0%, #003761 100%);
    background-size: 300px auto, cover;
  }
}
