.backgroundcolor-gris-claro {
    background-color: rgb(248,248,248);
}

.btn {
    background-color: rgb(215,128,181);
    color: white;
    border-style: none;
    border-radius: 7px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.btn:hover {
    background-color: rgb(174, 72, 191);
}

.color-tienda {
    color: rgb(174, 72, 191) !important;
}

.color-tienda:hover {
    color: rgb(174, 72, 191) !important;
}

.color1-corporativo {
    color: rgb(174, 72, 191) !important;
}

.bg-color1-corporativo {
    background-color: rgb(174, 72, 191) !important;
}

.color2-corporativo {
    color: rgb(215,128,181) !important;
}

.bg-color2-corporativo {
    background-color: rgb(215,128,181) !important;
}

.blanco {
    color: #fff !important;
}

.negro {
    color: #000 !important;
}

.gris {
    color: #aaa !important;
}