@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body,td,th {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5e5e5e;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
a:link {
	color:#0C3561; text-decoration:none;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
a:visited {
	color:#0C3561; text-decoration:none;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
a:active {
	color:#0C3561; text-decoration:none;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
a:hover {
	color:#5e5e5e; text-decoration:none;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.header-wrapper {
	width: 100%;
	height: 530px;
	background-image: url(img/topo-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.top-wrapper {
	width: 100%;
	height: 30px;
	background-color: #151515;
	position: relative;
}
.top-wrapper .top-container {
	position: absolute;
	width: 1008px;
	height: 30px;
	left: 50%;
	top: 0px;
	margin-left: -504px;
}
.top-wrapper .left {
	height: 30px;
	float: left;
	line-height: 30px;
}
.top-wrapper .left i {
	line-height: 30px;
	font-size: 20px;
	margin-right: 6px;
	color: #5e5e5e;
}
.top-wrapper .left span {
	line-height: 30px;
	font-size: 9px;
	color: #fff;
	height: 30px;
	display: inline-flex;
	margin-right: 30px;
}
.top-wrapper .left span:last-child {
	margin-right: 0px;
}
.top-wrapper .right {
	height: 30px;
	float: right;
}
.top-wrapper .right img {
	margin-top: 5px;
}
.menu-container {
	position: relative;
	width: 1008px;
	height: 100px;
	left: 50%;
	top: 30px;
	margin-left: -504px;
}
.menu-container .logo {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 230px;
	height: 86px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu-container .logo span {
	display: block;
	width: 100%;
	height: 100%;
}
.menu-container .menu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 778px;
	height: 100px;
	/*overflow: hidden;*/
	text-align: right;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: 'bebas_neueregular';
	font-size: 20px;
	
}
.menu ul li {
	display: inline;
	text-transform: uppercase;
	line-height: 100px;
	height: 100px;
}
.menu ul a:link, .menu ul a:visited, .menu ul a:active {
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	margin-right: 0px;
	padding: 0px 5px 0px 5px;
	border-top: 3px solid transparent;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.menu ul a:last-child {
	margin-right: 0px;
}
.menu ul a:hover {
	color: #FFD117;
	background-color: rgba(0,0,0,0.05);
	border-top: 3px solid #FFD117;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.active {
	color: #FFD117 !important;
	background-color: rgba(0,0,0,0.05);
	border-top: 3px solid #FFD117 !important;
}
.slider-container {
	position: absolute;
	left: 50%;
	top: 122px;
	margin-left: -504px;
	width: 1008px;
	height: 387px;
}
.slideritem-container {
	width: 1008px;
	height: 387px;
	position: relative;
}
.slideritem-container img {
	border: 8px solid #fff;
	border-radius: 8px;
	position: relative;
	top: 13px;
	left: 0px;
}
.slideritem-texto {
	width: 385px;
	height: 315px;
	position: absolute;
	right: 80px;
	top: 36px;
	font-size: 17px;
}
.slideritem-texto .titulo {
	font-family: 'bebas_neueregular';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 35px;
	line-height: 32px;
	color: #282c2d;
}
.slideritem-texto td {
	height: 315px;
	font-size: 17px;
	line-height: 20px;
}
.slideritem-texto .lermais {
	font-family: 'bebas_neueregular';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
	color: #fff;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.25);
}
.slideritem-texto .lermais a:link, .slideritem-texto .lermais a:active, .slideritem-texto .lermais a:visited {
	color: #fff;
	text-decoration: none;
}
.slideritem-texto .lermais a:hover {
	color: #282c2d;
	text-decoration: none;
}
.boxcadastre {
	box-sizing: border-box;
	background-color: rgba(243,245,246,1);
	padding: 20px;
	border-left: 4px solid #FFD117;
	font-style: italic;
	font-size: 15px;
}
.btn-cadastre {
	display: inline-flex;
	float: right;
	padding: 2px 13px 2px 13px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	color: #ffffff !important;
	text-shadow: #16508e 1px 1px 0 !important;
	background-color: #092749 !important;
	border-radius: 3px;
	font-style: normal;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	cursor: pointer;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.floatleft {
	float: left !important;
}
.btn-cadastre:hover {
	background-color: #16508e !important;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.separador {
	height: 8px;
	background-image: url(img/separador-bg.gif);
	background-repeat: repeat-x;
	margin: 20px 0px 20px 0px;
}
.conteudodinamico {
	width: 100%;
	position: relative;
	left: 0px;
	top: 60px;
}
.boxes {
	width: 1008px;
	margin-bottom: 20px;
}
.boxes .box {
	width: 310px;
	box-sizing: border-box;
	display: inline-table;
	margin-right: 39px;
	text-align: justify;
}
.boxes .box:last-child {
	margin-right: 0px;
}
h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
}
.box .depoimento {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	background-color: rgba(243,245,246,1);
	margin-bottom: 10px;
}
.box2 .autor {
	text-align: right;
}
.box .maisvideos {
	margin-top: 10px;
	text-align: right;
}
.bordatopofooter {
	width: 100%;
	height: 9px;
	background-image: url(img/bordatopo-footer.jpg);
	background-repeat: repeat-x;
}
.footer {
	background-color: #151515;
	width: 100%;
	color: #fff;
	border-top: 6px solid #0C3561;
}
.footerbox {
	display: inline-table;
}
.footerbox:last-child {
	margin-right: 0px;
}
.apoio {
	width: 1008px;
	position: relative;
	left: 50%;
	margin-left: -504px;
	top: 0px;
}
.corpo-wrapper {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wrapper1008 {
	position: relative;
	width: 1008px;
	left: 50%;
	margin-left: -504px;
}
.apoio {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	color: #092749;
	margin-bottom: 5px;
}
.footerbox h2 {
	color: #fff;
	margin: 26px 0px 13px 0px;
	font-size: 16px;
}
.footer a:link {
	color:#ccc; text-decoration:none;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.footer a:active {
	color:#ccc; text-decoration:none;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.footer a:visited {
	color:#ccc; text-decoration:none;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.footer a:hover {
	color:#fff; text-decoration:none;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.rodape {
	width: 100%;
	background-image: url(img/footer-bg.png) !important;
	background-position: center bottom !important;
	background-repeat: repeat-x;
	background-color: rgba(0,0,0,0) !important;
	clear: both;
	height: 60px;
	margin-top: 30px;
}
.logofooter {
	float: left;
	margin-top: 5px;
}
.copyright {
	float: right;
	font-size: 10px;
	line-height: 10px;
	margin-top: 25px;
	color: #767676 !important;
}
.link_navigation {
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #092749 !important;
	color: #ffffff !important;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
.link_navigationOff {
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #16508e !important;
	color: #cae7ee !important;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
.link_navigation:hover {
	background-color: #16508e !important; color: #cae7ee !important;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.paginacao {
	font-size: 16px;
}
.inputcadastro {
	background-color: #fff;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	resize: none;
	margin-bottom: 2px;
}
.cadastroerro {
	color: #bb5252;
	margin-bottom: 10px;
}
.imgmapa {
	position: relative;
	top: 20px;
}
.selecaodeguia {
	font-family: Arial, Helvetica, sans-serif, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed";
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	top: 315px;
	width: 415px;
	padding: 10px;
	font-size: 16px;
	border-radius: 10px;
	border: 5px solid #092749;
	font-style: italic;
	outline: none;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.5);
}
div.destaques-wrapper {
	position: absolute;
	right: 0px;
	top: 40px;
	width: 500px;
	height: 250px;
	padding: 6px 6px;
	line-height: 14px;
	color: #ffffff !important;
	text-shadow: #000 1px 1px 0 !important;
	background-color: #092749 !important;
	border-radius: 5px;
	font-style: normal;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.5);
}

#slider ul {
	position:relative;
	z-index:99;
}
#slider ul li {
	margin:6px 0 0 8px;
	float:left;
	display:block;
}
.grid {
	background: url(images/grid.png) no-repeat;
	position:absolute;
	left:6px;
	top:6px;
	width:500px;
	height:250px;
	z-index:999;
	display: block
}
a.sliderLerMais:link {
	font-weight: bold !important;
	color: #FFD117 !important;
}
a.sliderLerMais:active {
	font-weight: bold !important;
	color: #FFD117 !important;
}
a.sliderLerMais:visited {
	font-weight: bold !important;
	color: #FFD117 !important;
}
a.sliderLerMais:hover {
	font-weight: bold !important;
	color: #FFF !important;
}
div.desmarcar-regional {
	position: absolute;
	left: 50px;
	bottom: -5px;
	color: #FFD117;
	font-size: 9px;
	font-style: italic;
}
.w30 { width: 30% !important; }
.w40 { width: 40% !important; }
.w50 { width: 50% !important; }
.w60 { width: 60% !important; }
.w70 { width: 70% !important; }
.w80 { width: 80% !important; }
.noticiaimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 350px !important;
}
.inputrequired {
	color: #ff0000 !important;
}
.listNoticiasFooter {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 10px;
}












/* scaffolding */
/* ----------- */

html {
  overflow-y: scroll;
  *overflow-x: hidden;
}

.container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.tt-dropdown-menu,
.gist {
  text-align: left;
}

/* base styles */
/* ----------- */



.typeahead,
.tt-query,
.tt-hint {
  width: 1008px;
  height: 44px;
  padding: 8px 9px;
  font-size: 16px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 1008px;
  margin-top: 0px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-dropdown-menu {
  text-align: right;
}

div.menu > ul > a > li > div.submenu-mercados {
	opacity: 0;
	display: none;
	z-index: 200;
	position: relative;
	text-align: left;
	line-height: 20px;
	background-color: #082748;
	box-sizing: border-box;
	padding: 5px;
	padding-top: 0px;
	top: -42px;
	font-size: 15px;
	border: 3px solid #FFD117;
	border-top: none;
}
.submenu-mercados > span {
	color: #fff !important;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.submenu-mercados > span:hover {
	padding-left: 5px;
	color: #FFD117 !important;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.oseuguia {
	position: relative;
	top: 84px;
	left: 40px;
}
.busca {
	font-family: Verdana;
	font-size: 10px;
	margin: 0;
	position: relative;
	top: -7px;
	margin-right: 10px;
	background-color: #5E5E5E;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 5px 3px 5px;
	height: 14px;
	width: 48px;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
	outline: none;
}
.busca:focus {
	width: 210px;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
	outline: none;
}
.busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.busca:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #888;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.busca:-moz-placeholder { /* Firefox 19- */
	color: #fff;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.busca:focus:-moz-placeholder { /* Firefox 19- */
	color: #888;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.busca::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.busca:focus::-moz-placeholder { /* Firefox 19+ */
	color: #888;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.busca:-ms-placeholder { /* Firefox 19+ */
	color: #fff;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.busca:focus:-ms-placeholder { /* Firefox 19+ */
	color: #888;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.busca::-ms-placeholder { /* Firefox 19+ */
	color: #fff;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.busca:focus::-ms-placeholder { /* Firefox 19+ */
	color: #888;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}