.webflow-wp-content {
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}
.webflow-wp-content p {
  color: #fff;
  max-width: 40vw;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 26px;
}
.webflow-wp-content h3 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
.webflow-wp-content ul {
  margin-bottom: 20px;
}
.webflow-wp-content ul li {
  color: var(--white);
  padding-top: 3px;
  padding-bottom: 4px;
  line-height: 26px;
  list-style-type: square;
}
.webflow-wp-content ul li::marker {
  color: var(--green);
  line-height: 26px;
  list-style-type: square;
}
.webflow-wp-content.paragraph p {
  max-width: none;
}

.heading-4.center {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .webflow-wp-content {
    font-size: 18px;
  }
  .webflow-wp-content p {
    font-size: 18px;
    line-height: 1.5;
    max-width: none;
  }
}
.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.photo-hidden {
  display: none !important;
}

.gap60 {
  gap: 60px;
}

.forminator-custom-form .forminator-label {
  z-index: 1;
  margin-bottom: 10px !important;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  display: block;
  position: relative;
}
.forminator-custom-form .forminator-input {
  background-color: var(--white);
  color: #000;
  border-color: #333;
  font-family: Spacegrotesk, Arial, sans-serif !important;
  font-weight: 300 !important;
  border-radius: 0.25rem !important;
  align-self: stretch !important;
  height: 100% !important;
  max-height: 3.25rem !important;
  margin-bottom: 0.625rem !important;
  margin-right: 1rem !important;
  padding: 0.9rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  transition: border-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.forminator-custom-form .forminator-textarea {
  background-color: var(--white);
  border-color: #333;
  min-height: 160px !important;
  margin-bottom: 0.5rem;
  color: #000;
  font-family: Spacegrotesk, Arial, sans-serif !important;
  font-weight: 300 !important;
  border-radius: 0.25rem !important;
  align-self: stretch !important;
  height: 100% !important;
  max-height: 3.25rem !important;
  margin-right: 1rem !important;
  padding: 0.9rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  transition: border-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.forminator-custom-form .forminator-button {
  grid-column-gap: 0.5rem;
  background-color: var(--green);
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px !important;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 18px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  display: block;
  position: static;
}
.forminator-custom-form .forminator-button:hover {
  background-color: #fff;
}

.pnm-animation {
  opacity: 0;
  transition: opacity 1s ease;
}

.pnm-animation.animated {
  opacity: 1;
}

img.pnm-animation {
  opacity: 0;
  transform: scale(0.75);
  transition: transform 0.7s ease, opacity 1s ease;
}
img.pnm-animation.animated {
  transform: scale(1);
  opacity: 1;
}

.background-video {
  min-height: 740px !important;
}

@media screen and (min-width: 992px) {
  .section-preco.hero {
    background-image: url("../images/bg_intro1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% center;
    animation: bg-zoom 5s infinite alternate ease-in-out;
  }
  @keyframes bg-zoom {
    0% {
      background-size: 90%;
    }
    100% {
      background-size: 100%;
    }
  }
}
@media screen and (max-width: 991px) {
  .side_img {
    width: 100%;
  }
  .paragraph.max-width-40, .paragraph.max-width-65 {
    max-width: 40vw;
  }
  .section-preco.hero {
    background-size: 170%;
    animation: bg-zoom 5s infinite alternate ease-in-out;
  }
  @keyframes bg-zoom {
    0% {
      background-size: 150%;
    }
    100% {
      background-size: 170%;
    }
  }
}
@media screen and (max-width: 479px) {
  .section-preco.hero {
    background-size: auto 50%;
    background-position: 80% 100%;
    animation: bg-zoom 5s infinite alternate ease-in-out;
  }
  @keyframes bg-zoom {
    0% {
      background-size: auto 45%;
    }
    100% {
      background-size: auto 55%;
    }
  }
}
.swiper-container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.parvus__overlay {
  background-color: var(--dark_logo) !important;
}

.dropdown-link.w--current {
  white-space: wrap !important;
}

/*# sourceMappingURL=pnm.css.map */
