/*
Theme Name: YachtResposinvo
Theme URI: http://yachtclubedabahia.com.br
Author: Newtab Soluções Digitais
--------------------------------------------------------------
*/
/* GLOBAL */
body {

    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    outline: none;
    font-size: 12px;
    font-weight: lighter;
}

.linha-topo {
    /*display: none;*/
}

.linha-topo .temperatura{
    display: block;
    cursor: pointer;
    margin-right:335px;
}
.linha-topo .temperatura .separador{ margin-left:15px; }

.box-temperatura{
    position: absolute;
    width: 280px;
    height: 212px;
    left: 480px;
    top: 50px !important;
    z-index: 1000;
    background-image: url(imgs/bg-box-temperatura.png);
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
    padding-top: 40px;
    padding-left: 20px;
    /*display: none;*/
}

.borda-topo {
    margin-top: 40px;
    display: block;
}

.borda-media {
    margin-top: 10px;
    display: block;
}

.borda-topo-interna {
    display: block;
    margin-top: 30px;
}

.linha {
    width: 100%;
    height: 7px;
    background-image: url("imgs/linha-divisoria.png");
    background-repeat: repeat-x;
    display: block;
}

.conteudo {
    margin-top: 40px;
    margin-bottom: 40px;
}

a {
     outline:none !important;
}


h1 {
    font-size: 22px;
    color: #005171;
}

h1.titulo {
    margin-top: 46px;
    font-weight: bold;
}

h1.titulo span {
    color:#B9B9B9;
}

h2 {
    font-size: 22px;
    color: #005171;
    font-weight: 600;
}

h2.titulo {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
}


h2.titulo-linha {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}

h3 {
    font-size: 16px;
    color: #005171;
}
.gray {
    padding: 0;
    width: 100% !important;
}

.gray img{
    width: 100%;
    opacity: 1;
    transition: all 0.1s linear 0.1s;
   /* filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    /* filter: gray; 
    -webkit-transition: all .6s ease; 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
*/
}

.gray img:hover{
     opacity: 0.8;
   /* filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
*/
}

.compartilhamento, .compartilha {
    display: none;
}

.continuar-lendo {
    color: #005171;
    font-weight: 600;
    margin-top: 16px;
}

.titulo {
    color: #005171;
    font-size: 24px;
    vertical-align: middle;
    font-weight: 200;
}

.resumo {
    margin-top: 10px;
    display: block;
}

.linha-cinza {
    height: 4px;
    background-color: #DDDDDD;
    display: block;
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* /.GLOBAL */


/* Linha Topo */
.container {
    width: 970px;
}

.banner-slider{
	margin-top:30px;
}

.linha-topo {
    background-color: #6394A9;
    height: 60px;
    color: #FFF;
}

.linha-topo .topo {
    margin: 0 auto;
}

.linha-topo .container {
    position:relative;
}

.separador {
    margin-left: 6px;
}

.linha-topo .temperatura {
    width: 370px;
    float: left;
    margin-top: 20px;
}

.linha-topo .oferecimento {
    width: 184px;
    float: left;
    margin-left: 18px;
    margin-top: 10px;
}

.linha-topo .busca {
    width: 220px;
    float: right;
    margin-left: 30px;
    margin-top: 12px;
}

.linha-topo .clubes-conveniados {
    width: 166px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}

.linha-topo .clubes-conveniados a, .linha-topo .clubes-conveniados a:hover, .linha-topo .clubes-conveniados a:focus  {
    color: #FFF;
}

.linha-topo .socio {
    width: 66px;
    float: left;
    margin-left: 35px;
    margin-top: 20px;
}

.linha-topo .socio a, .linha-topo .socio a:hover, .linha-topo .socio a:focus {
    color: #FFF;
}



input[type='search'] {
    border: 0;
    color: #FFF;
    border-bottom:0;
    background-color: #9CC7D6;
    background-image: url(imgs/icone-search.png);
    background-repeat: no-repeat;
    background-position: 90%;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    border-radius:17px;
}

input[type='search']:focus {
    outline: 0 none;
}
/* /.Linha topo */

/* Menu Home */
#linha-menu {
    background-image: url(imgs/background-topo-home.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 500px;
}

#linha-menu .nav > li {
    margin-left: 14px;
}

.navbar {
    padding: 0;
    font-size: 15px;
    z-index: 2;
}

.nav > li a:hover, .nav > li a:active {
    background-color: #FFF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a:active {
    background-color: #FFF;
}

.dropdown-menu {
    border: none;
}

.navbar a {
    color: #666666;
    font-weight: 600;
}

.navbar-right .dropdown-menu {
    left: 0 !important;
}

.logo {
    
    z-index: 2 !important;
    position: absolute;
    top: 10px;
}

.navbar-brand {
    z-index: 999 !important;
}

.menus {
    margin-top: 12px;
}

.interna {
    background-image: url(imgs/background-topo-interna.png) !important;
    height: 108px !important;
}
/* /. Menu Home */

/* Slide Home */
.slider {
    background-image: url("imgs/background-slide-topo.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    position: absolute;
    top: 144px;
    width: 1164px;
    z-index: 1;
    left: 50%;
    margin-left: -608px;
    width: 1217px;
}

.bx-wrapper .bx-viewport {
    background-color: transparent;
    z-index: 1 !important;
}

.bx-viewport li {
    margin: 0 auto;
}

.slider .bx-prev {
    background-image: url(imgs/slidehome-seta-esquerda.png);
    width: 37px;
    height: 79px;
    background-repeat: no-repeat;
    display: block;
    left: 8%;
    top: 44% !important;
    
}

.slider .bx-next {
    background-image: url(imgs/slidehome-seta-direita.png);
    width: 37px;
    height: 79px;
    background-repeat: no-repeat;
    display: block;
    right: 8%;
    top: 44% !important;
}
/* /.Slide Home */

/* Centro Home */
.home .o-que-vem-por-ai p{
    line-height: 12px;
    font-weight: bold;
}

.home .o-que-vem-por-ai a{
    color: #005171;
}

.home .o-que-vem-por-ai .data{
    font-weight: normal;
    color: #AAAAAA;
    margin-right: 10px;
}

.home .titulo {
    color: #005171;
    font-size: 24px;
    margin-left: 2px;
    vertical-align: middle;
    font-weight: 200;
}

.home .resumo {
    display: block;
    margin-top: 20px;
    line-height: 20px;
    font-size:14px;
}



.home .produto-destaque {

    /*background-image: url("imgs/borda-produot-destaque-home.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 20px;
}

.home .produto-aqui {
    font-size: 18px;
    color: #005072;
    font-weight: lighter;
    padding: 8px;
}


/* /. Centro Home  */

/* Sub Rodape */

.sub-rodape {
    margin-top: 20px;
    background-image: url(imgs/bg-sob-rodape.png);
    background-position: center;
    background-repeat: repeat-y;
    display: block;
    height: 254px;
}


.sub-rodape .box-instagram {
    width: 402px;
    background-color: #FFF;
    margin: 34px 0 0 0;
    padding: 0;
    height: 188px;
    float: left;
}

.sub-rodape .box-atletas {
    background-color: #fff;
    float: right;
    height: 188px;
    margin: 34px 0 0;
    padding: 0 0 0 2px;
    width: 399px;
}

.sub-rodape .titulo {
    font-size: 16px;
    margin-bottom: 10px;
}

.sub-rodape .box-titulo {
    padding: 15px 20px 6px !important;
}

.imagens {
    width: 406px;
}

.sub-rodape   .box-atletas  .box-titulo{
    padding-bottom: 19px !important;
}

#instagram {
    padding-left: 0px !important;

}

.fotos ul {
    margin-top: 11px !important;
}

#instagram li {
    list-style: none;
    padding: 0;
    text-align: center;

}

#instagram img {
    height: 67px;
}

.marca-instagram {
    margin-top: 3px;
}

ul.img-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.img-list li {
    display: inline-block;
    position: relative;
}

span.text-content {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 132px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

ul.img-list li:hover span.text-content {
    opacity: 1;
}

.imageWrapper .nome {
    background-color: #005171;
    height: 40px;
    margin: 0;
    padding-top: 10px;
}

.imageWrapper .classificacao {
    background-color: #D3BC3F;
    height: 92px;
    padding: 5px;
}

/* /. Sub Rodape */

.imagens .bx-prev {
    background: url("imgs/seta-atletas-esquerda.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    display: block;
    left: -41px;
    top: 42% !important;
}

.imagens .bx-next {
    background: url("imgs/seta-atletas-direita.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    display: block;
    left: 382px;
    top: 42% !important;
    /*right: 1%;*/

}

/* /. Sub Rodape */

/* Rodape */

.img-destaque img {
    width: 100%;
}

.rodape {
    background:  url(imgs/bg_rodape.png) #005171 repeat-x;
    min-height: 130px;
    color: #FFF;
    font-weight: 300;
}

.rodape .marca-rodape {
    margin-top: 9px;
    width: 116px;
}

.rodape .linha-superior {
    margin-top: 2.5%;
}

.rodape .linha-inferior {
    margin-top: 15px;
}

.rodape .box-endereco {
    padding: 0;
}

.rodape .endereco {
    padding-right: 0;
    padding-left: 10px;
    line-height: 10px;
}

/* /. Rodape */

/* Esporte */

.esportes {
    margin-top: 10px;
    margin-bottom: 40px;
}

.esportes .destaque  {
    width: 470px;
}

.thumbs {
    padding: 0;
}

.thumbs .col-md-12, .thumbs .col-md-4 {
    padding: 0;
}

.thumbs li {
    list-style: none;
}

.thumbs li img {
    /*width:  100%;*/
    height: 88px;
}


.eventos {
    /*margin-bottom: 40px;*/
    /*margin-top: 40px;*/
   /* padding-bottom: 146px;*/
    overflow: hidden;
}

.pagina-busca {
    padding-bottom: 280px;
}

.eventos .col-md-4, .eventos .col-md-6 {
    padding: 0;
}


.eventos p {
    color: #444444;
}

.equipe-tecnica {
    background-color: #F2F2F2;
    padding: 10px 50px 28px;

    margin-top: 40px;
}

.equipe-tecnica h2.titulo {

    margin-top: 40px;
    margin-bottom: 16px;
}

.equipe-tecnica .thumb-equipe {
    float:left;
    margin-top:10px;
}

.equipe-tecnica h3 {
    float: left;
    color: #005171;
    font-size: 1.3em;
    margin-left: 6%;
}

.equipe-tecnica p {
    clear: both;
    margin-left: 22%;
    text-align: left;
}

.equipe-tecnica ul li {
    float:left;
    width:260px;
    color:#000;
    text-align:center;
    margin:0;
    padding:0;
}

.equipe-tecnica ul li img {
    /*    height: 90px;*/
    /*    width: 160px;*/
}

.equipe-tecnica .bx-prev {
    background: url("imgs/seta-atletas-esquerda.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    display: block;
    left: -60px;
    top: 42% !important;
}

.equipe-tecnica .bx-next {
    background: url("imgs/seta-atletas-direita.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    display: block;
    left: 790px;
    top: 42% !important;
    /*right: 1%;*/
}

.ranking {
    height: 362px;
}

.ranking .azul-claro-primeira {
    border-top-right-radius: 10px;
    height: 80px;
}

.ranking .ultima {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 67px;
}

.ranking .primeira {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 67px;
}

.ranking .amarelo-claro-ultimo {
    background-color: #DFC644;
    border-bottom-right-radius: 10px;
    height: 67px;
}

.ranking .azul {
    background-color: #6394A9;
    height: 67px;
}

.ranking .amarela {
    background-color: #C9B23D;
    height: 67px;
}

.ranking .amarelo-claro {
    background-color: #DFC644;
    height: 67px;
}

.ranking .azul-claro {
    background-color: #74ACC9;
    height: 67px;
}

.ranking p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    margin-left: 4%;
    margin-top: 16px;
}

.ranking .col-md-3 {

}

.ranking .col-md-3 img {
    margin-top: 12%;
}

.ranking-premiacoes {
    
    height: 264px;
    margin-bottom: 20px;
}

.ranking-premiacoes .col-md-5 {
    padding-left: 0;
}




#carousel-thumb-premiacoes ul li img {
    /*    height: 90px;*/
    /*    width: 160px;*/
}

#carousel-thumb-premiacoes .mask {
    width:90%;
    margin: 0 auto;
}

#carousel-thumb-premiacoes .next, #carousel-thumb-premiacoes .prev {
    width: 54px;
    height: 50px;
    background: url(imgs/seta-atletas-esquerda.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 106px;
    z-index: 100;
    text-indent:-9000px;
    left: -2%;
}

#carousel-thumb-premiacoes .next {
    left: 90%;
    background-image: url(imgs/seta-atletas-direita.png);
    text-indent:-9000px;
}
/* /.Esporte */

/* Eventos */

.eventos {

    margin-bottom: 40px;
}

.listagem-eventos {
    margin-bottom: 30px;
}

.listagem-eventos .quando {
    color: #005171;
    font-size: 10px;
    font-weight: bold;
}

/*.listagem-noticias img{ width:100%; height:auto!important; }*/


/* Interna */

.eventos-interna {
    margin-bottom: 40px;
margin-top: 10px;
}

.eventos-interna .quando {
    color: #005171;
    font-size: 10px;
    margin-top: 20px;
    /*font-weight: bold;*/
}

.eventos-interna .titulo-evento  {
    font-size: 14px;
    font-weight: bold;
    color: #005171;
}

.eventos-interna .noticia-completa{ font-weight:normal; }


.outros-eventos .titulo {
    color: #005171 !important;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.outros-eventos img{ width:100%; height:auto!important; }

/* /. Interna */

/* /. Eventos */


/* Estrutura */
.estrutura {
    margin-top: 10px;
    margin-bottom: 40px;
}

.estrutura .barra-menu-estrutura {
    min-height: 90px;
    background-color: #C9B23D;
    width: 941px;
}

.estrutura .img-destaque-estrutura {
    margin-top: 20px;
    width: 941px;

}

.estrutura .texto {
    background-color: #F2F2F2;
    padding: 20px 50px;
    width: 941px;
}

.nav-bar-estrutura {
    display: table !important;
    float: none !important;
    margin: 0 auto;
    table-layout: fixed !important;
}

.nav-bar-estrutura > li + li {
    margin-left: 27px !important;
}

.estrutura .thumb {
    padding-left: 0px;
}


/* /. Estrutura */

/* Organizacao */

.organizacao {
    margin-top: 40px;
    margin-bottom: 40px;
}


.organizacao .panel-body {
    padding: 0;
    background-color: #DDD;
    position: relative;
}

.organizacao .panel-group .panel {
    border-radius: 0;
    border: 0 none;
}

.organizacao .panel-heading {
    background-color: #c9b23d;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 66px;
    padding: 0;
}




.organizacao .panel-heading img {
    padding: 0;
}

.organizacao .panel-collapse {
    background-color: #F2F2F2;
}

.organizacao .botao-fechar {
    right: 0;
    height:66px;
    bottom: 0px;
    position: absolute;
}

.organizacao .rolagem img {
    bottom: 0;
    right: 0;
    position: absolute;
}

.organizacao .cargo {
    color: #005171;
    font-size: 14px;
    text-align: left;
        margin-bottom: 0;
}

.organizacao .nome {
 color: #005171;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 4px;
    text-align: left;
    width: 112px;
}

.organizacao .colunas {
    padding-left: 0;
    margin-top: 10px;
    width: 260px;
    float: left;
     height: 114px;
     background: #F1F2F2;
}

.organizacao .img-thumb {
    margin-right: 16px;
    float: left;
}

.organizacao .titulo-sessao {
    font-size: 16px;
    color: #999999;
    font-weight: bold;
}

.organizacao .panel-group .panel+.panel {
    margin-top: 12px;
}

.organizacao .linha-cinza {
    width: 94%;
}

/* /. Organizacao */


/* Servicos */

/* BEGIN Serviocs */

.servicos {
    margin-bottom: 40px;
    margin-top: 10px;
    padding-bottom: 55px;
}

.servicos .barra-menu {
    margin-top: 4%;
    min-height: 90px;
    background-color: #6394A9;
}

.nav > li > a {
    padding: 14px 4px;
  
}

.nav-bar-servicos > li > a {

    width: 55px;
}

.col-md-6.thumb{
    padding: 0px;
}

.nav-bar-servicos {
    display: table !important;
    float: none !important;
    margin: 0 auto;
    table-layout: fixed !important;
    padding-top: 6px;
}

.nav-pills li a:hover, .nav-pills li a:focus {
    background-color: transparent;
}

.servicos .texto {
    background-color: #F2F2F2;
    padding: 20px 50px;
    margin-bottom: 6%;
}

.servicos .col-md-6 {
    padding-left: 0;
}

.servicos .destaques {
    display: block;
    overflow: hidden;
}

.servicos .destaques img {
    width: 470px;
}



/* END Servicos */

/* /.Servicos */




/* Carousel */

.carousel ul {
    position:absolute;
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
}

.no-js .carousel ul {
    position:static;
}

.carousel .mask {
    position:relative;
    overflow:hidden;
    border:0;
}

.carousel .pagination-links li a:hover {
    text-decoration:none;
}

.carousel .disabled {
    color:gray;
    cursor:default;
}

.pagination-links {
    visibility: hidden;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 0px;
}

#carousel-thumb-detail  ul li {
    float:left;
    width:33.3%;
   
    color:#000;
    /*          font-size:8em;*/
    text-align:center;
    margin:0;
    padding:0;
}

#carousel-thumb-detail ul li img {

    width: 100%;
}

#carousel-thumb-detail .mask {
    width:470px;
}

#carousel-thumb-detail .next, #carousel-thumb-detail .prev {
    width: 37px;
    height: 69px;
    background: url(imgs/slidehome-seta-esquerda.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 100;
    z-index: 100;
    text-indent:-9000px;
    left: 10;
}

#carousel-thumb-detail .next {
    left: 430;
    background-image: url(imgs/slidehome-seta-direita.png);
    text-indent:-9000px;
}

#carousel-thumb-detail .next, #carousel-thumb-detail .prev {
    display: none;
}

/* /.Carousel */

/* Cardapio */

.cardapio {
    margin-bottom: 40px;
    margin-top: 40px;
}

.cardapio .slide {
    overflow: hidden;
}

.cardapio h2.titulo {
    margin-top: 40px;
    margin-bottom: 0;
}

.cardapio #carousel-full-cardapio  ul li {
    float:left;
    width:698px;
    height:310px;
    color:#000;
    text-align:center;
    margin:0;
    padding:0;
}

.cardapio #carousel-full-cardapio ul li img {
    height: 271px;
    /*width: 698px;*/
}

.cardapio #carousel-full-cardapio .mask {
    width:698px;
}

.cardapio #carousel-full-cardapio .next, #carousel-full-cardapio .prev {
    width: 37px;
    height: 69px;
    background: url(imgs/slidehome-seta-esquerda.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 120px !important;
    z-index: 100;
    text-indent:-9000px;
    left: 12px;
}

.cardapio #carousel-full-cardapio .next {
    left: 644px;
    background-image: url(imgs/slidehome-seta-direita.png);
    text-indent:-9000px;
}

.cardapio .col-md-9 {
    padding:0 ;
}

.cardapio .linha-btn {
    margin-top: 30px;
}

.cardapio .nav-tabs {

    border-bottom: 1px solid #FFF;
}

.cardapio .nav-tabs li  {
    background-color: #C9B23D !important;
    border-top-left-radius:  10px;
    border-top-right-radius:  10px;
    margin-left: 2px;

}

.cardapio .nav-tabs .active {
    border-radius-top: 30px;
    background-color: #6394A9 !important;
    margin-top: 30px;
}

.cardapio .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #FFF;
    font-weight: 600;
    /*font-size: 12px;*/
}

.cardapio .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    /* border-radius-top: 30px;
     background-color: #6394A9;*/
}

.cardapio .abaixo {
    margin-top: 44px;
    width: 160px;
    padding-top: 5px;
    font-size: 15px;
    color: #FFF !important;
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top-left-radius:  10px;
    border-top-right-radius:  10px;
    background-color: #6394A9;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0;
    color: #FFF;
    cursor: default;
    height: 63px;
    margin: 0;

}

.cardapio .nav-tabs a:hover, .cardapio .nav-tabs a:focus {
    background-color:  transparent;
    border: 0;
    color: #FFF;
}

.cardapio .meu-cardapio > a, .meu-cardapio > li {
    background-color: #DDD !important;
}

.cardapio .nav-tabs > li:last-child a, .nav-tabs > li:last-child a:hover, .nav-tabs > li:last-child a:active {
    color: #FFF;
}

.cardapio .nav-tabs > li:last-child, .cardapio .nav-tabs > li:last-child.active, .cardapio .meu-cardapio .nav-tabs .active {
    background-color: #6394a9;
    /*background-color: #DDD;*/
}

.cardapio .tab-content {
    margin-top: 1px;
    padding: 20px;
    padding-top: 30px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    background-color: #DDD;
}


.cardapio .linha-conteudo {

    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

.cardapio .coluna-adicionar {
    border-left: 1px solid #DDD;
    height: 200px;
    text-align: center;

}

.cardapio .img-destaque {
    padding-top: 26px;
}

/* /.Cardapio */

/* Revista */

.revista {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 55px;
}

.revista .azul {
    background-color: #6394A9;
}


.revista .cinza {
    background-color: #F2F2F2;
}

.revista .texto {
    padding: 40px 30px 30px 30px;
    color: #005171;
}

.revista .titulos {
    padding-top: 20px;
    padding-bottom: 20px;
}

.revista .ultima-edicao h3 {
    margin-left: 20px;
}

.revista h3 {
    color: #005171;
    font-size: 22px;
    font-weight: 700;
}

.revista .destaques {
    background-color: #DDD;
}

.revista .thumbRevistas {
    padding-left: 5px;
}


.revista .img-destaque-revista  {
    text-align: center;
    padding-left: 0;
}

.revista .ler-online {
    margin-top: 40px;
    text-align: center;
    padding-right: 0;
}

.revista .img-destaque-revista img {
    width: 196px;
}


/* /.Revista */


/* TIMELINE */

.yacht {
    margin-top: 40px;
    margin-bottom: 40px;
}

.timeline {
    list-style: none;
    position: relative;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px;
    background-image: url('imgs/linha-vertical-timeline.png');
    height: 100%;
    width: 11px;
    display: block;
}

.timeline .timeline-row {
    padding-left: 47.4%;
    position: relative;
    z-index: 10;
}

.timeline .timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.timeline .timeline-row .timeline-time small {
    display: block;
    color: white;
    text-transform: uppercase;
    opacity: 0.75;
    font-size: 11px;
    font-weight: 400;
}

.direita .timeline-icon {
    background-image: url(imgs/marcador-direita.png);
    color: white;
    font-size: 14px;
    height: 19px;
    left: 51.3%;;
    margin-left: -17px;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 54px;
    width: 24px;
    z-index: 100;
}

.esquerda .timeline-icon {
    background-image: url("imgs/marcador-esquerda.png");
    color: white;
    font-size: 14px;
    height: 19px;
    left: 50%;
    margin-left: -17px;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 54px;
    width: 26px;
    z-index: 100;
}

.timeline .timeline-row .timeline-icon > div {
    border-radius: 50%;
    line-height: 34px;
    font-size: 16px;
}
.timeline .timeline-row .timeline-content {
    margin-left: 40px;
    position: relative;
    background-color: white;
    color: #333333;
}

.timeline .timeline-row .timeline-content .panel-body {
    padding: 0;
    position: relative;
    z-index: 10;
}

.timeline .timeline-row .timeline-content h2 {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.2;
}

.timeline .timeline-row .timeline-content p {
    margin-bottom: 15px;
}

.timeline .timeline-row .timeline-content img {
    margin-bottom: 15px;
}

.timeline .timeline-row .timeline-content blockquote {
    border-color: #eeeeee;
}

.timeline .timeline-row .timeline-content blockquote footer, .timeline .timeline-row .timeline-content blockquote small, .timeline .timeline-row .timeline-content blockquote .small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse small, .timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
    color: #999999;
}

.timeline .timeline-row .timeline-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.timeline .timeline-row .timeline-content .video-container iframe, .timeline .timeline-row .timeline-content .video-container object, .timeline .timeline-row .timeline-content .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timeline .timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 47%;
}

.timeline .timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 40px;
}

.timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0;
}

.timeline .timeline-row:nth-child(odd) .timeline-content:after {
    left: auto;
    right: -41px;
}

.timeline.animated .timeline-row .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px;
}

.timeline.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0;
}

.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
}


.esquerda .cor {
    background-color: #6394a9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 160px;
     overflow: scroll;
    height: 260px;
}

.cor-lateral {
    color: #fff;
    font-size: 2em;
    height: 100%;
    padding-top: 56px;
}

.esquerda .cor-lateral {
    background-color: #74acc9;
    border-top-right-radius: 10px;
    padding-left: 10px;
}

.direita .cor {
    background-color: #C9B23D;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: scroll;
    height: 260px;
}

.direita .cor-lateral {
    background-color: #DFC644;
    border-top-left-radius: 10px;
    padding-left: 14px;
}

.cor-lateral p {
    font-size: 1.0em;
    line-height: 14px;
    color: #FFF;
}

.cor-lateral .ano {
    font-size: 1.4em;
    font-weight: 400;
}

.timeline-content .descricao-timeline {
    margin-top: 4%;
}

.timeline-content .descricao-timeline p{
    margin-top: 12px;
    margin-left: 16px;
    color: #FFF;
    font-size: 1.2em;
}


.timeline-row .imagem {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.img-responsive{
    margin-bottom: 0 !important;
}

.responsive-popup{
           max-width: 100%;
           width: 100%;
           height: auto;
}

/* /.TIMELINE */


/* CLUBES CONVENIADOS */

.clubes {
    margin-top: 40px;
    margin-bottom: 40px;
}

.clubes h3 {
    color: ##005171;
    font-size: 22px;
    font-weight: bold;  
}

.clubes .active {
    margin-top: 0;
}

.clubes .nav-tabs {
    border: none;
}

.clubes .tabs {
    position: relative;
}

.clubes .nav-tabs {
    /*height: 77px;*/
}

.clubes .nav-tabs > li:last-child, .clubes .nav-tabs > li:last-child.active, .clubes .meu-cardapio .nav-tabs .active, .clubes .nav-tabs li a:hover, .clubes .nav-tabs li a:focus {
    background-color: transparent;
    /*background-color: #DDD;*/
}


.clubes .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: transparent;
}

.clubes .nav-tabs > li.active:last-child {
    border: none !important;
}

.clubes .nav-tabs a {
    padding-top: 0;
}

.clubes .tab-content {
    
    z-index: 1;
    background-color: #F2F2F2;
    position: relative;
    top: -12px;

}

.clubes .tab-pane {
    padding:20px !important;
}


.clubes .nav > li > a {
    padding-bottom: 0;
}

.links {
    padding-left: 0 !important;
}

.lis {
    z-index: 1;
}

.ativar {
    z-index: 40;
}

.linkstabs {
    padding: 0 !important;
}

.internacional {
    margin-left: 12px !important;
}

/* /.CLUBES CONVENIADOS */

/* Contato */

.formulario-contato {
    display: block;
    cursor: pointer;

}

.formulario-contato h3 {
    font-size: 24px;
    color: #005171;
    margin-left: 20px;
}

.box-contato {
    position: absolute;
    width: 676px;
    height: 252px;
    left: -320px;
    top: -250px !important;
    z-index: 1;
    background-image: url(imgs/contato.png);
    background-repeat: no-repeat;
    overflow: hidden;
    color: #000;
    display: none;
}

.box-contato:hover .box-contato {
    display: block;
    cursor: default;
    z-index: 10;
}

.formulario-contato:hover .box-contato{
    display: block;
    cursor: default;
    z-index: 10;
}

.formulario-contato .email {
    width: 48%;
    float: left;
}

.formulario-contato .telefone {
    width: 48%;
    float: right;
}

.formulario-contato .form-control {
    margin-top: 14px !important;
}

.formulario-contato .select {
    display: block;
    position: absolute;
    top: 98px;
    width: 310px;
    color: #444444 !important;
    font-size: 13px;
}

.formulario-contato .check {
    width: 54%;
    float: left;
    margin-top: 13px;
}

.formulario-contato .btnEnviar {
    float: right;
    width: 39%;
    background-image: url("imgs/bg-enviar-contato.jpg");
    color: #FFF;
}

.formulario-contato ::-webkit-input-placeholder { /* WebKit browsers */
    color: #444444 !important;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.formulario-contato  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #444444 !important;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.formulario-contato  ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #444444 !important;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.formulario-contato  :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #444444 !important;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

/* /. Contato */


.noticia-completa {
    min-height: 150px;
}
.propagandas{ margin-top: 1px; }
.esportes{ margin-bottom: 38px; }

.container p{ font-size:13px; }
.previsao center{  margin-top: 29px;  margin-bottom: 43px; }
.navbar{ z-index:10; }
.galeria-interna{ overflow:visible; }
.galeria-interna .row{ margin:0 0 20px; } 
.galeria-interna .row .quando{ margin-top:20px; }
.galeria-interna .row .coluna{ margin-top:30px; position:initial }
.galeria-interna .row h3{ margin-top:5px; }
.galeria-interna .link-galeria img{ width:300px; height:auto; }
.galeria-interna .galeria{ position:absolute; width:697px; height:530px; top:0; left:15%; z-index:100; visibility: hidden; }
.galeria-interna .galleria-container{ background:transparent!important; }
.galeria-interna .fechar{ position:absolute;     top: -15px;   right: -15px; z-index:101; }
.galeria-interna .galleria-info-link, .galeria-interna .galleria-amw-fullscreen, .galeria-interna .galleria-counter{ display:none !important; }
#background{ background-color:#000; opacity: 0.7; width:100%; display:none; position: fixed; top:0;left:0; z-index:10; }
.home .galeria-interna{ position:relative; }
.galeria-home, .home .galeria-interna .coluna{ position:initial; }


.linha-topo{ background-color:#005171; }
.linha-topo .temperatura{ float:right;  }
.propaganda{ display:block; margin-bottom:20px; }
.home{ margin-top:56px; }
.novidades-home h3{ background:url(images/background-titulo-novidades.png) no-repeat top left; margin-top:0; font-family:'Open Sans',sans-serif; font-size: 25px; font-weight:300;   padding: 5px 0 20px 40px; }
.novidades-home .borda-traco{ background:url(images/borda.png) no-repeat; width:100%;     height: 7px;    margin: 40px 0; }
.novidades-home .continuar-lendo{ margin-top:5px; display:block; }
.novidades-home .resumo{ margin-top:0; }
.novidades-home h4{ margin-bottom:0; margin-top:4px;  }
.novidades-home h4 a{ color:#005171; }
.novidades-home .subtitulo{     color: #000;    font-size: 10px;    font-weight: bold; }
.novidades-home .noticia-cima{ margin-bottom:20px; }
.novidades-home .date{ color:#b49d1d; font-family:'Open Sans',sans-serif; font-weight:400; margin-bottom: 10px; margin-top:5px; font-size:11px;   display: block; }
.novidades-home .noticia-mais{ background:#F1F2F2; text-align: center;     width: 93%;    margin-left: 16px;    padding: 10px 0;    position: absolute;    bottom: 0; }
.novidades-home .noticia-mais a{ color:#C9CACA; text-transform: uppercase; }
.video-grande{ margin-left:5%; }
.video-coluna2{ padding-left:0; }
.video-coluna2 .video{ margin-bottom:7px; }
.video-coluna2 .continuar-lendo{ margin-top:10px; display:block; }
.tv{  margin-top: 40px;   margin-bottom: 43px; }
#linha-menu{ background:none; height:70px; }
#linha-menu .busca{ float:right; }
#linha-menu .navbar-right{ float:left!important; margin-left:97px; }
#linha-menu .navbar-right a{ font-family:'Open Sans', sans-serif; font-weight:300!important; color:#005171; }
#linha-menu .navbar .container{ position:relative; }



#linha-menu input[type='search']{ background:url(images/background-busca.png) no-repeat -59px 0; border-radius: 0;     width: 170px!important;    right: -66px;    padding-top: 5px;  position: absolute;   font-size: 11px;    width: 175px;    margin-top: 17px; }
.banner-topo{ width:100%; height:414px; background-color:#fff; }
.redes{ margin-top:18px;     position: absolute;    right: -68px; }
.redes a{ margin-right:6px; float: left; }
.secoes{        margin-bottom: 29px; margin-top: 59px;}
.secoes .continuar-lendo{ font-size: 13px; }
.ls-bottom-slidebuttons{ top:8px!important; }
.ls-bottom-slidebuttons a{ background:#d1d3d4!important; border-radius:10px;    width: 10px!important;    margin: 0 7px;    height: 10px!important; }
.ls-bottom-slidebuttons .ls-nav-active{ background:#d7aa01!important; }
.sb-paginate.default-style .paginate-item.current-item{ background-color:#005171!important; }

.rodape .redes-rodape a{ margin:0 3px; }

.navbar-collapse{ padding-left:0; }

.licitacoes{ max-width:940px; margin:0 auto; }

/* RESPONSIVE */
 
@media screen and (max-width:1024px) {
    .slider {
        /*left: 10px !important;*/
        /*border: 1px solid red;*/
    }
}

@media screen and (max-width:1280px) {
    .slider {
        /*left: 20px !important;*/
        /*border: 1px solid red;*/
    }
}

@media screen and (max-width:1366px) {
    .slider {
        /*left: 74px;*/
    }
}

@media screen and (max-width:960px) {
    .desktop{ display:none; }
    .hino{ display:none; }
    .container{ width:100%; }
    .banner-topo img{ width:100%; }
    .banner-topo{ height:auto!important; }
    .previsao{ display:none; }
    
    .instagram{ width:100%; }
    #instagram img{ height:48px; }
    .sub-rodape .box-instagram{ width:287px; margin:0 auto; float:none; }
    .rodape .endereco{ line-height: 20px }
    .rodape .linha-superior{ margin-top:5px; text-align:center; }
    .rodape .linha-inferior{   width: 100%; padding:0;  text-align: center; }
   .rodape .pull-right, .rodape .pull-left{ float:none!important; }
    .rodape{ background:  #005171; height:auto; }
   .logo-rodape{ display:none; }
   .novidades-home img{ display:block; margin:0 auto; }
   
   .navbar-toggle{ background-color:transparent; margin-top:17px; }
   .navbar-toggle .icon-bar{ background-color:#FFF; }
   .navbar-header a .logo{ top: 3px; width: 62px; }
   #linha-menu .busca{ display:none; }
   #linha-menu .navbar-right{ float: right!important;  top: 45px;    background-color: #FFF;    right: 18px;    z-index: 10;    position: absolute; }
   
   .linha-topo{ display:block!important; height:1px; }
    
    .navbar-header a{   position:relative;  display: block;    width: 61px;    height: 57px;    margin-left: 13px; }
    .novidades-home .noticia-mais{ width:95%; position:initial; margin:0px auto 60px;}
    /* correções mobile 27/06/16 */
    .container.estrutura .texto,
    .container.estrutura .barra-menu-estrutura,
    .container.estrutura .img-destaque-estrutura{ width:100%; }
    .container.estrutura  .nav-pills>li, 
    .container.estrutura .nav-bar-estrutura > li + li{ width:33%; text-align:center; margin:0!important; }
    .container.esportes .conteudo table{  width:100%; }

    .container.esportes .ranking .azul{ height:79px }
    .container.esportes .ranking .col-md-3 img{  margin-top:10px }
    /* correções mobile 27/06/16 */
}
@media screen and (min-width:320px) and (max-width:480px) {
    .tv iframe{ width:320px!important; height:192px!important; margin:10px auto; display:block; }
    .tv .video-grande{ margin:10px auto; display:block; }
    .tv div{ padding:0; margin:0; }
    .novidades-home img{ width:100%; height:auto!important; }
    .novidades-home .noticia{ margin-bottom:30px; }
    .novidades-home .borda-traco{ display:none; }
    
}

@media screen and (max-width:700px) {
    
    .galeria-interna .galeria{ position:absolute; width:100%; height:auto; top:0; left:0; z-index:100; }
}

@media screen and (max-width:768px){
    .navbar-header{ background-color: #005171;    height: 69px; }
    .linha-topo .temperatura{ display:none; }
    .linha-topo .redes{     right: 50%;    z-index: 99;    margin-right: -90px;    margin-top: 24px; }
    .linha-topo{ height:1px; }
}
@media screen and (min-width:768px) and (max-width:960px){
    .redes{ float: right; position:initial; right:auto }
    #linha-menu .navbar-right{ top:0; }
    .linha-topo{ height:62px; }
    .navbar-header a .logo{ top:-27px;     width: 114px;    left: 29px; }
    .navbar-header a{ margin-left:0; }
}
@media screen and (min-width:960px){
    .novidades-home{ min-height:792px }
}



.tit_realizados{
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 300;
        color: #a0802d;
}

.lista_eventos{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}



.lista_eventos li h3{
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 25px;
    color: #004071;
      font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 13px;
}


.dados_evento{
    width: 100%;
    float: left;
    line-height: 18px;
     padding: 0 25px;
}

.dados_evento img{
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.dados_evento span{
    display: block;
    float: left;
     font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 12px;
        color: #000;
}

.pin_evento{
    margin-left: 20px;
}

.saiba_mais_evento{
    width: 100%;
    float: left;
    background: #004071;
    height: 50px;
    line-height: 48px;
    color: #fffefe;
         font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 14px;
        margin-top: 30px;
        text-align: center;
        position: absolute;
        bottom:0px;
        left:0px;
        text-decoration: none;
             transition: all 0.1s linear 0.1s;

    }

.saiba_mais_evento:hover{
   background: #a0802d;
   color: #fff;
      text-decoration: none;
}


.clear{
    clear: both;
}

.titulo_evento_interna{ font-family: 'Open Sans', sans-serif !important;
        font-weight: 300;
        font-size:26px;
        width: 72%;
        float: left;
        margin-top: 30px;}


        .bt-inscricao_interna{
             background: #a0802d;
             width: 250px;
             float: right;
             text-align: center;
             margin-top: 30px;
             margin-bottom: 40px;
             height: 47px;
             line-height: 46px;
              font-family: 'Open Sans', sans-serif !important;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        display: block;
        font-size: 20px;
          text-decoration: none;
             transition: all 0.1s linear 0.1s;
        }

         .bt-inscricao_interna:hover{
                background: #004071;
                   color: #fff;
                text-decoration: none;
         }


         .img-evento-interna{
            float: left;
            width: 100%;
         }

         .barra-evento{
                float: left;
            width: 100%;
            background: #004071;
            margin-bottom: 40px;

            padding: 45px 30px 35px 30px;

         }


         .barra-evento img{
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.barra-evento span{
    display: block;
    float: left;
     font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        font-size: 11px;
        color: #fff;
        margin-right: 25px;
        margin-bottom: 10px;
}

.barra-evento span strong{
    text-transform: uppercase;
      font-weight: 900;

  }


  

.form-inscricoes{
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
.form-inscricoes label{
font-family:'Open Sans', sans-serif;
font-weight:600!important;
color: #4d4d4d;
font-size: 13px;
display: block;
float: left; 
width: 200%;
}

.form-inscricoes h2{
    font-family:'Open Sans', sans-serif;
font-weight:800!important;
font-size: 22px;
margin-bottom: 20px;
margin-top: 30px;
color:#005171

}
.form-inscricoes input, .form-inscricoes select{
    width: 100%;
    float: left;
    border: #cccccc solid 1px;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    margin-top: 3px;
    color: #004071;
}

.campos{
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 12px;
}

.clear{
    clear: both;
}

.botoes{
     font-family:'Open Sans', sans-serif;
font-weight:800!important;
font-size: 17px;
text-transform: uppercase;
background: #a1812f;
text-align:center;
height: 55px;
line-height: 53px;
color: #fff !important;
width: 215px !important;
margin-top: 30px;


}
.botoes:hover{
background:#004071;
}




.submenu_eventos{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.btsp{   font-family:'Open Sans', sans-serif;
font-weight:800!important;
font-size: 18px;
text-transform: uppercase;
background: #004071;
text-align:center;
height: 50px;
line-height: 49px;
color: #fff !important;
width: auto;
margin-top: 5px;
float: left;
margin-right: 15px;
text-decoration: none;
padding: 0 15px;
cursor: pointer;
display: block;
}

.btsp:hover{
background:#a1812f;
text-decoration: none;
}

a.btselecionado{
   background:#a1812f !important;
    color: #fff !important;
    text-decoration: none;
}


.input_vazio{
    border: red solid 1px !important;
}

.tabela_inscritos{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.tabela_inscritos li{
    width: 100%;
    float: left;
    list-style: none;  
    position: relative;  
}



.colunas{
    height: 52px;
    line-height: 15px;
    text-align: center;
    font-family:'Open Sans', sans-serif;
font-weight:400;
font-size: 14px;
color: #4d4d4d;
background: #cccccc;
 margin-bottom: 0.5%;
 float: left;
 padding-top: 11px;
}

.tabela_adm .colunas{
     height: 70px;
    line-height: 35px;

}

.tabela_adm .coluna_top{
    
    line-height: 70px !important;

}


.coluna1{
    width: 200px;

    margin-right: 0.5%;
}

.coluna2{
    width: 87px;
    margin-right: 0.5%;
 
}

.divclube{
    width: 155px !important
}

.divequipe{
    width: 155px !important
}


.divcidade{
    width: 133px !important
}



.coluna_top{
    background: #004071 !important;
    color: #c99c28 !important;
    font-weight:600!important;
    padding-top: 20px;
}

.botoes2{
 background: #004071 none repeat scroll 0 0;
    color: #c99c28;
    
   
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600;
    
    line-height: 15px;
    margin-right: 3px;
    padding: 3px 6px;
    margin-left: 0px;
    text-decoration: none;
}

.botoes2:hover{
 background:#c99c28;
    color: #fff;
    text-decoration: none;
    }


    .divs_padores{
        display: none;
    }


    input.input_file{
        border: none !important;
    }

    .list_arquivo{
        width: 100%;
        float: left;
        margin-bottom: 15px;
        border-bottom: dotted #c99c28 1px;
        padding-bottom:5px;;
    }

    .excluir_arquivo{   
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600;
    color:#B80E11;
       float: left;
       width: 40%;
       line-height: 23px;
    }

    .excluir_arquivo img{
        height: 15px !important;
        margin-right: 5px;
    }

    .ver_arquivo{   
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    color:#004071;
    float: left;
     line-height: 23px;
     margin-right: 30px;
       width: 100%;
    }





.topics2{
    font-family: 'Roboto',sans-serif;
    color:#DD901E;
    font-size:21px;
    margin-top:15px;
    margin-right:10px;
    margin-bottom:20px;
}


.msg {
    width:100% !important;

    
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    color:#999;
    margin-bottom:10px;
    margin-top:5px;
    padding:5px 0px 5px 0px;
    
}


.loader {
    background:url(image/ajax-loader.gif) 5px center no-repeat;
    padding-left:55px;
    
}


    #result{
        background:#FFF;
        color:#333;
    display: none;
    font-family: 'Strait',sans-serif;
    font-size: 16px;
    float:left;
    width:350px;
    padding:20px;
    
        
        }

        
#erro{
    float:left;
    margin-top:2px;
    font-size:14px;
    color:#F00;
    font-size:17px;
            font-weight:bold;
            
            font-family: 'Roboto',sans-serif;
}
        
        
        
    .nome_usuario{
        color: #333333 !important;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 5px 10px;
    position: absolute;
    text-align: right;
    top: 222px;
    width: 757px;
    }
        
        
        .nome_usuario a{
            color:#333 !important;
            font-size:15px !important;
            text-decoration:none !important;
            font-family:Verdana, Geneva, sans-serif !important;
        }
        


        .tabela_inscritos_adm{
            width: 100%;
            float: left;
            margin: 0px;
            padding: 0px;
        }


        .tabela_inscritos_adm li{
            width: 32%;
            float: left;
            margin-left: 0px;
            margin-right: 1%;
             margin-bottom: 1%;
         padding: 10px 10px 0px 10px;
            background: #CCCCCC;
            list-style: none;
            position: relative;
            

            color: #4d4d4d;
 
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
        }


          .tabela_inscritos_adm li h3{
              margin: 0px;
            padding: 0px;
            color: #003F71;
                font-size: 14px;
                    font-weight: 600;
                    margin-bottom: 3px;

          }

          .tabela_inscritos_adm li h5{
              margin: 0px;
            padding: 0px;
            color: #003F71;
                font-size: 14px;
                    font-weight: 600;
                    margin-bottom: 10px;

          }

               .tabela_inscritos_adm li h5 strong{
              margin: 0px;
            padding: 0px;
            color: #4d4d4d;
                font-size: 14px;
                    font-weight: 900;
                   

          }


          .red22{
            color: #B80E11 !important;
          }

              .green22{
            color:#55AE0D!important;
          }



.btemail{
background: #a0802d;
width: 100%;
float: right;
text-align: center;
margin-top: 0px;
margin-bottom: 5px;
height: 30px;
line-height: 30px;
font-family: 'Open Sans', sans-serif !important;
font-weight: 700;
text-transform: uppercase;
color: #fff;
display: block;
font-size: 14px;
text-decoration: none;
transition: all 0.1s linear 0.1s;
}

.btemail:hover{

   background: #003F71;
   color: #fff !important;
   text-decoration: none;
}


            .tabela_inscritos_adm li h4{
             color: #4d4d4d;
    font-size: 19px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    height: 46px;
        font-family: "Open Sans",sans-serif;

          }

          .linha_tabela{    
            width: 100%;
            float: left;
            margin: 0px;
            padding: 0px;
            margin-bottom: 10px;}

            img.status{
                float: left;
                height: 20px;
            }

              img.img_aprovar{
                float: right;
                margin-right: 3px;
                height: 20px;
                cursor: pointer;
                 opacity: 1;
            }

              img.img_rejeitar{
                float: right;
                 margin-right: 3px;
                 height: 20px;
                 cursor: pointer;
                  opacity: 1;
            }

               img.img_ver{
                float: right;
                height: 20px;
                 margin-right: 3px;
                 cursor: pointer;
                 opacity: 1;
            }

.img_ver:hover, .img_rejeitar:hover, .img_aprovar:hover{
    transition: all 0.1s linear 0.1s;
       opacity: 0.7;


}




.ver_documentos{
    background: #c99c28 none repeat scroll 0 0;
    display: none;
    left: 0;
    min-height: 300px;
    position: absolute;
    top: 52px;
    width: 300px;
}


.ver_documentos ul{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.ver_documentos ul li{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    float: left;
    list-style: outside none disc;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 0;
    padding: 0 0 0 10px;
    position: relative;
    width: 264px;
      line-height: 23px;
}
.ver_documentos ul li h4{
     font-family:'Open Sans', sans-serif;
font-weight:400;
font-size: 14px;
color: #fff;
margin: 0px !important;
  line-height: 23px;

    }


.fechar_doc{
 color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px 21px;
    text-align: right;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}


.fechar_doc:hover{
   color:#004071 !important;
   text-decoration: none !important;
       transition: all 0.1s linear 0.1s;
}

.ver_documentos ul li a:hover{ text-decoration: none !important;}

.ver_documentos ul li a:hover h4{
        transition: all 0.1s linear 0.1s;
   color:#004071 !important;
   text-decoration: none !important;
}



.loader{
    background: #145D7A url(images/loader.gif) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
left: 0px;
z-index: 999;
display: none; }





.fechar_aviso{
 color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px 21px;
    text-align: right;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}


.fechar_aviso:hover{
      color:#DD901E !important;
   text-decoration: none !important;
       transition: all 0.1s linear 0.1s;
}


.aviso_inscricao{
 background: #004071 none repeat scroll 0 0;
    display: none;
    height: 400px;
    left: 50%;
    margin-left: -350px;
    padding: 40px;
    position: absolute;
    top: 127px;
    width: 700px;

}

.aviso_inscricao p{
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.bt_continuar_pagamento{
    position: absolute!important;
    bottom: 10px!important;
    left: 50%!important;
    width: 200px!important;
    margin-left: -100px!important;
    cursor: pointer;
}

.bt_continuar_pagamento:hover{
    background: #fff !important;
    color: #004071 !important;
}

.eventos-interna{ transition: all 0.1s linear 0.1s;}

.bt-inscricao_interna{
 cursor: pointer;}


.borda{
    background: url(images/borda2.png) center left no-repeat;
    width: 100%;
    float: left;
    clear: both;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.documentos_evento{
    width: 100%;
    float: left;

}

.documentos_evento h2{
    color: #cb9c23;
     font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
        width: 100%;
        text-transform: uppercase;
}


  .bt-inscricao_interna_bottom{
             background: #a0802d;
             width: 250px;
             margin: 0 auto;
           
             text-align: center;
           
             height: 47px;
             line-height: 46px;
              font-family: 'Open Sans', sans-serif !important;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        display: block;
        font-size: 20px;
          text-decoration: none;
             transition: all 0.1s linear 0.1s;
        }

         .bt-inscricao_interna_bottom:hover{
                background: #004071;
                   color: #fff;
                text-decoration: none;
         }

         .lista_docs{
            width: 60%;
            float: left;
            margin: 0px;
            padding: 0px;
            margin-top: 30px;
         }

             .lista_docs li{
                list-style: none;
              min-height: 51px;
            width: 45%;
            float: left;
            margin: 0px 0 10px 0;
            margin-right: 10px;
            margin-left: 11px;
            
         
         }

         .lista_docs li a{
            width:auto;

            font-family: 'Open Sans', sans-serif !important;
        font-weight: 500;
            color: #000;
            text-decoration: none;

        font-size: 14px;
        border-bottom: solid 1px #000;

         }
 .lista_docs li a:hover{
     text-decoration: none;
      color: #004071 !important;

  }





.resultados_eventos{
    width: 100%;
    float: left;
}



.resultados_eventos h2{
    background: #004071 !important;
    padding: 15px;
    color: #fff !important;
     width: 100%;
    font-weight:600!important;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
}

.content_resultados{
    background: #cccccc !important;
    padding: 15px 15px 10px 15px;
    color: #4d4d4d !important;
    width: 100%;
    font-weight:400!important;
    margin-bottom: 5px;
    font-size: 16px;
    margin-bottom: 40px;
}


.content_resultados p{
  
    color: #4d4d4d !important;
   
    font-weight:400!important;
    margin-bottom: 10px;
    font-size: 14px;
}



.titulo_evento2{
     color: #4d4d4d !important;
}


.galeria_eventos{
    width: 100%;
    float: left;
}


.galeria_eventos h2{
    background: #004071 !important;
    padding: 15px;
    color: #fff !important;
     width: 100%;
    font-weight:600!important;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
}

.botao-ins{
    position: relative;
    display: block;
}

.box-tipo-inscricao{
  background-color: #005171;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 77px;
      width: 100%;
    z-index: 99999;
    display: none;
}


.box-tipo-inscricao p{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
     font-family: 'Open Sans', sans-serif !important;
        font-weight: 500;
        color: #fff;
        font-size: 13px;
          text-align: left;

}

.box-tipo-inscricao a{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
     font-family: 'Open Sans', sans-serif !important;
        font-weight: 500;
        color: #fff;
        font-size: 16px;
        text-align: left;

}


  .inscr{
    display: block;
    float: right;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s linear 0.1s;
    width: 100%;
    position: relative;
}

.over{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(images/over.png) repeat;
    z-index: 99;
    display: none;
}


.content-inscricoes{
    width: 100%;
    float: left;
    margin-bottom: 50px;

}


.content-inscricoes h2{
       color: #005171;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 30px;
}

.checkbox{
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.campo_check{
    text-align: center;
}

.id1, .id2, .escondido{
    display: none;
}



.listando_form_eventos{
    float: left;
    width: 100%;
    display: none;
}

.campo_senha, .campo_titulo_evento, .campo_link_ingresso, .campo_tipo_usuario, .campo_id_evento, .campo_aceito_termos, .campo_cpf, .campo_email, .campo_atualiza_dados, .campo_id_linha, .campo_id_tecnico{
    display: none;
}

label{
    text-transform: capitalize !important;
}




.botao-page-tecnico {
    display: block;
    margin-bottom: -27px;
    margin-right: 7px;
    position: relative;
}

.nomeatle{
    cursor: pointer;
       color: #A1812F;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;

}


.red{
    float: left;
    cursor: pointer;
       color: #B80E11;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 800;
  
}

.green{
    float: left;
    cursor: pointer;
       color: #54AE0C;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 800;
  
}

.listando_dados{
    width: 100%;
    float: left;
}



#wrapper_scroll{
    width: 100%;
    overflow: auto;
    float: left;
    webkit-overflow-scrolling: touch;
    
    

}

#wrapper_scroll .tabela_inscritos{
    width: 940px !important;
}

.tit_cat{ 
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 800;
    padding: 0 25px;
    margin-bottom: 0px;
}


.lista_clipping li{
    min-height: 400px;


}

.lista_termos{
    width: 200px;
        color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    background: #e6e7e8;
    padding: 5px;
    float: right;
    border: none;
}


.bt-voltar{
    width: 100%;
    float: left;
    display: block;
    margin: 50px 0;
    font-size: 14px;
    font-weight: bold;
    color: #005171;
        font-family: "Open Sans",sans-serif;


}


.bt-voltar:hover{
    color: #b49d1d;
}

.lista_news li{
 min-height: 347px;

}



ul.lista_news li h3 {

    width: 100%;
    float: left;
    margin-top: 22px;
    margin-bottom: 20px;
    padding: 0 25px;
    color: #004071;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 13px;

}

ul.lista_news li .saiba_mais_evento {
   
    margin-top: 0px;

}


@media (min-width: 320px) {
    .player_video{
    background: url(images/player.png) center center no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 53px;
    position: absolute;
    left: 50%;
    top: 29%;
    margin-left: -35px;
    margin-top: -26px;
    z-index: 999;
     transition: all 0.3s ease 0s;
     cursor: pointer;

}

    #carousel-thumb-premiacoes ul li {
    float:left;
    width:110px;
    height: 131px;
    color:#000;
    text-align:center;
    margin:0;
    padding:0;
}

    .organizacao .esquerda {
    width: 100%;
    min-height: 100px;
    background-color: #F1F2F2;
padding: 30px 81px 30px 30px;
}

    .organizacao .estatuto {
    margin-left: 0px;
    margin-top: 5px;
}


       .sem-margem{
    width: 100%;
    padding: 8%;
    }

    .img-destaque{
float: left;


width:96.2%;

}

.estrutura .thumb {
    width: 100%;

    padding-left: 0px;
    float: left;
    height: 400px;

}

    .dados_menu{
        width: 100%;
        float: left;
        background: #005171;
        padding: 15px;
        margin-bottom: 20px;
    }

    .dados_menu a{
        width: 100%;
        float: left;
        margin-bottom: 5px;
        display: block;
    }

    .mobile{
        display: block;
    }

      .desktop{
        display: none;
    }


        #linha-menu .navbar-right {
       
            width: 300px;
            padding: 0 20px;

        }

        .tvya{
            display: none;
        }


.organizacao .panel-heading p {
    color: #fff;
    float: left;
    font-size: 20px;
    padding: 11px;
    width: 100%;
}

.galeria-imagens {

    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;


}

.listagem-eventos {

    margin-bottom: 30px;
    width: 100%;
    margin-right: 0%;
    float: left;
    height: auto;

}

.lista_eventos li{
    width:100%;
    float: left;
    margin-right: 0%;
    background: #e6e7e8;
    min-height: 350px;
    list-style: none;
    margin-bottom: 1%;
    position: relative;
         transition: all 0.1s linear 0.1s;


}

.legenda-calendario{
    width: 100%;
    float: left;
  background:url(images/rotulo-300.png) left center no-repeat;
  height: 55px;
}



.barra-acessibilidade{
  width: 168px;
padding: 3px 10px;
   transition: all 0.1s linear 0.1s;
float: left;
position: absolute;
right: 40px;
top: 17px;

z-index: 9;
color: #000 !important;


}

.barra-acessibilidade h2{
    color: #005171;
    font-family: 'Open Sans', sans-serif !important;
font-weight: 700;
font-size: 11px;
margin-top: 8px;
margin-bottom: 10px;
float: left;
margin-right: 10px;

}

.barra-acessibilidade .btfonte{
       width: 23px;
    height: 23px;
    border-radius: 50px;
    float: left;
    margin-right: 6px;
       background: #005171 !important;
    color: #fff !important;
    border: 0 none  !important;
          margin-bottom: 2px;
           font-size: 16px;
           text-align: center;
           cursor: pointer;
}

.barra-acessibilidade .btcon{
line-height: 19px;
width: 97px;
height: 23px;
border-radius: 30px;
float: left;
margin-right: 6px;
background: #005171 !important;
color: #fff !important;
border: 0 none !important;
margin-bottom: 5px;
font-size: 17px;
position: absolute;
top: 13px;
left: 69px;
text-align: center;
margin-left: 6px;
cursor: pointer;

}

.barra-acessibilidade button:hover{
background: #D3BC3F !important;
}


.banner-topo{
    margin-top: 36px;
}


.botoes-acess{
    height: 48px;
    width: 168px;
    float: left;
    background: #D3BC3F !important;
    padding: 10px;
    padding-left: 6px;
}

.contrast .botoes-acess{
    height:46px;
    width: 168px;
    float: left;
    background: #D3BC3F !important;
    padding: 10px;
    padding-left: 6px;
}


.btabreacess{
    background: url(images/acess-mobile.png) center top no-repeat !important;
    width: 168px;
    height: 25px;
    float: left;
    cursor: pointer;

}

.contrast .btabreacess{
    background: url(images/acess-mobile.png) center top no-repeat !important;


}

.access-active{
    top: 65px !important;
    left: inherit !important;

      transition: all 0.3s ease 0s;
}


}


@media (min-width: 420px) {

    .player_video{
    background: url(images/player.png) center center no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 53px;
    position: absolute;
    left: 50%;
    top: 16%;
    margin-left: -35px;
    margin-top: -26px;
    z-index: 999;
     transition: all 0.3s ease 0s;
     cursor: pointer;

}



    .galeria-imagens {

    display: block;
    overflow: hidden;
      width: 420px;
    margin: 0 auto;


}

    .lista_eventos li{
    width:49%;
    float: left;
    margin-right: 1%;
    background: #e6e7e8;
    min-height: 350px;
    list-style: none;
    margin-bottom: 1%;
    position: relative;
         transition: all 0.1s linear 0.1s;


}

}

@media (min-width: 500px) {

    .player_video{
        background: url(images/player.png) center center no-repeat;
        background-size: 100% 100%;
        width: 70px;
        height: 53px;
        position: absolute;
        left: 50%;
        top: 22%;
        margin-left: -35px;
        margin-top: -26px;
        z-index: 999;
         transition: all 0.3s ease 0s;
         cursor: pointer;


    }

}


@media (min-width: 768px) {
    .barra-acessibilidade{
    width:95px;
    padding: 6px;
    float: left;
    
    position: fixed;
    left: -66px;
    top: 47% !important;
    z-index: 999999999;
    background: none;
    
    color: #000 !important;
    padding-bottom: 3px;
    transition: all 0.1s linear 0.1s;
}

    .access-active{
    left: -14px !important;
    top:inherit;
}



.botoes-acess{
    height: 168px;
    width: 58px;
    float: left;
    background: #D3BC3F !important;
    padding: 10px;
    padding-left: 23px;
}

.contrast .botoes-acess{
    height: 168px;
    width: 58px;
    float: left;
    background: #D3BC3F !important;
    padding: 10px;
    padding-left: 23px;
}


.btabreacess{
    background: url(images/acess.png) center top no-repeat !important;
    width: 25px;
    height: 168px;
    float: right;
    cursor: pointer;

}

.contrast .btabreacess{
    background: url(images/acess.png) center top no-repeat !important;


}

    .banner-topo{
    margin-top: 0px;
}

    .barra-acessibilidade .btfonte{
       width: 23px;
    height: 23px;
    border-radius: 50px;
    float: left;
    margin-right: 6px;
       background: #005171 !important;
    color: #fff !important;
    border: 0 none  !important;
          margin-bottom: 2px;
           font-size: 16px;
           text-align: center;
           cursor: pointer;
}

.barra-acessibilidade .btcon{
line-height: 19px;
width: 97px;
height: 23px;
border-radius: 30px;
float: left;
margin-right: 6px;
background: #005171 !important;
color: #fff !important;
border: 0 none !important;
margin-bottom: 5px;
font-size: 17px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
top: 105px;
left: -14px;
text-align: center;
margin-left: 6px;
cursor: pointer;

}

.barra-acessibilidade button:hover{
background: #D3BC3F !important;
}



    

.barra-acessibilidade h2{
    color: #005171;
    font-family: 'Open Sans', sans-serif !important;
font-weight: 700;
font-size: 11px;
margin-top: 5px;
margin-bottom: 7px;

}


    .img-destaque{
float: left;


width:97.8%;

}

    #carousel-thumb-premiacoes ul li {
    float:left;
    width:132px;
    height: 132px;
    color:#000;
    text-align:center;
    margin:0;
    padding:0;
}

    .legenda-calendario{
    width: 100%;
    float: left;
    background:url(images/rotulo-600.png) left center no-repeat;
 
    height: 55px;
}

    .lista_eventos li{
    width:32%;
    float: left;
    margin-right: 1%;
    background: #e6e7e8;
    min-height: 350px;
    list-style: none;
    margin-bottom: 1%;
    position: relative;
         transition: all 0.1s linear 0.1s;


}

    .listagem-eventos {

    margin-bottom: 30px;
    width: 49%;
    margin-right: 1%;
    float: left;
    min-height: 300px;

}


    .galeria-imagens {

    display: block;
    overflow: hidden;
      width: 470px;
    margin: 0 auto;


}


.list-esporte .col-md-7{
    padding-left: 0px;
}


}



@media (min-width: 960px) {

.legenda-calendario{
    width: 100%;
    float: left;
    /*background:url(images/rotulo-300.png) left center no-repeat;*/
    background:url(http://yachtclubedabahia.com.br/wp-content/uploads/2015/08/rotulo-eventos-calendario-yacht.png) left center no-repeat;
    height: 55px;
}

    .listagem-eventos {

    margin-bottom: 30px;
    width: 100%;
    margin-right: 0%;
    float: left;
    min-height: 100px;

}


.list-esporte .col-md-7{
    padding-left: 15px;
}

    .galeria-imagens {

    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;

}

.organizacao .panel-heading p {
    color: #fff;
    float: left;
    font-size: 20px;
    padding: 20px;
     width: 100%;
}


    .organizacao .esquerda {
    width: 91.2%;
    min-height: 100px;
    background-color: #F1F2F2;
padding: 30px 81px 30px 30px;
}

    .organizacao .estatuto {
    margin-left: 20px;
        margin-top: 0px;
}


    .sem-margem{
    width: 100%;
    padding: 4%;
    }

.img-destaque{
float: left;

width: 50%;

}

.estrutura .thumb {
    width:50%;

    padding-left: 0px;
     padding-right: 0px;
    float: left;
    min-height: 500px;

}

   #linha-menu .navbar-right {

               width: auto;
            padding: 0;

        }


         .mobile{
        display: none;
    }

      .desktop{
        display: block;
    }

      .tvya{
            display: block;
       
        }

}


.destaques {

    display: block;
    width: 100%;
    margin: 0 auto;
   

}

.page-home .destaques {

    display: block;
    width: auto;
    margin: 0 auto;
   

}

.estrutura .thumb .carousel ul{
    width: 100% !important;
}

.estrutura table{
    width: 100% !important;
}





.organizacao .panel-title a:nth-child(1){
    width: 20%;
display: block;
float: right;
}

.organizacao .panel-title a:nth-child(2){
    width: 77%;
display: block;
float: left;
}

.organizacao .panel-title a:nth-child(3){
    width: 20%;
display: block;
float: right;
}


.carousel-thumb-premiacoes{
    position: inherit !important;
}


.ai1ec-calendar-toolbar{
    border: none!important;
}

@media (min-width: 320px) {

    .carousel-veleiro{
    width:95%;
    margin: 0 auto;
}
.form-veleiro{
    width: 95%;
    margin: 0 auto;
}


    #bs-example-navbar-collapse-1{
        display: none !important;
    }

   .page-home .logo{ top:-35px;     left: 0; }
   .logo{ top:-35px;     left: 0; }

    .lista-insta .item{
    width: 49%;
    margin: 0.5%;
    float: left;
    height:180px;
    list-style: none;
    overflow: hidden;

    }


}


@media (min-width: 960px) {

        .lista-insta .item{
    width: 24%;
    margin: 0.5%;
    float: left;
    height:180px;
    list-style: none;
    overflow: hidden;

    }

    .carousel-veleiro{
    width: 85%;
    margin: 0 auto;
}
.form-veleiro{
    width: 85%;
    margin: 0 auto;
}

    .page-home .logo{ top:-35px;     left: -18px; }

    .logo{ top:-35px;     left: 0; }

    .player_video{
    background: url(images/player.png) center center no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 53px;
    position: absolute;
    left: 50%;
    top: 22%;
    margin-left: -35px;
    margin-top: -26px;
    z-index: 999;
     transition: all 0.3s ease 0s;
     cursor: pointer;

}


    #bs-example-navbar-collapse-1{
        display: block !important;
    }

}

 #bs-example-navbar-collapse-1.collapse.in{
        display: block !important;
    }

        #carousel-thumb-premiacoes{ height:264px; }


        .lista_eventos.vid li{
    
            transition: all 0.1s linear 0.1s;


}


 .lista_eventos.vid li h3 {
   
    margin-bottom: 10px;

}











.fotos_portfolio li:first-child img{

 
}

.fotos_portfolio li img{
    width: 100%;
    float: left;
    position: relative;
      opacity: 1;

}

.fotos_portfolio li:hover img{
  transition: all 0.3s ease 0s;
    opacity: 0.8;

}

.fotos_portfolio li:hover .player_video{
  background: url(images/player.png) center center no-repeat;
    background-size: 90% 90% !important;

}


  #aux{
    background: #003F71;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff;
        transition: all 0.3s ease 0s;
        border: none;
        height: 35px;
        line-height: 33px;
          font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 13px;
    display: block;
    text-transform: uppercase;

}

#aux:hover{
    background: #A0802D !important;;

}

.lista_eventos.lista_clipping li{min-height: 375px;}


.lista_eventos.lista_clipping li h3{
font-weight: 700;
margin-top: 11px;
font-size: 14px;
}

.lista_eventos.lista_clipping li h2{
font-weight: 700;
margin-top: 14px;
}


.lista_eventos.lista_clipping li img{border: #e6e7e8 solid 1px;}

audio{
    width: 100%;
    visibility: visible !important;
}


.panel-group {
    margin-bottom: 20px;
    margin-top: 30px;
}


.panel-title a{
    font-size: 16px;
    color: #005171;
    text-decoration: none !important;
        /* font-weight: 600;*/
}


.panel-title a:hover{
    /*font-weight: 600;*/
    color: #444;
}

.panel-body p{
    font-size: 14px;
    color: #444;
    font-weight: 500;
}


.fale1{
    width: 45%;
    float: left;
    margin-top: 30px;
    padding-right: 50px;
}

.fale2{
    width: 55%;
    float: left;
    background: #ebebeb;
    padding: 25px;
      margin-top: 30px;
}

.fale2 input{
    width: 100%;
    float: left;
    height: 32px;
    line-height: 30px;
            font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    background: #fff;
    border: none;
    margin-bottom: 12px;

}

.fale2 textarea{
    width: 100%;
    float: left;
    height: 104px;
    line-height: 19px;
            font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 10px;
      background: #fff;
    border: none;
     margin-bottom: 12px;

}


.fale2 input.bt_enviar_form{
background: #005171;
width: 110px !important;
float: right;
text-align: center;
margin-top: 0px;
margin-bottom: 5px;
height: 40px;
line-height: 38px;
font-family: 'Open Sans', sans-serif !important;
font-weight: 700;
text-transform: uppercase;
color: #fff;
display: block;
font-size: 14px;
text-decoration: none;
transition: all 0.1s linear 0.1s;
margin-top: 20px;
}

.fale2 input.bt_enviar_form:hover{

   background: #fff;
   color: #005171 !important;
   text-decoration: none;
}

.captcha{
    width: 315px;
  
    float: left;
 
}

.fale1 p {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}

/* MRMENDES */

/* ALTO CONTRASTE*/

.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
    background: black !important;
    color: white !important;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
    color: white !important;
}

.contrast a{
    color: yellow !important;
}

.contrast button,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
    background: black !important;
    color: yellow !important;
    border: none !important;
}

.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
    background: black !important;
    border: 1px solid white !important;
    color: white !important;
}

.contrast .nav > li a:hover, .contrast .nav > li a:active {
    background-color: green !important;
}

.contrast .nav .open > a, .contrast .nav .open > a:hover, .contrast .nav .open > a:focus, .contrast .nav .open > a:active {
    background-color: green !important;
}

.contrast table{
     background: black !important;
    border: 1px solid white !important;
    color: white !important;
}




.btfonte:hover, .btcon:hover{
    background: #fff !important;
    color: #005171 !important;
    text-decoration: none !important;
    transition: all 0.1s linear 0.1s;
}


.sobre-veleiro{
    margin-bottom: 50px;
}

.sobre-veleiro p{
   margin: 13px 0 0 0 !important;
   font-weight: 400;
   color: #58595b;
   line-height: 24px;
   font-size: 13px !important;
}


.sobre-veleiro h2{
font-weight: 900;
font-size: 18px;
}

.titcentral{
    width: 100%;
    font-size: 33px;
color: #005171;
font-weight: 900;
text-align: center;
margin-bottom: 30px;
}

.sub-central{
 
font-family: 'Open Sans', sans-serif !important;
font-size: 12px;
font-weight: 400;
width: 100%;
text-align: center;
margin-bottom: 25px;
color: #58595b;
}



.carousel-veleiro .carousel-indicators {
    bottom: -45px;
}

.carousel-veleiro .carousel-indicators .active {
   width: 7px;
    height: 7px;
    margin: 5px;
    background-color: #005171;
}

.carousel-indicators li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#a4a4a4;   
    border:none;
    border-radius: 10px;
}


.margintop.fun-end strong{
font-size: 16px !important;
  color: #005171 !important;
}

.fun-end strong{
  
    text-transform: uppercase;
}

.margintop{
    margin-top: 80px !important;
}






.form-veleiro input{
    width: 100%;
    float: left;
    height: 52px;
    line-height: 30px;
            font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    background: transparent;
    border: solid 1px #000;

    margin-bottom: 12px;

}

.form-veleiro textarea{
    width: 100%;
    float: left;
    height: 180px;
    line-height: 19px;
            font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding: 10px;
      background: transparent;
      border: solid 1px #000;

     margin-bottom: 12px;

}

.form-veleiro input.bt_enviar_form{
background: #005171;
width: 100%;
float: right;
text-align: center;
margin-top: 0px;
margin-bottom: 5px;
height: 52px;
line-height: 38px;
font-family: 'Open Sans', sans-serif !important;
font-weight: 700;
text-transform: uppercase;
color: #fff;
display: block;
font-size: 14px;
text-decoration: none;
transition: all 0.1s linear 0.1s;
margin-top: 20px;
}

.form-veleiro input.bt_enviar_form:hover{

   background: #fff;
   color: #005171 !important;
   text-decoration: none;
}

.form-veleiro h2{
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
font-weight: 900;
font-size: 18px;
margin-top: 50px;
}

.trip{
    width: 100%;
    float: left;
    margin: 50px 0;
    text-align: center;
}

.trip img{
    display: inline-block;
}

.restaurante-veleiro{
    padding-bottom: 0px !important;
}

.sobre-veleiro img{
    width: 100%;

height: 100%;

max-width: 409px;
}


.lista-insta{
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    margin-top: 36px;

    overflow: hidden;
}




        .lista-insta .item img{
        max-width: 100%; }

/*------------------------
 EXIBIÇÃO EM DISPOSITIVOS 
 -----------------------*/
@media only screen and (max-width: 992px) {
  .mobile-hide{ display: none !important; }
}
@media only screen and (max-width: 400px) {
  .mobile{ display: inline !important; }
}
@media only screen and (min-width: 992px) {
  .desktop-hide{ display: none !important; }
}

@media (max-width: 600px) {
	.response{width:100%; float:left;}
}