
/* GERAL */

.row{
    margin: 0 !important;
    padding: 0 !important;
}

a:link, a:visited{
    color: #999999 !important;
}

html{
    scroll-behavior: smooth;
}

body{
    background-image: url(../img/bg.png);
    background-repeat: repeat;
}

a:hover{
    color: #ffffff !important;
}

/* MENU TOPO */

.barra-topo{
    padding: 10px 10px;
    background: #940000;
    color: #fff;
    position: fixed;
    z-index: 2000 !important;
}

.fundoEscuro{
    background-color: #940000;
}

.social-media-icon{
    color: #fff;
    font-size: large;
    float: right;
    margin-left: 20px;
}

.social-media-icon a:link, .social-media-icon a:visited{
    color: #fff !important;
}

.social-media-icon a:hover{
    color:#d14b0c !important;
}

.box-menu{
    position: relative;
}

.btn-menu{
    display: block;
    cursor: pointer;
}

.menu-principal{
    background-color: #5c0000;
    width: 100%;
    max-width: 300px;
    position: absolute;
    margin-top: 30px;
    padding: 15px 15px;
    z-index: 2000 !important;
}

.btn-menu-item{
    display: block;
    padding: 8px 0;
}

.nav-spacer{
    height: 1px;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.nav-item a:link, .nav-item a:visited{
    color: #ffffff !important;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-item a:hover{
    color: #ffffff;
}


/* BANNER PRINCIPAL */

.banner-topo{
    padding-top: 70px;
    padding-bottom: 30px;
    background-image: url(../img/barra-topo-cardapio.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.barra-info{
    background-color: #f8ecd2;
    color: #764702;
    padding: 10px 10px;
    font-size: small;
}

.barra-pgto{
    background-color:#ffffff;
    color: #764702;
    padding: 10px 10px;
    font-size: small;
}

.texto-info{
    font-size: 18px;
}

.texto-pgto{
    font-size: 18px;
    margin-top: 10px;
}

/* CARDÁPIO */

.categoria{
    margin-top: 80px;
    font-family: 'Roboto Slab', serif;
    color: #940000;
    font-size: 36px;
    letter-spacing: 1.2;
    font-weight: 400;
}

.text-delivery{
    margin-top: 30px;
    font-family: 'Roboto Slab', serif;
    color: #940000;
    font-size: 28px;
    letter-spacing: 1.2;
    font-weight: 700;
}

.btn-delivery{
    background: #940000;
    color: #fff !important;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 8px 20px;
}

.btn-delivery:link, .btn-delivery:visited{
    color: #fff !important;
}

.cat-spacer{
    width: 200px;
    height: 22px;
    /* border-bottom: solid 2px #B79F90; */
    margin-top: 20px;
    margin-bottom: 50px;
    background-image: url('../img/spacer.png');
    background-repeat: no-repeat;
    background-position: center;
}

.box-item{
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 20px 5px;
}

.nome-item{
    margin: 0;
    font-size: 18px;
    color: #0c0906;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}

.desc-item{
    margin: 0;
    color: #2c2525;
}

.preco-item{
    margin: 0;
    padding-top: 0 !important;
    line-height: 1 !important;
    font-size: 20px;
    color: #940000;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}

.tam-pizza{
    font-size: 15px;
    color: #0c0906;
    font-family: 'Roboto Slab', serif;
    padding: 0;
    margin: 0;
}

.real{
    font-size: 14px;
    margin-right: 5px;
    color: #940000;
}

/* RODAPÉ */

.rodape{
    margin-top: 80px;
    background-color: #0c0906;
    color: #999999;
    padding: 50px 20px;
}

.emoji{
    width: 15px;
}