html, body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

.preloader{
  position: relative;
}
.preloader:before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
.preloader:after{
  content: '';
  position: fixed;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  border: 5px solid transparent;
  border-top-color: var(--bg_geral);
  border-radius: 50%;
  z-index: 999999;
  animation: spin .75s linear infinite;
}

.opacity-0{
  opacity: 0;
}
.text-success {
  color: #17e686 !important;
}

.btn-whatsapp {
  background: #0dc143;
  transition: .2s ease-in-out;
}

.pulse-animation {
  animation: pulse 1s infinite;
  animation-delay: .5s;
}

body.calculadora-solar.in-iframe header,
body.calculadora-solar.in-iframe .oculta-iframe,
body.calculadora-solar.in-iframe footer,
body.calculadora-solar.in-iframe .btn-whatsapp {
  display: none !important;
}

body.calculadora-solar.only-body header,
body.calculadora-solar.only-body footer,
body.calculadora-solar.only-body .btn-whatsapp {
  display: none !important;
}

body.calculadora-solar .calculadora-bg-header {
  background-color: var(--bg_topo);
  color: var(--texto-topo);
  position: relative;
}

header.container-fluid.calculadora-bg-header .container {
  position: relative;
  z-index: 2;
}

header.container-fluid.calculadora-bg-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
  background-image: linear-gradient(to left, transparent, #ffffff2e, transparent);
  backdrop-filter: blur(1px);
}

body.calculadora-solar .calculadora-logo {
  max-height: 40px;
}

body.calculadora-solar .rounded-custom {
  border-radius: 1rem;
  border: 1px solid rgb(204 204 204 / 28%) !important;
}

body.calculadora-solar form.form-submit {
  max-width: 100%;
}

.bg-botao {
  background-color: var(--bg_botao);
}

.bg-telefone-topo {
  background-color: var(--bg_telefone_topo);
}

.bg-blur {
  backdrop-filter: blur(1.5rem);
  background: rgba(255, 255, 255, 0.03);
}

body.calculadora-solar .btn-custom-simulador {
  position: relative;
  color: var(--texto_botao);
  background-color: var(--bg_botao);
  font-size: 1.25rem;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  border-radius: .5rem;
  padding: .5rem 1.25rem;
}

body.calculadora-solar .btn-custom-simulador:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, transparent, rgba(255, 255, 252, 0.3));
  z-index: 1;
  backdrop-filter: blur(1rem);
}

body.calculadora-solar .btn-custom-simulador span {
  position: relative;
  z-index: 2;
}

body.calculadora-solar .btn-custom-simulador:hover {
  color: var(--texto_botao_hover);
  background-color: var(--bg_botao_hover);
}

body.calculadora-solar .calculadora-texto-principal {
  color: var(--texto_principal);
}

body.calculadora-solar .calculadora-texto-principal > .h2{
  font-size: 2.55rem;
}

body.calculadora-solar .calculadora-texto-secundario {
  color: var(--texto_secundario);
}

body.calculadora-solar .calculadora-texto-topo {
  color: var(--texto_topo);
  white-space: nowrap;
}

body.calculadora-solar .bg-form {
  background-color: var(--bg_form);
}

body.calculadora-solar .form-submit .form-control,
body.calculadora-solar .bootstrap-select .filter-option-inner-inner {
  color: #fff;
  font-size: 1rem;
  outline: none;
  border: 0;
  box-shadow: unset;
}

body.calculadora-solar .form-submit .form-control::placeholder {
  color: #9e9e9e;
}

body.calculadora-solar .form-submit .form-control {
  background: rgba(119,119,119, .5);
  backdrop-filter: blur(1rem);
  border-radius: .5rem;
}

body.calculadora-solar img.calculadora-capa {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

body.calculadora-solar .loading {
  position: relative;
}

body.calculadora-solar .loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(155, 155, 155, 0.1);
  z-index: 998;
}

body.calculadora-solar .loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top-color: var(--bg_botao);
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  z-index: 999;
}

body.calculadora-solar button.btn.dropdown-toggle.bs-placeholder.btn-light {
  background: none;
  outline: none !important;
  border: 0 !important;
  box-shadow: unset;
  width: 100%;
  padding: 0.375rem 0 !important;
}

body.calculadora-solar .input-erros {
  box-shadow: 0 0 .5rem rgb(155, 0, 0) !important;
}

body.calculadora-solar .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.calculadora-solar button.btn-voltar {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3333;
  border-radius: 30px;
  color: var(--texto_principal);
}

body.calculadora-solar button.btn-voltar svg {
  width: 30px;
}

body.calculadora-solar .dropdown.bootstrap-select .dropdown-toggle {
  background: none !important;
  border: 0 !important;
}

body.calculadora-solar .text-destaque {
  color: var(--texto_destaque);
}

body.calculadora-solar .grafico-resultado-producao {
  max-width: 90%;
  margin: auto;
  height: 300px;
  padding: 50px 0;
}

body.calculadora-solar .grafico-barra {
  background: var(--texto_destaque);
  width: 100%;
  position: relative;
  border-radius: .5rem .5rem 0 0;
  animation: altura 1.5s ease-in-out;
}

body.calculadora-solar .grafico-barra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 240, 0, .75), transparent);
  border-radius: .5rem;
}

body.calculadora-solar .grafico-barra::after {
  content: attr(data-content);
  position: absolute;
  bottom: -1.5rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  color: var(--texto_principal)
}

.square-pattern-background {
  background: repeating-linear-gradient(
      0deg, /* Angle of the stripes */ #cccccc, /* First color */ rgba(255, 255, 255, 0) 1px, /* First color stop */ rgba(255, 255, 255, 0) 1px, /* Second color start */ rgba(255, 255, 255, 0) 30px /* Second color stop */
  );
}

body.calculadora-solar .btn-whatsapp {
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 65px;
  height: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 999;
  font-size: 2.65em;
}

body.calculadora-solar img.calculadora-capa {
  height: 100%;
  object-fit: cover;
}

small.same-lh {
  line-height: .875rem;
}

.btn-whatsapp-topo {
  color: #fff;
  background: rgba(163, 255, 188, 0.3);
  border-radius: 2rem;
  padding: .25rem 1rem;
  backdrop-filter: blur(1px);
  border: 1px solid #00932a;
  transition: .2s ease-in-out;
}

.btn-whatsapp-topo:hover {
  color: #fff;
  background: rgba(163, 255, 188, 0.5);
}

.z-index-3 {
  z-index: 3;
}

.section-content-legenda {
  background: var(--bg_telefone_topo);
  width: fit-content;
  padding: .25rem .5rem;
  border-radius: 1rem;
  color: var(--texto_topo);
  margin-bottom: .5rem;
}

.section-content-primeira {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

.section-content-terceira ul {
  padding-left: 1rem;
}

.section-content-terceira ul li {
  padding-left: .5rem;
}

.section-content-terceira ul li::marker {
  content: "\F012C";
  font: normal normal normal 1rem/1 "Material Design Icons";
}

.card-form {
  background: var(--bg_form);
  backdrop-filter: blur(1rem);
}

.calculadora-resultado {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.bootstrap-select:has(.selectpicker) {
  padding: .18rem 1rem;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes altura {
  from {
    height: 0;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(23, 230, 136, 0.4);
    box-shadow: 0 0 0 0 rgba(23, 230, 136, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(23, 230, 136, 0);
    box-shadow: 0 0 0 10px rgba(23, 230, 136, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(23, 230, 136, 0);
    box-shadow: 0 0 0 0 rgba(23, 230, 136, 0);
  }
}
