.first-section {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;

  background-color: var(--blue-500);

  position: relative;

  border-radius: 0px 0px 120px 120px;

  overflow: hidden;
}

.hero-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.texts-container-home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 567px;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.row {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.row-home {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  justify-content: center;
}

.title-hero-home {
  color: #fff;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

.description {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.whatsapp-button {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 600px;
  background: #00d287;

  border: none;

  margin-top: 53px;

  cursor: pointer;

  transition: all ease 0.5s;

  display: flex;
  justify-content: center;
  align-items: center;

  img {
    width: 32px;
    height: 32px;
  }
}

.whatsapp-button:hover {
  transform: scale(1.09);
}

.banner {
  max-width: 517px;
  align-self: flex-end;

  position: relative;

  img {
    width: 100%;
    object-fit: contain;
    max-width: 517px;
    max-height: 593px;
    position: relative;

    z-index: 2;
  }
}

.shadow {
  position: absolute;
  width: 100%;
  height: 100%;

  opacity: 0.4;

  overflow: hidden;

  right: 0;
  z-index: 0;
  bottom: 5px;
}

.shadow::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 5%;
  width: 45%;
  height: 80%;
  background-color: #efeef6;
  bottom: -7%;
  filter: blur(87.4522px);
  border-radius: 50% 50% 0 0;
}

.slide-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;

  padding: 35px max(calc((100% - var(--view-port)) / 2), 5%);

  button {
    border: transparent;
    background-color: transparent;
    cursor: pointer;
  }

  img {
    width: 14px;
  }

  div {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;

    img {
      width: 42px;
      height: 42px;
    }

    span {
      color: var(--blue-100);
      text-align: center;
      font-family: Poppins;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
    }
  }
}

.radial-gradient {
  width: 100%;
  height: 1px;

  display: flex;
  align-items: center;
  /* opacity: 0.5; */

  margin-top: -6px;
  background: radial-gradient(
    40.07% 62600% at 45.83% 12700%,
    #817ea57d 0%,
    rgba(255, 255, 255, 0) 100%
  );

  position: relative;

  .slide-dots {
    display: flex;
    gap: 12px;
    position: absolute;
    z-index: 2;

    top: -55px;
    left: calc(50% - 62px);
  }
}

.hero-slide-unactive-dot {
  width: 16px;
  height: 16px;

  border-radius: 8px;

  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;

  cursor: pointer;
}

.hero-slide-active-dot {
  width: 16px;
  height: 16px;

  border-radius: 8px;

  border: 1px solid #fff;
  background-color: #fff;
  opacity: 1;

  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .texts-container-home {
    width: 60%;
  }
  .banner {
    max-width: 35%;
  }
}

@media screen and (max-width: 750px) {
  .first-section {
    border-radius: 0;
  }

  .whatsapp-button {
    width: 100%;
  }

  .texts-container-home {
    width: 100%;
    position: relative;
    z-index: 10;
  }

  .row {
    flex-direction: column;
  }

  .row-home {
    flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
  }

  .banner {
    max-width: 100%;
    position: absolute;
    opacity: 0;
  }

  .radial-gradient {
    .slide-dots {
      display: none;
    }
  }
}

.home-video-modal,
#home-video-modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

.home-modal-content {
  margin: 15% auto;
  padding: 20px;
  max-width: 700px;
  width: 100%;
  height: 60vh;
  border-radius: 25px;
}

.home-modal-content iframe {
  width: 100%;
  height: 100%;
}

.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}

.grid-prod {
  width: 100%;
  max-width: var(--view-port);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 750px) {
  .grid-prod {
    width: 100%;
    max-width: var(--view-port);
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}