@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400;1,500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

:root {

    --font-primary: "baloo da 2", serif;
    --font-secundary: "Josefin Slab", serif;
    --font-action: "muli", serif;

}

/* .hamburguer {

    width: 2rem;
    height: 2rem;
    position: relative;
    z-index: 100;
    right: 2rem;
    top: 2rem;
    flex-direction: column;
    justify-content: space-evenly;
    display: flex;
    cursor: pointer;
    background-color: #034d0d;
}

.hamburguer.show-menu {
    right: 18rem;
}


.line {
    width: 100%;
    background-color: white;
    height: .1rem;
    box-shadow: 0.1rem 0.1rem 1px black;
}



*/
body {
   background-image: url('./img-app/mobile.png');
    height: 100%;
    width: 100%;
}

.banner button {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 35px;
    width: 70%;
    max-width: 75%;
    height: 80px;
    margin-bottom: 2%;
    height: 80px;
    font-family: var(--font-action);
    border: 2px solid #f9ec32;;
    color: #0c0c0c;
    background: #fff;
    
    font-size: 30px;
    cursor: pointer;
    border-radius: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

#btn-return {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 35px;
    width: 50%;
    height: 80px;
    margin-bottom: 2%;
    height: 80px;
    font-family: var(--font-action);
    border-color: #0c0c0c;
    color: #0c0c0c;
    background: #fff;
    opacity: 0.9;
    font-size: 30px;
    cursor: pointer;
    border-radius: 12px;
}




.banner button:hover {
    opacity: 0.7;
    color: white;
    background: rgb(23, 201, 76);

}

.MEUSPEDIDOS button:hover {
    opacity: 0.7;
    color: white;
    background: rgb(201, 59, 23);

}

.INFORMACOES button:hover {
    opacity: 0.7;
    color: white;
    background: rgb(23, 201, 201);

}

.COMPARTILHE button:hover {
    opacity: 0.7;
    color: white;
    background: rgb(100, 23, 201);

}

.img-home {
    display: block;
    height: 45px;
    margin: auto;
}

/* .img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.img-wrapper img {

    background-color: #0886a5;
    color: yellow;
    width: 100%;
    height: 100%vh;
    object-fit: cover;
    opacity: 0.9;

} */