@font-face {
	font-family: "Made Tommy";
	src: url("../fonts/made-tommy-bold.otf");
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans-extrabold.ttf");
}

@font-face {
	font-family: "Sofia Pro";
	src: url("../fonts/sofiapro-light.otf");
}

@media (min-width: 768px) {
	.md-center {
		float: right;
	}
}

.bg-gradient-green {
	background-image: linear-gradient(to right, #009c71, #3fd294);
}

.bg-gradient-blue {
	background-image: linear-gradient(to right, #001c26, #003b50);
}

.row-header {
	max-height: 200px;
	margin-top: 30px;
}

.text-msg-custom {
	padding-bottom: 15px;
	max-height: 350px;
}

.img-logo-header {
	max-height: 100px;
}

#estado,
#cidade {
	height: 30px;
	text-align-last: center;
}

.label-custom {
	max-width: 300px;
}

.row-custom {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0.5rem;
}

.row-custom-height {
	min-height: 250px;
}

.text-custom,
.text-custom:focus,
.text-custom:hover {
	background-color: #fff;
	color: black;
	border-color: #003b50;
}

.text-info-custom {
	color: #003b50;
	margin: 30px auto 30px auto;
}

.radio-custom {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
}

.input-custom {
	border: 3px solid #003b50;
	background: rgba(255, 255, 255, 0);
}

.sun-custom {
	max-width: 30px;
	max-height: 30px;
	margin-right: 10px;
}

.col-custom {
	margin: 0;
	padding: 0;
}

.img-custom {
	max-width: 109px;
	max-height: 169px;
	margin-bottom: 20px;
}

.btn-enviar {
	width: 300px;
	height: 60px;
	background-image: linear-gradient(to right, #009c71, #3fd294);
}

.btn-voltar {
	max-width: 250px;
}

.img-logo-footer {
	max-width: 150px;
	margin-bottom: 12px;
}

.col-footer-left {
	background-color: #003b50;
	height: 10px;
}

.col-footer-center {
	background-color: #009c71;
	height: 10px;
}

.col-footer-right {
	background-color: #58ecaf;
	height: 10px;
}

.arrow-custom {
	width: 25px;
}

.text-bold-custom {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

.text-bold-custom2 {
	font-family: "Made Tommy", sans-serif;
	font-weight: bold;
}

.size-custom {
	font-size: 17px;
}

@media (min-width: 992px) {
	.size-custom {
		font-size: 20px;
	}
}

.row-res-custom {
	color: #009c71;
	margin-top: 20px;
	margin-bottom: 20px;
	max-height: 300px;
	min-height: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 12px 2px #00000030;
}

.img-res-custom {
	max-height: 100px;
}

.img-res-custom-blue {
	max-height: 60px;
}

.text-color-blue {
	color: #003b50;
}

.text-color-green {
	color: #009c71;
}

.row-res-msg {
	padding: 20px;
}

.hide {
	display: none;
}

details {
	margin-top: 50px;
}

summary {
	list-style: none;
}

summary:after {
	content: url(../images/plus.png);
}

details[open] summary:after {
	content: url(../images/minus.png);
}

.developer-img {
	max-width: 150px;
}

.arrow {
	text-align: center;
	margin: auto;
	max-width: 4em;
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}

.shadow-custom {
	filter: drop-shadow(1px 3px 2px rgb(0 0 0 / 0.2));
}

.shadow-box-custom {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.map-custom {
	max-width: 250px;
	padding: 20px;
}

select {
	background-color: transparent;
}

.pulse:hover,
.pulse:focus {
	animation: pulse 1s;
	box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--hover);
	}
}

.pulse {
	--color: #009c71;
	--hover: #3fd294;
}

.w-fit {
	max-width: 400px;
}

.slidecontainer {
	width: 80%;
	max-width: 800px; /* Width of the outside container */
	min-width: 100px;
}

.slider {
	--sliderSize: 44px;
	-webkit-appearance: none;
	width: 79%;
	min-width: 100px;
	height: 5px;
	border-radius: 5px;
	background: #003b50;
	outline: none;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: var(--sliderSize);
	height: var(--sliderSize);
	border: 0;
	background-color: rgba(237, 243, 237, 0);
	background-size: contain;
	background-position: center;
	background-image: url("../images/raio.svg");
	background-repeat: no-repeat;
	cursor: pointer;
}

.box-size {
	width: 100px;
	border-color: #009c71;
}

.city-size {
	min-width: 300px;
}

.label-size {
	width: 80px;
	height: 32px;
	position: relative;
	top: -1px;
	background-color: #009c71;
	border-color: #009c71;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.text-shadow {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.center-img {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

.green-boxes {
	max-width: 1200px;
}

.btn-space {
	margin-top: 50px;
}

body {
	font-family: "Sofia Pro", sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: black;
	background-color: #fafafa;
	background-image: url("../images/foto_de_fundo_pequeno.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 992px) {
	body {
		background-image: url("../images/foto_de_fundo_grande.webp");
	}
}


.text-result{
	font-family: "Made Tommy", sans-serif;
	font-size: 1.5rem;
}

.fix-footer{
	min-height: calc(100vh - 289px);
}