/* .slider-area {
    display: flex;
    align-items: center;
} */

.bg-img {
    width: 100%;
    background-image: url(../../img/inicio/initial-slider-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.subtitle,
.main-title {
    color: black !important;
}

.text-slider {
    z-index: 10;
    height: 57.2%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-category__content--three .title p {
    color: black !important;
    font-family: 'Playfair Display', serif;
    font-size: 30px !important;
    font-weight: 400 !important;
}

.single-category__content .title a {
    color: #E5007E !important;
    font-size: 26px !important;
    font-weight: 500 !important;
}

.grid-categories {
    position: relative;
    height: 885px;
    margin-top: 87px;
}

.first-item {
    position: absolute;
    left: 0%;
    top: 0px;
}

.second-item {
    position: absolute;
    left: 50%;
    top: 0px;
}

.third-item {
    position: absolute;
    left: 50%;
    top: 295px;
}

.fourth-item {
    position: absolute;
    left: 0%;
    top: 590px;
}

.fifth-item {
    position: absolute;
    left: 25%;
    top: 590px;
}

.empty-div {
    width: 100%;
    height: 160px;
}

.subtitle {
    color: black;
    font-size: 16px;
    letter-spacing: 3.2px;
    font-weight: 600;
}

.main-title {
    margin: 40px 0px 50px 0px;
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    line-height: 72px;
    font-weight: 400;
}

#rev_slider_14_1_wrapper {
    left: 0px
}

.product-category-container {
    margin-bottom: 144px !important;
}

@media (max-width: 1200px) {
    .grid-categories {
        height: 760px;
    }
    .third-item {
        top: 236px;
    }
    .fourth-item,
    .fifth-item {
        top: 472px;
    }
}

@media (max-width: 992px) {
    .grid-categories {
        height: 1300px !important;
    }
    .first-item {
        width: 100%;
    }
    .second-item {
        left: 0%;
        width: 66.5%;
        top: 704px;
    }
    .third-item {
        left: 66.5% !important;
        top: 704px !important;
        width: 33.5% !important;
    }
    .single-category__content--three:nth-child(2),
    .single-category__content--three:nth-child(3) {
        bottom: 30px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .third-item p {
        width: 9rem;
    }
    .fourth-item {
        left: 0% !important;
        top: 938px !important;
    }
    .fifth-item {
        left: 50% !important;
        top: 938px !important;
    }
}

@media (max-width: 768px) {
    .grid-categories {
        height: 1600px !important;
    }
    .second-item {
        width: 100%;
        top: 525px;
    }
    .third-item {
        width: 100% !important;
        left: 0% !important;
        top: 788px !important;
    }
    .single-category__content--three:nth-child(2),
    .single-category__content--three:nth-child(3) {
        bottom: 50px !important;
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .fourth-item,
    .fifth-item {
        top: 1314px !important;
        width: 50%;
    }
}

@media (max-width: 576px) {
    .third-item {
        top: 703px !important;
    }
    .fourth-item,
    .fifth-item {
        top: none !important;
    }
}