body,td,th {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
	color: #313131;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	padding-top: 11px;
	}
a:visited {
    color: #B3D020;
}
a:link {
    color: #B3D020;
}
table, th, td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
  text-align: left;    
}
.clear			{ 
    clear:both; 
}
.container{
    margin: 0 auto;
}

.container .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
    border: 0px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
  background-color: #fff;
}
.item1 { grid-area: cabeca; }
.item2 { grid-area: esq; }
.item3 { grid-area: centro; }
.item4 { grid-area: dir; }
.item5 { grid-area: texto; }
.item6 { grid-area: sports; }
.item7 { grid-area: modalidades; }
.item8 { grid-area: vazio; }
.item9 { grid-area: rodape; }

.grid-container {
  display: grid;
  grid-template-areas:
    'cabeca cabeca cabeca cabeca cabeca cabeca'
    'esq esq esq esq dir dir'
    'texto texto texto texto texto texto'
    'sports modalidades modalidades modalidades modalidades vazio'
    'rodape rodape rodape rodape rodape rodape';
  grid-gap: 10px;
  padding: 10px;
}

.grid-container > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
    font-size: 16px;
}
.corpo {
    margin: 0 10% 0 10% ;
    text-align: justify;
}
.footer {
   /*position: fixed;*/
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #212121;
   color: white;
   text-align: center;
}
.logo {
	padding-right: 20px;
	}
.banner {
	  width: 100%;
  height: auto;
}
.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;

}
.topnav {
  overflow: hidden;
  background-color: #fff;
	padding: 0 10% 0 10% ;
    border-bottom: #598DBA solid 1px;
}

.topnav a {
  float: left;
  display: block;
  color: #313131;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
    background-color: #B3D020;
    color: white;
}

.topnav .icon {
  display: none;
	color: #313131;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #313131;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #313131;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #B3D020;
  color: white;
}

.dropdown-content a:hover {
  background-color: #B3D020;
  color: #313131;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.responsive {
  width: 100%;
  height: auto;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #B3D020;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #B3D020;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
text-align: left;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #B3D020;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	widows: 100%;
	height:100%;
}
/*Contador*/
.wallcounter{
  overflow: hidden;
  background: NOME;
  color: #313131;
  padding: 80px;
  padding-top: 70px;
}

.wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.fields{
  display: flex;
  flex: 1;
  margin-right: 10px;
  position: relative; /* To position :after psuedo element */
  justify-content: center;
  align-items: center;
}

.fields:last-of-type{
  margin-right: 0;
}

.fields > div{
  flex: 1;
  text-align: center;
  margin-right: 1px;
  background: hsla(0,0%,19%,0.25);
  font: bold 78px Arial;
  font: bold 5vw Arial;
}

.fields:after{ /* psuedo element */
  position: absolute;
  content: 'Days';
  left: 0;
  z-index: 1000;
  width: 100%;
  top: 100%;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.fields:nth-of-type(2):after{
  content: 'Hours'
}

.fields:nth-of-type(3):after{
  content: 'Minutes'
}

.fields:nth-of-type(4):after{
  content: 'Seconds'
}


@media screen and (max-width:580px){

	.wallcounter{
	  padding: 35px;
	  padding-top: 15px;
	}


	.fields:nth-of-type(1):after{
	  content: 'Day'
	}
	  
	.fields:nth-of-type(2):after{
	  content: 'Hr'
	}
	
	.fields:nth-of-type(3):after{
	  content: 'Min'
	}
	
	.fields:nth-of-type(4):after{
	  content: 'Sec'
	}
}
.social {
	background: #B3D020;
	padding: 10px;
	
}
.cinza {
	background: #DDDDDD;
	padding: 10px;
}
#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 100px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 4px;
padding-top: 15px;
}
.info{
    background: rgba(0,0,0,0.05);
    padding: 10px;
    font-weight: bolder;
    font-size: 1.5em;
    border-radius: .5rem;
    color: #313131;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
