.text-primary {
    color: #04050c !important;
}

img {
    object-fit: cover;
}

.navbar-toggler {
    margin-top: 4vh;
}

.logo {
    flex: 1;

    & img {
        height: 28px;
        margin-top: 4vh;
    }
}

.header {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    z-index: 1000;


    .menu-header {
        display: flex;
        flex-wrap: nowrap;
    }

    .menu-header-detail {
        width: 100vw;
        background-color: gainsboro;
        color: black;
        position: absolute;
        top: 100%;
        left: 0;
        overflow: hidden;
        padding: 0 0.8rem;
        padding-bottom: 0.5rem;
        z-index: 999999;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .menu-header-detail-div {
        padding: 1rem 1.5rem;
        
        a {
            color: #ffffff;
            text-decoration: none;
        }
    }
}

.header-hover {
    background-color: white !important;

    .logo {
        filter: invert(100%) !important
    }
    .menu-header-detail-div {
        a {
            color: black !important;
            filter: none !important;
        }
        &:hover {
            a {   
                color: purple !important;
                filter: none !important;
            }
        }
    }
}

body, h1, h2, p, a {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
}

.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}

.carousel-img {
    height: 100vh;
    object-fit: cover;
}

.carousel-img-web {
    display: none;
}

.carousel-img-mobile {
    display: block;
}

.carousel-banner-caption {
    position: absolute;
    right: 30%;
    top: 20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;

    .title {
        font-size: 48px;
    }
    
    .subtitle {
        font-size: 24px;
    }
}

.carousel-product-caption {
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
    text-align: center;
    color: black !important;
}

.carousel-product-img-wrapper {
    max-width: 100%;
    height: 65vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.carousel-product-img {
    max-width: 100%;
    max-height: 100%;
}

.carousel-product .carousel-inner {
    padding: 0;
}

.why-div {
    row-gap: 3rem;
    margin: auto !important;
}
.why-card {
    margin: auto;
    padding: 20px;
    border-radius: 3%;
    box-shadow: 0px 2px 20px #888888;
    text-align: center;

    img {
        width: 20%;
        margin: auto;
    }

    p {
        font-size: 21px;
        font-weight: 700;
    }

    span {
        font-size:16px;
    }
}

.category-div-img {
    order: 1;
}


.category-div {
    text-align: center;
    padding: 0 3rem 1rem 3rem !important;
    order: 2;

}
.category-img {
    padding: 1rem 1rem 0 1rem;;
}
.category-name {
    font-size: 16px;
    margin-bottom: 0;
}
.category-title {
    font-size: 24px;
    margin-bottom: 0;
}
.category-description {
    font-size: 12px;
}

.category-button {
    border: 1px solid #04050c;
    border-radius: 30px;
    font-size: 12px;
    padding: 3px 18px;
    color: #04050c !important;

    &:hover {
        background-color: #04050c;
        color: white !important;
    }
}

.div-product {
    text-align:center;
    padding-top:2rem;
}

.title-product {
    font-size:35px;
    margin-bottom: 0;
    font-weight:700;
}

.subtitle-product {
    font-size:18px;
    margin-bottom: 0;
}

.title-why {
    font-weight:700;
    font-size:28px;
}