.bg-grey{
    background-color: #343a40;
}
.vl{
    border-left: 6px solid green;
    height: 100px;
}
.hr_mod{
    border: 1px solid #ffffff;
    width:60%;
}
.hr_mod_1{
    border: 1px solid #ffffff;
}
.hr_red{
    border: 2px solid #dc3545;
}
.img-100{
    width: 100%;
}
.jum_color{
    background-color: #e9ecef;
}
.border-3 {
    border-width:3px !important;
}
.border-left-mod {
    border-left: 4px solid #ffffff !important;
}
.border-right-mod {
    border-right: 4px solid #ffffff !important;
}
.border-bottom-mod {
    border-bottom: 2px solid #dc3545 !important;
    justify-content: center;
}
.border-bottom-navbar{
    border-bottom: 2px solid #ffffff !important;
}
.bg-green{
    background-color: #006600;
}
.cambiocolor{
    color:#ffffff !important;
}
.cambiocolor:hover{
    color:#006600 !important;
}
#delivery img:hover{
    transition: all 300ms;
    transform: scale(1.15);
}
