
@font-face {
    font-family: "fontePadrao";    
    src: url('../fontes/bradley.eot?') format('embedded-opentype'),
        url('../fontes/bradley.ttf') format('truetype');
}

body {
    margin: 0px;
    font-family: 'fontePadrao';
    font-size: 24px;
    color: #FFFFFF;
    border: 0px;
    background-color: #000000;
    margin: 0px;
   
}
footer {

}

#divFooter {
    height: 44px; 
    width: 44px;
    padding: 0px;
    margin: 0px;    
    position: fixed;
    
    z-index: 3;
    top: 0px;
    right: 0px;
    
}

.linhaRodape {
    width: 100%;
    height: 2px;
    top: -110px;
    position: relative;
}

header {

}
#divCabecalho {
    height: 76px;
    width: 100%;      
    position: fixed;
    bottom: 30px;
    left: 0px;
    z-index: 3;
}

#fundoCabecalho {
    
   
}

nav {

}
#divNav {
    height: 76px;
    width: 100%;  
/*    background-image: url('../imagens/fundo_conteudo.png');    */
background-color: #000000;
    
    text-align: center;
    font-family: 'fontePadrao';
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #000000;
    font-size: 24px;   
   
    position: fixed;
    bottom: 0px;
    z-index: 7;
    border-top: 3px solid #D1B02A;

}

#linhaInferiorMenu {
    height: 5px;
    z-index: 3;
    background-image: url('../imagens/linha_inferior_menu.png');
    background-repeat: repeat-x;
}
section {
    border: 0px;
}
#fundoDivSection {
    background-image: url('../imagens/fundo_conteudo.png');
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#divSection {   
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    min-height: 500px;
    height: 100%;
    display: none;
    z-index: 2;
    
    

}

#anterior {
    position: fixed;
    left: 30px;
    top: 50%; 
    z-index: 9;
    height: 84px;
    width: 51px;
    cursor: pointer;
    margin-top: -42px;
    opacity: 0.4;
}

#anterior:hover {
    opacity: 0.8;
}

#proximo {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 4;
    height: 84px;
    width: 51px;
    cursor: pointer;
    margin-top: -42px;
    opacity: 0.6;
}

#proximo:hover {
    opacity: 1;
}

#publicidades{
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;

}

#publicidades div {
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    
}


#botaoAnterior {
    cursor: pointer;
    transition: transform 0.3s;
}

#botaoAnterior:hover {
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
}

#botaoProximo {
    cursor: pointer;
    transition: transform 0.3s;
}

#botaoProximo:hover {
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
}


.botao {
    cursor: pointer;
}


.botao:hover {

}
.menu {
    height: 35px;
    width: 100%;
    border-bottom: 1px dashed #C0C0C0;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.menu:hover {
    background-color: #000066;
    text-decoration: none;
    color: #FFFFFF;
}
.menu:link {
    color: #000000;
    text-decoration: none;
}
.menu:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #000066;
}

#barraTitulo {
    background-image: url('../imagens/fundo_barra1.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
}

#barraTituloTexto {
    background-image: url('../imagens/fundo_barra1_texto.png');
    background-repeat: no-repeat;
    width: 317px;
    height: 30px;    
    position: absolute;
    z-index: 2;

}
#barraTituloTexto h3 {
    color: #000066;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: 20px;
}

.campoFormulario {
    width: 100%;  
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url('js/PIE.htc');
    height: 30px;

}

.botaoFormulario {  
    color: #FFFFFF; 
    font-weight: bold; 
    background-color: #CB9833; 
    box-shadow: 1px 1px 2px #000000;     
    cursor: pointer; 
    padding: 5px; 
    float: right;
    border: 1px solid #CB9833;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url('js/PIE.htc');
    cursor: pointer;
    height: 30px;
}

.efeitoAlpha {
    opacity: 0.7;
    filter:Alpha(opacity=80);
    transition: opacity 1s;
}

.efeitoAlpha:hover {
    opacity: 1;
    filter:Alpha(opacity=100);
}

.textareaFormulario {
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    behavior: url('js/PIE.htc');
    height: 100px;
}
#limitadorMenu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.detalheMenu {
    float: left;
    margin-top: 37px;
    margin-right: 10px;
}
#botaoInicial {    
    width: 10%;
    height: 100%;
    text-align: center;
    line-height: 76px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    float: left;


}

#botaoORestaurante {
    width: 14%;
    height: 100%;
    text-align: center;
    line-height: 76px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    float: left;

}
#botaoEventos {
    width: 11%;
    height: 100%;
    text-align: center;
    line-height: 76px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    float: left;

}

#divLogo {
    width: 30%;
    height: 100%;
    text-align: center;  
    position: relative;
    float: left;

}

#botaoGaleriaDeFotos {
    width: 16%;
    height: 100%;
    text-align: center;
    line-height: 76px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    float: left;

}
#botaoLocalizacao {
    width: 136px;
    height: 100%;
    text-align: center;
    line-height: 76px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    float: left;

}



#botaoFaleConosco {
    width: 19%;
    height: 100%;
    text-align: center;
    line-height: 76px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    float: left;

}

#botaoInicial:hover {
    color: #FFCC00;
}
#botaoORestaurante:hover {
    color: #FFCC00;
}
#botaoEventos:hover {    
    color: #FFCC00;

}
#botaoFaleConosco:hover {
    color: #FFCC00;
}

#botaoGaleriaDeFotos:hover {
    color: #FFCC00;
}

#botaoLocalizacao:hover {
    color: #FFCC00;
}
#conteudoSite {
    width: 100%;
}
#conteudoPagina {
    width: 900px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    
}

#contemFoto {
    max-width: 400px;
    height: 300px;
    background-color: #FFFFFF;
    position: relative;
    margin-left: auto;
    margin-right: auto;  

}

#barraPaginacao {
    width: 100%;
    background-color: #FFFF00;
    height: 45px;
    border-radius: 5px;

}

#barraPaginacao p {
    line-height: 45px;
}

#numeroPaginacao {

}

/*.fotoProduto {
    cursor: pointer;
    max-width: 300px;
    max-height: 320px;
    border: 2px dashed #FF6600;
    border-radius: 10px;
}*/
.fotoProduto {
    cursor: pointer;
    max-width: 300px;
    max-height: 320px;

}

#fotoMaior {
    cursor: pointer;
    max-width: 400px;    
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

#bVoltar {
    cursor: pointer;
    margin-top: 5px;
}

#bAvancar {
    cursor: pointer;
    margin-top: 5px;
}

#fotoGrande {
    width: 900px;
    min-height: 450px;
}

.fotoGrande {
    width: 900px;
    min-height: 450px;
}

.divFoto {
    transition: transform 0.4s;
    border-radius: 10px;
    border: 2px solid #CB9833;
   cursor: pointer;
}



.divFoto:hover {
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}

.divFoto2 {
    transition: transform 0.4s;
    border-radius: 20px;
    border: 0px solid #CB9833;
    cursor: pointer;
}



.divFoto2:hover {
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}

.divParagrafo {
    color: #FFFFFF;
    transition: color 0.4s;
}
.divParagrafo:hover {
    color: #CD9833;
}

.botaoDiaCardapio {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #000000;
    cursor: pointer;
    height: 60px;
}
.botaoDiaCardapio:hover {
    background-color: #663300;
    
}

.paragrafoBotaoCardapio {
    text-align: center;
    font-family: 'fontePadrao';
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 60px;
}

#casinha {
    position: relative;
    float: right;
    width: 250px;
    height: 275px;
    background-image: url('../imagens/casinha.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#caoCasinha {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url('../imagens/cao_casinha.gif');
    background-position: 44px 150px;
    background-repeat: no-repeat;
    opacity: 0;
    filter:Alpha(opacity=0);
    transition: opacity 1s;
    -webkit-transition: opacity 1s;


}

#caoCasinha:hover {
    opacity: 1;
    filter:Alpha(opacity=100);
}

#placaFone {
    width: 314px; 
    height: 175px;
    position: relative; 
    bottom: -136px;     
    cursor: pointer;
    transition: width 1s, height 1s, bottom 1s, margin-left 1s, transform 1s;
    -webkit-transition: width 1s, height 1s, bottom 1s, margin-left 1s, -webkit-transform 1s;
    -ms-transition: width 1s, height 1s, bottom 1s, margin-left 1s, -ms-transform 1s;

}
.botaoPular {    
    transition: transform 400ms;
    -webkit-transition: -webkit-transform 400ms;
    cursor: pointer;
}
.botaoPular:hover {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}

#placaFone:hover {
    margin-left: -60px;
    width: 433px; 
    height: 242px;
    bottom: -120px; 
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari and Chrome */
}
#menuSuperior {
    height: 46px;
    width: 100%;
    margin-left: 352px;
    margin-right: 50px;
}

.titulo1 {
    width: 900px;
    height: 70px;
    font-family: 'fontePadrao';
    color: #D1B02A;
    text-align: left;
    
    font-weight: normal;
    background-image: url('../imagens/fundo_titulo.png');
    background-repeat: no-repeat;
    line-height: 70px;    
    font-size: 32px;

}

.imagemFoto {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    border: 8px solid #FFFFFF;
    box-shadow: 1px 1px 2px #000000;
    position: relative;
}
.imagemFotoBotao {
    transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    border: 8px solid #FFFFFF;
    box-shadow: 1px 1px 2px #000000;
    position: relative;
    cursor: pointer;
    opacity: 0.8;
}
.imagemFotoBotao:hover {
    opacity: 1;
}
#iconeCardapio {
    width: 303px;
    height: 280px;
    cursor: pointer;

}
#fundoTituloCardapio {
    font-family: 'fontePadrao';
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    position: relative;
    z-index: -1;
    width: 260px;
    height: 200px;
    background-image: url('../imagens/fundo_icone.jpg');
    background-size: 100% 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
    margin-left: 22px;

}


#fotoIconeCardapio {
    position: relative;
    top: -132px;
    z-index: 1;
    cursor: pointer;
}

#iconeEventos {
    width: 303px;
    height: 450px;
    cursor: pointer;

}
#fundoTituloEventos {
    font-family: 'fontePadrao';
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    position: relative;
    z-index: -1;
    width: 260px;
    height: 400px;
    background-image: url('../imagens/fundo_icone.jpg');
    background-size: 100% 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
    margin-left: 22px; 

}
/*#fotoIconeEventos {
    position: relative;
    top: -354px;
    z-index: 1;
    cursor: pointer;
    margin-left: 15px; 
    
}*/

#fotoIconeEventos {
    position: absolute;
    top: 420px;
    
    z-index: 2;
    cursor: pointer;
    margin-left: 15px; 
    
}




.titulo2 {
    font-family: 'fontePadrao';
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    width: 491px;
    background-image: url('../imagens/fundo_titulo.png');
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 78px;    
    font-size: 32px;
    text-shadow: 1px 1px 2px #000000;

}
.titulo3 {
    font-family: anja;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
    font-weight: normal;
    line-height: 40px;

    font-size: 24px;

}   
.logoTitulo {
    position: relative;
    float: left;
    vertical-align: middle;
}
.paragrafoPadrao {
    font-family: 'fontePadrao';
    font-weight: 400;
    text-align: justify;
    font-size: 20px;
    color: #FFFFFF;
}
p {
    font-family: 'fontePadrao';
    font-weight: 400;
    text-align: justify;
    font-size: 20px;
    color: #000000;
}

#divisoriaHorizontal {
    height: 46px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 145px;
    background-image: url('../imagens/divisoria_horizontal.gif');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

#banner {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;

    
}
#fundoBanner {
    position: absolute;
    width: 100%;

    height: 352px;
    z-index: 1;
    top: 140px;

}






#foto1Banner {
    height:320px;
    width: 210px;
    position: relative;
    float: left;    
    /*    background-size: auto 100%;*/
    background-position: 100% 100%;
    background-repeat: no-repeat;
    z-index: 4;
    cursor: pointer;


}
#foto2Banner {
    width: 210px;    
    height: 320px;
    /*    background-color: #C0C0C0;*/
    position: relative;        
    float: left;    
    background-position: 0% 100%;
    background-repeat: no-repeat;
    z-index: 3;
    cursor: pointer;


}
#foto3Banner {
    width: 270px;
    height: 131px;
    /*    background-color: #000000;*/
    position: relative;   
    /*    float: left;*/
    /*    right: 50%;*/

    /*    margin-right: -420px;*/
    /*    background-image: url('../imagens/foto1.gif');*/
    background-size: contain;
    background-position: center 100%;
    background-repeat: no-repeat;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;


}
#foto4Banner {
    width: 301px;
    height: 207px;
    position: relative;
    /*    float: left;*/
    background-size: contain;
    background-position: 0 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    cursor: pointer;
}

#ladoDireitoBanner {
    position: relative;
    float: left;
    width: 310px;
    height: 330px;
}

#logoSuperior { 
    z-index: 2;    
    margin-top: 7px;
}


#logoS3Rodape {
    opacity: 0.5;
    filter:Alpha(opacity=50);
    transition: opacity 1s;
    cursor: pointer;
    position: relative;
    float: right;
}
#logoS3Rodape:hover {
    opacity: 1;
    filter:Alpha(opacity=100);
}


#rodapeCentral {
   
    font-family:'fontePadrao';
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    width: 378px;   
    line-height: normal;
    text-align: center;
    font-size: 16px;
    color: #CB9833;
    vertical-align: top;
}
#rodapeEsquerdo {    
    max-width: 40%;
    text-align: right;
    vertical-align: bottom;
}

#rodapeDireito {
    max-width: 40%;
    text-align: right;
    vertical-align: bottom;
}

#iconeFacebook {
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
    margin-top: -20px;
    left: 190px;
    z-index: 6;

}

#iconeS3Rodape {
    cursor: pointer;
    position: relative;
    float: right;
}
#tabelaRodape {
    height: 140px;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    border-collapse: collapse;
}

.adm {
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;     
    background-image: none;
}
.adm2 {
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;  
    border: 1px solid #000000;

}
tr.adm2 {
    border: 1px solid #000000;
}
/*td {
    border: 1px solid #000000;
}*/
input.adm {
    border: 1px solid #000000;
    width: 98%;
}
.cabecalho {
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: bold;

}
#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    text-align: center;
    background-color: #FFFFFF;

}
#header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 150px;
    text-align: center;                
}




a:link.adm, a:visited.adm, a:active.adm, a:hover.adm {
    border: 0px;
    text-decoration: none;
    color: #000000;
}
a:link.site, a:visited.site, a:active.site, a:hover.site {
    border: 0px;
    text-decoration: none;
    color: #000000;
}
a:link.branco, a:visited.branco, a:active.branco, a:hover.branco {
    border: 0px;
    text-decoration: none;
    color: #FFFFFF;
}
img {
    border: 0px;
}

#carousel {
    width: 800px;
    height: 80px;
    overflow: hidden;
    padding-left: 10px;
}
#carousel div {
    margin-right: 10px;
    text-align: center;
    width: 250px;
    height: 80px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}


.image_carousel {
    padding: 5px;
    position: relative;
    width: 100%;
    float: left;

}

.image_carousel img {
    border: 0px solid #ccc;    
    padding: 5px;
    margin: 2px;
    display: block;
    float: left;
}

.clearfix {
    float: none;
    clear: both;
}
.tabelaFotos {
    width: 100%; 
    /*    border-radius: 10px; 
        background-color: #E6E6E6; 
        padding: 10px;
        border: 1px solid #C0C0C0;*/
}
.titulo {
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
}
.formulario {
    border: 1px solid #D0D0D0;
    width: 95%;
}


.foto {
    border: 1px solid #ccc;
    background-color: white;
    padding: 9px;
    margin: 7px;

}

