:root {
  --dark-blue: #0e2c3d;
  --light-blue: #d7f2ff;
  --light-purple: #9da6ff;
  --blue: #0780c3;
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--dark-blue);
  background-color: #f6fcfe;
  font-family: Rajdhani, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

h1 {
  color: var(--dark-blue);
  font-variation-settings: "wght" 700;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexendzetta, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 105%;
}

h2 {
  color: var(--dark-blue);
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexendzetta, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexendzetta, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexendzetta, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 105%;
}

h5 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lexendzetta, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.p-home__hero {
  width: 100svw;
  height: 200svh;
}

.p-home__nav {
  z-index: 12;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .4s;
  position: fixed;
}

.p-home__nav.away-top {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid rgba(192, 192, 192, .65);
  box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.c {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.p-home__hero__sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.p-home__hero__title {
  flex-flow: column;
  width: 100%;
  max-width: 1150px;
  display: flex;
}

.p-home__hero__title__1 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-home__hero__title__2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 32%;
}

.p-home__hero__blur {
  z-index: -2;
  background-color: var(--light-blue);
  filter: blur(300px);
  will-change: filter;
  border-radius: 50rem;
  width: 750px;
  height: 750px;
  margin-bottom: -250px;
  position: absolute;
  right: -350px;
}

.p-home__hero__blur2 {
  z-index: -1;
  background-color: var(--light-purple);
  opacity: .7;
  filter: blur(300px);
  will-change: filter;
  border-radius: 50rem;
  width: 580px;
  height: 580px;
  margin-top: -300px;
  position: absolute;
  right: -250px;
}

.p-home__hero__capsule {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 300px;
  transition: all 1.5s ease-in-out;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.p-home__hero__capsule__left {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.p-home__hero__capsule__right {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
  width: 100%;
  height: 98%;
  max-height: 98%;
}

.embed-style {
  display: none;
}

.p-home__hero__maq {
  pointer-events: none;
  object-fit: contain;
  width: 697px;
  max-width: 60vw;
  max-height: 80svh;
  position: absolute;
  transform: scale(0);
}

.p-home__nav__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-home__nav__right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.p-home__nav__link {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.p-home__nav__link:hover {
  color: var(--dark-blue);
}

.p-home__nav__link.cta {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 50rem;
  padding: 12px 24px;
  display: inline-block;
}

.p-home__nav__link.cta:hover {
  background-color: var(--blue);
}

.p-home__hero__sub {
  color: var(--blue);
  max-width: 265px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 200px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  transition: opacity .5s;
}

.p-home__hero__arrow {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -100px;
  display: flex;
  position: absolute;
}

.p-home__hero__arrow__scroll {
  transition: opacity .7s;
}

.p-home__hero__arrow__arrow {
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
}

.p-home__hero__capsule-w {
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 300px;
  display: flex;
}

.p-home__video {
  padding-top: 100px;
  padding-bottom: 20px;
}

.p-home__video__yt {
  opacity: .3;
  pointer-events: none;
  border-radius: 20px;
  max-width: 1430px;
  overflow: hidden;
}

.p-home__video__yt-w {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.c-btn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  border-radius: 50rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.c-btn:hover {
  background-color: var(--blue);
}

.p-home__hero__box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 420px;
  margin-left: -60%;
  padding: 50px 44px;
  font-size: 18px;
  line-height: 130%;
  display: flex;
  position: absolute;
}

.p-home__hero__box__title {
  font-weight: 600;
}

.c-btn-outline {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--blue);
  color: var(--blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.c-btn-outline:hover {
  background-color: var(--light-blue);
}

.p-home__tecnology {
  background-image: linear-gradient(225deg, rgba(157, 166, 255, .6), rgba(157, 166, 255, 0) 46%), linear-gradient(135deg, #dbeef5, #d7effd 49%, #dbeafc);
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.p-home__tecnology__m {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 50px;
  display: flex;
}

.p-home__tecnology__text {
  color: var(--dark-blue);
  width: 248px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 120%;
}

.p-home__tecnology__maq {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.p-home__tecnology__maq__img {
  width: 850px;
  max-width: 50svw;
  transition: all .5s;
}

.p-home__certicap {
  color: var(--white);
  font-size: 18px;
  line-height: 120%;
}

.p-home__certicap__w {
  background-color: #0c5d97;
  background-image: linear-gradient(135deg, #077ec1, #0c5d97);
  border-radius: 40px;
  padding: 150px 60px 100px;
  position: relative;
}

.p-home__certicap__hand {
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
}

.p-home__certicap__top {
  grid-column-gap: 35%;
  grid-row-gap: 35%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.p-home__certicap__title {
  color: var(--white);
  margin-top: 0;
}

.p-home__certicap__top__text {
  width: 460px;
  margin-left: 4px;
}

.p-home__certicap__top__right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.p-home__certicap__bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-top: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p-home__certicap__bottom__items {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  margin-top: 60px;
  display: grid;
}

.p-home__certicap__bottom__item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  font-size: 21px;
  font-weight: 600;
  line-height: 120%;
  transition: all .5s;
  display: flex;
}

.p-home__certicap__bottom__item__top {
  border: 1px solid var(--white);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.p-home__wc {
  background-image: radial-gradient(circle farthest-side at 0 30%, rgba(197, 217, 250, .31), rgba(231, 231, 249, 0) 53%), linear-gradient(127deg, #dbeafc, rgba(238, 240, 255, .08) 48%), linear-gradient(45deg, rgba(219, 234, 252, 0), rgba(215, 239, 253, .79));
  padding-top: 300px;
  padding-bottom: 150px;
  position: relative;
}

.p-home__why__blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 60px;
  display: grid;
}

.p-home__why {
  z-index: 2;
  position: relative;
}

.p-home__grad-top {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#f6fcfe, rgba(246, 252, 254, 0));
  height: 300px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.p-home__grad-top.v--large {
  height: 500px;
}

.p-home__grad-bottom {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, #f6fcfe, rgba(246, 252, 254, 0));
  height: 300px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.p-home__why__block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  padding: 40px 40px 50px;
  font-size: 16px;
  line-height: 120%;
  transition: all .5s;
  display: flex;
  box-shadow: 0 5px 10px rgba(23, 44, 61, .05);
}

.p-home__why__block__title {
  font-size: 18px;
  font-weight: 600;
}

.p-home__clients {
  z-index: 2;
  margin-top: 200px;
  position: relative;
}

.p-home__faq {
  padding-top: 150px;
  padding-bottom: 100px;
}

.p-home__faq__title {
  text-align: center;
}

.p-home__faq__items {
  max-width: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.p-home__faq__item {
  border-bottom: 1px solid var(--dark-blue);
  transition: all .4s;
}

.p-home__faq__item__header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.p-home__faq__item__content {
  padding-bottom: 20px;
  transition: all .4s;
  overflow: hidden;
}

.p-home__faq__item__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.p-home__faq__item__btn {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.p-home__faq__item__btn__line {
  background-color: var(--dark-blue);
  width: 24px;
  height: 2px;
  transition: all .4s;
  position: absolute;
}

.p-home__faq__item__btn__line.v--vert {
  transform: rotate(90deg);
}

.p-home__faq__cta {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.p-home__tecnology-w {
  z-index: 2;
  position: relative;
}

.p-home__form {
  background-image: linear-gradient(135deg, #fceeec, #f2e6f5 20%, #e7e7f9 40%, #dbeafc 55%, #d7effd 70%, #dbeef5 85%, #def6ee);
  min-height: 700px;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.p-home__footer {
  color: var(--white);
  margin-top: 60px;
}

.p-home__clients__title {
  text-align: right;
}

.p-home__certicap__sticky {
  opacity: 0;
  pointer-events: none;
  width: 80px;
}

.p-home__certicap__subtitle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.p-home__video__yt-lightbox {
  background-color: var(--dark-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .3s;
  display: flex;
}

.p-home__video__yt-lightbox:hover {
  background-color: var(--black);
}

.p-home__video__play {
  position: absolute;
}

.p-home__footer__inner {
  background-color: #0e3853;
  background-image: linear-gradient(315deg, #0e3853, #0c5d97);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 70px 40px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-home__footer__logo {
  width: 180px;
}

.p-home__footer__left {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.p-home__footer__left__links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.p-home__footer__left__link {
  color: var(--white);
  text-decoration: none;
  transition: opacity .2s;
}

.p-home__footer__left__link:hover {
  opacity: .8;
}

.p-home__footer__wie {
  width: 180px;
}

.p-home__form__inner {
  z-index: 2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.p-home__form__form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #fff;
  border-radius: 30px;
  flex-flow: column;
  padding: 50px 40px;
  display: flex;
}

.p-home__form__title {
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 30px;
}

.p-home__form__input {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50rem;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.p-home__form__block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.p-home__form__btn {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.p-home__form__success {
  font-size: 18px;
}

.p-home__form__suc {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #fff;
  border-radius: 30px;
  flex-flow: column;
  padding: 50px 40px;
}

.p-home__form__error {
  color: #f77;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.embed-code {
  display: none;
}

.h-w-50 {
  flex: 1;
}

.p-home__tecnology__maq__tolltips {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.p-home__tecnology__maq__tolltip {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid rgba(217, 217, 217, .5);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.p-home__tecnology__maq__tolltip:hover {
  background-color: var(--blue);
}

.p-home__tecnology__maq__tolltip.v1 {
  border-color: rgba(217, 217, 217, .8);
  top: 0;
  left: 50%;
}

.p-home__tecnology__maq__tolltip.v2 {
  top: 25%;
  right: 0;
}

.p-home__tecnology__maq__tolltip.v3 {
  top: 60%;
  right: 5%;
}

.p-home__tecnology__maq__tolltip.v4 {
  bottom: 10%;
  right: 45%;
}

.p-home__tecnology__maq__tolltip.v5 {
  bottom: 35%;
  left: 5%;
}

.p-home__tecnology__maq__tolltip.v6 {
  top: 20%;
  left: 1%;
}

.p-home__tecnology__maq__tolltip__box {
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  width: 320px;
  padding: 22px 24px;
  font-size: 18px;
  line-height: 120%;
  transition: all .3s;
  position: absolute;
  left: 60px;
}

.p-home__clients__block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  background-color: #fff;
  border: 1px solid #fcfcfc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px 40px;
  font-size: 16px;
  line-height: 120%;
  transition: all .5s;
  display: flex;
  box-shadow: 0 5px 10px rgba(23, 44, 61, .05);
}

.p-home__tecnology__maq__bg {
  z-index: -1;
  aspect-ratio: 1;
  background-image: radial-gradient(circle closest-side, rgba(87, 121, 141, .69), rgba(105, 151, 177, 0) 89%);
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-slide.v--clients {
  width: 630px;
  padding-bottom: 40px;
}

.p-home__clients__block__bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p-home__clients__block__avatar {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Lexendzetta, sans-serif;
  font-weight: 500;
  display: flex;
}

.p-home__clients__block__name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.p-home__clients__block__second {
  opacity: .5;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.p-home__clients__block__testimonial {
  font-size: 16px;
  line-height: 120%;

  a {
    color: var(--blue);
    text-decoration: none;
  }
}

.p-home__clients__testimonials {
  margin-top: 50px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.p-404__logo {
  position: absolute;
  top: 30px;
}

.p-404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.p-404__block {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90svw;
  max-width: 400px;
  margin-bottom: 50px;
  display: flex;
}

.p-404__text {
  font-size: 20px;
}

.p-generic__nav {
  z-index: 12;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.p-generic__nav.away-top {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid rgba(192, 192, 192, .65);
  box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.p-generic__content {
  margin-top: 60px;
}

.p-generic__content__rich {
  margin-top: 40px;
}

.p-generic__content__rich a {
  color: var(--blue);
  text-decoration: none;
}

.p-generic__content__rich a:hover {
  text-decoration: underline;
}

.p-generic__content__title {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
}

.p-home__hero__anvisa {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--dark-blue);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: var(--white);
  text-align: center;
  background-color: rgba(14, 44, 61, .8);
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 234px;
  margin-right: -60%;
  padding: 20px 20px 22px;
  font-size: 18px;
  line-height: 130%;
  display: flex;
  position: absolute;
}

.p-home__hero__anvisa__img {
  width: 190px;
}

.p-home__footer__social {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-home__footer__social__link {
  transition: opacity .3s;
}

.p-home__footer__social__link:hover {
  opacity: .7;
}

.p-home__footer__bg {
  z-index: 0;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: luminosity;
  width: 150%;
  max-width: none;
  position: absolute;
  top: -30%;
  left: -10%;
  transform: rotate(-10deg);
}

.p-home__footer__right {
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 100px;
  }

  h2 {
    font-size: 90px;
  }

  h3 {
    font-size: 64px;
  }

  .p-home__hero__title {
    max-width: 1350px;
  }

  .p-home__hero__title__2 {
    margin-left: 40%;
  }

  .p-home__hero__capsule {
    width: 940px;
    height: 350px;
  }

  .p-home__hero__sub {
    max-width: 352px;
    margin-right: 280px;
    font-size: 24px;
  }

  .p-home__hero__arrow {
    width: 125px;
    height: 125px;
    margin-top: -100px;
  }

  .p-home__hero__capsule-w {
    width: 940px;
    height: 350px;
  }

  .c-btn {
    min-width: 400px;
    padding: 18px 32px 16px;
    font-size: 24px;
  }

  .p-home__hero__box {
    width: 490px;
    font-size: 24px;
  }

  .c-btn-outline {
    min-width: 400px;
    padding: 18px 32px 16px;
    font-size: 24px;
  }

  .p-home__tecnology__text {
    width: 331px;
    font-size: 24px;
  }

  .p-home__certicap {
    font-size: 24px;
  }

  .p-home__certicap__w {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .p-home__certicap__top {
    grid-column-gap: 37%;
    grid-row-gap: 37%;
  }

  .p-home__certicap__top__text {
    width: 600px;
  }

  .p-home__certicap__bottom {
    max-width: 1010px;
    margin-top: 500px;
  }

  .p-home__certicap__bottom__items {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .p-home__certicap__bottom__item {
    width: 260px;
    font-size: 32px;
  }

  .p-home__certicap__bottom__item__top {
    width: 140px;
    height: 140px;
  }

  .p-home__why__block {
    padding: 60px 60px 100px;
    font-size: 21px;
  }

  .p-home__why__block__title {
    font-size: 24px;
  }

  .p-home__faq__items {
    max-width: 800px;
    margin-top: 80px;
  }

  .p-home__faq__item__content {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 120%;
  }

  .p-home__faq__item__title {
    font-size: 32px;
    line-height: 120%;
  }

  .p-home__tecnology__maq__tolltip__box {
    width: 400px;
    font-size: 24px;
  }

  .p-home__clients__block {
    font-size: 21px;
  }

  .p-home__clients__block__testimonial {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 120px;
  }

  h4 {
    font-size: 40px;
  }

  .p-home__hero__title {
    max-width: 1650px;
  }

  .p-home__hero__blur, .p-home__hero__blur2 {
    margin-right: -1600px;
    right: auto;
  }

  .p-home__hero__capsule {
    width: 1044px;
    height: 400px;
  }

  .p-home__hero__sub {
    margin-right: 350px;
  }

  .p-home__hero__capsule-w {
    width: 1044px;
    height: 400px;
  }

  .p-home__hero__box {
    margin-left: -1000px;
  }

  .p-home__certicap__bottom {
    margin-top: 600px;
  }

  .p-home__hero__anvisa {
    margin-right: -1000px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

  h4 {
    font-size: 20px;
  }

  .c.v--footer {
    padding-left: 0;
    padding-right: 0;
  }

  .p-home__hero__title {
    max-width: 850px;
  }

  .p-home__hero__capsule {
    width: 600px;
    height: 200px;
  }

  .p-home__nav__link {
    display: none;
  }

  .p-home__hero__sub {
    margin-right: 0;
  }

  .p-home__hero__arrow {
    width: 80px;
    height: 80px;
  }

  .p-home__hero__capsule-w {
    width: 600px;
    height: 200px;
  }

  .p-home__certicap__w {
    padding-top: 50px;
  }

  .p-home__certicap__hand {
    top: 0;
  }

  .p-home__certicap__top {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row-reverse;
  }

  .p-home__certicap__top__text {
    width: 400px;
    margin-left: 0;
    padding-right: 20px;
  }

  .p-home__certicap__top__right {
    margin-top: 420px;
  }

  .p-home__certicap__bottom {
    margin-top: 200px;
  }

  .p-home__certicap__bottom__items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .p-home__wc {
    padding-bottom: 50px;
  }

  .p-home__why__blocks {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .p-home__why__block {
    padding: 30px 30px 40px;
  }

  .p-home__certicap__sticky {
    height: 200px;
  }

  .p-home__footer__wie {
    width: 160px;
  }

  .p-home__tecnology__maq__tolltip__box {
    width: 260px;
    font-size: 14px;
    left: auto;
    right: 60px;
  }

  .p-home__clients__block {
    padding: 30px 30px 40px;
  }

  .p-generic__content__title {
    font-size: 40px;
  }

  .p-home__footer__bg {
    top: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h5 {
    font-size: 14px;
  }

  .p-home__hero__capsule {
    width: 400px;
    height: 140px;
  }

  .p-home__hero__capsule__left, .p-home__hero__capsule__right {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .p-home__hero__maq {
    max-width: 90vw;
  }

  .p-home__hero__arrow {
    margin-top: 0;
  }

  .p-home__hero__capsule-w {
    flex: none;
    width: 400px;
    height: 140px;
  }

  .p-home__video__yt-w {
    width: 94vw;
  }

  .c-btn, .c-btn-outline {
    min-width: auto;
  }

  .p-home__tecnology__m {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .p-home__tecnology__text {
    width: auto;
    margin-left: 0;
  }

  .p-home__tecnology__maq__img {
    max-width: 80svw;
  }

  .p-home__certicap__w {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-home__certicap__top__text {
    width: 300px;
  }

  .p-home__certicap__top__right {
    margin-top: 300px;
  }

  .p-home__certicap__bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-home__certicap__bottom__items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .p-home__certicap__bottom__item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 18px;
  }

  .p-home__certicap__bottom__item__top {
    width: 100px;
    height: 100px;
  }

  .p-home__certicap__bottom__item__icon {
    max-width: 40px;
  }

  .p-home__wc {
    padding-top: 200px;
  }

  .p-home__faq {
    padding-top: 100px;
  }

  .p-home__faq__item__title {
    font-size: 18px;
  }

  .p-home__certicap__sticky {
    height: 150px;
    position: absolute;
    right: 40px;
  }

  .p-home__footer__inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
    padding: 40px 30px;
  }

  .p-home__footer__left {
    align-items: center;
  }

  .p-home__footer__left__links {
    flex-flow: column-reverse;
    align-items: center;
    margin-top: 10px;
  }

  .p-home__footer__wie {
    width: 140px;
  }

  .p-home__form__block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .swiper-slide.v--clients {
    width: 90svw;
  }

  .p-generic__content__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  .c {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c.v--hero {
    flex-flow: column;
    justify-content: space-between;
    min-height: 300px;
    display: flex;
  }

  .p-home__logo {
    width: 150px;
  }

  .p-home__hero__capsule {
    width: 300px;
    height: 120px;
  }

  .p-home__nav__inner {
    justify-content: center;
    align-items: center;
  }

  .p-home__nav__right {
    display: none;
  }

  .p-home__hero__arrow {
    bottom: 50px;
    left: 30px;
  }

  .p-home__hero__capsule-w {
    width: 300px;
    height: 120px;
  }

  .p-home__hero__box {
    max-width: 90svw;
    margin-left: 0%;
    padding: 30px 22px;
    font-size: 14px;
    bottom: 14px;
  }

  .c-btn-outline {
    padding: 8px 16px 6px;
    font-size: 14px;
  }

  .p-home__tecnology {
    padding-top: 100px;
  }

  .p-home__certicap__w {
    padding-bottom: 50px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .p-home__certicap__hand {
    object-fit: cover;
    height: 80svw;
    top: 50px;
  }

  .p-home__certicap__top__text {
    width: auto;
  }

  .p-home__certicap__top__right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 300px;
    font-size: 16px;
    line-height: 120%;
  }

  .p-home__certicap__bottom {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 120%;
  }

  .p-home__certicap__bottom__items {
    margin-top: 20px;
  }

  .p-home__certicap__bottom__item__top {
    width: 80px;
    height: 80px;
  }

  .p-home__certicap__bottom__item__icon {
    max-width: 36px;
  }

  .p-home__wc {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .p-home__why__blocks {
    margin-top: 40px;
  }

  .p-home__why__block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 24px 18px 18px;
  }

  .p-home__clients {
    margin-top: 150px;
  }

  .p-home__faq__cta {
    margin-top: 40px;
  }

  .p-home__form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .p-home__form__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-home__form__form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 10px 10px 30px;
  }

  .p-home__form__block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .p-home__form__btn {
    margin-top: 20px;
  }

  .p-home__clients__block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 24px 18px 18px;
  }

  .p-home__clients__block__name {
    font-size: 14px;
  }

  .p-home__clients__block__second {
    font-size: 12px;
  }

  .p-generic__content {
    margin-top: 30px;
  }

  .p-home__hero__anvisa {
    border-radius: 14px;
    width: 156px;
    max-width: 90svw;
    margin-right: 0%;
    padding: 12px 10px;
    font-size: 12px;
  }

  .c-btn__icon {
    max-height: 30px;
  }

  .p-home__hero__anvisa__img {
    width: 130px;
  }
}


.p-home__whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.p-home__whatsapp__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  gap: 12px;
  color: #0e2c3d;

  &:hover {
    color: #0780c3;
  }
}


.p-home__features {
  margin-top: -200px;
  margin-bottom: 100px;
}

.p-home__features-w {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p-home__features__grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.p-home__features__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(33.33% - 30px);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  border-radius: 20px;
  padding: 40px 30px;
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, .4);
  border: 1px solid #eeeeee;
  text-wrap: balance;
}


.p-home__hero__grad-bottom {
  z-index: 1;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(0deg, #f6fcfe, rgba(255, 255, 255, 0));
  pointer-events: none;
}


@media screen and (max-width: 991px) {
  .p-home__features-w {
    width: calc(100% - 40px);
  }

  .p-home__features__grid {
    gap: 20px;
  }

  .p-home__features__item {
    flex: 0 0 calc(50% - 20px);
    font-size: 21px;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-home__features {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .p-home__features__grid {
    gap: 30px;
  }

  .p-home__features__item {
    flex: 0 0 100%;
    font-size: 18px;
    padding: 25px 25px;
  }
}

@media screen and (max-width: 479px) {

}


@font-face {
  font-family: 'Lexendzetta';
  src: url('../fonts/LexendZetta-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
