.ofertas-content {
    margin: 50px 0px 50px 50px;
}

.ofertas-content .carousel-wrapper {
    width: 75%;
    margin-top: 30px;
}

.ofertas-content .ofertas-bigtext {
    font-size: 40px;
    font-weight: 900;
    font-family: Roboto;
    color: var(--tertiary-color);
}

.ofertas-bigtext-alt {
    margin-top: 50px;
}

.ofertas-number {
    text-align: right;
    height: 61px;
    color: var(--secondary-color);
    font-size: 60px;
    font-weight: bolder;
    line-height: 85.5px;
}

.ofertas-text {
    text-align: left;
    height: 24px;
    font-family: Roboto;
    color: var(--primary-font-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.ofertas-text-small {
    height: 200px;
}

.ofertas-text-small-alt {

    height: 200px;
}

.ofertas-button {
    color: var(--secondary-font-color);
    height: 48px;
    box-shadow: 0 3px 6px var(--shadow-color);
    border-radius: 40px;
    background-color: var(--tertiary-color);
    border: none;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

.ofertas-button:hover {
    background-color: var(--hover-color);
}

.ofertas-filter {
    margin-top: 12px;
    height: 45px;
    box-shadow: 0 2px 4px rgba(var(--primary-color-rgb), .2);
    border-radius: 4px;
    border: none;
    padding-left: 10px;
    outline: none;
    font-family: Roboto;
    font-size: 16px;
    color: var(--primary-font-color)
}

.ofertas-buttonsearch {
    box-shadow: 0 5px 6px rgba(var(--secondary-color-rgb), .4);
    height: 45px;
    border-radius: 0 4px 4px 0;
    background-color: var(--tertiary-color);
    border: none;
    font-size: 18px;
    color: var(--secondary-font-color);
    outline: none;
    cursor: pointer;
}

.ofertas-buttonsearch:hover {
    background-color: var(--hover-color);
}

.ofertas-searchicon {
    position: absolute;
    margin-left: -70px;
    margin-top: 2px;
}

.ofertas-showall {
    position: relative; 
    font-family: Roboto;
    font-weight: 700;
    color: var(--secondary-color);
    cursor: pointer;
    text-decoration: underline;
    float: right;
}

@media screen and (max-width: 1600px) {
    .ofertas-content .carousel-wrapper {
        width: 95%;
    }
}

@media screen and (min-width: 1600px) {
    .ofertas-content .ofertas-showall {
        left: -20%;
    }
}

@media screen and (max-width: 1300px) {
    .ofertas-content .carousel-wrapper {
        width: 100%;
    }
}
