@charset "utf-8";

.btn-to-section {
    transition: all .3s ease-in-out;
}

.imagen-responsiva {
    width: 10%;
    float: left;
}

@media (max-width: 768px) {
    .imagen-responsiva {
        width: auto;
        height: 100%;
        float: left;
    }
}

.hero-menu-item-desc{
    width:75%;
}

.hero-menu-item-price {
    width: 25%;
}