.bbox,
.bbox *,
.bbox *:before,
.bbox *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.bbox .botao-noticias a {
  background: #16917c;
}
.bbox .botao-noticias a:hover {
  background: #333;
}
.linktext {
  float: none !important;
  width: auto !important;
}
.linktext:hover {
  color: #16917c !important;
}
.column {
  width: 100%;
  //display: table-cell;
  vertical-align: top;
}
.column.lft {
  padding-right: 25px;
}
.column.rgt {
  padding-left: 25px;
}
.column.column50 {
  width: 50%;
}
#noticias {
  float: left;
  width: 100%;
  padding-top: 20px;
}
#noticias.subpage > ul li {
  width: 100%;
  padding: 0;
}
#noticias.subpage > ul li.big a .info .title {
  font-size: 22px;
}
#noticias.subpage > ul li.big a .info .text {
  font-size: 16px;
}
#noticias.subpage > ul li a {
  background: transparent;
  box-shadow: none;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
}
#noticias.subpage > ul li a .img {
  width: 150px;
  height: 113px;
}
#noticias.subpage > ul li a .info .title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#noticias.subpage > ul li a .info .data {
  font-size: 12px;
}
#noticias.subpage > ul li a .info .text {
  font-size: 14px;
}
#noticias.subpage > ul li a:hover {
  box-shadow: none;
}
#noticias.subpage > ul li a:hover .info .title {
  color: #16917c;
}
#noticias ul {
  //float: left;
  //width: 100%;
  //margin: 0;
  //padding: 0;
  //list-style: none;
}
#noticias ul li {
  //float: left;
  //width: 50%;
}
#noticias ul li.lft {
  //padding-right: 10px;
}
#noticias ul li.rgt {
  //padding-left: 10px;
}
#noticias ul li.big {
  width: 100%;
}
#noticias ul li.big a .img {
  width: 300px;
  height: 225px;
}
#noticias ul li.big a .info .title {
  font-size: 17px;
}
#noticias ul li a {
  float: left;
  width: 100%;
  padding: 5px;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0 0 5px #CCC;
  display: table;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#noticias ul li a .img {
  float: left;
  width: 100px;
  height: 75px;
  background: #dddddd no-repeat center;
  background-size: cover;
  margin-right: 10px;
}
#noticias ul li a .info {
  width: 100%;
  line-height: 1.2;
  padding-right: 5px;
  display: table-cell;
  vertical-align: middle;
}

@media(max-width: 768px){
  #noticias ul li a .info {
    display: block;
  }
}

#noticias ul li a .info .title {
  float: left;
  width: 100%;
  font-family: 'Segoe UI', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#noticias ul li a .info .data {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}
#noticias ul li a .info .text {
  float: left;
  width: 100%;
  text-align: justify;
  font-size: 13px;
  color: #333;
}
#noticias ul li a:hover {
  box-shadow: 0 0 5px #333;
}
#noticias ul li a:hover .info .title {
  color: #cc0000;
}
#noticias .view {
  float: left;
  width: 100%;
}
#noticias .view > .info {
  float: left;
  width: 100%;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}
#noticias .view > .info .title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
#noticias .view > .info .data {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #888;
}
#noticias .view .cover {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#noticias .view .cover .img {
  background: #EEE;
  display: inline-block;
}
#noticias .view .social {
  float: left;
  width: 100%;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 5px;
  margin-bottom: 20px;
}
#noticias .view .text {
  float: left;
  width: 100%;
  text-align: justify;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
#noticias .view .gallery {
  float: left;
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid #DDD;
}
#noticias .view .gallery ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#noticias .view .gallery ul li {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 20px 20px 0;
}
#noticias .view .gallery ul li.nmg {
  margin-right: 0;
}
#noticias .view .gallery ul li a {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
#noticias .view .gallery ul li a .img {
  float: left;
  width: 90px;
  height: 90px;
  background: #EEE;
  margin: 0;
}
#downloads {
  float: left;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 20px;
}
#downloads ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#downloads ul.index li {
  float: left;
  width: 100%;
  padding: 6px 0;
  border-bottom: 1px solid #DDD;
}
#downloads ul.index li a {
  float: left;
  width: 100%;
}
#downloads ul.index li a .arrow {
  float: left;
  width: 10px;
  height: 20px;
  margin-right: 5px;
  background: url(../imagens/arrow.png) no-repeat center;
}
#downloads ul.index li a .text {
  float: left;
  width: 288px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#downloads ul.index li a:hover .text {
  color: #006600;
}
#downloads ul.subpagina {
  margin-bottom: 20px;
}
#downloads ul.subpagina li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #DDD;
}
#downloads ul.subpagina li a {
  float: left;
  width: 100%;
}
#downloads ul.subpagina li a:hover .title {
  color: #16917c;
}
#downloads ul.subpagina li .title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#downloads ul.subpagina li .data {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}
#downloads ul.subpagina li .text {
  float: left;
  width: 100%;
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
#downloads ul.subpagina.view {
  margin: 0;
  padding: 0;
}
#downloads ul.subpagina.view li {
  border-bottom: 0;
}
#downloads ul.arquivos {
  border-top: 1px solid #DDD;
  padding-top: 20px;
  margin-bottom: 30px;
}
#downloads ul.arquivos .head {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #333;
}
#downloads ul.arquivos li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #DDD;
}
#downloads ul.arquivos li a {
  float: left;
  width: 100%;
  display: table;
}
#downloads ul.arquivos li .extensao {
  float: left;
  width: 60px;
  height: 60px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFF;
  background: #16917c;
  border-radius: 3px;
  margin-right: 10px;
}
#downloads ul.arquivos li .info {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#downloads ul.arquivos li .info .title {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#uPaginacao {
  float: left;
  width: 100%;
  //margin: 5px 0;
  margin: 10px 0;
}
#uPaginacao .pagina,
#uPaginacao .pagina:visited,
#uPaginacao span {
  background: #14917B;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #FFF;
  margin-right: 5px;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
#uPaginacao .pagina:hover {
  background: #EEE;
  color: #333;
}
#uPaginacao span {
  background: #CCC;
  color: #888;
}
#galeria {
  float: left;
  width: 960px;
}

@media(max-width: 768px){
  #galeria {
    float: left;
    width: 100%;
  }
}

#galeria ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#galeria ul li {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
}
#galeria ul li.nmg {
  margin-right: 0;
}
#galeria ul li a {
  float: left;
  width: 100%;
}
#galeria ul li a .img {
  float: left;
  width: 220px;
  height: 165px;
  background: #dddddd no-repeat center;
  background-size: cover;
  margin-bottom: 10px;
  border: 5px solid #FFF;
  border-radius: 3px;
  box-shadow: 0 0 5px #CCC;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#galeria ul li a .title {
  float:left;
  width: 100%;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 20px;
}
#galeria ul li a .local{
      float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #888;
}
#galeria ul li a .data{
      float: left;
    width: 100%;
    font-size: 13px;
    color: #888;
}
#galeria ul li a:hover .img {
  box-shadow: 0 0 5px #333;
}
#galeria ul li a:hover .title {
  color: #16917c;
}
#galeria .info {
  float: left;
  width: 100%;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}
#galeria .info .title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
#galeria .info .text {
  float: left;
  width: 100%;
  text-align: justify;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
#galeria .video {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#agenda {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}
#agenda .bkg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#agenda .bkg.active {
  opacity: 1;
  visibility: visible;
}
#agenda .mes {
  float: left;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  color: #333;
  background: #DDD;
  margin: 20px 0;
}
#agenda ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#agenda ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
#agenda ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
#agenda ul li a {
  float: left;
  width: 100%;
  display: table;
}
#agenda ul li a:hover .title {
  color: #16917c;
}
#agenda ul li .date {
  float: left;
  width: 60px;
  height: 60px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFF;
  background: #16917c;
  border-radius: 3px;
  margin-right: 10px;
}
#agenda ul li .date .day,
#agenda ul li .date .week {
  float: left;
  width: 100%;
}
#agenda ul li .date .day {
  margin-top: 14px;
  font-weight: 400;
}
#agenda ul li .date .week {
  font-size: 12px;
  margin-top: 5px;
}
#agenda ul li .info {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#agenda ul li .info .title {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height:21px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#agenda ul li .info .data {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
}
#agenda ul li .info .local {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#agenda-view {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -325px;
  margin-top: -200px;
  width: 650px;
  min-height: 400px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 2000;
  font-family: sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95) translate3d(0, 0, 0);
  -moz-transform: scale(0.95) translate3d(0, 0, 0);
  -o-transform: scale(0.95) translate3d(0, 0, 0);
  -ms-transform: scale(0.95) translate3d(0, 0, 0);
  transform: scale(0.95) translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#agenda-view.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
#agenda-view .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAg0lEQVQ4T2M0NjZe8P///wPnzp1bwEACMDIySgAqt2cEMRgZGecDDUkk1hBkPYwgS0kxBF0t2ABiDcFmEdwAQobgciWKAbgMwedFDAPQDQHx8QUyVgOQDQGx8cUQbQxA9jPJXsAWYEQHIj6FBKORmNSIMyERoxlXiqU8M1GSnYEJzAEANnfUaw6rD1EAAAAASUVORK5CYII=');
  z-index: 200;
}
#agenda-view .load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url(../img/282.GIF) no-repeat center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#agenda-view .load.active {
  opacity: 1;
  visibility: visible;
}
#agenda-view .text {
  float: left;
  width: 100%;
  padding: 20px;
  display: table-cell;
}
#agenda-view .text .info {
  float: left;
  width: 100%;
}
#agenda-view .text .info .title {
  float: left;
  width: 583px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#agenda-view .text .info .data {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
}
#agenda-view .text .info .local {
  float: left;
  width: 100%;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#agenda-view .text .description {
  float: left;
  width: 100%;
}
#agenda-view .text .description .texto {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
#parcerias {
  float: left;
  width: 100%;
}
#parcerias ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#parcerias ul li {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #DDD;
  display: table;
}
#parcerias ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
#parcerias ul li .img {
  float: left;
  width: 300px;
  height: 225px;
  background: #dddddd no-repeat center;
  background-size: cover;
  margin-right: 10px;
  border: 1px solid #ddd;
}

@media(max-width: 768px){
  #parcerias ul li .img {
    float: left;
    width: 245px;
    height: 186px;
    background: #dddddd no-repeat center;
    background-size: cover;
    margin-right: 10px;
    border: 1px solid #ddd;
  }
}

#parcerias ul li .info {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

@media(max-width: 768px){
  #parcerias ul li .info {
    display: block;
  }
}

#parcerias ul li .info .title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px;
}

@media(max-width: 768px){
  #parcerias ul li .info .title {
  float: left;
    width: 80%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

#parcerias ul li .info .text {
  float: left;
  width: 100%;
  text-align: justify;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media(max-width: 768px){
  #parcerias ul li .info .text {
    float: left;
    width: 80%;
    text-align: justify;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

#parcerias ul li .info .contato {
  float: left;
  width: 100%;
  font-size: 16px;
}

@media(max-width: 768px){
  #parcerias ul li .info .contato {
    float: left;
    width: 80%;
    font-size: 12px;
  }
}

#parcerias ul li .info .contato b {
  margin-bottom: 5px;
  display: block;
}
#parcerias ul li .info .contato a {
  font-size: 14px;
}

.lista-simples{
  float:left;
  width:100%;
}
.lista-simples .list-item{
  float: left;
  width: 460px;
  height:235px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 1px #ccc, 0 2px 0 #ddd;
  padding: 5px;
  cursor:pointer;
}

@media(max-width: 768px){
  .lista-simples .list-item{
    float: left;
    width: 100%;
    height:auto;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px #ccc, 0 2px 0 #ddd;
    padding: 5px;
    cursor:pointer;
  }
}

.lista-simples .list-item:nth-child(even){
  margin-right:0;
}
.lista-simples .list-item:hover .info .nome{
  text-decoration: underline;
}
.lista-simples .list-item:hover .image{
  opacity:0.9;
}

.lista-simples .list-item .image{
  float:left;
  width:150px;
  height:225px;
  background-size:cover;
}
.lista-simples .list-item .info{
    float: left;
  width: 295px;
  padding-left: 5px;
}
.lista-simples .list-item.noimg .info{
  width:100%;
}

.lista-simples.catalogo .list-item .botao{
    display: inline-block;
  width: 295px;
  margin-left: 5px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0E816D;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  font-weight: 600;
  border-radius: 3px;
}

.lista-simples .list-item .botao:hover{
  background-color: #10AE93;
}

.lista-simples.catalogo .list-item .info{
  height:106px;
}

.lista-simples .list-item .info .nome{
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  color: #16917C;
  margin-bottom:10px;
}
.lista-simples .list-item .info .subtext{
  float: left;
  width: 100%;
  padding: 5px 0;
  font-size: 17px;
  line-height: 20px;
  color: #666;
}

.lista-simples .list-item .info .subtext .icon{
  float: left;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 5px;
  
}
.lista-simples .list-item .info .subtext .icon.local{
  background-image:url(../img/globo-icon.png);
  background-size: cover;
}
.lista-simples .list-item .info .subtext .icon.data{
  background-image:url(../img/data-icon.png);
  background-size: cover;
}


.tr2{
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.subinfo{
      float: left !important;
    width: 100% !important;
    font-size: 17px !important;
    color:#888;
    line-height:25px;
}
.subinfo .icon{
  float: left;
  width: 25px;
  height: 25px;
  background-size: cover;
  margin-right: 5px;
}
.subinfo.local{
   margin-bottom: 10px !important;
}
.subinfo.data{
  margin-top: 10px !important;
}
.subinfo.local .icon{
    background-image:url(../img/globo-icon.png);
  background-size: cover;
}
.subinfo.data .icon{
    background-image:url(../img/data-icon.png);
  background-size: cover;
}

.subinfo .botaoInsc{
    float: left !important;
    width: auto !important;
    background-color: #04B404;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    line-height: 20px;
    font-size: 17px;
    margin-bottom: 20px;
}
/*.subinfo .botaoInsc:hover{
  background-color: #169400;
}*/
.subinfo .botaoInsc .icon{
    width: 20px;
    height: 20px;
    float: left;
    background-image: url(../img/insc-icon.png);
    background-size: cover;
    margin-right: 10px;
}

/* ----------------------- */
#video-form {
  position: relative;
  font-family: 'Segoe UI', Tahoma, Verdana;
}

@media screen and (max-width: 768px) {
  #video-form {
    position: relative; */
    top: 0;
    width: 100%;
    z-index: 0;
    visibility: none;
    padding: 0;
  }
}

#video-form.active {
  left: 0;
  visibility: visible;
}

#video-form .case .hd {
  float: left;
  width: 100%;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight:bold;
  color: #17907d;
  line-height: 30px;
  margin-bottom: 10px;
}
#video-form .case .hd img {
  float: left;
  height: 30px;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #EEE;
}
#video-form .case label {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #17907d;
  cursor: pointer;
}
#video-form .case input.textField {
  //width: 100px;
  padding: 5px;
  border: 1px solid #DDD;
  font-family: 'Segoe UI', Tahoma, Verdana;
  //margin-right: 20px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  outline: none;
}

@media screen and (max-width: 768px) {
  #video-form .case input.textField {
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#video-form .case input.textField:hover, #video-form .case input.textField:focus { border: 1px solid #CCC; }
#video-form .case input[type=submit] {
  background: #17907d;
  color: #FFF;
  width:100px;
  padding: 5px 10px;
  font-family: 'Segoe UI', Tahoma, Verdana;
  font-weight: normal;
   border: none;
  border-radius: 3px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #video-form .case input[type=submit] {
    padding: 10px;
    width: 100%;
  }
}

#video-form .case input[type=submit]:hover {
  background: #30a593;
}

#video-form .painel-mini{

}
#video-form .painel-mini .botao{
  background-color: #16917C;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  float: right;
  font-size: 14px;
  font-weight: 600;
}
#video-form .painel-mini .botao:hover{
  background-color: #06B296;
}

.listagem-video{
  float:left !important;
  width:500px;
}

@media screen and (max-width: 768px) {
  .listagem-video{
    float:left !important;
    width:0px;
  }
}

#txt-titulo{
  float: left;
  width: 50%;
  margin-right: -1px;
}

@media screen and (max-width: 768px) {
  #txt-titulo{
    float: left;
    width: 100%;
    margin-right: -1px;
  }
}

#txt-data{
  float: right;
  width: 50%;
  margin-right: -1px;
}

@media screen and (max-width: 768px) {
  #txt-data{
    float: right;
    width: 100%;
    margin-right: -1px;
  }
}

.iframe-video{
  width: 941px;
  height: 529px;

}

@media screen and (max-width: 768px) {
  .iframe-video{
    width: 100%;
    height: auto;

  }
}