.banner .webHeader {
    position: absolute;
    padding: 40px;
    flex-direction: column;
    width: 100%;
    display: none;
}

.banner .titleCategory {
    font-family: var(--vitro-open-sans-bold);
    font-size: 3.555rem;
    color: rgb(var(--vitro-white));
}

.bannerLoyalty {
    margin-top: 1em;
}

.banner .boxCategory:first-child {
    flex: 3;
}

.banner .boxCategory:first-child .webHeader {
    display: flex;
}

.banner:hover .boxCategory:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.banner:hover .boxCategory:first-child .webHeader {
    display: none;
}

.banner:hover .boxCategory:first-child:hover {
    flex: 3;
}

.banner:hover .boxCategory:first-child:hover .webHeader {
    display: flex;
}

.banner,
.boxCategory {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20.5rem;
}

.banner .boxCategory {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: -webkit-box-flex 500ms ease-out;
    -webkit-transition: -webkit-flex 500ms ease-out;
    transition: -webkit-box-flex 500ms ease-out;
    transition: -ms-flex 500ms ease-out;
    transition: flex 500ms ease-out;
    padding: 0px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    position: relative;
}

.banner .boxCategory:hover {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.banner .boxCategory:hover .webHeader {
    display: grid;
}

.banner img,
.bannerLoyalty img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.banner .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, #00c9dc, #00587e 84%);
    opacity: 0.1;
}

.banner .mobileHeader {
    display: none;
}

.banner .buttonStyles {
    color: rgb(var(--vitro-primary-light-turquoise));
    font-family: var(--vitro-open-sans-bold);
    font-size: 0.778rem;
    background: white;
    height: 2.222rem;
    border-radius: 1.25rem;
    width: 15.666rem;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .banner {
        flex-direction: column;
        display: inline;
    }

    .bannerLoyalty {
        margin-top: 0em !important;
    }

    .bannerLoyalty img {
        border-radius: 0.3em;
        height: 10.333rem;
    }

    .banner .boxCategory {
        height: 8.333rem;
        border-radius: 0.3em;
        margin-bottom: 0.555rem;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2),
            0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 3px 4px 0 rgba(0, 0, 0, 0.14);
    }

    .banner .boxCategory img {
        border-radius: 0.3em;
    }

    .banner .overlay {
        border-radius: 0.3em;
    }

    .banner .mobileHeader {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0em;
        width: 100%;
    }

    .banner .mobileHeader img {
        height: 6em;
        width: 6.5em;
    }

    .banner .mobileHeader .moldingImg {
        height: 4em;
    }

    .banner .mobileHeader .glassImg {
        height: 4.5em;
    }

    .banner .mobileHeader .toolsImg {
        height: 5em;
        width: 7em;
    }

    .banner .mobileHeader .toolsImgEsp {
        height: 5em;
        width: 8em;
    }

    .banner .titleCategory {
        font-family: var(--vitro-open-sans-semi-bold);
        font-size: 1.222rem;
    }

    .banner .boxCategory:first-child .webHeader {
        display: none;
    }

    .banner:hover .boxCategory:first-child:hover .webHeader {
        display: none;
    }

    .banner .webHeader,
    .banner .boxCategory .webHeader,
    .banner .boxCategory:hover .webHeader {
        display: none;
    }

    .banner .link {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
