@charset "utf-8";
/* CSS Document */

html, body {
    font-family: 'Ubuntu' !important;
	margin: 0px;
	height:100%;
}

/* TELA 1199PX > PRA CIMA - MOBILE*/
@media only screen and (max-width: 1199px) {
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}

}

.lo{
	max-width: 350px;
	width:100%;
}

.bam{
	width: 100%;
}

.nove{
	width: 90%;
}

.set{
	width: 70%;
}

.branco{
	font-size: calc(.6em + .6vw);
	color: #fff;
	font-weight: bold;
	padding: 20px 80px;
	border: 2px solid #fff;
	border-radius: 40px;
}
.branco:hover{
	background-color:#fff;
	color: #32009A;
	text-decoration: none;
}

.obotaom{
	background-color:#00C1F2;
	font-size: calc(1em + 1vw);
	color: #191919;
	font-weight: bold;
	padding: 25px 20px;
	border-radius: 30px;
}

.obotao{
	background-color:#1CB4B6;
	font-size: calc(.6em + .6vw);
	color: #191919;
	font-weight: bold;
	padding: 30px 80px;
	border-radius: 40px;
}
.obotao:hover{
	background-color:#0090b5;
	color: #fff;
	text-decoration: none;
}

.input{
	font-size: calc(1em + 1vw);
	width: 90%;
	padding: 15px 15px;
	margin-bottom: 20px;
	border: 1px solid #0558A9;
	color: #282828;
	background-color: #fff;
	font-weight: 500;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.submitm {
    font-size: calc(1.6em + 1.6vw);
    color: #fff;
    background-color: #1CB4B6;
    border: none;
	padding: 3% 12%;
	border-radius: 10px;
	font-weight: bold;
	width: 90;
}


.cinza{
	background-color: #300984;
	color: #fff;
	font-size: calc(.6em + .6vw);
	padding: 20px 10px;
}

.copym{
	color: #fff;

}

/* TELA 1200PX > PRA CIMA - DESKTOP*/
@media only screen and (min-width: 1200px) {
	.mobile{
		display: none;
	}
	.desktop{
		display: block;
	}

}


.bann{
	background-image: url(../img/bann.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	height: 95vh;
}

.ban{
	background-image: url(../img/ban.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
}

.cobe{
	width: 22%;
	margin-top: 15%;
	float:right;
	margin-right: 11%;
}

.cob{
	width: 100%;
	padding: 30px 0px;
	border-radius:8px
}

.brancow{


}

.inputs{
	font-size: calc(.5em + .6vw);
	width: 90%;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 0px;
	color: #282828;
	background-color: #EEF6FD;
	font-weight: 500;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.submit {
    font-size: calc(.6em + .6vw);
    color: #fff;
    background-color:#1CB4B6;
    border: none;
	padding: 20px 10px;
	border-radius: 8px;
	font-weight: bold;
	width: 90%;
	margin-top:15px;
}

.copy{
	float:right;
	margin-right: 5%;
}



/* TELA 1199PX > PRA CIMA - MOBILE*/
@media only screen and (max-width: 1199px) {

.lgpd{
	display: none !important;
}


.lgpdm{
	padding: 10px;
	background-color: #282828;
	font-size: calc(.8em + .8vw);
	color: #fff;
	position:fixed;
	bottom: 0px;
	width: 100%;
	z-index: 99999;
	border-radius: 10px 10px 0px 0px;
}

.politica{
	padding: 1% 2%;
	background-color: #ffffffde;
	border-radius: 20px;
	border: 1px solid #999;
	font-size: calc(1em + 1vw);
	width: 95%;
}

.tp{
	color: #000;
	padding: 2%;
	background-color: #fff;
}

.pol{
	color: #fff;
	text-decoration: underline;
}

.pol:hover{
	color: #fff;
	font-weight: bold;
}

.btna{
	padding: 5px 8px;
	background-color: #FFFF00;
	border-radius: 5px;
	color: #000;
}

.btna:hover{
	background-color: #E1E100;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.b{
	font-weight: bold;
	color: red;
}

.bank{
	top: 1%;
	z-index: 999;
	position:absolute;
}

#bank {display:none;}
#btn-bk {display:none;}

}


/* TELA 1200PX > PRA CIMA - DESKTOP*/
@media only screen and (min-width: 1200px) {

.lgpdm{
	display: none;
}
#motivo{
	display: none !important;
}

#whm{
	display: none !important;
}

.promobile{
	display: none !important;
}

.lgpd{
	position:fixed;
	width: 100%;
	z-index: 99999;
	bottom: 5px;
}

.lei{
	padding: 20px 0px 20px;
	background-color: #000;
	font-size: calc(.4em + .4vw);
	color: #fff;
	border-radius: 10px;
	width: 60%;

}

.lei:hover {
    background-color: #282828;
}

.politica{
	padding: 1% 2%;
	background-color: #ffffffde;
	border-radius: 20px;
	border: 1px solid #999;
	font-size: calc(.4em + .4vw);
	width: 95%;
}

.tp{
	color: #000;
	padding: 2%;
	background-color: #fff;
}

.pol{
	color: #fff;
	text-decoration: underline;
}

.pol:hover{
	color: #fff;
	font-weight: bold;
}

.btna{
	padding: 2px 10px;
	background-color: #FFFF00;
	border-radius: 5px;
	color: #000;
}

.btna:hover{
	background-color: #E1E100;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.b{
	font-weight: bold;
	color: red;
}

.bank{
	top: 1%;
	z-index: 999;
	position:absolute;
}

#bank {display:none;}
#btn-bk {display:none;}

}
