@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
}

.container {
    position: relative;
}

#splashScreen {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#restaurante{
    display: none;
}

.center-image {
    width: 100%;
    text-align: center;
}

#patrocinio {
    max-width: 100%;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#produto .title {
    text-transform: uppercase;
}

.box-title {
    background-color: gray;
    color: white;
    text-align: center;
    padding: 10px;
    padding-top: 8px;
    font-size: 16pt;
}

#btn-back {
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 20px;
    background-color: black;
    color: white;
    background: rgba(0, 0, 0, 0.6);
}

#btn-back:hover {
    background: rgba(0, 0, 0, 1);
}

#btn-back-relative {
    background-color: black;
    color: white;
    background: rgba(0, 0, 0, 0.6);
}

#btn-back-relative:hover {
    background: rgba(0, 0, 0, 1);
}



.teste {
    border: 1px solid red;
}

.food-list {
    padding: 0 10px;
    font-size: 10pt;
}

.food-details {
    font-size: 10pt;
    color: black;
}

.food-details dl {
    padding-top: 10px;
}


.food-card {
    border: 1px solid #f2f2f2;
    display: grid;
    transition: 200ms;
    height: 90px;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    width: 100%;
    margin-top: 20px;
}

.food-card:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
}

.food-icon {
    height: 65px;
    width: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f9f9f9;
}


.categories-item {
    width: 100%;
}

.categories-item a {
    text-decoration: none;
}

.categories-item:hover .categories-title {
    color: gray;
}


.categories-image {
    border-radius: 5px;
    background-position: center;
 }

.categories-title {
    color: white;
    font-size: 16pt;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

#patrocinadores-list .item {
    margin-top: 20px;
}

#patrocinadores-list .image {
    height: 70px;
}

#footer-menu{
    background-color: black;
    position: absolute;
    bottom: 24px;
}

#footer-menu .btn-whatspp{
    color: white !important;
    width: 100% !important;
}