body{
	font-family: 'Roboto Slab', serif;
}
.banner {
	background: url('../../img/bg-lp-sessao-n.jpg');
	padding: 25px 0;
}

.imglogo {
	max-width: 75px;
	margin-bottom: 15px;
	text-align: center;
}

.intro, .description {
	font-family: 'Roboto Slab', serif;
	color: #1f1203;
	font-weight: 400 !important;
	line-height: 20px;
	font-size: 16px;
}

.main-heading {
	font-family: 'Roboto Slab', serif;
	color: #594022;
	font-weight: 900 !important;
	font-size: 26px;
}
.main-heading span{
	color: #c09733;
}

.highlight {
	background: #fac94d;
}

.paddcell {
	background: #fff;
	backdrop-filter: blur(8px);
	padding: 40px;
	border-radius: 15px;
	border: 1px solid #c09733;
}

.form-heading {
	font-family: 'Roboto Slab', serif;
	color: #f7c74c;
	font-weight: 700;
	font-size: 23px;
	text-align: center;
}

.privacy-policy {
	font-size: 9px;
	color: #161616;
	text-align: center;
}

input{   
	background-color: #ffecec;
	font-family: 'Roboto Slab', serif;
	border-width: 0px 0px 0px 0px;
	width:100%;
	padding:10px 10px;
	margin-bottom:10px;
	color:#0f0e0e;
	border-radius:6px;
	font-weight:400;
	font-size: 16px;
}

textarea{   
	background-color: #ffecec;
	border-width: 0px 0px 0px 0px;
	width:100%;
	padding:10px 10px 20px 10px;
	margin-bottom:10px;
	color:#0f0e0e;
	border-radius:6px;
	font-weight:400;
	font-size: 16px;
}

select{   
	background-color: #ffecec;
	border-width: 0px 0px 0px 0px;
	width:100%;
	min-height: 40px;
	padding:10px 10px;
	margin-bottom:10px;
	color:#0f0e0e;
	border-radius:6px;
	font-weight:400;
	font-size: 16px;
}

button{   
	animation: pulse 1.50s infinite;
    background: linear-gradient(96deg, #00FFB2 19.86%, #00FF85 87.44%);
	border-width: 0px;
	width:100%;
	padding:15px 10px;
	margin-bottom:20px;
	border-radius:6px;
	font-weight:800;
	color:#000;
	font-size:22px;
}

.message {
	margin-bottom: 10px!important;
	padding: 7px!important;
	text-align: center!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
	border: 2px solid #cccccc!important;
	font-weight: 500!important;
}

.message.success {
	color: #36BA9B!important;
	border-color: #36BA9B!important;
}

.message.info {
	color: #39AED9!important;
	border-color: #39AED9!important;
}

.message.warning {
	color: #F5B946!important;
	border-color: #F5B946!important;
}

.message.error{
	color: #fff!important;
	border-color: #D94352!important;
	background: #D94352!important;
}

.ajax_load {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 82%);
	z-index: 99999;
}
.ajax_load_box {
	margin: auto;
	text-align: center;
	color: #fff;
	font-weight: var(--weight-bold);
}
.ajax_load_box_circle {
	margin: auto;
	width: 80px;
	height: 80px;
}
.ajax_load_box_title {
	margin-top: 15px;
	font-weight: var(--weight-strong);
	color:#fff;
}
a{cursor:pointer;}

@media screen and (max-width: 500px){
	input {
	    font-size: 14px!important;
	}
	textarea {
	    font-size: 14px!important;
	}
	select {
	    font-size: 14px!important;
	}
	.banner {
	    padding-top: 10px!important;
	}
	.imglogo{max-width: 70px!important;}
	.h1h{font-size: 24px!important}
}