body{
    background-color: white !important;
}

main{
    width: 100%;
    margin-top: 100px;
}

/* 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;
  transition: 0.6s ease;
  border-radius: 100%;
  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: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

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

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.dots{
    text-align:center;
}

.subtitle{
    font-size: 1.4em;
    color: var(--primary-color);
    margin-left: 8%;
}

.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: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}

.row-1{
    display: flex;
    margin-bottom: 22px;
}

.row-2{
    display: flex;
    margin-top: 22px;
}

.primary-card{
    position: relative;
    margin-right: 22px;
    border-radius: 15px;
    height: 746px;
}

.secondary-card{
    position: relative;
    border-radius: 15px;
    height: 362px;
    margin-right: 11px;
}

.tertiary-card{
    position: relative;
    border-radius: 15px;
    height: 362px;
    margin-left: 11px;
}

.img-card{
    height: 362px;
    z-index: -1;
}

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

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

.card-button{
    font-size: 1.3em;
    color: white;
    position: absolute;
    top: 26%;
    left: 8.5% 
}

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

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

.long-card-button{
    font-size: 1.2em;
    color: white;
    position: absolute;
    top: 38%;
    left: 10.5% 
}

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

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

.short-card-button{
    font-size: 1.2em;
    color: white;
    position: absolute;
    bottom: 8%;
    left: 8.5% 
}

.product-row{
    display: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}

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

.product-img-div{
    height: 270px;
    width: 270px;
}

.img-product{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-description{
    position: absolute;
    bottom: 60px;
    left: 20px;
    margin-right: 10px;
}

.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: flex;
    justify-content: center;
}

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

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

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

.highlight-form{
    display: flex;
    flex-direction: column;
    font-size: 1em;
    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%;
    padding: 4px 0;
    margin-top: 15px;
}

.highlight-done-div{
    position: relative;
    width: 100%;
    margin-top: 100px;
    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: flex;
    justify-content: center;
}

.categories {
    position: relative;
    margin: 30px 10px 0;
    text-align: center;
}

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

.newsletter-div{
    display: flex;
    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;
}

