/*********************************** BACKGROUNDS / HOME IMAGES *********************************/
.side-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.c-indicadores {
	/*  background-image: url('../img/indicadores.svg'); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 75%;
	/*height: 650px;*/
}

.plant-image {
	position: absolute;
	right: 0;
	top: 180px;
}

.c-indicadores .grid-container {
	height: 35rem;
	display: flex;
}

.header-home-img {
	position: absolute;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 40rem;
	object-fit: cover;
}

.indicadores-small-images {
	max-width: 265px;
	text-align: center;
	margin-bottom: 80px;
	margin-top: 80px;
}

.consumo-energia-img {
	position: absolute;
	left: 50%;
	top: 20%;
}

.indicadores-background {
	position: absolute;
	z-index: -1;
	object-fit: cover;
	right: 3%;
	max-width: 85%;
}

.background-donate {
	/*  background-image: url('../img/doe.png'); */
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: left;
}

.header-text-area {
	max-width: 650px;
}

@media (min-width: 1700px) {
	.c-indicadores {
		background-size: contain;
		background-position: center;
	}

	.c-indicadores .grid-container {
		height: 40rem;
	}

	.header-home-img {
		object-fit: cover;
		height: auto;
		top: 0;
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.background-donate {
		background-position: -35%;
		background-size: contain;
	}

	.donate-mobile-img {
		position: relative;
	}

	.donate-mobile-img img {
		object-fit: cover;
		object-position: right;
	}

	.c-indicadores {
		/*  background-image: url('../img/indicadores.svg'); */
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right;
		height: 34rem;
	}

	.c-header {
		padding-left: 30px;
	}
}

@media (max-width: 1200px) and (min-width: 576px) {
	.plant-image {
		position: absolute;
		right: 0;
		top: 160px;
	}
}

@media (max-width: 1100px) {
	.background-donate {
		background-position: -50%;
		background-size: 70%;
		min-height: 410px;
	}

	.consumo-energia-img {
		left: 47%;
		top: 17%;
	}

	.indicadores-small-images {
		max-width: 55%;
	}

	.header-text-area {
		max-width: 450px;
	}
}

@media (max-width: 992px) {
	.background-donate {
		background-position: -60%;
		background-size: 70%;
	}

	.header-home-img {
		top: 50px;
		height: 520px;
	}

	.c-indicadores {
		background-position: 50px;
	}
}

@media (max-width: 768px) {
	.header-home-img {
		height: 480px;
		top: 50px;
	}

	.background-donate {
		background-position: -150% center;
		background-size: 80%;
	}

	.consumo-energia-img {
		left: 45%;
		top: 20%;
	}

	.c-indicadores {
		background-position: 30px;
	}

	.header-text-area {
		max-width: 400px;
	}
}

@media screen and (max-width: 575px) {
	.c-indicadores {
		background-image: none !important;
	}

	.header-home-img {
		display: none;
	}

	.indicadores-small-images {
		max-width: 170px;
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.indicadores-small-images span {
		font-size: 12px;
		font-weight: 600;
		line-height: 1.67;
		max-width: 143px;
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	.c-indicadores {
		background: none;
		height: auto;
	}

	.c-indicadores-mobile img {
		height: 400px;
		object-fit: cover;
		object-position: 85%;
	}

	.c-indicadores-imagens {
		max-width: 380px;
		margin: 0 auto;
		position: relative;
		height: 400px;
	}

	.c-indicadores .grid-container {
		height: auto;
	}

	.background-donate {
		background-image: none;
		height: auto;
	}

	.donate-mobile-img {
		height: 310px;
	}

	.donate-mobile-img img {
		object-fit: cover;
		object-position: center;
	}

	.c-comofunciona-img {
		/* background-image: url('../img/como_funciona_img.svg');*/
		background-size: contain;
		background-position: left;
		background-repeat: no-repeat;
		margin-bottom: 40px;
	}

	.c-comofunciona-img img {
		height: 280px;
		object-fit: contain;
		opacity: 0;
	}

	.mb-xs-150 {
		margin-bottom: 150px;
	}

	.consumo-energia-img {
		position: absolute;
		left: auto;
		right: 0px;
		top: 15%;
	}

	.p-xs-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.c-header {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (max-width: 400px) {
	.c-comofunciona-img {
		background-image: url("../img/como_funciona_img.svg");
		background-size: cover;
		background-position: right;
		background-repeat: no-repeat;
		margin-bottom: 40px;
	}
}

@media (max-width: 375px) {
	.c-indicadores-mobile img {
		height: 350px;
		object-fit: cover;
		object-position: 90%;
	}
}

/*********************************** TEXTS *********************************/

.subtitle {
	font-family: Raleway-ExtraLight;
	font-size: 43px;
	font-weight: 200;
	line-height: 1.26;
	margin-bottom: 40px;
}

.text-container {
	padding-left: 100px;
	display: flex;
	align-items: center;
}

.details-text {
	max-width: 360px;
	/*display: inline-flex;*/
	align-items: flex-end;
	flex-wrap: wrap;
	align-content: center;
}

.mobile-title {
	font-size: 28px !important;
	text-align: center;
	margin: 0 auto;
}

.indicadores-text {
	padding-left: 15px;
}

@media (min-width: 1700px) {
	.indicadores-text {
		padding-left: 10rem;
	}

	.pl-xxl {
		padding-left: 15px;
	}
}

@media (min-width: 575px) and (max-width: 1200px) {
	.text-container {
		padding-left: 60px;
	}

	.indicadores-text {
		padding-left: 15px;
	}
}

@media (max-width: 1100px) {
	.subtitle {
		font-size: 35px;
		line-height: 1.29;
		margin-bottom: 30px;
	}

	.details-text {
		max-width: 300px;
	}
}

@media (max-width: 768px) {
	.details-text {
		max-width: 220px;
	}

	.details-text .m-30-bottom {
		margin-bottom: 25px;
	}
}

@media (max-width: 575px) {
	.bottom-text {
		text-align: center;
	}

	.mobile-title {
		width: 300px;
	}

	.text-container {
		padding-left: 15px;
	}

	.donate-text {
		text-align: center;
		max-width: 250px !important;
		margin: 0 auto;
	}

	.details-text {
		max-width: 100%;
	}

	.side-img {
		object-fit: cover;
	}

	.c-indicadores {
		background: none;
	}

	.subtitle {
		font-size: 28px;
		line-height: 1.25;
		margin-bottom: 20px;
	}

	.donate-title {
		font-size: 28px;
	}
}

/*********************************** DROPDOWN *********************************/

.dropdown-button {
	background-color: var(--aqua-marine-light);
	color: var(--white);
	padding: 12px 30px;
	border: none;
	box-shadow: none;
	width: 100%;
	max-width: 455px;
	height: 50px;
	position: relative;
	text-align: left;
}

.dropdown-button {
	padding-right: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dropdown-item.active,
.dropdown-item:active,
.btn-selected {
	background-color: var(--ice);
	color: var(--dusk);
}

.option-container {
	background-color: var(--white);
	color: var(--dusk);
	width: 455px;
	max-height: 0;
	opacity: 0;
	transition: all 0.3s ease;
	overflow: hidden;
}

.container {
	padding: 32px;
}

.container__title {
	font-size: 25px;
	font-weight: 600;
	margin: 16px;
	text-align: center;
}

.form {
	display: flex;
	align-items: center;
}

.selectbox {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: 455px;
	margin-bottom: 20px;
}

.selectbox--active .option-container {
	max-height: 260px;
	opacity: 1;
	overflow-y: scroll;
	scrollbar-width: none;
	border: solid 1px rgba(63, 61, 86, 0.1);
}

.selectbox--active .option-container::-webkit-scrollbar {
	width: 0px;
}

.selectbox__displayWord,
.option-container__option {
	cursor: pointer;
	user-select: none;
}

.selectbox__displayWord {
	position: relative;
	background-color: var(--aqua-marine);
	height: 50px;
}

.selectbox__displayWord::after {
	position: absolute;
	top: 50%;
	right: 16px;
	content: "";
	background: url("../img/icons/Vector.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
	color: #f5f6fa;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.selectbox--active .selectbox__displayWord::after {
	transform: translateY(-50%) rotateZ(180deg);
}

/* BOTÃO DROPDOWN DESABILITADO */

.selectbox__displayWord.disabled {
	background-color: var(--aqua-marine-light);
}

.selectbox--shake {
	animation: shake 0.3s forwards;
}

button.dropdown-item {
	border-bottom: solid 1px rgba(63, 61, 86, 0.1);
	color: var(--dusk);
	font-family: WorkSans-Regular;
	font-size: 12px;
	line-height: 1.67;
	padding: 15px 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.option-container {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 2;
}

.option__radio {
	display: none;
}

.option__label {
	cursor: pointer;
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

@media (min-width: 1200px) {
	.option-container {
		width: 455px;
	}

	.pl-xl-10 {
		padding-left: 10px;
	}
}

@media (max-width: 1100px) {
	.dropdown-button,
	.dropdown-menu.show,
	.option-container,
	.selectbox {
		max-width: 380px;
	}
}

@media (max-width: 575px) {
	.option-container {
		display: none;
	}

	.selectbox--active .option-container {
		display: block;
	}

	.dropdown-button {
		text-align: left;
	}

	.dropdown-button,
	.dropdown-menu.show,
	.option-container,
	.selectbox {
		max-width: 100%;
	}
}

.mailto-call-to-action {
	max-width: 455px;
}

/**********************POP-UP***********************************/
.cross-1 {
	width: 16px;
	height: 2px;
	background-color: var(--blue-violet);
	transform: rotate(135deg) translate(0px, 0px);
}

.cross-2 {
	width: 16px;
	height: 2px;
	background-color: var(--blue-violet);
	transform: rotate(-135deg) translate(1px, 2px);
}

.btn-disabled {
	cursor: not-allowed;
	pointer-events: none;
}

.bg-pos-left {
	background-position: 70%;
}

.bg-pos-right {
	background-position: 0%;
}
p.worksans-regular b,
p.worksans-regular strong {
	font-family: WorkSans-Bold;
}
