@import "../partials/products-secondary.css";
@import "../partials/verify-alert.css";

/* Showcase Sections Order */
.showcase-wrapper {
  display: flex;
  flex-direction: column;
}
.showcase-wrapper .Primera{
  color: #FFF;
  font: 800 55px/57px "Roboto Slab", serif;
  margin-bottom: 30px;
  text-align: center;
}
.showcase-wrapper > section {
  order: 3;
}
.showcase-wrapper section:first-child {
  order: 1;
}
.showcase-wrapper section:last-child {
  order: 2;
}

/* Products Section */
.products {
  display: block;
  margin: 20px auto 0 auto;
  width: 100%;
}
.products .product-container {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 340px !important;
  height: 100%;
  overflow: hidden;
  padding: 30px 15px;
  margin: 0 auto;
  background-color: #fff;
  border: 6px solid #c3dcf1;
  color: #808080;
  text-align: center;
  letter-spacing: -0.05em;
}
.products .product-title {
  font: 200 22px/24px 'Roboto Slab', serif;
  height: 48px;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products .product-price {
  font: 800 40px/40px 'Roboto Slab', serif;
  margin: 10px 0;
  height: 40px;
}
.products .product-discount {
  margin: 10px 0;
  padding: 0px 24px;
  font: 400 22px/25px 'Roboto Slab', serif;
}

.products .product-code {
  font: italic 200 17px/21px 'Roboto Slab', serif;
  margin: 10px 0;
}

/* Descriptions */
.description {
  text-align: center;
  color: #505050;
  letter-spacing: -0.05em;
}
.description .description-features {
  font: 200 21px/25px 'Roboto Slab', serif;
  margin: 35px auto 35px;
  background-color: #fff;
  border: 5px solid #c3dcf1;
  padding: 25px 50px;
  max-width: 789px;
}

/* Buttons */
.btn-action {
  font: 600 16px/16px Arial, sans-serif;
  color: #fff;
  background-color: #6f808e;
  padding: 12px 10px;
  border: none;
  border-radius: 6px;
  min-width: 187px;
  margin: 20px auto;
  display: block;
  text-align: center;
}
.btn-action:hover {
  background-color: rgb(66, 64, 64);
  cursor: pointer;
  color: white;
}

/* Mobile */
@media screen and (max-width: 890px) {
  .section {
    background-size: auto;
    background-position: 0 97px;
  }
  .title-page {
    font: 600 30px/35px 'Roboto Slab', serif;
    margin: 0 10px 30px;
  }
  .lead-page {
    font: 400 16px/23px 'Roboto Slab', serif;
    margin: 0 10px 30px;
  }
  .products .product-title {
    font: 200 19px/24px 'Roboto Slab', serif;
  }
  .products .product-discount {
    font: 400 17px/22px 'Roboto Slab', serif;
  }
  .title-sections {
    font: 600 25px/28px 'Roboto Slab', serif;
    margin-top: 30px;
    padding: 0 20px;
  }
  .description .description-features {
    font: 200 16px/19px 'Roboto Slab', serif;
    width: auto !important;
    margin: 25px 15px 20px;
    padding: 20px;
  }
  .products {
    display: block;
  }
  .products .product-container {
    margin: 0 15px 20px;
    padding: 30px 20px 15px;
    min-height: 320px;
  }
  .products .product-title {
    font: 200 19px/24px 'Roboto Slab', serif;
  }
  .footer .title-sections {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .footer .contact {
    background-color: transparent;
  }
  .footer .contact .contact-container {
    display: block;
    padding: 0 20px;
  }
  .footer .contact .contact-container .contact-container-box.care:before,
  .footer .contact .contact-container .contact-container-box.customer:before {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
  }
  .showcase-wrapper .Primera {
    font: 800 30px/35px "Roboto Slab", serif;
    margin-bottom: 0;
  }
}
