:root {
  --midnight-blue: #1d3159;
  --dark-slate-blue: #13498c;
  --white: white;
  --firebrick: #d01316;
  --sea-green: #139e5c;
  --pale-turquoise: #a8e9d3;
  --crimson: #d33139;
  --light-green: #7be595;
}

.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;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-menu {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.wrapper {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 15px;
  display: flex;
}

.search-form-input {
  width: 48px;
  height: 48px;
  color: #151515;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/search.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  line-height: 32px;
  transition: width .3s, border-color .3s;
  position: relative;
  overflow: hidden;
}

.search-form-input:hover {
  border-color: #d1d1d1;
}

.search-form-input:focus {
  width: 200px;
  border-color: #d8d8d8;
  padding-left: 40px;
}

.search-form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.search-form-input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.nav-menu1-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo1 {
  width: 200px;
  height: auto;
  max-height: 140px;
  margin-top: 0;
}

.search-button {
  z-index: 1;
  background-color: #ff6852;
  display: none;
}

.nav-link1 {
  color: #fff;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
}

.nav-link1:hover {
  background-color: #13498c;
}

.nav-link1.w--current {
  color: var(--white);
}

.nav-bar {
  z-index: 999;
  height: 88px;
  background-color: var(--midnight-blue);
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.button-1 {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.button-1.cor-1 {
  color: #fff;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  transition: all .4s;
}

.button-1.cor-1:hover {
  background-color: #d5918c;
}

.button-1.cor-1.topo {
  background-color: var(--firebrick);
  border-radius: 100px;
}

.button-1.cor-1.topo:hover {
  background-color: var(--dark-slate-blue);
}

.button-1.button-form {
  max-width: 130px;
}

.button-1.button-form.cor-1 {
  height: 55px;
  max-width: 100%;
  background-color: var(--firebrick);
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.search-form {
  height: 48px;
  max-width: 770px;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
}

.sec-slide {
  height: 520px;
  background-image: url('../images/slider-bg-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.con-slide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: var(--white);
  margin: 0;
  padding: 147px 20px 20px;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.text-span {
  text-transform: uppercase;
  font-weight: 800;
}

.p-header1 {
  width: 590px;
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
}

.btncontratar {
  background-color: var(--sea-green);
  border-radius: 100px;
  margin-left: 20px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
}

.btncontratar._2 {
  background-color: var(--firebrick);
  margin-left: 0;
}

.btncontratar._2._1 {
  background-color: var(--dark-slate-blue);
  margin-top: 20px;
}

.sec-corpo {
  padding-top: 100px;
  padding-bottom: 100px;
}

.conteiner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
}

.tag {
  color: var(--midnight-blue);
  padding-top: 20px;
  font-weight: 600;
}

.heading-2 {
  color: #1b1d21;
  font-size: 48px;
  line-height: 58px;
}

.p-header1-2 {
  color: #1b1d21;
  text-align: left;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
}

.p-header1-2._2 {
  color: #5c5c5c;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.p-header1-2._4 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.grid-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.sec-funciona {
  background-color: var(--pale-turquoise);
  padding: 100px 40px;
}

.heading-3 {
  color: #1b1d21;
  text-align: center;
  margin-top: 0;
  font-size: 48px;
  line-height: 58px;
}

.grid-3 {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.div-block {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  box-shadow: 0 1px 3px rgba(46, 50, 60, .1);
}

.ico-vantagens, .ico-vantagens._2 {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.div-funciona1 {
  width: 100%;
  float: left;
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px;
}

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

.num {
  width: 60px;
  height: 60px;
  background-color: var(--white);
  color: var(--sea-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-4 {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-perguntas {
  width: 100%;
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .03);
}

.heading-5 {
  color: #1b1d21;
  flex: 1;
  margin-left: 24px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 32px;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.exames {
  height: 45px;
  background-color: var(--firebrick);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.icon {
  color: #1b2d45;
  font-size: 15px;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 750px;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 90px;
}

.arrow-right {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -25px;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-title {
  color: #1b2d45;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.paragraph-basic {
  color: rgba(86, 96, 115, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.arrow-left {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: -25px;
  right: auto;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.profile-image {
  border-radius: 100px;
  margin-right: 25px;
}

.quotes-icon {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 0;
  right: 0;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slide-wrap {
  min-height: 350px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 90px 60px 50px;
  display: flex;
}

.slide-nav {
  display: none;
}

.standard-paragraph {
  color: rgba(86, 96, 115, .7);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph.center {
  max-width: 650px;
  text-align: center;
  display: block;
}

.standard-paragraph.center.white {
  color: #fff;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
  box-shadow: 0 20px 50px rgba(70, 137, 215, .2);
}

.slide {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.text-block-4 {
  font-size: 16px;
  line-height: 26px;
}

.testimonial-section {
  background-color: #eaebef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2 {
  margin-bottom: 14px;
}

.h2.white {
  color: #fff;
}

.hero-graphic-right {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.halftone-pattern-2 {
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 4%;
  right: 0%;
}

.slide-wrap-2 {
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  padding: 90px 60px 50px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 60px 1fr 1fr 1fr 1fr 1fr;
}

.input-header-1 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex: 1;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 17px;
  line-height: 24px;
}

.input-header-1::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.input-header-1::placeholder {
  color: #999;
  font-size: 15px;
}

.input-header-1._2 {
  width: 100%;
  height: 55px;
  box-shadow: none;
  background-color: #fff;
  border-style: solid;
  border-color: #dfdfdf;
  border-radius: 8px;
  margin-bottom: 15px;
}

.input-header-1._2:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}

.input-header-1._2._1 {
  border-style: none;
  box-shadow: 0 0 3px rgba(46, 50, 60, .15);
}

.video-header-1 {
  width: 100%;
  height: auto;
  background-image: url('../images/2681097.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  box-shadow: 0 30px 30px -14px rgba(22, 7, 66, .1);
}

.conteiner-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.header1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.header1.cor-3 {
  height: auto;
  background-color: #eaebef;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.form-header-1 {
  width: 400px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 8px;
  display: flex;
}

.form-header-1.form-header-2 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.borda-header {
  z-index: 990;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -3px;
  left: 0%;
  right: 0%;
}

.h1-header {
  color: #000;
  font-weight: 600;
  line-height: 50px;
}

.h1-header._3 {
  color: #1b1d21;
  margin-top: 0;
  font-size: 40px;
}

.form-header-1-1 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 6px 0;
}

.sec-planos {
  padding-top: 100px;
  padding-bottom: 100px;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion__item {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.accordion__item:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.faq-video {
  margin-top: 40px;
}

.accordion_item-image {
  width: 40px;
}

.grid-6 {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  margin-top: 20px;
}

.div-plano {
  width: 100%;
  border: 1px #f0f0f0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 0 10px rgba(46, 46, 46, .14);
}

.div-plano._2 {
  width: 100%;
}

.text-block-5 {
  background-color: var(--firebrick);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  margin-top: -20px;
  padding: 8px 30px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-5._2 {
  font-size: 14px;
  line-height: 24px;
}

.valor {
  color: #1b1d21;
  margin-top: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.valor._2 {
  margin-top: 0;
}

.valor._2._3 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 40px;
}

.valor._2._3._1 {
  margin-top: 0;
}

.text-span-2 {
  font-size: 30px;
  font-weight: 600;
}

.div-block-4 {
  width: 100%;
  color: #1b1d21;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.text-block-6 {
  color: #979797;
  margin-bottom: 20px;
}

.ico-check {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

.heading-6 {
  color: #1b1d21;
  margin-bottom: 20px;
}

.footerv3-infos2 {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footerv3-infos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-small {
  width: 25px;
}

.footerv3 {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 15px;
  display: flex;
}

.footer3 {
  background-color: var(--midnight-blue);
  color: #fff;
}

.logo-rodape {
  height: 80px;
}

.footerv3-icoinfos {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.footerv3-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.socialblock {
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all .4s;
  display: flex;
}

.socialblock:hover {
  background-color: var(--dark-slate-blue);
}

.footerv1-bottom {
  border-top: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-1 {
  opacity: .7;
  color: #9b9b9b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.pb-1:hover {
  opacity: 1;
}

.logo-pb {
  width: 18px;
  margin-left: 10px;
  margin-right: 5px;
}

.pb-txt {
  color: #000;
  margin-right: 12px;
  font-weight: 600;
}

.btn-crie {
  height: 32px;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 600;
  line-height: 16px;
}

.btn-crie.cor-1 {
  color: #fff;
  background-color: #d6b6b3;
  transition: all .4s;
}

.btn-crie.cor-1:hover {
  color: #fff;
  background-color: #424241;
}

.footerv1 {
  justify-content: flex-start;
  padding: 32px 15px;
  display: flex;
}

.footerv1-left {
  width: 240px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footerv1-links {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-rodape {
  color: #fff;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  transition: all .4s;
}

.menu-rodape:hover {
  background-color: var(--dark-slate-blue);
}

.footerv1-right {
  width: 240px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  border-radius: 8px;
}

.div-whatsapp {
  z-index: 999;
  width: 200px;
  height: 55px;
  background-color: var(--sea-green);
  color: var(--white);
  text-align: left;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  box-shadow: 0 1px 3px rgba(46, 50, 60, .1);
}

.div-whatsapp._2 {
  background-color: var(--white);
  color: #000;
  bottom: 80px;
}

.div-whatsapp._3 {
  width: auto;
  box-shadow: none;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  text-decoration: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 10px;
}

.ico-whats {
  width: 40px;
  height: 40px;
}

.text-block-10 {
  text-align: center;
  flex: none;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  background-color: #64b161;
  border-radius: 8px;
  margin-left: 10px;
  padding: 5px 10px;
  box-shadow: 0 1px 3px rgba(46, 50, 60, .1);
}

.banners {
  display: none;
}

.transporte {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  display: none;
}

.icon-2 {
  width: 40px;
  height: 40px;
  color: var(--crimson);
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.icon-3 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-8 {
  grid-column-gap: 50px;
  grid-row-gap: 120px;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.text-block-12 {
  color: var(--crimson);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.clear20 {
  height: 20px;
}

.grid-9 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(290px, 290px) 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 60px;
}

.grid-9._2 {
  grid-row-gap: 100px;
  grid-template-columns: minmax(290px, 290px) 1fr 1fr;
  margin-top: 60px;
}

.div-block-5 {
  height: 100%;
  background-color: var(--crimson);
  color: #fff;
  border-radius: 20px 0 0 20px;
  align-items: center;
  padding: 20px 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 420px 1fr;
  margin-bottom: 40px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 420px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 100%;
    height: auto;
    flex-direction: column;
    position: relative;
  }

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

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .navigation {
    z-index: 101;
    width: 100%;
    height: auto;
    background-color: var(--midnight-blue);
    top: 64px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .search-form-input {
    background-position: 16px;
  }

  .search-form-input:focus {
    width: 200px;
  }

  .search-form-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }

  .search-form-input::placeholder {
    color: rgba(0, 0, 0, 0);
  }

  .nav-menu1-buttons {
    grid-template-columns: auto auto;
  }

  .nav-menu1-buttons._1 {
    grid-template-columns: auto;
  }

  .menu-button {
    color: #fff;
    order: 1;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
    color: #fff;
    margin-left: 10px;
  }

  .logo1 {
    max-height: 60px;
    margin-top: 0;
  }

  .nav-link1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-1 {
    height: 48px;
    border-radius: 8px;
    font-weight: 600;
  }

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-form {
    flex: 0 auto;
    margin-bottom: 4px;
    padding: 4px 0;
    display: none;
  }

  .search-form:focus {
    text-align: left;
    flex-grow: 1;
  }

  .conteiner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    padding-right: 20px;
  }

  .grid-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .exames {
    margin-left: 10px;
    margin-right: 10px;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.white {
    text-align: center;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .video-header-1 {
    height: 400px;
    display: none;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-plano {
    margin-bottom: 40px;
  }

  .footerv3-infos2 {
    flex-direction: column;
  }

  .footerv3-infos {
    flex: 1;
    margin-bottom: 20px;
  }

  .footerv1-left, .footerv1-right {
    width: auto;
  }

  .image {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .grid-9 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-9._2 {
    grid-row-gap: 40px;
    grid-template-rows: 0;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    border-radius: 20px;
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .logo1 {
    margin-top: 0;
  }

  .search-button {
    background-size: 24px;
  }

  .btncontratar._2 {
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .tag, .heading-2, .p-header1-2._2 {
    text-align: center;
  }

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

  .div-block {
    width: 100%;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .exames {
    margin-bottom: 10px;
  }

  .slide-wrap, .slide-wrap-2 {
    padding: 90px 50px;
  }

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

  .conteiner-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .logo-rodape {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-rodape._2 {
    margin-left: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footerv1 {
    flex-direction: column;
  }

  .footerv1-left, .footerv1-links {
    padding-bottom: 10px;
  }

  .footerv1-right {
    justify-content: center;
  }

  .image {
    position: static;
  }

  .grid-7, .grid-10 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-right {
    flex-direction: row;
  }

  .search-form-input:focus {
    width: 100%;
  }

  .nav-menu1-buttons {
    grid-template-columns: auto auto;
  }

  .nav-menu1-buttons._1 {
    grid-template-columns: auto;
  }

  .logo1 {
    height: auto;
    max-height: 60px;
    max-width: 100%;
    margin-top: 0;
  }

  .button-1.cor-1.topo {
    display: none;
  }

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

  .search-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-header1-2 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .p-header1-2._2 {
    font-size: 15px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 26px;
  }

  .exames {
    font-size: 14px;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .profile-block {
    flex-wrap: wrap;
  }

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

  .header1.cor-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1-header {
    margin-top: 0;
  }

  .h1-header._3 {
    text-align: center;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .div-plano {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-4 {
    font-size: 16px;
  }

  .ico-check {
    margin-right: 5px;
  }

  .heading-6, .footerv3-infos2 {
    text-align: center;
  }

  .footerv3-infos {
    justify-content: center;
    align-self: stretch;
  }

  .footerv3 {
    flex-direction: column;
    justify-content: center;
  }

  .logo-rodape {
    margin-bottom: 20px;
  }

  .logo-rodape._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .footerv3-right {
    margin-top: 10px;
  }

  .pb-1 {
    flex-direction: column;
  }

  .logo-pb {
    margin-left: 0;
    margin-right: 0;
  }

  .pb-txt {
    margin-right: 0;
  }

  .btn-crie.cor-1 {
    margin-top: 20px;
  }

  .footerv1-links {
    flex-direction: column;
  }

  .div-whatsapp._3 {
    bottom: 5px;
    right: auto;
  }

  .div-block-5 {
    text-align: center;
  }
}

#w-node-_05c06725-48c9-bc57-3109-a6d940a5873c-38802946 {
  order: -9999;
}

#w-node-d40947af-5022-0067-3995-194fd41d00b8-38802946 {
  align-self: start;
  justify-self: center;
}

#w-node-_8dd04f8b-a4d0-ba42-af91-0e18b490f625-38802946, #w-node-_8305ded3-9ecf-6000-87f1-e670dacfd4ca-38802946 {
  align-self: start;
}

#w-node-_8305ded3-9ecf-6000-87f1-e670dacfd4ce-38802946 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_8305ded3-9ecf-6000-87f1-e670dacfd4d2-38802946, #w-node-_07ca1a53-ecac-a954-2f69-0920ef57a754-38802946, #w-node-_3e65d25b-6bd6-df34-2ae7-fb01a7d2d891-38802946, #w-node-b524e8e2-e324-9036-f1a9-2f40d13856be-38802946, #w-node-_2662c341-2b5f-8a40-a417-5d121cddc277-38802946, #w-node-_22308389-f39a-3f53-6c79-8dc9a3a1d880-38802946 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_7127d285-1934-e391-f492-9b16e4102bb2-38802946 {
    order: -9999;
  }
}


