body {
	color: #222222;
	overflow-x: hidden;
}
body p {
	font-family: 'Gilroy-Regular';
	font-size: 16px;
}

.img-fluid {
	display: block;
	max-width: 100%;
	height: auto;
}

/*Colors*/
.bg-blue {
	background-color: #00539f;
}

.bg-blue-gradient {
	background: linear-gradient(#0377e1, #00539f);
}

.bg-red-gradient {
	background: linear-gradient(#e70752, #cc0a2f);
}

.bg-gray-light {
	background-color: #f6f6f6;
}

.c-blue {
	color: #00539f;
}

.c-red {
	color: #cc092f;
}

.c-white {
	color: #fff;
}

.main-banner {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}

.main-banner h1 {
	font-family: 'Gilroy-Bold';
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}

.main-banner p {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}

.main-banner h3 {
	font-size: 24px;
	font-family: 'Gilroy-Bold';
	text-transform: uppercase;
}

.bar-menu{
	z-index: 10;
}

@media (min-width: 776px) {
	.bar-menu{
		display: none;
	}

	.show-mobile{
		display: none;
	}
}

.header-content{
	position: relative;
}

.bar-menu{
	width: 90%;
}

.nav-menu .item-menu{
	padding-bottom: 0;
}

@media (max-width: 776px) {
	.nav-menu {
		display: none;
	}
}
	

@media (max-width: 768px){
	.hide-medium{
		display: none;
	}

	.header-content{
		background-size: contain;
	}

	.header-content:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(#0478e3, #0478e3 25%, #015cad 50%, #01539f 75%,#0153a0);
		z-index: -1;
	}

	.main-banner {
		padding-top: 15px;
		padding-bottom: 0;
	}

	.main-banner h1 {
		font-size: 30px;
		text-align: center;
	}

	.main-banner p {
		text-align: center;
		font-size: 17px;
	}

	.main-banner h3 {
		margin-top: 455px;
		text-align: center;
		position: relative;
		margin-bottom: 25px;
	}
}

@media (min-width: 641px) and (max-width: 768px){
	.header-content{
		height: auto;
		background-position: center 0px !important;
	}
}

@media (min-width: 541px) and (max-width: 640px) {
	.hide-medium{
		display: none;
	}

	.main-banner {
		padding-top: 15px;
		padding-bottom: 0;
	}

	.header-content{
		height: auto;
		background-position: center 0px !important;
	}

	.header-content:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		
		background: linear-gradient(#0478e3, #0478e3 25%, #015cad 50%, #01539f 75%,#0153a0);
		
		z-index: -1;
	}

	.main-banner h3 {
		margin-top: 395px;
		margin-bottom: 20px;
	}
}

@media (min-width: 331px) and (max-width: 540px) {
	.hide-mobile{
		display: none;
	}

	.main-banner {
		padding-top: 15px;
		padding-bottom: 0;
	}

	.header-content{
		height: auto;
		background-position: center 0px !important;
	}

	.main-banner h3 {
		margin-top: 395px;
		margin-bottom: 20px;
	}
}

@media (min-width: 401px) and (max-width: 430px) {
	.header-content{
		background-position: center 65px !important;
	}
}

@media (min-width: 351px) and (max-width: 400px) {
	.header-content{
		background-position: center 80px !important;
	}
}

@media (max-width: 350px) {
	.hide-mobile{
		display: none;
	}

	.container-menu{
		top: -55px;
	}

	.header-content{
		height: auto;
		background-color: #0478e3; 
		background-repeat: no-repeat; 
		background-position: center 40px !important; /* 55 */
		
		overflow: visible;
		top: 55px;
		margin-bottom: 55px;
	}

	.main-banner {
		padding-top: 10px; /* 10 */
		padding-bottom: 0;
	}

	.main-banner h1{
		font-size: 26px;
		line-height: 1.1;
	}

	.main-banner h3{
		line-height: 1.1;
		font-size: 20px;
		margin-top: 305px;
		margin-bottom: 15px;
	}
}

.text-center{
	text-align: center;
}

.text-uppercase{
	text-transform: uppercase;
}



/*Titles*/
h1.gilroy-bold,
h2.gilroy-bold,
h3.gilroy-bold,
h4.gilroy-bold {
	font-family: 'Gilroy-Bold';
}

.box-slider-premios {
	text-align: center;
	font-family: 'Gilroy-Bold';
	text-transform: uppercase;
}

.box-slider-premios .header {
	color: #00539f;
	font-size: 23px;
	margin-bottom: 0;
}

.box-slider-premios .title {
	color: #00539f;
	font-size: 60px;
	margin: 0;
}

.box-slider-premios .date {
	color: #00539f;
	font-size: 23px;
	margin-top: 0;
}

.box-slider-premios .legend {
	color: #cc0d32;
	font-size: 14px;
	display: block;
}

.box-blue {
	background-color: #00539f;
	padding: 30px 40px;
	color: #fff;
	border-radius: 20px;
}

.slick-dots {
	bottom: 0;
}

.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev:after {
  content: "\f053";
  color: #00539f;
  font-size: 30px;
}

.slick-next:before {
  content: "\f054";
  color: #00539f;
  font-size: 30px;
}
.slick-dots li {
	margin: 0 2px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: solid 2px #00539f;
    border-radius: 50%;
}

.slick-dots li button:before {
	content: none;
}

.slick-dots li.slick-active button {
	background-color: #00539f;
}

.box-slider-ganhadores {
	text-align: center;
	font-family: 'Gilroy-Bold';
	/*text-transform: uppercase;*/
}

.box-slider-ganhadores .header {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.box-slider-ganhadores .title {
	color: #fff;
	font-size: 23px;
	margin: 0;
	text-transform: uppercase;
}

.box-slider-ganhadores img {
	margin-bottom: 10px;
	margin-top: 10px;
}

.box-slider-ganhadores .date {
	color: #fff;
	font-size: 23px;
	margin-top: 0;
}

.box-slider-ganhadores .legend {
	color: #fff;
	font-size: 18px;
	display: block;
	font-family: 'Gilroy-Regular';
}

.box-slider-ganhadores .legend strong {
	display: block;
}

.slider-ganhadores .slick-dots {
	bottom: 0;
}

@media (max-width: 776px) {
	.slider-ganhadores .slick-prev{
		left: 0;
	}
	.slider-ganhadores .slick-next{
		right:0;
	}
}

.slider-ganhadores .slick-prev,
.slider-ganhadores .slick-next,
.slider-ganhadores .slick-prev:before,
.slider-ganhadores .slick-next:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slider-ganhadores .slick-prev:after {
  content: "\f053";
  color: #fff;
  font-size: 30px;
}

.slider-ganhadores .slick-next:before {
  content: "\f054";
  color: #fff;
  font-size: 30px;
}

.slider-ganhadores .slick-dots li{
	margin: 0 2px;
}

.slider-ganhadores .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border: solid 2px #fff;
    border-radius: 50%;
}

.slider-ganhadores .slick-dots li button:before {
	content: none;
}

.slick-prev:before {
	content: none;
}

.slider-ganhadores .slick-dots li.slick-active button {
	background-color: #fff;
}

.button-blue,
.button-red {
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
	padding: 20px 40px;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
}

.button-blue{
	background-color: #00539f;
}

.button-red{
	background-color: #cc092f;
}

.button-blue:hover,
.button-red:hover {
	color: #fff;
	text-decoration: none;
}

button.button-blue,
button.button-red {
	background-color: #00539f;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
	padding: 20px 40px;
	border-radius: 30px;
	display: inline-block;
	border: none;

	min-width: 255px;
}

button.button-blue {
	background-color: #00539f;
}


button.button-red {
	background-color: #cc092f;
}

.panel {
	border: none;
	box-shadow: none;
	border: none;
	box-shadow: none;
	border-bottom: solid 1px #c0c0c0;
	border-radius: 0;
}

.panel-group .panel {
	border-radius: 0;
	margin-top: 0;
}

.panel-default>.panel-heading {
	background-color: transparent;
    border: none;
    padding:25px 0px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #c0c0c0;
    padding: 35px 0;
}

.custom-panel-title {
	background-color: transparent;
    border: none;

}

.custom-panel-title a {
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
	font-size: 18px;
	display: block;
	text-decoration: none;
	position: relative;

	padding-right: 30px;
}

.custom-panel-title a:after {
	content: "";
	position: absolute;
	right:0;
	top: 50%;
	margin-top: -1.5px;
	width: 20px;
	height: 3px;
	border: 1px solid #000;
	background: #000;
	z-index: 2;
}

.custom-panel-title a.collapsed:before {
	content: "";
	position: absolute;
	right:0;
	top: 50%;
	margin-top: -10px;
	margin-right: 8px;
	width: 3px;
	height: 20px;
	border: 1px solid #000;
	background: #000;
	z-index: 2;
}

.custom-panel-title a:hover {
	color: #222222;
}

.panel-body {
	font-size: 18px;
	font-family: 'Gilroy-Regular';
}

.panel-body table {
	text-align: center;
}

.panel-body th {
	vertical-align: middle !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Gilroy-Bold';
}

.form {

}

.form input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	font-family: 'Gilroy-Bold';
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #ad083f;

	box-shadow: inset 0 1px 2px rgba(0,0,0,.35	);

	text-align: center;
	font-size: 30px;
	color: #e70752;
}

.form input:focus{
	outline: 0;
}

/*HELPERS*/
.m-0-auto {
	margin: 0 auto;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.f-20 {
	font-size: 20px;
}

.f-34 {
	font-size: 34px;
}

.f-40 {
	font-size: 40px;
}

.mainBanner h1{
    margin-top: 0;
    margin-bottom: 0;
}

#listaVencedores{
	margin-top: 20px
}

#vencedores .box-col1 .box-premio-house,
#vencedores .box-col1 .box-premio-car,
#vencedores .box-col2 .box-premio-house,
#vencedores .box-col2 .box-premio-car{
	height: auto;
    margin-bottom: 60px;
}

.premios-wrappers:after{
    display: table;
    content:  " ";
    clear: both;
}


.show-for-small{
	display: none;
}

@media only screen and (max-width: 760px) {
	.show-for-small{
		display: inline-block;
		margin-top: 10px;
	}

	.hide-for-mobile,
	.hide-for-mobile:before{
		display: none !important;
	}

	/* Force table to not be like tables anymore */
	.table-responsive table, 
	.table-responsive thead, 
	.table-responsive tbody, 
	.table-responsive th, 
	.table-responsive td, 
	.table-responsive tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-responsive tr { border: 1px solid #ccc; }
	
	.table-responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 

		display: flex;
		align-items: center;
		justify-content: center;
		height: 65px;
	}
	
	.table-responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.table-responsive td:nth-of-type(1):before { content: "Período de realização \A das transações"; white-space: pre;}
	.table-responsive td:nth-of-type(2):before { content: "Data da Extração"; }
	.table-responsive td:nth-of-type(3):before { content: "Prêmio certificado \A de Ouro de R$"; white-space: pre;}
	.table-responsive td:nth-of-type(4):before { content:  "Prêmio certificado \A de Ouro de R$"; white-space: pre;}

}

div.holderFixed{
	z-index: 20;
}

.novo-menu{
	padding: 15px  ;
	position: relative;
	z-index: 20;
	min-height: 50px;
}

@media (min-width: 776px) {
	.novo-menu{
		display: none;
	}
}

.novo-menu.on{
	background: linear-gradient(#0b76dd, #006bca 25%, #015cad 50%, #01539f 75%,#0153a0);
}

.novo-menu .botao-burguer {
	width: 30px;
	height: 4px;
	background-color: #cc092f;
	display: block !important;
	position: absolute !important;
	top: 50%;
	margin-top: -2px;
}

.novo-menu .botao-burguer:before, 
.novo-menu .botao-burguer:after {
	content: "";
	width: inherit;
	height: inherit;
	display: block;
	background-color: #cc092f;
}

.novo-menu .botao-burguer:before {
	margin-top: -8px;
}

.novo-menu .botao-burguer:after {
	margin-top: 12px;
}

.novo-menu .botao-bar{
	position: relative;
	z-index: 8;
	display: block;
	width: 30px;
	height: 20px;
}

.novo-menu .botao-bar.fechar{
	display: none;
	top: 10px;
}

.novo-menu .contents{
	opacity: 0;
	margin-top: -50px;

	-webkit-transition: opacity ease-out .2s;
	-moz-transition: opacity ease-out .2s;
	-ms-transition: opacity ease-out .2s;
	-o-transition: opacity ease-out .2s;
	transition: opacity ease-out .2s;

	pointer-events: none;
	height: 0;
	position: relative;
	z-index: 5;

}

.novo-menu .contents.on{
	opacity: 1;
	pointer-events: all;
	height: 100%;
}

.novo-menu .item-menu {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.5625em;
    margin-top: 32px;
    margin-bottom: 32px;
}