@font-face {
	font-family: "urbanist_bold_italic";
	src: url("fonts/urbanist_extra_bold_italic.ttf") format("truetype");
}

@font-face {
	font-family: "urbanist";
	src: url("fonts/urbanist_regular.ttf") format("truetype");
}

a, a:hover, a:active, a:visited, a:link {
	color: #D4D4D4;
}

a:hover, a:active, a:visited, a:link {
	text-decoration: none;
}

body, td, th {
	font-family: "urbanist_bold_italic" !important;
}

body {
	background-color: #D4D4D4;
	background-repeat: no-repeat;
	color: #494949;
	margin: -21px 0;
}

.logo {
	background-color: #1365B7;
	float: left;
	height: 70px;
	padding-left: 45px;
	display: flex;
	align-items: center;
	width: auto;
}

.img-clover {
	width: 60px;
	height: auto;
	vertical-align: middle;
}

.app_name {
	color: #1365B7;
	font-size: 28px;
	font-family: "urbanist_bold_italic" !important;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	line-height: 1;
	display: flex;
	align-items: center;
	height: 70px;
}

.head {
	width: 100%;
	background-color: #D4D4D4;
	overflow: hidden;
	height: 70px;
}

.menu {
	color: #494949;
	float: right;
	font-size: 12pt;
	margin-right: 20px;
	margin-top: 40px;
	background-color: transparent;
}

.menu-float {
	background-color: #D4D4D4;
	color: #494949;
	display: none;
	float: left;
	font-size: 15px;
	height: 25px;
	margin-top: 0px;
	min-width: 800px;
	padding-top: 7px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.submenu-float-aligner {
	position: relative;
	text-align: center;
}

.submenu-float {
	float: left;
	position: relative;
	text-align: center;
	width: 30px;
}

.submenu-float-buttons {
	float: left;
	padding-top: 1px;
	position: relative;
	width: 300px;
}

.botao-menu {
	margin-left: 10px;
	color: #494949 !important;
}

.bg_benefits {
	-webkit-box-shadow: inset 0px 2px 10px 0px rgba(163, 163, 163, 0.45);
	-moz-box-shadow: inset 0px 2px 10px 0px rgba(163, 163, 163, 0.45);
	box-shadow: inset 0px 2px 10px 0px rgba(163, 163, 163, 0.45);
	background-color: #FAFAFA;
	background-image: url("../img/benefits/benefits.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 550px;
	overflow: hidden;
	padding-top: 40px;
	width: 100%;
}

.div-box-benefits-organizer-line {
	overflow: hidden;
	width: 60%;
}

.div-box-benefits {
	background-image: url("../img/benefits/retang_result.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	float: left;
	max-width: 265px;
	min-height: 260px;
	text-align: center;
	width: 33%;
}

.bg_download {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(163, 163, 163, 0.4);
	-moz-box-shadow: 0px 0px 15px 5px rgba(163, 163, 163, 0.4);
	box-shadow: 0px 0px 15px 5px rgba(163, 163, 163, 0.4);
	background-color: #A3A3A3;
	float: left;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}

.bg_contato {
	-webkit-box-shadow: inset 0px 8px 15px 0px rgba(163, 163, 163, 0.45);
	-moz-box-shadow: inset 0px 8px 15px 0px rgba(163, 163, 163, 0.45);
	box-shadow: inset 0px 8px 15px 0px rgba(163, 163, 163, 0.45);
	background-color: #FAFAFA;
	float: left;
	height: auto;
	padding-top: 40px;
	padding-bottom: 150px;
	width: 100%;
}

.div-box {
	padding-top: 0;
}

.text-title {
	cursor: default;
	font-size: 36px;
}

.text-body {
	cursor: default;
	font-size: 16px;
	font-family: "urbanist_regular" !important;
	margin-top: 20px;
}

.text-body-loteria {
	cursor: default;
	font-size: 16px;
	font-family: "urbanist_regular" !important;
	margin-top: 0px;
}

.img-android-down {
	width: 280px;
}

.img-ios-down {
	padding: 12px;
	width: 250px;
}

.scroll-up {
	background-image: url(../img/btn_scroll_up.png);
	bottom: 20px;
	display: none;
	height: 40px;
	opacity: 0.7;
	position: fixed;
	right: 20px;
	width: 40px;
	z-index: 100;
}

.button {
	background-color: #070707;
	border: none;
	color: white;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
  }

  .btn12px {border-radius: 12px;}

  .image {
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
	width: 200px;
  }

  .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
  }

  .container {
	position: relative;
	width: 20%;
  }

  .container:hover .image {
	opacity: 0.3;
  }
  
  .container:hover .middle {
	opacity: 1;
  }

  .text {
	background-color: #aa1d04;
	color: white;
	font-size: 16px;
	padding: 16px 16px;
  }

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
	.logo {
		padding-left: 20px;
		height: 70px;
		min-height: 70px;
	}
	
	.head {
		height: 60px;
		min-height: 60px;
	}
	
	.img-clover {
		width: 45px;
		margin-right: 10px;
	}
	
	.app_name {
		font-size: 18px;
		height: 70px;
	}
	
	.menu {
		display: none;
	}
}

@media (max-width: 480px) {
	.logo {
		padding-left: 10px;
		height: 60px;
		min-height: 60px;
		padding-right: 5px;
	}
	
	.head {
		height: 60px;
		min-height: 60px;
	}
	
	.img-clover {
		width: 40px;
		margin-right: 8px;
	}
	
	.app_name {
		font-size: 24px;
		height: 60px;
		margin-left: 5px;
	}
}

@media (max-width: 375px) {
	.logo {
		padding-left: 8px;
		height: 55px;
		min-height: 55px;
		padding-right: 5px;
	}
	
	.head {
		height: 55px;
		min-height: 55px;
	}
	
	.img-clover {
		width: 35px;
		margin-right: 6px;
	}
	
	.app_name {
		font-size: 20px;
		height: 55px;
		margin-left: 3px;
	}
}