@charset "utf-8";
/* CSS Document */
/* barra de criação de elementos do controlador*/

/*.capsula input[type="text"]:not([class="validate"]), input[type="password"], input[type="number"], input[type="tel"]{
	width: 92vw!important;
	max-width: 360px!important;
	min-width: 200px!important;	
	border: solid 1px #C8C8C8!important;
	padding-left: 5px!important;
	border-radius: 3px!important;
	background:#fff!important;
	color:#222!important;
	z-index: 99999!important;
	margin: 2px!important
}  
button[type="submit"]{ 
   width: 100%!important;
   height: 60px!important;
   background: #00C478!important;
   color:#fff!important;
   border:0px!important;
}
button[type="submit"]:hover{ 
	box-shadow: none!important
}*/

.leff{
	justify-content: flex-start;
}.rigg{
	justify-content: flex-end;
}.cenn{
	justify-content: center;
}


.blackbord{
	
	height: 50px;
	background: transparent;
	border: solid 3px black;
	border-radius: 60px;
	margin: 5px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: all ease 0.2s;
	text-transform: uppercase;
	padding-left: 10px;	padding-right: 10px;
	color: #000;
	font-size: 13px;
	flex-wrap: nowrap;
	text-align: center
}.blackbord:hover{
	color:#fff!important;
	background: #000;
}
.whitebord{
	
	height: 50px;
	background: transparent;
	border: solid 3px white;
	border-radius: 60px;
	margin: 5px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: all ease 0.2s;
	text-transform: uppercase;
	padding-left: 10px;	padding-right: 10px;
	color: #fff;
	font-size: 13px;
	flex-wrap: nowrap;
	text-align: center
}.whitebord:hover{
	color:#222;
	background: #fff;
}
.btnblackp{
	
	height: 50px;
	background: #fff;
	border: solid 2px white;
	border-radius: 60px;
	margin: 5px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: all ease 0.2s;
	color:#222
}.btnblackp:hover{
	color:#fff;
	background: #222;
}

.btnland{
			width: 100%;
			min-width: 250px;
			max-width: 600px;
			height: 70px;
			
			transition: all ease 0.1s;
			text-transform: uppercase;
	
			font-size: 20px;
			display: flex;
			align-content: center;
			align-items: center;
			justify-content: center;
	        
	
	
		} .btnland:hover{
			margin-top: 1px;			
			border-bottom: 0px transparent solid;
			
		} 
.ctabranco{
	        background-color: #EBEBEB;
			border-bottom: 5px solid #00000057;	
			color:#222;
}
.ctapreto{
	
	        background-color: #1A1A1A;
			border-bottom: 5px solid #00000057;	
			color:#fff;
}
.ctavermelho{
	
	        background-color: #CF0003;
			border-bottom: 5px solid #00000057;	
			color:#fff;	
	
}
.ctaverde{
	
	        background-color: #00B346;
			border-bottom: 5px solid #00000057;	
			color:#fff;
}
.ctaazul{
	background-color: #006FC0;
	border-bottom: 5px solid #00000057;	
			color:#fff;
}
.ctalaranja{
	 background-color: #C85D00;
	 border-bottom: 5px solid #00000057;	
			color:#fff;
}
.ctarosa{
	 background-color: #FF00C6;
	 border-bottom: 5px solid #00000057;	
			color:#fff;
}

/*padrao para todos btn*/
.btncasejs{
	
	padding-left: 15%;
	padding-right: 15%;
	display: flex;
	align-content: center;
	align-items: center;
	
}

.btncasejs a{
	
	min-width: 120px!important;
	
}