* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html,
body {
  font-family: 'Sharp sans';
  overflow-x: hidden;
}

button:hover {
  cursor: pointer;
  opacity: 0.9;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 14vw;
  border-bottom: #ededed 1px solid;
  background-color: #0e1111;
}

header .nlpperformanceparts {
  max-width: 184px;
}

header .rezultz {
  max-width: 132px;
}

.pagcartao {
  width: 157px;
  height: 47px;
}

h1 {
  font-size: 13px;
  font-weight: 700;
  max-width: 700px;
  margin-top: 10px;
  color: #0e1111;
}

#first-section {
  background: #fff;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* margin: 144px 0; */
  padding: 144px 14vw;
  background-repeat: no-repeat;
  background-size: cover;
}

#first-section h2 {
  font-size: 40px;
  color: #0e1111;
  /* max-width: 474px; */
}

#first-section h3 {
  font-size: 18px;
  color: #0e1111;
  max-width: 800px;
  text-align: left;
}

#first-section a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 8px;
  width: 100%;
  height: 48px;
  outline: none;
  background: #000;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  border: none;
  /* neutral/ $color-neutral-ultralight */
  color: #fff;
}

#second-section {
  background-color: #0e1111;
  width: 100vw;
  padding: 64px 14vw;
  display: flex;
  justify-content: center;
}

#second-section h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 138%;
  color: #fcfcfc;
}

#second-section #box {
  max-width: 832px;
  text-align: justify;
}

#second-section ul {
  list-style: none;
  /* Remove default bullets */
  margin-top: 24px;
  margin-bottom: 56px;
}

#second-section ul li {
  color: #fcfcfc;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 138%;
  margin-top: 30px;
}

#second-section ul li::before {
  content: '\2022';
  color: #fcfcfc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#second-section a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 8px;
  width: 100%;
  height: 48px;
  outline: none;
  background: #fcfcfc;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  border: none;
  /* neutral/ $color-neutral-ultralight */
  color: #0e1111;
}

#fornecedores {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
  background-color: #d7d7df;
  padding-bottom: 68px;
}

#fornecedores h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 138%;
  /* identical to box height, or 22px */
  text-align: center;
  /* neutral/darkest */
  color: #000000;
}

#fornecedores #fornecedores-images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 64px;
}

#formulario {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 14vw;
  gap: 20px;
  height: 100%;
}

#formulario > div {
  max-width: 832px;
}

#formulario h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  /* or 36px */
  color: #0e1111;
}

#formulario .box img {
  width: 300px;
  height: 350px;
}

#formulario .box iframe {
  border: none;
  width: 100%;
  max-width: 600px;
  height: 1040px;
}

#formulario .send-btn {
  background-color: #0e1111;
  color: #fcfcfc;
  margin: 0 auto;
}

#formulario label {
  line-height: 120%;
}

#como-funciona {
  background: #0e1111;
  padding: 64px 14vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#como-funciona #box {
  max-width: 832px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: justify;
}

#como-funciona #box h2 {
  font-weight: bold;
  color: #fcfcfc;
  font-size: 18px;
}

#como-funciona #box p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  /* or 28px */
  /* neutral/lightest */
  color: #fcfcfc;
}

.duvidas-frequentes {
  padding: 64px 14vw 80px 14vw;
  display: flex;
  justify-content: center;
}

.duvidas-frequentes #box {
  max-width: 832px;
}

.duvidas-frequentes .subtitle {
  font-size: 24px;
  color: #0e1111;
}

#termos p {
  font-style: normal;
  font-size: 12px;
  line-height: 138%;
}

.carousel-img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

@media (max-width: 768px) {
  header img {
    max-width: 144px;
    max-height: 44px;
  }
  header .pagcartao {
    position: absolute;
    right: 26px;
    top: 30px;
  }
  header .caemmun {
    max-width: 144px;
  }
  header .logo {
    position: absolute;
    left: 26px;
    top: 40px;
  }
  header h1 {
    text-align: justify;
  }
  #first-section h2 {
    font-size: 32px;
  }
  #second-section h2 {
    font-size: 16px;
  }
  #second-section ul li {
    font-size: 16px;
  }
  #second-section a {
    height: fit-content;
    font-size: 16px;
    text-align: center;
  }
  #second-section .simulacao {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #fornecedores #fornecedores-images {
    flex-direction: column;
  }
  #formulario {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #formulario h3 {
    text-align: center;
    font-size: 28px;
  }
  #formulario .box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #formulario .box iframe {
    height: 1300px;
  }
  #formulario .box img {
    width: 279px;
    height: 279px;
  }
  .duvidas-frequentes .subtitle {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
  header img {
    max-width: 112px;
    max-height: 44px;
  }
  header .caemmun {
    max-width: 112px;
  }
  header .rezultz {
    max-width: 112px;
  }
  #first-section h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .carousel-item.active {
    gap: 0px !important;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  gap: 16px;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 138%;
  /* or 28px */

  color: #000;
}

.obs {
  font-size: 14px;
  line-height: 150%;
  /* or 21px */

  color: #000000;
}

.copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */

  color: #000;
}

.column {
  float: left;
  width: 90%;
}

.row:after {
  content: '';
  display: table;
  clear: both;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #fff;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #000;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: '\2796'; /* Unicode character for "minus" sign (-) */
}

.footer {
  padding: 32px 14vw;
  gap: 32px;
  background-color: #343a40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer p {
  color: #fcfcfc;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.footer .rezultz {
  width: 156px;
}
