.hero-bg{
    background-image:url('./images/bg-electrodomesticos.jpg');
    min-height: 90vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #e9e9e7;
}
.hero-bg > div{
    min-height:90vh;
}
.mod-home-row-appliance{
    position:relative;
    overflow-x: scroll;
    overflow-y: hidden;
}
.mod-home-appliance{
    display: inline-flex;
}
.item-electrodomestico{
    width: 190px !important;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    text-transform: uppercase;
    margin-right:10px;
}
.electrodomestico-panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size:13px;
    font-weight:600;
}
.electrodomestico-panel img{
    margin-bottom:10px;
}
.controllers{
    position:relative;
}
.controller-left button{
    width: 50px;
    height: 50px;
    background-color: #fefefe;
    border-radius: 50px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items:center;
    position:absolute;
    left:15px;
    top:-120px;
}

.controller-right button{
    width: 50px;
    height: 50px;
    background-color: #fefefe;
    border-radius: 50px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items:center;
    position:absolute;
    right:15px;
    top:-120px;
}

@media screen and (max-width:475px){
    .text-xxs{
        font-size:0.80rem;
    }
    .ico-check{
        width:20px;
    }
    .controller-right button{
        right:-15px;
    }
    .controller-left button{
        left:-15px;
    }
}