body {
    font-family: 'Roboto';
}

.arrow-banner{
    margin-top: -120px;
}

.arrow-banner img{
    width: 20px;
}

.text-soft-muted{
    color: rgb(196, 196, 196);
}

.text-blue{
    color: #0B0A5C;
}

.product-card{
    background: #F1F1F9;
    border: 0;
    border-radius: 20px;
    transition: all .3s;
}

.bg-gray{
    background-color: #F1F1F9;
}

.round-r-b-corner{
    border-radius: 10px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
    border-bottom-right-radius: 60px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
}

.banner-md {
    border-radius: 10px;
}

.pointer{
    cursor: pointer;
}

.caption{
    color: #454545;
}

.product-card:hover{
    background: #33CC99;
    transform: scale(1.05);
    box-shadow: 0 0 11px rgba(33,33,33,.2) !important;
}

.product-card .title{
    color: #0B0A5C;
}

.product-card:hover .title{
    color: white;
}

.product-card .icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-color: rgb(255, 255, 255); */
    margin-bottom: 10px;
}

.product-card .icon img{
    width: 40px;
}

.btn-menu {
    background: transparent;
    border: 2px solid white;
    padding: 2px 5px;
    border-radius: 5px;
}

.btn-number{
    width: 30px;
    height: 30px;
    border: 2px solid #8283FF;
    color: #8283FF;
    border-radius: 50%;
    padding: 0;
}

.open-menu-icon {
    width: 25px;
}

.bg-primary-seller {
    background: #353299;
}

.bg-primary-seller-s {
    background: #0B0A5C;
}

.footer-title{
    color: #33CC99;
}

.footer-option{
    color: rgb(211, 209, 209);
}

.footer-option:hover{
    color: white;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #353299;
}

.aseguradora-brand{
    width: auto !important;
    height: 40px !important;
}

button, a, button:active, a:active, button:link, a:link {
    outline: none !important;
    box-shadow: none !important;
}

.btn-success-seller {
    background: #33CC99;
    color: white;
}

.btn-success-seller:hover {
    background: rgb(26, 156, 113);
    color: white;
}

.btn-primary-seller {
    background: #8283FF;
    color: white;
}

.btn-primary-seller:hover {
    background: rgb(104, 104, 214);
    color: white;
}

.rounded-md-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 20px;
}
.app-img{
    height: 45px;
}

.item-icon{
    height: 180px;
}
