.mainImage {
    width: 100%;
    margin: 0 auto;
    height: 30em;
    background: red;
    margin-bottom: 2em;
    background-size: cover !important;
    background-position: bottom center !important;
}

.mainImageNoSlider {
    width: 71%;
    margin: 0 auto;
    height: 30em;
    background: red;
    margin-bottom: 2em;
    background-size: cover !important;
    background-position: bottom center !important;
}

.slider-container {
    position: relative;
    width: 100%;
    /* Ancho máximo del slider */
    margin: 0 auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
}

.slide img {
    width: 100%;
    height: auto;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 16px;
}

#prevBtn {
    left: 0;
}

#nextBtn {
    right: 0;
}

.textWhite {
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    margin: 13px 5px 8px;
    line-height: 26px;
    display: inline-block;
}

.sliderBox {
    height: 30em;
}

.firstText {
    text-align: center;
    padding-top: 6em;
}

.firstText p:first-child {
    padding-bottom: 2em;
}

.firstText img {
    width: 20em;
}

.site-logo img {
    height: 80px;
}

/*lubricantes*/
.lubricantesText {
    background-color: #212121;
    color: white;
    text-align: center;
    font-size: 2em;
    padding: 1em;
}

/*Forestal*/
.forestalText {
    background-color: #07400a;
    color: white;
    text-align: center;
    font-size: 2em;
    padding: 1em;
}

.mostRequiredProducts {
    font-size: 2em;
    margin: 1em 0.2em;
}

.mostRequiredContainer {
    margin-bottom: 3em;
}

.boxLubricantes {
    text-align: center;
    background-color: orangered;
    color: white;
    font-size: 2.5em;
    height: 360px;
    display: flex;
    align-items: center;
}

.bgBlack {
    background-color: #212121;
}

.bgBlue {
    background-color: #031023;
}

.bgGray {
    background-color: #757575;
}

.bgGreen {
    background-color: #1b5e20;
}

.boxLubricantes p {
    margin: auto;
    padding: 1em;
}

.cursorPointer {
    cursor: pointer;
}

@media (max-width: 600px) {
    .sliderBox {
        height: 13em;
    }

    .firstText {
        padding-top: 2em;
    }

    .firstText p:first-child {
        padding-bottom: 0.5em;
        font-size: 2.3em;
    }

    .firstText img {
        width: 16em;
    }

    .site-logo img {
        height: 60px;
    }

    .lubricantesText {
        font-size: 1.3em;
    }

}