@media screen and (min-width: 576px){
    .logo {
        img {
            height: 34px;
            margin-top: 15px;
            margin-bottom: 15px;
            margin-left: 10vh;
        }
    }
    
    .carousel-img-web {
        display: block;
    }

    .carousel-img-mobile {
        display: none;
    }

    .carousel-product .carousel-inner {
        padding: 1em;
        display: flex;
    }

    .carousel-product .carousel-item {
        &.active {
            img {
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }
        &:hover {
            img {
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }

        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 5);
    }

    .carousel-product-img-wrapper {
        height: 320px;
    }
    .carousel-product-img-wrapper-navbar {
        height: 270px;
        img {
            margin: auto;
        }
    }

    .why-card {
        p {
            font-size: 30px;
        }
        span {
            font-size: 18px;
        }
    }

    .category-div-img {
        order: 0;
    }

    .category-div {
        text-align: left;
        padding: 3rem !important;
        order: 0;
    }

    .category-img {
        padding: 3rem;
    }
    
    .category-name {
        font-size: 32px;
        margin-bottom: 0;
        margin-top: 2rem;
    }

    .category-title {
        font-size: 48px;
        margin-bottom: 0;
        font-weight: 700;
    }

    .category-description {
        font-size: 24px;
    }

    .category-button {
        padding: 5px 30px;
        font-size: 16px;
    }

    .div-product {
        padding-top:1rem;
    }

    .title-product {
        font-size:40px;
    }

    .subtitle-product {
        font-size:20px;
    }
    
    .title-why {
        font-weight:700;
        font-size:28px;
        
    }
}
