﻿html {
	height: 100%;
}

body {
	background: url(../img/fundo.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.conteudo {
	color: #5f5f5f;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 127, 198, 1) 17%, #00386b 92%);
	overflow: hidden;
}
.footer img {
	height: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.form-control.is-valid, .was-validated .form-control:valid {
	background-size: calc(.5em + .375rem) calc(.5em + .375rem);
	padding-right: calc(.5em + .75rem);
	background-position: right calc(.1875rem) center;
}

.omnes {
	font-family: Omnes;
}
.omnes-bold {
	font-family: OmnesSemibold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-text-fill-color: #495057;
	-webkit-box-shadow: 0 0 0px 1000px rgb(251 193 156) inset;
	transition: background-color 5000s ease-in-out 0s;
}

.form-control::placeholder {
	color: #fff;
}

.form-control:-ms-input-placeholder {
	color: #fff;
}

.form-control::-ms-input-placeholder {
	color: #fff;
}

.form-control:focus::placeholder {
	color: gray;
}

.form-check-input:checked {
	background-color: rgb(var(--bs-danger-rgb)) !important;
	border-color: rgb(var(--bs-danger-rgb)) !important;
}

.box {
	color: #fadc18;
	background: #D7061C;
	background: linear-gradient(180deg, rgba(215, 6, 28, 1) 0%, rgba(149, 19, 28, 1) 100%);
	border-radius: 10px;
	font-family: OmnesSemibold;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}

	.box span {
		font-family: Omnes;
		font-weight: normal;
	}

	.box.small {
		font-size: 0.65em;
		border-radius: 5px;
	}

@media (max-width: 767px) 
{
	body {
		background-size: 1920px;
	}
}