/*LEMBRAR DO ALT*/
img[alt=""],
img:not([alt]){
    border: 5px dashed #b30100;
}

/*-- MEDIA QUERYS --*/
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li > a{
        padding-bottom: 9px !important;
        display: block;
    }
    .navbar-topo{
        padding: 5px 0 !important;
        margin: 0;
    }
    .navbar-brand {
        float: left;
        height: 60px !important;
        padding: 0;
        margin: 0 20px 0 15px;
    }
    .navbar-brand > img{
        width: 150px;
    }
    .navbar-toggle {
        padding: 10px !important;
        margin-top: 5px;
        margin-right: 10px;
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
    }
    .header-info{
        padding: 0 10px !important;
    }
    .box-info{
        padding: 0 0 0 20px !important;
        text-align: left !important;
        margin: 0 !important;
    }
    .box-resultados{
        padding: 0 !important;
        border: none !important;
        margin: 0 !important;
    }
    .item-resultado{
        border: none !important;
        border-top: solid 1px #e7e7e7 !important;
    }
    .group-nome-end{
        height: auto !important;
    }
    .nome-categoria{
        max-width: 210px;
    }
    .btn-telefone {
        font-size: 14px !important;
    }
    .box-pratos{
        padding-bottom: 0 !important;
    }
    .pratos{
        padding: 0 !important;
    }
    .h-lg{
        font-size: 28px !important;
        margin-top: 0;
    }
    .h-titulo{
        font-size: 26px !important;
    }
    .box-dicas{
        padding: 10px 10px 5px 10px;
        font-size: 14px;
        line-height: 1.4;
    }
    .barra-telefones{
        margin-top: 0 !important;
    }
    .buscador{
        border-radius: 10px !important;
    }

    .header-principal{
        padding: 30px 10px;
    }

    .header-home{
        padding: 30px 10px;
    }

    /*NAV TABS*/
    .nav-tabs > li > a {
        font-size: 14px !important;
        margin-top: 5px !important;
        margin-right: 3px !important;
    }
    /*NAV TABS*/

    .box-programa{
        text-align: center;
    }


}
/*-- MEDIA QUERYS --*/

/*-- GERAL --*/
body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background: #F2F2F8;
    color: #666;
    line-height: 1.71429;
}
h1, h2, h3, h4, h5, h6{
    color: #333;
}
a.link-branco:link, a.link-branco:visited{
    text-decoration: none;
    color: #f7f7f7;
    transition: all 0.3s;
}
a.link-branco:hover{
    color: #F6B432;
}
.fa-r{
    margin-right: 5px;
}
.h-lg{
    font-size: 45px;
}
.h-titulo{
    font-size: 30px;
    text-align: center;
}
.h-titulo-resultados{
    font-size: 33px;
    text-align: center;
}
.h-titulo-filtro{
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
}
.h-titulo-pequeno{
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.h-subtitulo-cardapio{
    font-size: 18px;
    /**/
    padding: 0;
    margin: 0 0 20px 0;
    color: #333;
    text-align: center;
}
.h-titulo-branco{
    font-size: 36px;
    text-align: center;
    color: #fff;
}
.txt-branco{
    color: #fff;
}

.separador-footer{
    max-width: 300px;
    margin: 15px auto;
    height: 1px;
    background: rgba(255,255,255,0.3);
}


.linha{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    /* border-top: 2px solid #69bcf3; */
    background: url(../images/linha-grade.png) no-repeat center center;
    width: 100%;
    max-width: 100px;
    height: 3px;
}
.linha-branca{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #fff;
    width: 100%;
    max-width: 150px;
}
.txt-destaque{
    color: #00a157;
    font-weight: 500;
}
.txt-destaque-404{
    color: #00a157;
    font-size: 120px;
}
.form-rounded{
    border-radius: 50px !important;
}
/*-- GERAL --*/

/*-- SEGMENTOS --*/
.box-segmentos{
    margin-bottom: 30px;
}
.link-segmento:link, .link-segmento:visited{
    transition: all 0.3s;
    color: #333;
}
.link-segmento:hover{
    color: #F6B432;
}
.item-segmento{
    margin: 10px 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
    border-radius: 60px;
    background: #fff;
    font-size: 20px;
    
    text-transform: uppercase;
    padding: 10px;
}
.icone-segmentos{
    float: left;
    width: 64px;
}
.icone-segmentos > img{
    width: 100%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}
.nome-segmentos{
    position: relative;
    float: left;
    padding:18px 0 0 15px;
}
.nr-views{
    position: absolute;
    background: #b30100;
    color: #fff;
    border-radius: 20px; 
    padding: 2px 8px;
    top: 17px;
    left: 80px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}
.loader-content{
    text-align: center;
    font-size: 120px;
    color: #F6B432;
    padding: 50px 0;
}
/*-- SEGMENTOS --*/

/*-- RESULTADOS --*/
.nenhum-resultado{
    text-align: center;
    color: #F2F1F8;
    font-size: 240px;
}
.box-resultados{
    text-align: center;
    margin: 0 0 20px 0;
    transition: all 0.3s;
    padding: 0 5px;
}
.box-info{
    text-align: center;
    padding: 0;
}
.item-resultado{
    font-size: 16px;
    padding: 10px 10px;
    border-top: none;
    border: solid 1px #e7e7e7;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s;
}
/*.item-resultado:before{
    content: '';
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 290px;
    background: rgba(255, 255, 255,0.8);
    background: url(../images/ver-cardapio.png) no-repeat center center #fff;
    transition: all 0.3s ease;
    z-index: 20;
}
.item-resultado:hover:before{
    opacity: 1;
}*/
.item-resultado:hover{
    background: #dff0d8;
}
.titulo-resultado{
    color: #b30100;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 0 3px 0;
    margin: 0;
}
.info-resultado{
    font-size: 11px;
    font-weight: 700;
    padding: 0 0 3px 0;
    margin: 0;
}
.endereco-resultado{
    color:#666;
    font-size: 12px;
    line-height: normal;
    font-style: oblique;
}
.logo-resultado{
    padding: 0;
    margin: 0;
}
.group-nome-end{
    height: 90px;
}
/*-- RESULTADOS --*/

/*-- CARDÁPIO --*/
.box-cardapio{
    padding: 0;
}
.box-pratos{
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.titulo-categoria{
    background: #F6B432;
    color: #fff;
    border-bottom: solid 1px #F6B432;
    cursor: pointer;
    border-radius: 30px;
    margin-bottom: 5px;
    padding: 8px;
    transition: all 0.3s;
}
.titulo-categoria:hover{
    background: #F6B432;
    color: #fff;
    border-bottom: solid 1px #F6B432;
    cursor: pointer;
}
.visita{
    background: #4cae4c;
    text-align: center;
    padding: 7px 0;
    border-radius: 20px;
}
.collapsed{
    background: #fff;
    color: #333;
}

.bt-colapse-categoria{
    padding: 7px 10px;
    float: right;
}
.def-img {
    filter: none;
    -webkit-filter: grayscale(100%);
    opacity: 0.15;
}
.nome-categoria{
    font-size: 14px;
    float: left;
    padding: 10px 10px;
    font-weight: 700;
    text-transform:uppercase;

}
.topo-cardapio{
    text-align: center;
    padding: 5px 0;
    background: #333;
    color: #e7e7e7;
    font-size: 14px;
}

.barra-telefones{
    color: #fff;
    margin-top: 30px;
}
.icon-pagto{
    width: 35px;
}
.icon-beneficios{
    width: 35px;
}
.tooltip-icons{
    padding: 2px;
}
.mapaCardapio{
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.dia-semana{
    font-size: 14px;
}
.dia{
    text-align: center;
    padding: 5px 0;
    background: #f2f2f2;
    /*border-radius: 20px;*/
    border-bottom: solid 1px #fff;
}
.destaca-dia{
    border-bottom: solid 1px #F3B739;
    background: #F3B739;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    /*border-radius: 20px;*/
}
.hora{
    font-size: 14px;
    text-align: center;
}
.table-horarios{
    margin-bottom: 0;
}
.box-pratos{
    cursor: pointer;
}
.box-descricao{
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: solid 1px #e7e7e7;
}
.box-pratos p{
    margin-bottom: 5px;
}
.codigo{
    font-weight: 700;
    padding: 5px 7px;
    margin-right: 10px;
    color: #fff;
    background: #EDAF51;
    border-radius: 20px;
}
.nome{
    color: #000000;
}
.ingredientes{
    padding: 3px 0;
}

.modal-detalhes{
    border-radius: 10px;
    background: #fff;
    max-width: 450px;
    padding: 15px;
    margin: 0;
}

.modal-img{
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 5px;
}

.bt-fecha-modal{
    position: absolute;top: -10px;
    right: -10px;
    border-radius: 20px;
    border: solid 3px #fff;
}

.bt-fecha-modal:hover{
    border: solid 3px #fff;
}

.ingredientes_modal{
    padding: 3px 0;
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
}
.valor_modal{
    padding: 2px 3px;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}
.box-valor{
    padding: 0;
}
.valor{
    color: #000000;
}
.pratos{
    padding: 0 0 15px;
    border-bottom: solid 1px #e7e7e7;
}
.img-item{
    height: 120px;
    border-radius: 10px;
}
.box-txt-cardapio{
    padding: 10px;
}
.bt-fechar-rodape {
    cursor: pointer;
    background: #F2F1F8;
    color: #333;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
    border-radius: 20px;
}
.bt-fechar-rodape:hover{
    background: #EDAF51;
    color: #fff;
}
.busca-interna{
    margin: 0;
    padding: 0;
}
.box-filtro{
    padding: 10px;
    background: #f2f2f2;
    border-radius: 30px;
}

.btn-refresh{
    padding: 10px 25px;
    width: 100%;
    max-width: 400px;
}
.btn-mapa{
    margin: 0;
    padding: 10px;
    border-radius: 20px;
}
/*-- CARDÁPIO --*/

/*-- PROMOCOES --*/
.img-promo{
    height: 120px;
}
/*-- PROMOCOES --*/

/*-- PUBLICIDADE --*/
.box-publicidade{
    margin: 20px 0;
}
/*-- PUBLICIDADE --*/

/*-- NAVEGADOR --*/
.navbar-topo{
    padding: 15px 0;
    background-color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.navbar-nav{
    margin-top: 5px;
}

.navbar-nav > li > a{
    color: #666;
    margin: 0 5px 5px 5px;
    padding: 10px 20px;
    background-size: cover;
    border-radius: 5px;
    border: 0;
    background: #f2f2f2;;
}

.navbar-nav > li > a.bt-destaque{
    background: #00a157;
    color: #fff;
}

.navbar-nav > li > a:hover{
    transition: all 0.3s;
}
.navbar-brand {
    float: left;
    height: 62px;
    padding: 0;
    margin: 0 60px 0 15px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 15px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 5px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-grademkt .navbar-toggle {
    border-color: #9d9d9d;
}
.navbar-grademkt .navbar-toggle .icon-bar {
    background-color: #555;
}
.navbar-grademkt .navbar-collapse,
.navbar-grademkt .navbar-form {
    border-color: #e7e7e7;
}
.navbar-grademkt .navbar-collapse,
.navbar-grademkt .navbar-form {
    border: none;
    margin-top: 10px;
}
/*-- NAVEGADOR --*/

/*-- HEADER --*/
.header-principal{
    padding: 30px 0;
    background: url('../images/bg-home-1.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.header-home{
    padding: 60px 0;
    background: url('../images/bg-home-1.jpg') no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.header-buscador{
    padding: 20px 0;
    background: url('../images/bg-header-03.jpg') no-repeat top center;
    background-size: cover;
}
.header-info{
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 50px 10px;
}

.btn-header{
    margin: 20px 10px;
    padding: 25px;
    font-weight: 700;
    border-radius: 5px;
}
/*-- HEADER --*/

/*-- BUSCADOR --*/
.box-buscador{
    width: 100%;
    align-items: center;
    padding: 10px 0;
}

.buscador{
    padding: 15px 15px 10px 15px;
    border-radius: 60px;
    background: rgba(255,255,255,1);
    width: 100%;
}

.campo-busca{
    height: 43px;
    background: #fff;
    border-radius: 0;
    border: solid 1px #ccc;
    font-size: 18px;
    padding: 10px 10px;
    color: #333;
    box-shadow: none;
    border-radius: 30px;
}

.campo-filtro{
    height: 43px;
    background: #fff;
    border: none;
    font-size: 18px;
    padding: 10px;
    color: #333;
    border-radius: 25px;
}

.campo-cidade{
    height: 43px;
    background: #fff;
    border-radius: 0;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
}

.bt-busca{
    padding: 5px 15px;
    height: 43px;
    background: #b30100;
    border:0;
    font-size: 18px;
    border-radius: 0 30px 30px 0;
}

.bt-busca:hover{
    background-position: bottom;
    background: #900;
}

.bt-filtra{
    padding: 5px 15px;
    height: 43px;
    background: #4cae4c;
    border:0;
    font-size: 16px;
    border-radius: 30px;
}

.bt-filtra:hover{
    background-position: bottom;
    background: #00a157;
}

.bt-busca img{
    width: 100%;
}

.appearance-select{
    -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
    -moz-appearance: none; /* Remove estilo padrão do FireFox */
    appearance: none; /* Remove estilo padrão do FireFox*/
    width: 100%;
    height: 43px;
    background: #fff;
    border-radius: 0;
    border: solid 1px #ccc;
    font-size: 18px;
    padding: 5px 20px;
    color: #333;
    font-weight: bold;
    background: url(http://www.grademkt.com.br/images/ico-pin-map.png) no-repeat #fff;  /* Imagem de fundo (Seta) */
    background-position: right center;  /*Posição da imagem do background*/
    border-radius: 30px;
}
.box-dicas{
    margin: 0 auto;
    padding: 10px 20px 5px 20px;
    color: #fff;
    width: 100%;
    max-width: 800px;
    text-align: center;
    font-size: 16px;
}
/*-- BUSCADOR --*/

/*-- BANNER VANTAGENS --*/
.box-vantagens{
    background: url('../images/bg-banner-vantegens.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    padding: 50px 10px;
}
.lista_big{
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center;
}
.icon-yellow{
    font-size: 24px;
    color: #FC0;
    margin-right: 10px;
}
/*-- BANNER VANTAGENS --*/

/*-- FOOTER --*/

.bg-footer{
    background: #00a157;
    font-size: 14px;
}

.box-rodape{
    background: #017477;
    color: #fff;
    padding: 80px 0 50px;
    font-size: 14px;
}
.box-rodape-celular{
    background: #F2F1F8;
    color: #333;
    font-size: 14px;
}
.img-rodape{
    width: 180px;
    margin-bottom: 10px;
}
.rodape-menu{
    width: 100%;
    padding: 0 30px;
}

.rodape-menu > p{
    padding: 0;
    margin: 3px;
}

.item-menu-rodape:link, .item-menu-rodape:visited{
    color: #fff;
    display: block;
    text-decoration: none;
    padding:3px 0;
    transition: all 0.3s;
    border-bottom: solid 1px #555;
}
.item-menu-rodape:hover{
    color: #F6B432;
    padding:3px 0 3px 5px;
}
.item-menu-rodape .nav-icon{
    width: 15px;
    margin-right: 0;
}
.titulo-rodape{
    color: #ccc;
    margin-bottom: 10px;
}
.rodape-copyright{
    background: #00a157;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.icone-social-rodape{
    margin: 10px 5px;
    width: 18px;
}

/*-- FOOTER --*/

/*-- CARDS --*/
.card-box{
    margin: 25px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 11px -1px rgba(163,163,163,0.5);
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.card{
    padding: 0;
    position: relative;
    width: 100%;
}

.card > .card-icon{
    padding: 25px;
}

.card > .card-icon >img{
    border-radius: 50%;
    overflow: hidden;
}

.card > .card-img{
    overflow: hidden;
}

.card > .card-img > img{
    transition: all 0.3s;
}

.card > .card-img > img:hover{
    transform: scale(1.1) rotate(2deg);
}

.card > .card-txt{
    padding: 0 25px;
}

.card > .card-btn{
    padding: 25px;
}



/*-- CARDS --*/

/*-- BOX PROGRAMA --*/
.box-programa{
    background: #F2F2F2;
    margin: 5px 0;
    padding: 0;
    height: auto;
}

.box-programa > .horario{
    background: #00a157;
    color:#fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
}

.box-programa > .programa{
    padding: 10px;
    font-size: 16px;
}

.box-info-banco{
    padding: 20px;
    background: #f2f2f2;
    margin: 20px 0;
}

.box-cpf{
    padding: 20px;
    width: 100%;
    max-width: 500px;
    background: #f2f2f2;
    margin: 20px auto;
}
.box-upload{
    padding: 20px;
    width: 100%;
    max-width: 500px;
    background: #f2f2f2;
    margin: 20px auto;
}

/*-- BOX PROGRAMA --*/

/*-- PÁGINAS --*/
.header-paginas{
    margin: 0;
    padding: 20px 0;
    background: url('../images/bg-header-grade.jpg') no-repeat top center;
    background-size: cover;
    height: 300px;
    /* background-attachment: fixed; */
}

.btn-styled{
    padding: 15px 50px;
    background: #00a157;
    border-radius: 50px;
    border: 0;
    margin: 5px;
}

.txt-center{
    text-align: center;
}
.conteudo-paginas{
    padding: 0 0 25px 0;
    background: url('../images/bg-pattern-ae.jpg') repeat;
}
.conteudo-paginas-fluid-branco{
    background: url('../images/bg-pattern-ae.jpg') repeat;
    padding: 0;
}
.box-intro-cadastro{
    background: url('../images/bg-cadastro.jpg') left bottom no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.smartphone-grademkt{
    background: url('../images/smartphone-grademkt.png') center bottom no-repeat;
    height: 600px;
}

.box-formulario-cadastro{
    padding-top: 0px;
    background: #FFF;
    color: #666;
}

.box-download{
    background:#6D214F;
}

.btn-enviar{
    padding: 15px 30px;
    border-radius: 5px;
}
.section-conteudo{
    padding-top: 30px;
    padding-bottom: 30px;
}
.txt-boxed{
    padding: 20px;
    border: solid 1px #F6B432;
    margin-top: 20px;
}
.txt-boxed > h3{
    margin-top: 0;
}
.box-clientes{
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.cliente{
    height: 240px;
    background: #fff;
    border-radius: 10px;
}
.txt-cliente{
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}
.txt-cidade{
    font-size: 12px;
    color: #666;
}
.box-apresentacao-download{
    margin: 0;
    padding: 0;
}
.box-txt-apresentacao{
    padding: 35px 0;
}
.btn-apresentacao{
    margin: 0;
    padding: 20px 0;
    margin: 20px 0;
    border-radius: 5px;
}
/*-- PÁGINAS --*/

/*-- CARDÁPIO --*/
.icon-green{
    color: #00a157;
}
.icon-red{
    color: #b30100;
}

.header-cardapio{
    margin: 0;
    padding: 10px 0;
    background-size: cover;
}

.header-cardapio-mobile{
    margin: 0;
    padding: 10px 0;
}

.box-info-cardapio{
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 25px;
}

.box-info-cardapio-mobile{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 700px;
    background-color: #fff;
    padding: 10px;
}

.logo-cardapio{
    width: 150px;
    height: 150px;
    float: left;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.logo-cardapio-mobile{
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.img-cardapio{
    width: 100%;
}
.h-titulo-cardapio{
    font-size: 28px;
    padding: 0 0 10px 0;
    margin: 15px 0 0 0;
    color: #333;
}
.h-titulo-cardapio-mobile{
    font-size: 22px;
    padding: 0 0 10px 0;
    margin: 5px 0 0 0;
    color: #333;
}
.txt-shadow{
    text-shadow: 0 0 3px #000000;
}
.info-cardapio{
    margin-left: 30px;
    float: left;
    color: #666;
    font-size: 14px;
}
.info-social{
    margin-left: 30px;
    float: right;
    color: #666;
    font-size: 14px;
}
.info-cardapio-mobile{
    font-size: 14px;
    text-align: center;
    color: #666;
}
.info-cardapio > p{
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.hr-cardapio-mobile{
    margin: 10px 0;
}

.btn-telefone {
    font-size: 16px;
    color: #fff;
    background-color: #f0ad4e;
    border:none;
    border-radius: 20px;
    padding: 10px 10px 10px;
}
.btn-telefone:focus,
.btn-telefone.focus {
    color: #fff;
    background-color: #4cae4c;
}
.btn-telefone:hover {
    color: #fff;
    background-color: #4cae4c;
}
.btn-telefone:active,
.btn-telefone.active,
.open > .dropdown-toggle.btn-telefone {
    color: #fff;
    background-color: #4cae4c;
}
/*-- CARDÁPIO --*/

/*-- ZOOM NAS IMAGENS --*/
.zoom{
    overflow: hidden;
    transition: all 0.3s;
}
.zoom img{
    max-width: 100%;
}
.zoom:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*-- ZOOM NAS IMAGENS --*/

/*-- BOTÃO TO TOP --*/
.totop{
    display: none;
    position:fixed;
    right:-51px;
    overflow:hidden;
    width:50px;
    height:50px;
    border:none;
    border-radius: 5px;
    transition: all 0.5s;
    background: #333;
}

.totop:hover{
    background: #EE5A24;
}
/*-- BOTÃO TO TOP --*/

/*-- ANIMAÇÃO --*/
.anima{
    opacity: 0;
    transition: all 0.5s;
    transform: translate3d(0, -20px, 0);
}
.anima-start{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/*-- ANIMAÇÃO --*/

/*-- PANELS --*/
.panel-group{
    margin: 0;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-default {
    border-radius: 0;
    border: none;
    padding-bottom: 0;
}
.panel-default > .panel-heading {
    background: #fff;
    border-bottom: solid 1px #ccc;
    margin-bottom: 0;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom: 0;
}
.bt-colapse{
    float: right;
    color: #9d9d9d;
}
/*-- PANELS --*/

/*-- TOOLTIPS --*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip-inner {
    max-width: 200px;
    padding: 8px 12px;
    color: #fff;
    text-align: center;
    background-color: #b30100;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #b30100;
}
/*-- TOOLTIPS --*/

/*-- NAV-TABS --*/
.nav-tabs {
    border: none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0;
}
.nav-tabs > li > a {
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
    /*padding: 15px 25px;*/
    line-height: 1.42857143;
    border: none;
    border-radius: 20px;
    border-bottom: solid 3px #f2f2f2;
    color: #333;
    transition: all 0.3s;
}
.nav-tabs > li > a:hover {
    background: none;
    border-radius: 20px;
    border-bottom: solid 3px #EDAF51;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    border: none;
    border-radius: 20px;
    border-bottom: solid 3px #EDAF51;
}
/*-- NAV-TABS --*/

/*-- PORTFÓLIO --*/

.gallery {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.gallery li {
    float: left;
    /* margin: 5px; */
}

/*-- PORTFÓLIO --*/


/*-- HACKS --*/
.h-espacador-topo{
    padding: 80px 0;
}
.spacer{
    margin: 0 7px;
}
.pad-0{
    padding: 0
}
a.accordion-toggle {
    display: block;
    padding: 15px  15px;
    color: #555;
    text-decoration: none;
    font-size: 16px;
    /**/
}
a.accordion-toggle:hover {
    background: #e7e7e7;
}
div.panel-heading {
    padding: 0;
}
/*-- HACKS --*/

