body {
    background-color: #081f36;
}

.logo {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.texto-principal {
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 60px;
    line-height: 35px;
}

.botoes-lojas {
    margin-top: 50px;
    text-align: center;

}

.botoes-lojas a {
    margin-left: 20px;
    margin-right: 20px;

}

.btn-lojas-1 {
}

.email {
    margin-top: 50px;
    text-align: center;
}

.email a {
    color: #0089d2;
    font-size: 16px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.email a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.icones {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.icones a {
    margin-left: 20px;
    margin-right: 20px;
}

.icone {
    font-size: 24px;
    color: #FFFFFF;
}

.icone:hover {
    color: #0089d2;
}

