.captcha {
	width: 304px;
	height: 78px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.div-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url(../images/loading.gif) center no-repeat #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.red {
	color: red;
}

#message {
	display: none;
	background: #f1f1f1;
	position: relative;
	padding: 20px;
	margin-top: 10px;
}

	#message p {
		padding: 5px 15px;
	}

.valid {
	color: green;
}

	.valid:before {
		position: relative;
		left: -15px;
		/*content: "✔";*/
		content: '\2714';
	}

.invalid {
	color: red;
}

	.invalid:before {
		position: relative;
		left: -15px;
		/*content: "✖";*/
		/*content: '\2716';*/
		content: '\2718';
	}

.linha_alternada {
	background-color: #f8f7ee;
	border: 0;
}

/*.form-control {
	height: 34px !important;
	padding: 6px 12px !important;
}*/

.table_head_left {
	vertical-align: bottom;
	border-bottom: 0px solid #ddd;
	background-color: #75bb8f;
	color: #FFF;
	text-align: left;
}

.table_item_left {
	vertical-align: bottom;
	text-align: left;
}

.table_head_center {
	vertical-align: bottom;
	border-bottom: 0px solid #ddd;
	background-color: #75bb8f;
	color: #FFF;
	text-align: center;
}

.table_item_center {
	vertical-align: bottom;
	text-align: center;
}

.table_head_right {
	vertical-align: bottom;
	border-bottom: 0px solid #ddd;
	background-color: #75bb8f;
	color: #FFF;
	text-align: right;
}

.table_item_right {
	vertical-align: bottom;
	text-align: right;
}

.categoria_amarelo {
	color: #E1E431;
}

.categoria_azul {
	color: #75bb8f;
}


.toUpper {
	text-transform: uppercase;
}

.toLower {
	text-transform: lowercase;
}

.al_msgLogin {
	color: orangered;
	font-weight:bold;
}

.link-regulamento {
	color: #75bb8f;
	font-weight: 500;
	text-decoration: none;
}

	.link-regulamento:hover {
		color: #a0d8b5;
		font-weight: 500;
		text-decoration: underline;
	}

.Aguarde {
	color:darkblue;
	font-size:40px;
}

.ico_question {
	top: 4px;
	outline: none !important;
	border: none !important;
	color: #75bb8f;
}

.laranja_table {
	background-color: #FFC369 !important;
}

.link_question {
	outline: none !important;
	border: none !important;
	cursor: pointer;
}

.popover {
	background-color: #75bb8f;
	font-size:13px;
}

h3.popover-title {
	font-size: 18px;
	font-weight: bold;
}

.popover-title {
	background-color: #fff;
	color: #30578b;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

/*genereta filter: https://codepen.io/sosuke/pen/Pjoqqp*/

.status_equipe {
	width: 26px;
	filter: invert(47%) sepia(1%) saturate(504%) hue-rotate(16deg) brightness(93%) contrast(93%);
}

.table-hover > tbody > tr:hover .status_equipe {
	width: 26px;
	filter: invert(37%) sepia(100%) saturate(3560%) hue-rotate(224deg) brightness(99%) contrast(104%);
}


.table_font13 {
	font-size: 13px;
}

.th_laranja {
	background-color: #FFC369 !important;
}

.th_rodape2 {
	background-color: #3F3A3A !important;
	border: 1px solid #3f3a3a !important;
}

.points {
	text-align: right;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #F5F5F5 !important;
}

.table-hover > tbody > tr:hover {
	background-color: #c30079 !important;
	color: #fff !important;
}

.tr_selecao {
	background-color: #c30079 !important;
	color: #fff !important;
}

.tr_nao_selecao {
	/*background-color: #F5F5F5 !important;	*/
	/*border-top: 1px solid red !important;*/
	/*color: #000 !important;*/
}

.pagination > li > a, .pagination > li > span {
	color: #c30079 !important;
	text-decoration: none !important;
	background-color: #fff !important;
	border: 1px solid #ddd !important;
}

	.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
		z-index: 2 !important;
		color: #fff !important;
		background-color: #c30079 !important;
		border-color: #c30079;
	}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3 !important;
	color: #fff !important;
	cursor: default !important;
	background-color: #c30079 !important;
	border-color: #ddd !important;
}

.link_cursor {
	cursor: pointer;
}

.link_cursor:hover {
	cursor: pointer;
}

/*Cookie Consent Begin*/
#cookieConsent {
	background-color: rgba(20,20,20,0.8);
	min-height: 90px;
	font-size: 16px;
	color: #ccc;
	line-height: 20px;
	padding: 30px 0 8px 30px;
	font-family: "Trebuchet MS", Helvetica,sans-serif;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
	text-align: center;
}

#cookieConsent a {
	color: #4B8EE7;
	text-decoration: none;
}

#closeCookieConsent {
	display: inline-block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: -15px 0 0 0;
	font-weight: bold;
}

#closeCookieConsent:hover {
	color: #FFF;
}

#cookieConsent a.cookieConsentOK {
	background-color: #4B8EE7;
	color: white;
	display: inline-block;
	border-radius: 5px;
	padding: 0 20px;
	cursor: pointer;
	margin: 0 60px 0 10px;
	transition: background-color 650ms;
}

#cookieConsent a.cookieConsentOK:hover {
	background-color: #3e75bd;
}
/*Cookie Consent End*/

/*Carousel Blog Ini*/

/*#owl-blog .item {*/
	/*background: #000;*/
	/*padding: 10px 0px;
	margin: 3px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}*/

/*#owl-blog {
	width: 800px;
}*/

.imgProdutoDetalhe {
	width: 100%;
}

.item-produtos {
	width: 100%;
	text-align: center;
	border: solid;
	border-width: 1px;
	border-color:#efefef;
}

.owl-blog .item {	
	width:100%;
	text-align: center;
}

.carousel-control-custom {
	position: absolute;
	top: 85px;
	bottom: 0px;	
	font-size: 30px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-left {
	left: 50px !important;
}

.carousel-right {
	right: 50px !important;
}

/*Carousel Blog End*/

.carousel-control {
	filter: alpha(opacity=10) !important;
	opacity: 0.10 !important;
}

.carousel-control:hover,
.carousel-control:focus {
	filter: alpha(opacity=20) !important;
	opacity: 0.2 !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.campo-carrinho {
	width:50px !important;
	text-align:center !important;
	font-weight: 600 !important;
}

.color-faq {
	font-size: 19px !important;
	color: #5d5d5d !important;
}

element.style {
	font-size: 19px !important;
	color: #5d5d5d !important;
}

body {
	background-color: #ECECEC !important;
}