@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,500;0,700;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
	font-family: 'Palmore';
	src: url('../fontes/PalmoreBold.woff2') format('woff2'),
		url('../fontes/PalmoreBold.woff') format('woff'),
		url('../fontes/PalmoreBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Spectral', serif;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Palmore', serif;
}

h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

i {
	margin-top: 5px;
}

label {
	margin: 0.5rem 0 0 0;
}

hr {
	border-top: 2px solid #282123;
}

iframe {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none;
}

input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

p {
	margin-bottom: 0.5rem;
}

*,
::before,
::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.home {
	height: 100vh;
	position: relative;
}

video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-content {
	position: relative;
	color: #e1ddd3;
	text-align: center;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.home-content h1 {
	font-family: 'Palmore', serif;
	text-transform: uppercase;
	font-size: 70px;
	color: #e1ddd3;
}

.logo-topo {
	width: 450px;
	color: #e1ddd3;
}

.scroll-icon {
	margin-top: 100px;
}

#topo {
	background-color: #e1ddd3;
	background-image: url('../img/aleatoria-section-1-imagem.jpg');
	background-size: auto 100%;
	background-position: -250px center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}

.container-topo {
	text-align: left;
	padding: 75px 0;
}

.container-topo p {
	font-size: 17px;
}

.container-topo .titulo {
	width: 400px;
	margin-bottom: 10px;
}

.container-topo .assinatura {
	width: 250px;
}

.elementor-shape[data-negative='false'].elementor-shape-bottom,
.elementor-shape[data-negative='true'].elementor-shape-top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.elementor-shape-bottom {
	bottom: -1px;
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

.elementor-shape-bottom:not([data-negative='true']) svg {
	z-index: -1;
}

.elementor-shape svg {
	display: block;
	width: calc(140% + 1.3px);
	height: 13px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.logo {
	width: 270px;
}

#formulario {
	background-color: #ad8a64;
	color: #e1ddd3;
	width: 100%;
	position: relative;
	padding: 10px 0 100px 0;
}

#formulario input,
select,
label,
button {
	margin-top: 5px;
	font-family: 'Spectral', serif !important;
	font-weight: 100;
}

.formulario-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formulario-texto {
	width: 50%;
	text-align: center;
}

.form-check-input {
	margin-top: 10px !important;
}

.button {
	background-color: #282123;
	color: #e1ddd3;
	font-family: 'Palmore', serif !important;
	text-transform: uppercase;
	border: none;
	font-size: 25px;
	font-weight: bold;
	margin-right: 5px;
	width: 100%;
	margin: 25px 0;
}

.button:hover {
	background-color: #c5a06d;
	color: #e1ddd3;
}

.error {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

#video {
	background-color: #282123;
	background-image: url('../img/aleatoria-section-3-back.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #e1ddd3;
	width: 100%;
	position: relative;
	padding: 75px 0;
	margin-top: -15px;
}

#video .titulo {
	margin-bottom: 20px;
}

#video span {
	color: #c5a06d;
	font-weight: bold;
}

#video hr {
	border-top: 1px solid #e1ddd3;
	margin: 20px 0;
}

.social i {
	font-size: 30px;
}

.social a {
	color: #000;
}

#localizacao {
	width: 100%;
}

#localizacao iframe {
	height: 600px;
}

#rodape {
	background-color: #282123;
	color: #e1ddd3;
	width: 100%;
	position: relative;
	padding: 50px 0;
}

#rodape p {
	font-size: 13px;
	font-weight: normal;
	margin-top: 15px;
}

#rodape img {
	width: 400px;
}

#rodape a {
	color: #e1ddd3;
	text-decoration: underline;
}

.logo-rodape {
	width: 100px;
}

.mx-icon-calendar,
.mx-icon-clear {
	top: 35% !important;
}

.form-control.is-invalid {
	background-image: none !important;
}

.mx-datepicker {
	width: 100% !important;
}

.card {
	background-color: #1f1f1f;
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-12-21 17:17:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-12-24 10:26:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media (max-width: 1620px) {
	#topo {
		background-position: -350px center;
	}
}

@media (max-width: 1440px) {
	#topo {
		background-position: -450px center;
	}
}

@media (max-width: 1390px) {
	#video {
		background-image: none;
	}
}

@media (max-width: 1245px) {
	#topo {
		background-position: -550px center;
	}
}

@media (max-width: 1190px) {
	#topo {
		background-position: -650px center;
	}
}

@media (max-width: 995px) {
	#topo {
		background-position: -750px center;
	}
}

@media (max-width: 960px) {
	.sessao-2 {
		background-color: rgba(227, 222, 216, 0.9);
		padding: 25px;
	}
}

@media (max-width: 761px) {
	.col-md-4 {
		margin-top: 25px;
	}
}

@media (max-width: 761px) {
	#formulario .col-md-4 {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.logo-topo {
		width: 350px;
	}
	.home-content h1 {
		font-size: 50px;
	}
	.scroll-icon {
		margin-top: 150px;
	}
	.formulario-texto {
		width: 100%;
	}

	#video .titulo {
	margin: 20px 0;
	}

	#video {
		background-image: url('../img/aleatoria-section-3-vert.png');
		background-position: center top;
	}
}

.stepwizard-step p {
	margin-top: 10px;
}

.stepwizard-row {
	display: table-row;
}

.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}

.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: ' ';
	width: 100%;
	height: 1px;
	background-color: #e1ddd3;
}

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	background-color: #e1ddd3;
}

.enabled {
	background-color: #282123;
}

.btn-success {
    color: #e1ddd3;
    background-color: #282123;
    border-color: #282123;
}

.btn-success:hover {
	background-color: #c5a06d;
	border-color: #c5a06d;
}