.cover-div {
    background-image: url("/assets/media/covers/cover1.jpg");
    background-size: cover;
}
.cover-subtitle {
    color: white !important;
    font-weight: 500;
}
.product-link {
    text-decoration: none !important;
    color: white;
}

.prod-img-div {
    align-items: center;
}

.prod-img {
    width: 100%;
}

.prod-name {
    min-height: 60px;
    font-weight: 500;
}

.prod-price {
    font-weight: 600;
    font-style: italic;
}

.prod-wsp {
    text-decoration: none !important;
    color: white;
    border: 3px #40c351 solid;
    border-radius: 10px;
    padding: 1px;
}

.prod-wsp-icon {
    width: 30px;
    height: 30px;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 40px !important;
        color: white !important;
    }
    .cover-div {
        width: 60%;
        padding: 80px;
        margin-bottom: 30px;
    }
    .cover-title {
        margin-bottom: 100px;
        font-weight: 700;
    }
    .novedades {
        margin-bottom: 20px !important;
    }
    .prod-img-div {
        min-height: 200px;
    }
    .prod-wsp-txt {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px !important;
        color: white !important;
    }
    .cover-div {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .cover-title {
        margin-bottom: 60px;
    }
    .prods-col {
        justify-content: center;
    }
    .prods-enc {
        justify-content: center;
    }
    .prod-img-div {
        min-height: 200px;
    }
    .prod-wsp-txt {
        font-size: 12px;
    }
    .not-prods {
        margin-left: 20px;
    }
}