.text-center{
    text-align: center !important;
}
.mt-4{
    margin-top: 1.5rem !important;
}
.mt-2{
    margin-top: 0.5rem !important;
}
.mt-5{
    margin-top: 3rem !important;
}
.mt-6{
    margin-top: 4rem !important;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.btnLoja{
    background: #ff006a;
    color: white;
    font-weight: 500;
}
.pointer{
    cursor: pointer !important;
}
.icone-en{
    height: 20px;
    width: 20px;
}