body {
    background-color: white !important;
}

main {
    width: 100%;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1600px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin: -27px 15px 0;
    padding: 8px 21px;
    color: var(--primary-color);
    font-weight: bolder;
    font-size: 25px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgb(210, 210, 210);
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: var(--primary-color);
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.dots {
    text-align: center;
}

.subtitle {
    font-size: 1.4em;
    color: var(--primary-color);
    margin-left: 8%;
    padding: 6px 1rem;
    border-bottom: 8px solid var(--primary-color);
}

.hr-subtitle {
    position: relative;
    margin-top: 50px;
}

.hr-subtitle>hr {
    width: 90%;
}

.blue-hr {
    position: absolute;
    left: 7.5%;
    top: 30px;
    border: 0;
    border-top: 8px solid var(--primary-color);
    width: 115px !important;
}

.long {
    width: 142px !important;
}

.cards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-top: 30px;
    width: 80%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
    height: 48%;
}

.row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2%;
    height: 48%;
}

.primary-card {
    position: relative;
    margin-right: 2%;
    border-radius: 15px;
    width: 32.5%;
}

.primary-card > img{
    width: 100%;
    max-height: 756px;
}

.secondary-card {
    position: relative;
    border-radius: 15px;
    margin-right: 1%;
}

.tertiary-card {
    position: relative;
    border-radius: 15px;
    margin-left: 1%;
} 

.secondary-card-row2 {
    position: relative;
    border-radius: 15px;
    margin-left: 1%;
}

.tertiary-card-row2 {
    position: relative;
    border-radius: 15px;
    margin-right: 1%;
} 

.img-card {
    width: 100%;
    /* height: 100%; */
}


@media (1180px >= width) {
    .card-title {
        font-size: 1.7em;
        line-height: 1.1em;
    }
    .card-sku {
        font-size: 0.8em;
    }
    .card-button {
        font-size: 1em;
    }
    .long-card-title {
        font-size: 1.7em;
    }
    .long-card-sku {
        font-size: 0.8em;
    }
    .long-card-button {
        font-size: 1em;
    }
    .short-card-title {
        font-size: 1em;
        line-height: 1.2em;
    }
    .short-card-sku {
        font-size: 0.6em;
    }
    .short-card-button {
        font-size: 0.9em;
    }

    .highlight-title {
        font-size: 1.5em;
    }
    .highlight-subtitle {
        font-size: 0.7em;
    }
    .highlight-form {
        font-size: 0.7em;
    }
    .highlight-form>button {
        padding: 1px 0;
        margin-top: 5px;
    }
}

@media (1420px >= width > 1180px) {
    .card-title {
        font-size: 1.8em;
        line-height: 1.2em;
    }
    .card-sku {
        font-size: 0.6em;
    }
    .card-button {
        font-size: 1em;
    }
    .long-card-title {
        font-size: 1.8em;
    }
    .long-card-sku {
        font-size: 0.7em;
    }
    .long-card-button {
        font-size: 1em;
    }
    .short-card-title {
        font-size: 1.1em;
    }
    .short-card-sku {
        font-size: 0.6em;
    }
    .short-card-button {
        font-size: 0.8em;
    }

    .highlight-title {
        font-size: 1.7em;
    }
    .highlight-subtitle {
        font-size: 0.8em;
    }
    .highlight-form {
        font-size: 0.8em;
    }
    .highlight-form>button {
        padding: 2px 0;
        margin-top: 8px;
    }
}

@media (1890px >= width > 1420px) {
    .card-title {
        font-size: 1.9em;
        line-height: 1.3em;
    }
    .card-sku {
        font-size: 0.9em;
    }
    .card-button {
        font-size: 1.2em;
    }
    .long-card-title {
        font-size: 1.9em;
    }
    .long-card-sku {
        font-size: 0.9em;
    }
    .long-card-button {
        font-size: 1.1em;
    }
    .short-card-title {
        font-size: 1.2em;
    }
    .short-card-sku {
        font-size: 0.8em;
    }
    .short-card-button {
        font-size: 1em;
    }

    .highlight-title {
        font-size: 1.9em;
    }
    .highlight-subtitle {
        font-size: 0.9em;
    }
    .highlight-form {
        font-size: 0.9em;
    }
    .highlight-form>button {
        padding: 3px 0;
        margin-top: 10px;
    }
}

@media (width > 1890px) {
    .card-title {
        font-size: 2em;
    }
    .card-sku {
        font-size: 1em;
    }
    .card-button {
        font-size: 1.3em;
    }
    .long-card-title {
        font-size: 2em;
    }
    .long-card-sku {
        font-size: 1em;
    }
    .long-card-button {
        font-size: 1.2em;
    }
    .short-card-title {
        font-size: 1.6em;
        line-height: 1.3em;
    }
    .short-card-sku {
        font-size: 1em;
    }
    .short-card-button {
        font-size: 1.2em;
    }

    .highlight-title {
        font-size: 2em;
    }
    .highlight-subtitle {
        font-size: 1em;
    }
    .highlight-form {
        font-size: 1em;
    }
    .highlight-form>button {
        padding: 4px 0;
        margin-top: 15px;
    }
}

.card-title {
    font-family: var(--bold-font);
    color: white;
    position: absolute;
    top: 12%;
    left: 8%;
}

.card-sku {
    color: white;
    position: absolute;
    top: 8%;
    left: 8.5%;
}

.card-button {
    color: white;
    position: absolute;
    top: 26%;
    left: 8.5%;

    -webkit-transition: 0.15s padding ease-out;

    -o-transition: 0.15s padding ease-out;

    transition: 0.15s padding ease-out;
}

.long-card-title {
    font-family: var(--bold-font);
    color: white;
    position: absolute;
    top: 23%;
    left: 10%;
}

.long-card-sku {
    color: white;
    position: absolute;
    top: 16%;
    left: 10.5%;
}

.long-card-button {
    color: white;
    position: absolute;
    top: 38%;
    left: 10.5%;

    -webkit-transition: 0.15s padding ease-out;

    -o-transition: 0.15s padding ease-out;

    transition: 0.15s padding ease-out;
}

.short-card-title {
    font-family: var(--bold-font);
    color: white;
    position: absolute;
    bottom: 18%;
    left: 8%;
}

.short-card-sku {
    color: white;
    position: absolute;
    bottom: 40%;
    left: 8.5%;
}

.short-card-button {
    color: white;
    position: absolute;
    bottom: 8%;
    left: 8.5%;

    -webkit-transition: 0.15s padding ease-out;

    -o-transition: 0.15s padding ease-out;

    transition: 0.15s padding ease-out;
}

.long-card-button:hover,
.card-button:hover,
.short-card-button:hover {
    padding-left: 30px;
}

.product-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    margin: auto;
    margin-top: 30px;
    width: 80%;
    grid-gap: 5px;
    justify-items: center;
}

.product-card {
    position: relative;
    width: 300px;
    height: 450px;
    /* 25em; */
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    /* margin: 0 0.5%; */
}

.product-img-div {
    height: 300px;
    width: 300px;
    border-radius: 15px;
}

.img-product {
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: var(--lighter-color);
}

.product-title {
    font-size: 1.1em;
    font-family: var(--bold-font);
    position: absolute;
    top: 325px;
    left: 20px;
    width: 260px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-description {
    position: absolute;
    top: 350px;
    left: 20px;
    margin-right: 10px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: var(--bold-font);
}

.product-save {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.highlight-div {
    position: relative;
    width: 100%;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.highlight-img {
    z-index: -1;
    width: 75%;
}

.highlight-title {
    font-family: var(--bold-font);
    color: white;
    position: absolute;
    left: 16%;
    top: 18%;
}

.highlight-subtitle {
    color: white;
    position: absolute;
    left: 16%;
    top: 32%;
}

.highlight-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
    position: absolute;
    left: 16%;
    top: 50%;
    width: 30%;
}

.highlight-form>input {
    padding-left: 15px;
    width: 100%;
    margin: 2px 0;
}

.highlight-form>button {
    font-family: var(--bold-font);
    width: 25%;
}

.highlight-done-div {
    position: relative;
    width: 100%;
    margin-top: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.highlight-done-title {
    font-size: 3em;
    font-family: var(--bold-font);
    color: white;
    position: absolute;
    left: 16%;
    top: 40%;
}

.highlight-done-subtitle {
    font-size: 1.8em;
    color: white;
    position: absolute;
    left: 16%;
    top: 55%;
}

.categories-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.categories {
    position: relative;
    margin: 30px 10px 0;
    text-align: center;
    border: none;
    background: unset;

    -webkit-transition: scale 0.1s ease-out;

    -o-transition: scale 0.1s ease-out;

    transition: scale 0.1s ease-out;
}

.categories:hover {
    scale: 1.01;
}

.categories>span {
    font-size: 1.5em;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* Centra el texto horizontal y verticalmente */
}

.newsletter-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: black;
    padding: 0 10%;
    margin-top: 100px;
}

.newsletter-div>span {
    color: white;
    font-size: 1.5em;
}

.newsletter-div>form {
    margin-left: auto;
}

.newsletter-div form input[type="mail"] {
    width: 400px;
    padding: 2px 20px;
}

.newsletter-div form button[type="submit"] {
    padding: 2px 20px;
}

.slide-img {
    width: 100%;
    height: 700px;
    -o-object-fit: contain;
    object-fit: contain;
}

.partners-container{
    width: 100%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partners-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.partner-img{
    max-width: 100%;
    max-height: 120px;
}

.partner-hr{
    width: 155px !important;
}