@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:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&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;

}


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

header {
    min-height: 30%;
    
    
}

main {
    min-height: 30%;
    
}

.banner p {
    color: #fff;
    font-size: 2rem;
    font-family: var(--font-secundary);
    text-shadow: .1rem .1rem 2px rgba(0, 0, 0.4);
    margin-bottom: 2rem;
    opacity: 0;
    animation: Movebanner 2s 1s forwards;

}

.banner button {

    margin-bottom: 5px;
    display: block;
    width: 100%;
    border-color: #f9ec32;
    height: 60px;
    font-family: var(--font-action);
    color: #0c0c0c;
    background-color: #fff;
    /* opacity: 0.7; */
    cursor: pointer;
    letter-spacing: 0.8;
    border-radius: 12px;
    font-size: 30px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1.5px;
}

.MEUSPEDIDOS button {
    font-family: var(--font-action);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    height: 60px;
    font-family: var(--font-action);
    border-color: #f9ec32;
    color: #0d0e0e;
    background-color: #fff;
    /* opacity: 0.7; */
    cursor: pointer;
    border-radius: 12px;
    font-size: 30px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1.5px;
}

.INFORMACOES button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    border:none;
    height: 60px;
    font-family: var(--font-action);
    color: #070707;
    background: #f9ec32;
    cursor: pointer;
    letter-spacing: 0.8;
    border-radius: 12px;
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    letter-spacing: 1.5px;
}

.COMPARTILHE button {

    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: 60px;
    font-family: var(--font-action);
    border-color: #070707;
    color: #070707;
    background: white;
    opacity: 0.2;
    opacity: 0.7;
    cursor: pointer;
    border-radius: 12px;
    font-size: 30px;

}

.vidaloka button {
    position: center;
    font-family: var(--font-action);
    color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 0.8;
    background: #642B73;
    background: -webkit-linear-gradient(to right, #C6426E, #642B73);
    background: linear-gradient(to right, #C6426E, #642B73);
    padding: 1rem 27rem;
    border: 15;
    border-radius: 12px;
    margin-left: -15px;
    cursor: pointer;
    opacity: 0;
    animation: Movebanner 2s 0.9s forwards;
}

.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);

}

footer {

    min-height: 25%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    /* padding: 20px; */
  
    
}

#span-saudacao {

    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
    font-weight: bold;
    background-color: #1c2c3c;
    /* background-color: rgba(114, 224, 255, 0.8); */
    color: #fff;
    font-size: 23px;
    /* padding: 10px 20px; */
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

    margin-top: -20px;
}



#acompanhar-pedido {
    width: 100%;
    background-color: #642B73;
    margin-bottom: 30px;

}

#acompanhar-pedido a {
    text-decoration: none;
    color: #fff;
    font-size: 26px;
}

#acompanhar-pedido:hover {
    background-color: #652b739b;
}

#acompanhar-pedido a:hover {
    color: #ff3;
}

.btnBemvindoFulano {

    text-align: center;
    margin-bottom: 30%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border-color: #070707;
    font-family: var(--font-action);
    color: #070707;
    cursor: pointer;
    letter-spacing: 0.8;
    border-radius: 5px;
    opacity: 0.9;
    font-size: 22px;
    /*background-color: rgba(240, 248, 255, 0.678);*/
    display: flex;
    align-items: center;
    flex-direction: column;
}


#logoff {
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.logoff {
    width: 20%;
    color: rgb(57, 210, 36);
    display: block;
    text-align: center;
    margin-right: auto;

    margin-left: auto;
    border-radius: 6px;
    background-color: #070707c7;
}
.img-app{
    width: 300px;
    height: 300px;
    display: block; /* Certifica-se de que a imagem é tratada como um bloco */
    margin: 0 auto; 
}

.img-logo-soli-1 {
    text-align: center; /* Centraliza horizontalmente o conteúdo da div */
  }

.logoff:hover {
    color: rgb(184, 34, 29);
}

#img-soli{
    width: 200px;
    height: 150px;
}

#img-soli-2{
    width: 250px;
    height: 150px;
    margin-top: -40px;
}

.contato-soli{
    color: #fff;
    font-size: 12px;
    font-weight: bold;

}
.contato-soli{
    margin-top: -50px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}


 /* @media screen and (max-width: 600px) {
    footer {
        background-image: url('./img-app/moto.png');
    }
} */
/*
@media screen and (max-width: 600px) {
    header {

        background-image: url('./imagens/4.png');
    }
}

@media screen and (max-width: 600px) {
    main {
        background-image: url('./imagens/1.png');
    }
} */