.container-imagem-produtos {
    background-image: url("../assets/limpeza_teste.jpg");
}

.header-bottom {
    background-color: #3b70a2!important;
}

.btn-wpp {
    background-color: #3b70a2!important;
    padding: 20px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

.conteudo-da-tela-direita {
    flex-direction: column;
    align-items: center;
}

.link-download {
    color: #3b70a2;
    border: 2px solid #3b70a2;
    margin: 10px 0;
    border-radius: 5px;
}

.button-download {
    width: 100%;
    height: 80px;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    cursor: pointer;
    font-size: 20px;
}
.conteudo-pagina-sem-texto {
    width: 100%;
    /* height: 300px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}