.section--lightblue .section__title-banded {
	font-size: 55px;
	line-height: 1.18;
}

.section--lightblue .form .form__fieldset .gray-favicon {
	margin-top: 11px;
	margin-left: 13px;
	height: 18px;
	width: 18px;
}

.section--lightblue .form .form-fotovoltaico__select {
	font-size: 15px !important;
	color: #b3b4b8;
	font-family: Lato;
	height: 40px !important;
	line-height: 1.43 !important;
	padding: 0px 0px 0px 45px !important;
	border: solid 2px #cccccc;
	background-color: #fff;
	width: 100%;
	border-radius: 4px;
}

.section--lightblue .form .form-fotovoltaico__select.error {
	color: #e10019;
}

.section--lightblue .form .form__fieldset .form__input {
	font-family: Lato;
	height: 40px !important;
	line-height: 1.43 !important;
	color: #000000;
	font-size: 20px !important;
	padding: 0px 0px 0px 45px !important;
	border: solid 2px #cccccc;
}

.section--lightblue .form .form__fieldset .form__label {
	top: 10px;
	left: 45px;
	font-size: 15px !important;
	line-height: 1.43;
	transform: translate3d(0, 0, 0) !important;
}

.section--lightblue .form .form__group {
	margin-bottom: 24px;
}

.section--lightblue .form .form__group b {
	font-family: Lato;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.33;
	letter-spacing: 0.2px;
	text-align: justify;
	color: #4a4c4e;
	display: flex;
	align-items: center;
}

.section--lightblue .form .form__group a {
	display: contents;
	color: #00acff;
}

.section--lightblue .form .form__group input[type="checkbox"] {
	width: 40px;
	height: 32px;
}

.section--lightblue .form .form__submit.cta-link {
	line-height: 20px !important;
}

.form-fotovoltaico__input {
    margin: 0px !important;
    padding: 0px 0px 0px 35px !important;
}

input:focus + .fa {
    color: #00b16a;
}

input::placeholder {
    left: 40px;
    font-size: 15px !important;
	color: #b3b4b8;
}

.show .form__title {
	font-size: 22px;
    line-height: 1.38;
	margin-bottom: 45px !important;
}

.show .form__desc {
    line-height: 1.3;
	margin-top: -25px;
	font-size: 24px;
}

.Checkbox {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #f9f9f9;
  border: solid 2px #cccccc;
  margin-right: 10px;
}
.Checkmark {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(40deg); /* IE 9 */
    -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
    transform: rotate(40deg);
}

.Checkbox.active {
  border: solid 2px #00aaff;
  /*margin-right: 5px;*/
  background-color: #00aaff;
}

.checkmark_stem {
    position: absolute;
    width: 2px;
    height: 17px;
    background-color: white;
    left: 16px;
    top: 2px;
}

.checkmark_kick {
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: white;
    left: 9px;
    top: 17px;
}
.error {
    font-size: 12px;
    color: #e10019;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-family: Lato;
    font-weight: 500;
}
 #privacy-error {
position:absolute;
-webkit-transform: none;
transform: none;
top: 40px;
}
input.error {
    border-radius: 4px !important;
    border: solid 2px #e10019 !important;
}
.fa-check {
    color: #00b16a;
    right: 10px;
}
.fa-exclamation-circle {
    color: #e10019;
    right: 10px;
}
.Checkbox.border-error {
    border: solid 2px #e10019;
}
input[type='submit'].disabled {
    opacity: 0.5;
    background-color: #d9d9db !important;
    border: solid 1px #d9d9db !important;
}