:root {
  --not-really-white: #f6f6f6;
  --bioma-blue: blue;
  --black: #333;
  --white: white;
  --transparent-black: var(--black);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 1001px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--not-really-white);
  color: #333;
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  border: 1px solid transparent;
  background-color: var(--bioma-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 3px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  margin: 0 5px;
}

.button-primary:hover,.button-primary:active {
  border: 1px solid var(--bioma-blue);
  color: var(--bioma-blue);
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 12px 25px;
  font-size: 12px;
}

/* dropdown menu form */

.login{
  display:none;
  top: 135px;
  position: absolute;
  left:175px;
  width: 220px;
  height: 100%;
  z-index:10;
}

.med{
  display:none;
  top: 135px;
  position: absolute;
  right: 180px;
  width: 220px;
  height: 100%;
  z-index:10;
}

@media screen and (max-width: 425px) {
  .login{
    top: 165px;
    left: 0;
    width: 100%;
    height: 400px;
  }
  
  .med{
    top: 165px;
    right: 0;
    width: 100%;
    height: 500px;
  }
  
}

#form{
  background: #f6f6f6;
  border: 2px solid #0000ff;
  color: #fff;
  padding: 16px 12px;
  text-align: center;
}

/* input[type="email"],input[type="password"]{
  background: #fff;
  border: none;
  box-sizing: border-box;
  color: #000;
  margin-bottom: 12px;
  padding: 8px;
  width: 100%;
} */

#form input[type="submit"]{
  background: #0000ff;
  border: 0;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;
}

#form input[type="submit"]:hover{
  background: #fff;
  color: #0000ff;
  border: 1px solid #0000ff;
}



/* dropdown menu form fim*/

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left {
  z-index: 100;
  background-color: var(--not-really-white);
  cursor: pointer;
  position: relative;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: var(--black);
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.margin-bottom-24px {
  margin-bottom: 80px;
  font-size: 16px;
}

.hero-heading-left {
  z-index: 1;
  height: 90vh;
  background-color: var(--not-really-white);
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.solucoes-text-block {
  background-color: var(--not-really-white);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: -90px;
  padding: 30px 40px 20px;
  display: flex;
}

.hero-heading-1 {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.card-image {
  border-radius: 10px;
}

.div-block-3 {
  max-width: 150px;
}

.card-paragraph {
  color: #1e1d1e;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f6f6f6;
  border-radius: 12px;
  flex-flow: row;
  align-content: flex-start;
  justify-content: space-between;
  padding: 20px;
  transition: box-shadow .5s;
  display: block;
  box-shadow: -20px -20px 10px -14px #fff, 20px 20px 6px -20px rgba(0, 0, 0, .4);
}

.card:hover {
  box-shadow: -20px -20px 8px -1px rgba(255, 255, 255, .8), 12px 12px 20px -9px rgba(0, 0, 0, .5);
}

.subsection-name {
  color: #00f;
  text-align: left;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-3 {
  font-size: 5.5rem;
  line-height: 1.2;
}

.heading-3.nossas-solucoes {
  text-align: center;
  font-size: 2rem;
}

.heading-3.nossas-solucoes.medium {
  font-size: 1.5rem;
}

.quick-stack {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.card-heading {
  color: #1e1d1e;
  font-size: 23px;
  line-height: 1;
}

.padding-global {
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section {
  z-index: 2;
  height: 100%;
  background-color: var(--not-really-white);
  margin-top: -80px;
  position: relative;
}

.body-2 {
  outline-offset: 0px;
  outline: 3px #333;
}

.div-block-4 {
  align-items: center;
  display: flex;
}

.button-secondary {
  color: var(--black);
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 15px;
  padding: 12px 25px;
  transition: border-color .5s;
}

.button-secondary:hover {
  border: 1px solid var(--bioma-blue);
  color: var(--bioma-blue);
  border-radius: 30px;
}

.wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
  padding-bottom: 0;
  display: flex;
}

.solucoes-links {
  grid-column-gap: 25px;
  color: var(--black);
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--bioma-blue);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px 20px 0 0;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: var(--bioma-blue);
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: var(--not-really-white);
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  background-color: var(--black);
  border-radius: 12px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-primary-2.footer-form-button {
  background-color: var(--black);
  border-radius: 12px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--not-really-white);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.img-selo {
  width: 80px;
  height: 120px;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--not-really-white);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--not-really-white);
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.timeline_image-wrapper {
  background-image: none;
  background-position: 0 0;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.container-3 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: var(--not-really-white);
  position: relative;
}

.section-timeline-cta {
  background-color: var(--not-really-white);
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#00f, #009dff 51%, #6248ff);
  border-radius: 20px;
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.text-colour-lightgrey {
  color: var(--black);
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paragraph-large {
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: none;
  font-size: 20px;
}

.timeline_quote-wrapper {
  border: 1px solid var(--black);
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline-main_heading-wrapper {
  max-width: 640px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.timeline_text {
  color: var(--black);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(to bottom, var(--not-really-white), rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_component {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.page-wrapper {
  z-index: 0;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, var(--not-really-white), rgba(10, 10, 10, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: var(--black);
  letter-spacing: -.03em;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.section-timeline-heading {
  background-color: var(--not-really-white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.timeline_quote {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 14px;
}

.heading-4 {
  color: var(--black);
}

.text-block {
  color: var(--bioma-blue);
}

.text-block-2 {
  color: var(--black);
}

.image {
  display: inline-block;
}

.text-block-3 {
  color: var(--black);
}

.button-tertiary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--bioma-blue);
  letter-spacing: 0;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 5px 10px 5px 20px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.button-tertiary:hover {
  background-color: var(--bioma-blue);
  color: var(--not-really-white);
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 21px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 42px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.image-3 {
  border-radius: 12px;
}

.text-span {
  font-weight: 700;
}

.link-block {
  color: #262626;
  flex: 0 auto;
  align-self: auto;
  text-decoration: none;
}

.link-ecommerce {
  color: #262626;
  text-decoration: none;
}

.image-5 {
  border-radius: 7px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 15px;
}

.card-vitrine {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-radius: 7px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 40px;
  box-shadow: -20px -20px 10px -14px #fff, 20px 20px 6px -20px rgba(0, 0, 0, .4);
}

.card-vitrine:hover {
  box-shadow: -20px -20px 9px -11px rgba(255, 255, 255, .8), 12px 12px 20px -9px rgba(0, 0, 0, .5);
  cursor: pointer;
}

.heading-10 {
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
}

.heading-11 {
  margin-bottom: 10px;
  font-size: 27px;
}

.quick-stack-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 7px;
  margin-top: 60px;
}

.vitrine-section {
  height: 60vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-6, .image-7 {
  border-radius: 7px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 15px;
}

.text-block-5 {
  font-size: .9rem;
}

.image-8 {
  border-radius: 7px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 15px;
}

.text-block-6 {
  font-size: .9rem;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.paragraph {
  text-align: center;
  align-self: center;
  margin-bottom: 29px;
  font-size: 17px;
}

.container-6 {
  width: 60%;
  background-color: var(--not-really-white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: -94px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-15 {
  text-align: center;
  font-size: 35px;
}

.text-block-7 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.categorias-nav-section {
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.exames-nav-link {
  color: var(--black);
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
}

.exames-nav-link:active, .exames-nav-link.w--current {
  background-color: var(--bioma-blue);
  color: var(--not-really-white);
}

.section-5 {
  padding-top: 136px;
  padding-bottom: 140px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.left-process-sticky {
  max-width: 430px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-process-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.left-sticky-halves {
  position: relative;
}

.grid-sticky-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.paragraph-big {
  font-size: 16px;
  line-height: 130%;
}

.top-process-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-process {
  width: 80px;
  height: 80px;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.sticky-sticky-halves {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.tile-process-sticky {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--bioma-blue);
  color: #f9f5e8;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1396px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.features-metrics-2 {
  background-color: var(--not-really-white);
  color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 12px;
  margin: -53px 40px 30px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 18px 20px -20px rgba(0, 0, 0, .2);
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title-2 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small-2 {
  font-size: 24px;
  line-height: 32px;
}

.background-video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: var(--black);
  font-size: 25px;
}

.hero-without-image-2 {
  background-color: var(--not-really-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-3 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.container-8 {
  background-color: var(--white);
  border-radius: 30px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
}

.heading-18 {
  text-align: center;
  margin-bottom: 40px;
}

.popup-modal-fale-conosco {
  z-index: 101;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .33);
  display: none;
  position: fixed;
}

.popup-wrapper {
  width: 600px;
  height: 400px;
  background-color: var(--not-really-white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-telefone {
  color: var(--black);
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-whatsapp {
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.links-contato {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.image-9, .image-10 {
  margin-right: 10px;
}

.text-block-12, .text-block-13 {
  cursor: pointer;
  font-weight: 700;
}

.exit-button {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-11 {
  cursor: pointer;
  padding: 17px;
}

@media screen and (min-width: 1440px) {
  .solucoes-text-block {
    background-color: var(--not-really-white);
    border-radius: 12px;
    margin-top: -90px;
    padding: 30px 40px 20px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-3 {
    border-radius: 12px;
  }

  .vitrine-section {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--not-really-white);
    color: var(--bioma-blue);
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .margin-bottom-24px {
    text-align: center;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -20px;
  }

  .hero-heading-1 {
    font-weight: 400;
  }

  .card-paragraph {
    font-size: .8rem;
  }

  .heading-3 {
    color: #f6f6f6;
    font-size: 3rem;
  }

  .heading-3.nossas-solucoes {
    color: var(--black);
  }

  .padding-global {
    align-self: auto;
    margin-bottom: 87px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .left-process-sticky {
    max-width: 530px;
    text-align: center;
    align-items: center;
  }

  .grid-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .paragraph-big {
    font-size: 20px;
  }

  .container-7 {
    max-width: 728px;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .container-9 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .blog-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper-2 {
    align-items: center;
  }

  .hero-heading-1 {
    text-align: center;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .heading-3.nossas-solucoes, .heading-3.nossas-solucoes.medium {
    font-size: 18px;
  }

  .quick-stack {
    margin-left: 20px;
    margin-right: 20px;
  }

  .card-heading {
    font-size: 21px;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
    margin-left: 0;
  }

  

  .img-selo {

    width: 50px;
    height: auto;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .timeline_text {
    font-size: 17px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-vitrine {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 20px;
  }

  .heading-10 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-11 {
    font-size: 18px;
    line-height: 1.2;
  }

  .vitrine-section {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    justify-content: center;
    display: flex;
  }

  .paragraph {
    font-size: 16px;
  }

  .container-6 {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-15 {
    font-size: 25px;
    line-height: 1.2;
  }

  .categorias-nav-section {
    margin-right: 10px;
    padding-left: 10px;
  }

  .paragraph-big {
    font-size: 24px;
  }

  .features-metrics-2 {
    padding: 60px 15px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .text-block-10, .text-block-11 {
    text-align: center;
    line-height: 1.2;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }
}

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

  .vitrine-section {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .padding-global {
    align-self: auto;
    margin-bottom: 30px;
}

.quick-stack-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 7px;
  margin-top: 30px;
}

  .button-primary {
    margin-bottom: 10px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .margin-bottom-24px {
    margin-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .solucoes-text-block {
    margin-top: -49px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-heading-1 {
    font-size: 31px;
    line-height: 1.2;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-3.nossas-solucoes, .heading-3.nossas-solucoes.medium {
    font-size: 16px;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .solucoes-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-member-image {
    width: 100px;
    height: 100px;
  }

  .team-member-position {
    margin-bottom: 10px;
  }

  .card-vitrine {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .quick-stack-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 1.2;
  }

  .container-6 {
    width: 90%;
    flex: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-15 {
    font-size: 21px;
  }

  .categorias-nav-section {
    flex-direction: column;
  }

  .no-margins {
    font-size: 25px;
    line-height: 1.2;
  }

  .grid-sticky-halves {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-big {
    font-size: 14px;
  }

  .top-process-tile {
    flex-direction: column;
    align-items: flex-start;
  }

  .tile-process-sticky {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 32px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-7 {
    max-width: none;
  }

  .features-title-2 {
    font-size: 28px;
  }

  .heading-16 {
    margin-left: 20px;
    line-height: 1.2;
  }

  .heading-17 {
    font-size: 26px;
    line-height: 1.2;
  }

  .container-9 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }
}

#w-node-be855547-3944-3cdc-41ee-e6c5154c4f0d-0f900e0b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_69cf1a7d-83e4-7382-015d-e30b7800cebf-1f170737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_69cf1a7d-83e4-7382-015d-e30b7800cec9-1f170737, #w-node-_1cc229f3-1269-a98c-64ca-95eebfda0311-1f170737, #w-node-_1cc229f3-1269-a98c-64ca-95eebfda031c-1f170737, #w-node-_1cc229f3-1269-a98c-64ca-95eebfda0326-1f170737, #w-node-_1cc229f3-1269-a98c-64ca-95eebfda0330-1f170737, #w-node-_1cc229f3-1269-a98c-64ca-95eebfda033a-1f170737, #w-node-_1cc229f3-1269-a98c-64ca-95eebfda0344-1f170737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e814af-5b13-e141-3a0d-b5b8b7336098-d78f978f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_85e814af-5b13-e141-3a0d-b5b8b7336099-d78f978f,#w-node-e77d7af5-f6a2-65b5-ae70-b59f2378c135-d78f978f,#w-node-_4145059a-7403-43b8-f046-ee44dd92ee2e-d78f978f {
  grid-row: span 6 / span 3;
}

#w-node-e77d7af5-f6a2-65b5-ae70-b59f2378c134-d78f978f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fb285db7-eb6b-0daf-86ab-b5afee5a9681-d78f978f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fb285db7-eb6b-0daf-86ab-b5afee5a9682-d78f978f {
  grid-row: span 4 / span 2;
}

#w-node-_4145059a-7403-43b8-f046-ee44dd92ee2d-d78f978f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dd47d1c8-29f0-ac95-a2ee-8950050b992b-d78f978f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dd47d1c8-29f0-ac95-a2ee-8950050b992c-d78f978f {
  grid-row: span 3 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_1cc229f3-1269-a98c-64ca-95eebfda031c-1f170737, #w-node-_1cc229f3-1269-a98c-64ca-95eebfda0326-1f170737 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_69cf1a7d-83e4-7382-015d-e30b7800cebf-1f170737 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-be855547-3944-3cdc-41ee-e6c5154c4f0d-0f900e0b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5bdf-0f900e0b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5be2-0f900e0b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5be4-0f900e0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5beb-0f900e0b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5bee-0f900e0b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5bfe-0f900e0b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5c01-0f900e0b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5c18-0f900e0b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5c1b-0f900e0b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5c34-0f900e0b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d4b1939e-376d-0727-7e94-c71d645c5c37-0f900e0b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dd47d1c8-29f0-ac95-a2ee-8950050b992b-d78f978f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85e814af-5b13-e141-3a0d-b5b8b7336098-d78f978f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85e814af-5b13-e141-3a0d-b5b8b7336099-d78f978f {
    grid-row: span 3 / span 3;
  }

  #w-node-e77d7af5-f6a2-65b5-ae70-b59f2378c134-d78f978f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fb285db7-eb6b-0daf-86ab-b5afee5a9681-d78f978f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fb285db7-eb6b-0daf-86ab-b5afee5a9682-d78f978f {
    grid-row: span 2 / span 2;
  }

  #w-node-_4145059a-7403-43b8-f046-ee44dd92ee2d-d78f978f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd47d1c8-29f0-ac95-a2ee-8950050b992b-d78f978f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd47d1c8-29f0-ac95-a2ee-8950050b992c-d78f978f {
    grid-row: span 3 / span 3;
  }
}

/* cookies */

.cookies-eu-banner {
  background: #fff;
  color: #000;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #0000ff;
  color: #fff;
  border: 1px solid #0000ff;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #0000ff;
  color: #000;
}

.hidden {
  display: block;
}


