
/* Inico Rodape */

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: orangered;
}

body > div.text-center.bg-warning.mt-4.p-2 > h2{
    margin-top: 1em;;
}

.text-rodape-dicas>h4 {
    color: rgb(5, 80, 5);
    margin-top: 1em;
}

.textRodape {
    text-align: center;
    margin-bottom: 0;
    color: white;
}


.textRodape>a {
    color: white;
}

.textRodape>a.adm {
    color: yellow !important;
}

.textRodape>a:hover {
    text-decoration: none;
    color: greenyellow
}

body > footer > div > a.adm:hover {
    text-decoration: none;
    color: black
}


   .deliveryFone {
                text-align: center;
                font-size: 35px;
                padding-top:0.5em;
            }

/* Fim Rodape */