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

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

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

body.calculadora-solar .rounded-custom {
	border-radius: 30px;
	border: 1px solid #ccc !important;
}

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

body.calculadora-solar .btn-custom-simulador {
	color: var(--texto_botao);
	background-color: var(--bg_botao);
	font-size: 1.4rem;
	transition: 0.2s ease-in-out;
}

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-secundario {
	color: var(--texto_secundario);
}

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

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

body.calculadora-solar .calculadora-result {
	background: rgba(255, 255, 255, 0.9);
}

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

body.calculadora-solar .calculadora-content {
	position: relative;
	overflow: hidden;
}

body.calculadora-solar img.calculadora-capa {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: -1;
}

body.calculadora-solar .calculadora-form {
	position: relative;
	width: fit-content;
	max-width: 100%;
}

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 5px rgba(155, 0, 0, 0.5) !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 .resultado-da-cotacao {
	width: 60%;
}

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

body.calculadora-solar .grafico-resultado-producao {
	height: 300px;
}

body.calculadora-solar .grafico-barra {
	background: var(--texto_destaque);
	width: 100%;
	position: relative;
}

body.calculadora-solar .grafico-barra:before {
	content: "";
	position: absolute;
	bottom: -10px;
	height: 10px;
	width: 1px;
	background: #333;
	left: calc(50% - 0.5px);
}

body.calculadora-solar .grafico-barra::after {
	content: attr(data-content);
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

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;
}

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

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

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

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