.conte_ofertas{
    display: table;
}
.conte_ofertas:hover{
        width: 100%;
        transform: scale(1.02); 
        transition: 0.5s ease;
}
.banner_ofertas{
        display: table;
        width: 100%;
        margin: 10px 0px 0px 0px;
        transform: scale(1); 
        transition: 0.5s ease;
        border-radius:25px;
        border-color: aqua;
       
    }
    .banner_ofertas img{
        width: 100%;
    }
    .banner_ofertas:hover{
         width: 100%;
        transform: scale(1.02); 
        transition: 0.5s ease;
    }
@media(min-width:1024px){
    .conte_ofertas{
        display: table;
        width: 100%;
        transform: scale(1);
        transition: 0.5s ease;
    }
    .conte_ofertas:hover{
        width: 100%;
        transform: scale(1.02); 
        transition: 0.5s ease;

    }
    .banner_ofertas{
        width: 100%;
        margin: 24px 0px;
        transform: scale(1); 
        transition: 0.5s ease;
        border-radius:25px;
        border-color: aqua;
       
    }
    .banner_ofertas img{
        width: 100%;
    }
    .banner_ofertas:hover{
         width: 100%;
        transform: scale(1.02); 
        transition: 0.5s ease;
    }
} 