body {
	background-color: #EEEEEE;
	max-width:100%;
	overflow-x:hidden;
	margin:0;
}

a {
	color:#AAA;
	text-decoration:underline;
}

a:hover {
	color:#fff;
  background-color:#333;
}

#ficha {
  width:100%;
  height:auto;
}

hr {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}

#fichaTxt {
  font-family: 'Dosis', sans-serif;
  font-weight:400;
  line-height:20px;
  font-size:15px;
  color:#AAA;

}

#coverContainer {
  position: relative;
  width:100%;
  height:100%;
  background-image: url("coverbg.jpg");
}
#cover {
  text-align:center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


h1 {
	padding-top:50px;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    line-height: 5px;
    font-size: 40px;
    color:#555;
    text-align:center;
    margin: 0 0 23px 0;
    }

h2 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color:#555;
    text-align:center;
    line-height: 23px;
    margin: 0 0 23px 0;
    }

p.txt {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align:center;
    color:#AAA;
    line-height: 23px;
    margin: 0 0 23px 0;
    }

#slowContainer ul li {
  width:auto;
  padding:10px;
  margin:10px;
  list-style:none;
  height:auto;
  float:left;
}

#descricao {
	position:center;
	padding-left:30px;
	padding-right:30px;
	padding-top:50px;
	padding-bottom:50px;
}

#topBar {
  /*position: fixed;*/
  height: 100px;
  line-height: 15px;
  color: #333;
  width:100%;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
}

#logo {
	display:inline-block;
	margin:0 auto;
	text-align:center;
	width:50px;
	height:50px;
}

.floatLeft{
	display:inline-block;
	float:left !important;
	width:100px;
}

.floatRight {
  padding:5px;
	float:right;
	width:100px;
}

.floatRight p{
  font-family: 'Dosis', sans-serif;
}

#container {
  padding-left:40px;
  padding-right:40px;
	height:100%;
}

#container img{
  padding-bottom:40px;
	max-width:100% !important;
	height:auto;
	display:block;
}

/*#container iframe{
  padding-bottom:40px;
 	max-width:100% !important;
  width:100%;
	height:auto;
	display:block;
}*/

/* VIDEOS */

.videoContainer {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.videoContainer iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.hideme
{
    opacity:1;
}