* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
}

.mosaic-container {
    display: flex;
    width: 100%;
    margin: 50px auto;
    height: 600px;
    /* Adjust overall height as needed */
    gap: 10px;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.column-1 {
    width: 25%;
    gap: 10px;
}

.column-2 {
    width: 45%;
    gap: 10px;
}

.column-3 {
    width: 25%;
    gap: 10px;
}

.item {
    background-color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.item:hover img {
    transform: scale(1.05);
}

.item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
}

/* Column 1 items */
.column-1 .item-1 {
    height: 35%;
}

.column-1 .item-2 {
    height: 75%;
}

/* Column 2 items */
.column-2 .item-1 {
    height: 55%;
}

.column-2 .rowLanding {
    display: flex;
    height: 45%;
    gap: 10px;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.column-2 .rowLandingLanding .item {
    width: 48%;
}

/* Column 3 items */
.column-3 .item {
    height: 33.33%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mosaic-container {
        flex-wrap: wrap;
        height: auto; /* Let content dictate height */
    }

    .column-1 {
        width: 48%;
        order: 1;
    }

    .column-3 {
        width: 49%;
        order: 2;
    }

    .column-2 {
        width: 100%;
        order: 3;
    }

    .column-2 .item-1 {
        height: auto;
        margin-bottom: 10px;
    }

    .column-2 .rowLanding {
        display: flex;
        gap: 10px;
    }

    .column-2 .rowLanding .item {
        flex: 1;
        height: auto;
    }
    .column.column-2 .row {
    display: flex;
    flex-direction: row;
}

.column.column-2 .row .item {
    width: 50%
}
}


.item-title {
    display: none;
}

.insideText {
    display: flex;
    justify-content: space-between;
    height: 10%;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}

.insideText p {
    font-weight: 700;
    font-size: 25px;
    color: #08254f;
}

.insideText a {
    font-weight: 400;
    color: grey;
    font-size: 15px;
    text-decoration: underline;
}


.CategoriasHome .owl-dots button span {
    height: 10px;
    width: 10px;
    display: inline-flex;
    background: #3585da;
    border-radius: 50px;
}

.CategoriasHome .owl-dots button.active span {
    height: 10px;
    width: 10px;
    display: inline-flex;
    background: #002857;
    border-radius: 50px;
}

.CategoriasHome .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.CategoriasHome button.owl-prev {
    display: block;
    position: absolute;
    left: -55px;
    height: 100%;
}
.owl-carousel.prateleira.home.n1colunas.owl-loaded.owl-drag button.owl-next {
    position: absolute;
    top: 0;
    font-size: 86px;
}
.hero1 {
    margin-bottom: 50px;
}
.owl-next span {
    font-size: 0px !important;
    display: flex;
    background: url('/arquivos/importadorasSlider.png');
    rotate: 180deg;
    background-size: contain;
    height: 35px;
    background-repeat: no-repeat;
    width: 35px;
}
.owl-carousel.prateleira.home.n1colunas.owl-loaded.owl-drag button.owl-prev {
    position: absolute;
       top: 0% !important;
    font-size: 86px;
    left: -48px;
}
.owl-prev span {
    font-size: 0px !important;
    display: flex;
    background: url('/arquivos/importadorasSlider.png');
    background-size: contain;
    height: 35px;
    background-repeat: no-repeat;
    width: 35px;
}

.owl-next span:hover {
    font-size: 0px;
    display: flex;
    background: url('/arquivos/importadorasSliderhover.png');
    rotate: 180deg;
    background-size: contain;
    height: 35px;
    background-repeat: no-repeat;
    width: 35px;
}

.owl-prev span:hover {
    font-size: 0px;
    display: flex;
    background: url('/arquivos/importadorasSliderhover.png');
    background-size: contain;
    height: 35px;
    background-repeat: no-repeat;
    width: 35px;
}

.bannerHome .carouselMarcas .owl-nav {
    display: block;
}

.CategoriasHome .insideText {
    display: flex;
    justify-content: space-between;
    height: 10%;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}

.seccionCategory {
    position: relative;
}
@media (min-width: 1200px) {
    .container {
        margin: 0 100px 0 100px;
        margin: 0 auto !important;
    }
}

.productContainer a {
  text-decoration: none !important;
}