:root {
  --text-color: #121212;
  --section-background-color-gradient: linear-gradient(
    to top,
    rgb(154, 154, 154),
    rgb(223, 223, 223)
  );
  --section-text-background-color: linear-gradient(
    to top,
    rgb(101, 101, 101),
    rgb(223, 223, 223)
  );
  --price-background-color: rgba(0, 0, 0, 0.8);
  --icon-color: #1f1f1f;
  --section-border: solid 1px rgb(26, 26, 26);
  --text-and-others-border: solid 1px rgb(27, 27, 27);
  --box-shadow-section: 0 3px 0.8rem 0.4rem rgba(0, 0, 0, 0.5);
  --title-h1-color: rgba(9, 9, 9, 0.991);
  --title-h2-color: rgba(15, 15, 15);
  --title-h3-color: rgb(22, 22, 22);
  --title-h4-color: rgb(17, 17, 17);
  --h2-border-bottom: solid 2px black;
}

/* Scrollbar para Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: rgba(200, 200, 200, 0.2);
  border-left: var(--text-and-others-border);
}

::-webkit-scrollbar-thumb {
  background: var(--icon-color); /* escuro */
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 10px;
  transition: background 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(31, 31, 31, 0.8);
}

/* Scrollbar para Firefox */
* {
  scrollbar-color: var(--icon-color) rgba(200, 200, 200, 0.2);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scrollbar-color: rgb(40, 40, 40) rgb(216, 216, 216);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Lora", sans-serif;
  color: var(--text-color);
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #4d4d4d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(8,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23E2ECF4'/%3E%3Cstop offset='1' stop-color='%23FFF9F9'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='27' height='27' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%234D4D4D' cx='13.5' cy='13.5' r='13.5'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.07'/%3E%3C/svg%3E");
  background-attachment: fixed;
  overflow-y: auto;
  max-width: 1900px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero {
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.img-wrapper {
    width: 100%;
}

.title-icon {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.promo-icon {
    width: 14rem;
    height: auto;
}

.text-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.promotion {
    color: #2f2f2f;
    font-size: 3rem;
    margin: 0;
    text-decoration: underline;
    transform: translateX(-15%)
}

.month {
    transform: translateY(-20%);
    font-size: 2rem;
    padding: 0.4rem 1rem;
  background: #fa358a;
  color: white;
  font-weight: 600;
  border-radius: 0.4rem;
  border-bottom:2px solid #b71159;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.catalog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 1rem;
    width: 100%;
    text-align: center;
}

.catalog-title {
    color: #b71159;
    font-weight: 600;
    font-size: 3rem;
    transform: translateY(30%);
}

.cilios {
  background: #fa358a;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border-bottom:2px solid #b71159;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.509);
  font-size: 2.6rem;
  animation: pulse 2s linear infinite;
    transition: all 0.3s ease-in-out;
}

.item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
}

.item-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: rgb(34, 34, 34);
    padding: 0.5rem 1rem;
    border-bottom: 2px solid rgb(34, 34, 34);
    background-image: linear-gradient(to bottom, white, rgb(250, 157, 228));
    border-radius: 0.4rem;
}

.item-img-wrapper {
  position: relative;
  width: 290px;
  /* aspect-ratio: 16 / 9; */
  height: 20rem;
  overflow: hidden;
  border-radius: 1rem;
  border: solid 2.5px rgb(195, 13, 128);
  box-shadow: 1px 5px 4px #fa358a;
  margin: 0 auto;
}

.item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 370px) {
    .month {
        font-size: 1.6rem;
    }
}

.items-grid {
    display: grid;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 1rem auto;
  padding: 1rem;
  height: auto;
  width: 100%;
  max-width: 1200px;
  grid-template-columns: 1fr;
  border-radius: 0.5rem;
  background-color: transparent;
}

.item:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-section);
  border-radius: 0.5rem;
  background-color: rgb(231, 231, 231);
  position: relative;
  z-index: 9999;
}

.like-service {
  display: flex;
  font-size: 1.6rem;
  color: #121212 !important;
  font-weight: bold !important;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.whats-btn {
  display: flex;
  margin-top: auto; 
  align-self: center;
  background-image: linear-gradient(to top, #0e4b25, #1c7c3f, rgb(40, 164, 86)) !important;
  color: rgb(234, 234, 234) !important;
  border: none;
  box-shadow: 0 3px 0.8rem 0.4rem rgba(0, 0, 0, 0.5);
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
  animation: pulse 2s linear infinite;
  cursor: pointer;
}

.whats-btn:hover {
    background-image: linear-gradient(to top, #1e9c4e, #24b659, rgb(44, 216, 107)) !important;
}

.description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  margin-top: 1rem;
}

.description-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.description-price {
  font-size: 1.8rem;
  color: rgb(167, 21, 169);
}

.days {
  font-size: 1.6rem;
  font-weight: bold;
}

.price-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 0.5rem;
  width: 100%;
}

.price-original {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgb(233, 32, 32);
  color: rgb(245, 178, 45);
    font-weight: 600;
    padding: 0.5rem 1rem;
    background-color: #000000;
    border-radius: 0.4rem;
}

.price-descont {
    color: rgb(224, 224, 224);
    font-weight: 600;
    padding: 0.5rem 1rem;
    background-color: #b71159;
    border-radius: 0.4rem;
    border-bottom:1px solid black;
}

.p {
    font-weight: bold;
}

.price {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0 0 0;
  padding: 1rem;
  border: solid 1px white;
  border-radius: 0.5rem;
  background-color: black;
  max-width: max-content;
  text-align: center;
}

.container-brand-logo {
  height: 4.4rem;
  display: none;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  height: 100%;
  width: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .items-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .container-brand-logo {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .items-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@keyframes pulse {
  50% {
    transform: scale(1.05);
  }
}

.text-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  width: 100%;
  padding: 1rem;
  align-self: flex-start;
}

.text-price {
    background-color: rgb(244, 229, 250);
  border-radius: 0.5rem;
  border: 1px solid rgb(36, 2, 68);
  box-shadow: var(--box-shadow-section);
  padding: 1rem;
}

.package-text {
  font-weight: bold;
  color: rgb(36, 2, 68);
  padding: 0.5rem;
}

.lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.line {
  background-color: rgb(36, 2, 68);
  height: 0.3rem;
  width: 100%;
}

.units {
  font-style: italic;
}

.special-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
  flex-direction: column;
  gap: 1.5rem;
}

.special-footer.desktop {
  display: none;
}

.socials {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.contacts {
  background-color: rgb(244, 229, 250);
  width: 200px;
  flex-shrink: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #b71159;
  border-radius: 0.5rem;
  transform: translateY(40%);
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.505);
   padding: 0.5rem 1rem;
   margin: 0 auto;
}

.copyright {
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  color: var(--text-color);
}

.fa-square-envelope {
  color: rgb(220, 38, 25);
}

.fa-square-envelope:hover {
  color: rgb(239, 69, 56);
}

.fa-square-instagram {
  color: rgb(253, 36, 115);
}

.fa-square-instagram:hover {
  color: rgb(250, 65, 133);
}

.fa-square-whatsapp {
  color: rgb(8, 171, 57);
}

.fa-square-whatsapp:hover {
  color: rgb(50, 206, 97);
}

footer i {
  font-size: 2.8rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
