@charset "UTF-8";

:root {
    --cor0: white;
    --cor1: #f7f3e4ee;
    --cor2: #BDB180;
    --cor3: #B09119;
    --cor4: #000000;
    --cor5: rgba(158, 158, 158, 0.425);
    --cor6: rgb(201, 201, 201);
}

* {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
body{
    margin: 0%;
    padding: 0%;
    text-align: center;
    width: 98.9vw;
}
/*----------------------------header------------------------------------*/
header{
    text-align: center;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.600);
}
div#img{
    padding: 7px 0px;
    width: 100%;
    display: block;
    margin: auto;
}header div#img:hover{
    background-color: rgba(143, 143, 143, 0.600);
    cursor: pointer;
    border-radius: 5px;
}
div#img img{
    margin: auto;
    display: inline-flex;
    height: 30px;
}
div.menu{
    display: none;
    width: 100%;
}
div.menu img#home{
    width: 30px;
}
div.menu p, a{
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.651);
    text-align: center;
    text-decoration: none;
    margin: 0%;
    color: white;
    padding: 5px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.600);
}

div.menu p:hover{
    color: rgb(255, 213, 99);
    font-size: 1.2em;
    background-color: rgba(143, 143, 143, 0.600);
    cursor: pointer;
}
div.smenut, div.smenus, div.smenuc, div.smenuj, div.smenubm, div.smenupm{
    width: 100%;
    display: none;
    font-size: 0.8em;
    background-color: rgba(143, 143, 143, 0.600);
    
}
/*------------------------------FIM DO HEADER------------------------------*/
div.bistro img{
    width: 100%;
}

div#banner{
    margin: 0%;
    padding: 0%;
    background: url('/base/image/Banners/baner1p.png') center center no-repeat;
    background-size: cover;
    height: 200px;
    display: block;
    }

main{
    width: 100%;
    text-align: center;
}
div.menuNavegacao{
    display: inline-block;
    background-color:#010101;
    color: white;
    text-shadow: 0px 0px 1px white;
    width: 350px;
    height: 120px;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.486);
}
div.menuNavegacao input{
    width: 80%;
    height: 40px;
    border-radius: 10px;
    border: 0px solid black;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.486);
}

iframe{
    width: 100%;
    height: 100vh;
}
div#button-park{
    width: 100%;

}
input.park{
    display: inline-block;
    margin: 30px auto;
    width: 50%;
    height: 100px;
    font-size: 2em;
    border-radius: 5px;
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.87);
}
input.park:hover{
    background-color: rgb(199, 199, 199);
}

/* ----------footer-----------*/

footer{
    width: 100%;
    display: block;
    margin-top: 15px;
    background-color: #000000;
    color: white;
    text-decoration: none;
}
    

/* ----------FIM footer-----------*/
