:root {
  --color1: #81431b;
  --color3: #b56029;
  --color2: #dccfc4;
  --royal-blue: #2b6ff5;
  --royal-blue-2: #0056ff;
  --white: white;
  --black: black;
  --deep-sky-blue: #4fafcc;
}

body {
  color: #212127;
  padding-top: 100px;
  padding-bottom: 600px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #0056ff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #919197;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
}

blockquote {
  color: #212127;
  text-align: center;
  background-color: #fff;
  border-left: 5px #e2e2e2;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 50px 110px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: 0 10px 70px -10px #0000000d;
}

figure {
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  background-color: #313137;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 900px;
  position: relative;
}

.banner.sub {
  background-image: url('../images/line.png'), linear-gradient(45deg, #4fafcc, #0056ff);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 350px;
}

.banner.sub.no-background-color {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner.blog-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.banner.no-line {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 700px;
}

.banner.two {
  background-image: url('../images/line.png'), linear-gradient(225deg, #0056ff, #4fafcc);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  overflow: hidden;
}

.banner.video {
  background-color: #0000;
}

.content-wrapper {
  z-index: 10;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  overflow: hidden;
}

.content-wrapper.top {
  background-color: #fff;
}

.navigation {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 20px 50px -20px #0000004d;
}

.container {
  flex: 1;
  max-width: 1170px;
}

.container.top {
  z-index: 10;
  margin-top: -140px;
  position: relative;
}

.container.center {
  z-index: 1;
  position: relative;
  top: 45%;
  transform: translate(0, -50%);
}

.container.center.slider {
  z-index: 100;
  max-width: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.nav-link {
  color: #535e74;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-right: 25px;
  padding: 22px 0 15px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--color1);
}

.nav-link.w--current {
  border-bottom-color: var(--color1);
  color: #152139;
}

.nav-link.no-margin {
  margin-right: 0;
}

.nav-link.drop {
  margin-right: 20px;
  padding-right: 20px;
}

.section {
  z-index: 30;
  background-color: #fff;
  padding: 120px 10px;
  position: relative;
}

.section.gray {
  background-color: #f3f3f7;
}

.section.gray.overflow.with-line.more-padding {
  padding-bottom: 180px;
}

.section.top-section {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 50px;
}

.section.overflow {
  overflow: hidden;
}

.section.gradient {
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
}

.section.gradient.overflow {
  background-image: linear-gradient(45deg, var(--color1), var(--color3));
}

.section.flex {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section.with-line {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.less-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

.top-wrapper {
  background-color: #fff;
  background-image: linear-gradient(45deg, var(--color1), var(--color3));
  color: #fff;
  text-align: center;
  border-radius: 30px;
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  padding: 80px 20px;
  position: relative;
  box-shadow: 0 20px 100px #00000026;
}

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

.top-margin {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
  display: block;
}

.top-margin.less {
  margin-top: 20px;
}

.top-margin.big {
  margin-top: 120px;
}

.top-margin.medium {
  margin-top: 80px;
}

.small-services-wrapper {
  float: left;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 33.333%;
  padding: 20px;
  display: flex;
}

.services-top-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-top-text {
  color: #fff;
  text-transform: none;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
}

.services-top-text.big {
  color: var(--color1);
  text-transform: none;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 26px;
}

.big-image {
  border-radius: 30px;
  width: 137%;
  max-width: none;
  max-height: 100%;
  margin-left: 0;
}

.big-image.in-div {
  width: 1080px;
  height: 615px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px #0003;
}

.content-wrapper-second {
  z-index: 1;
  background-color: #fff;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}

.sub-second-text {
  color: #919197;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
}

.sub-second-text.white {
  color: #ffffffb3;
}

.sub-second-text.white.full {
  color: #fff;
}

.sub-second-text.testi {
  color: #bbbbc3;
}

.sub-second-text.sisp {
  padding-left: 20px;
  padding-right: 20px;
}

.button {
  background-image: linear-gradient(45deg, var(--color1), var(--color3));
  border-radius: 3px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 0 10px 50px -12px #0000004d;
}

.button:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 50px -12px #00000080;
}

.button.normal {
  box-shadow: none;
  color: #9b9b9b;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
  padding: 0 0 3px;
  font-size: 13px;
  display: inline-block;
}

.button.normal:hover {
  border-bottom-color: var(--color1);
  color: var(--color1);
  transform: none;
}

.button.normal.white {
  color: #fff;
  border-bottom-color: #ffffff4a;
}

.button.submit {
  border-radius: 0 10px 10px 0;
  width: 30%;
  height: 60px;
}

.button.blue.full {
  text-align: center;
  width: 100%;
}

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

.button.line {
  background-color: #0000;
  background-image: none;
  box-shadow: 0 10px 50px -12px #0000004d, inset 0 0 0 1px #ffffffb3;
}

.left-part {
  float: left;
  background-color: #2b6ff5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 650px;
  display: block;
  position: relative;
}

.left-part.smaller {
  background-color: var(--color2);
  color: #fff;
  height: 500px;
  padding: 30px;
}

.left-part.smaller.round {
  height: 500px;
}

.left-part._1 {
  background-image: url('../images/servicos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  height: 500px;
}

.left-part._2 {
  background-image: url('../images/servicos-2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.left-part._2._4 {
  background-image: url('../images/servicos-3.jpg');
  background-position: 50%;
}

.left-part._2._6 {
  background-image: url('../images/servicos-5.jpg');
}

.left-part._3 {
  background-image: url('../images/servicos-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.left-part._3._5 {
  background-image: url('../images/servicos-4.jpg');
  background-position: 50%;
}

.left-part._4 {
  height: 500px;
}

.number-features {
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.features-center {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.image-services {
  margin-bottom: 15px;
  margin-left: 10px;
}

.paragraph-gray {
  color: var(--color1);
}

.paragraph-gray.in-footer {
  color: #fff;
}

.top-title {
  margin-bottom: 100px;
}

.top-title.half {
  margin-bottom: 50px;
}

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

.project-wrapper {
  z-index: 100;
  width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.align-right.left {
  text-align: left;
}

.project-content {
  z-index: 20;
  background-image: linear-gradient(to right, #ffffff1c 37%, #fff 68%, #fff);
  border-radius: 20px;
  padding: 50px 50px 50px 25px;
  position: relative;
  left: 100px;
}

.project-content.left {
  background-image: linear-gradient(270deg, #ffffff1c 37%, #fff 68%, #fff);
  padding-left: 50px;
  padding-right: 25px;
  left: -100px;
}

.project-title {
  color: var(--color1);
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
}

.project-photo {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px #0000004d;
}

.circle {
  border: 30px solid #0042c326;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -50px;
  left: -50px;
}

.circle.second {
  border-width: 15px;
  border-color: #ffffff12;
  border-radius: 30%;
  width: 300px;
  height: 300px;
  transform: rotate(70deg);
}

.square {
  background-color: #b78a55;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 50%;
  right: -50px;
  transform: translate(0, 50%);
}

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

.right-arrow.in-big-slide {
  width: 80px;
  height: 80px;
  margin: 650px auto auto 10px;
  left: 50%;
  transform: translate(-50%);
}

.right-arrow.in-big-slide._1 {
  margin-left: 35px;
}

.right-arrow.in-big-slide._2 {
  margin-left: -35px;
}

.arrow-down {
  margin-top: -3px;
}

.slide-nav {
  display: none;
}

.testi-slider {
  background-color: #0000;
  height: auto;
}

.testimonials-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.test-wrapper-photo {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.testi-photo {
  z-index: 10;
  background-image: url('../images/team-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.testi-photo._2 {
  background-image: url('../images/team-7.jpg');
}

.testi-overlay-1 {
  background-color: #152139;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0 0 0 -22px;
}

.testi-overlay-1.second {
  background-color: #0000;
  border: 10px solid #2654ad82;
  width: 150px;
  height: 150px;
  inset: -29px 71px auto auto;
}

.testi-overlay-1.in-team {
  background-color: #fffc;
  width: 170px;
  height: 170px;
  inset: 30px auto auto -42px;
  box-shadow: 0 20px 50px #0000000d;
}

.testi-overlay-1.in-team.second._3 {
  border-color: #4fafcc61;
  width: 250px;
  height: 250px;
}

.testi-overlay-1.in-team._2 {
  width: 120px;
  height: 120px;
  inset: auto -42px 48px auto;
}

.testi-overlay-1.in-team._2.second {
  width: 100px;
  height: 100px;
}

.testi-overlay-1.in-team._2.in-top {
  top: -53px;
  bottom: auto;
  right: -42px;
}

.testi-overlay-1.in-team._2.bottom {
  bottom: -41px;
  right: 122px;
}

.testi-overlay-1.in-team.center {
  top: 111px;
}

.testi-overlay-1.in-team.frist {
  left: -132px;
}

.testi-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  padding-right: 50px;
  display: flex;
}

.sub-testi-text {
  color: #b0b0b8;
  font-size: 14px;
}

.sub-testi-text.in-blog-post {
  color: #9d9da7;
  margin-bottom: 0;
}

.sub-testi-text.in-blog-post.white-post {
  color: #fff;
}

.heading {
  color: #3366ca;
  margin-bottom: 0;
}

.lightbox-link {
  float: left;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.lightbox-overlay {
  background-image: linear-gradient(225deg, #0056ffcc, #4fafcc99);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.zoom-icon {
  opacity: 1;
  justify-content: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.zoom-icon:hover {
  opacity: 1;
}

.team-wrapper {
  z-index: 20;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  position: relative;
  box-shadow: 0 20px 100px -20px #0000001a;
}

.team-wrapper.pricing {
  width: 95%;
  box-shadow: 0 20px 100px -20px #0003;
}

.relative-div {
  position: relative;
}

.team-photo {
  filter: grayscale();
  background-image: url('../images/team-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 20px 40px -10px #0000004d;
}

.team-photo._2 {
  background-image: url('../images/team-1.jpg');
}

.team-photo._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50% 0;
}

.team-photo._4 {
  background-image: url('../images/team-3.jpg');
  background-size: cover;
}

.team-title {
  color: #212127;
  margin-bottom: 5px;
}

.phone-number {
  color: #616167;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.social-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.social-wrapper.left {
  justify-content: flex-start;
}

.social-wrapper.in-navigation {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 20px;
  position: relative;
}

.social-icon {
  opacity: .6;
  justify-content: flex-start;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: opacity .3s;
  display: flex;
}

.social-icon:hover {
  opacity: .9;
}

.social-icon.smaller-icon {
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-right: 2px;
}

.newsletter-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 20px 100px -20px #0000004d;
}

.newsletter-content {
  flex: 20%;
}

.newsletter-content.second {
  flex-basis: 80%;
}

.newsletter-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.text-field {
  float: left;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 15px;
}

.text-field.normal {
  float: none;
  border-style: none;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 10px 30px -10px #0000000d;
}

.text-field.normal.area {
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

.form-block {
  margin-bottom: 0;
}

.heading-white {
  color: #fff;
}

.heading-white.biger {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.map {
  filter: grayscale();
  width: 100%;
  height: 100%;
}

.column {
  z-index: 10;
}

.footer {
  background-color: #262631;
  align-items: center;
  height: 150px;
  margin-left: 120px;
  margin-right: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-column-wrapper {
  width: 90%;
}

.footer-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff0d;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 13px;
}

.footer-title.dark {
  color: #727272;
  border-bottom-color: #e1e1e1;
  margin-bottom: 30px;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.line-divider {
  background-color: #ffffff0d;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.copyright {
  color: #dfdfdf;
  margin-bottom: 0;
  font-size: 14px;
}

.copyright-link {
  color: #bebebe;
  text-decoration: underline;
  display: inline-block;
}

.copyright-link.darker {
  color: #818181;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.div-block {
  float: right;
}

.success-message {
  color: #fff;
  background-color: #00da83ba;
}

.error-message {
  color: #9e0000;
  text-align: center;
}

.icon-2 {
  margin-top: 25.5px;
  margin-right: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 14px 14px 50px -10px #0003;
}

.dropdown-link {
  color: #818187;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #0056ff;
}

.circle-price {
  background-color: #fff;
  border: 15px solid #e4effe;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-title {
  color: #2b6ff5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 400;
  line-height: 70px;
}

.from-text {
  color: #6aa7fa;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-top {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.blog-post-wrapper {
  flex-flow: row;
  place-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.blog-post-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  box-shadow: 7px 7px 30px -5px #0000001a;
}

.blog-post-photo.big-photo {
  z-index: 10;
  width: auto;
  height: auto;
  margin-right: 0;
  position: relative;
  box-shadow: 0 10px 50px -5px #0003;
}

.blog-post-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.blog-post-title.dark {
  color: #212;
  font-size: 15px;
}

.blog-post-title.dark:hover {
  color: #0056ff;
}

.sidebar {
  padding-left: 20px;
}

.blog-wrapper {
  color: #212127;
  align-items: center;
  margin-bottom: 80px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.blog-title {
  border-bottom: 1px solid #c7c7c7;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  transition: all .2s;
  display: inline-block;
}

.blog-title:hover {
  color: #0056ff;
  border-bottom-color: #0056ff;
}

.blog-title.white-title {
  color: #fff;
  border-bottom-color: #ffffff45;
}

.meta-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.meta-tag.in-sidebar {
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.meta-tag.in-big-banner {
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 7px 20px;
  display: inline-block;
}

.blog-content {
  padding-left: 40px;
}

.blog-content.in-page {
  margin-top: 15px;
  padding-left: 0;
}

.utility-page-wrap {
  background-color: #f3f3f7;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-normal {
  padding-top: 0;
  padding-bottom: 0;
}

.protected-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 45px;
}

.protected-title._404 {
  margin-bottom: 15px;
}

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

.blog-page-overlay {
  background-color: #14223d99;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.blog-page-content {
  padding-right: 50px;
}

.published {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

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

.brand.mobile {
  order: -1;
}

.brad-top {
  color: #b4b4b8;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 15px;
  position: relative;
  top: 6px;
}

.big-slider {
  background-color: #0000;
  height: 100%;
}

.slide {
  background-image: url('../images/line.png'), linear-gradient(135deg, #693513ad, #522203ad), url('../images/header.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
}

.slide-2 {
  background-image: url('../images/line.png'), linear-gradient(#14223d99, #14223d99), url('../images/slide2.jpg');
  background-position: 50% 100%, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
}

.heading-smaller {
  font-size: 38px;
  line-height: 40px;
}

.slider-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-banner {
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  border-radius: 100%;
  width: 420px;
  height: 420px;
  position: absolute;
  bottom: -50px;
  left: -50px;
  box-shadow: 10px 0 60px -8px #0056ff4d;
}

.circle-banner.second {
  background-image: linear-gradient(225deg, #4fafcc, #2b6ff5);
  width: 500px;
  height: 500px;
  inset: -300px -50px auto auto;
}

.circle-banner.third {
  background-image: linear-gradient(183deg, #4fafcc, #2b6ff5);
  width: 370px;
  height: 370px;
  top: -200px;
  bottom: auto;
  left: 400px;
  box-shadow: 10px 0 60px -8px #0056ffb3;
}

.circle-banner.four {
  z-index: 1;
  background-image: linear-gradient(to top, #4fafcc, #2b6ff5);
  width: 280px;
  height: 280px;
  bottom: -6px;
  left: auto;
  right: 400px;
  box-shadow: 10px 0 60px -8px #0056ff80;
}

.circle-banner.five {
  z-index: 1;
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
  width: 60px;
  height: 60px;
  top: 100px;
  bottom: auto;
  left: 100px;
}

.circle-banner.six {
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
  width: 100px;
  height: 100px;
  bottom: 400px;
  left: auto;
  right: 150px;
  box-shadow: 10px 0 60px -8px #0056ff80;
}

.background-video {
  height: 100%;
}

.video-overlay {
  background-image: url('../images/line.png'), radial-gradient(circle closest-corner, #14223d, #14223db3);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.nav-menu {
  margin-top: 14px;
}

.image-full {
  width: 100%;
}

.buttons-wrapper {
  text-align: center;
  padding: 40px 20px;
}

.buttons-wrapper.dark-wrapper {
  background-color: #212127;
}

.paragraph-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-none {
  display: none;
}

.center {
  text-align: center;
}

.center.color {
  color: #919197;
  letter-spacing: 0;
}

.big {
  color: var(--royal-blue);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.logo-client {
  opacity: .7;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  transition: all .2s;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.logo-client-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aller-logo {
  position: relative;
  top: 0;
}

.aller-logo.w--current {
  top: auto;
}

.nav-menu-2 {
  order: 1;
}

.image-2 {
  width: 190px;
  max-width: none;
  height: auto;
}

.column-4 {
  text-align: center;
}

.link-2 {
  color: #ffffffb3;
}

.image-3 {
  width: 70px;
  margin-bottom: 15px;
}

.column-5, .column-6 {
  text-align: center;
}

.columns {
  margin-top: 39px;
}

.body {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  float: none;
  clear: none;
  width: 70%;
}

.heading-2 {
  font-size: 27px;
  line-height: 39px;
}

.heading-3, .heading-4, .heading-5 {
  color: var(--color1);
}

.image-4 {
  width: 60px;
  margin-top: 10px;
}

.code-embed {
  width: 100%;
  display: none;
}

.link-whatsapp {
  z-index: 100000;
  background-color: #0ec962;
  background-image: url('../images/Link-WhatsApp.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  inset: auto 30px 30px auto;
  box-shadow: 1px 1px 4px 1px #8e94a2;
}

.link-whatsapp.w--current {
  background-color: #00eb8f;
  width: 35px;
  height: 35px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.heading-8 {
  color: #0c142b;
}

.text-span {
  color: #c0c4cd;
}

.side-blocks {
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-blocks.mobile-reverse {
  justify-content: flex-start;
  align-items: stretch;
}

.side-blocks.mobile-reverse.cvcv {
  margin-bottom: 20px;
}

.side-feature-v2 {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 20px;
  display: flex;
}

.side-feature-v2.fgfg {
  padding-right: 0;
}

.side-feature-v2.nvbn {
  align-self: auto;
  width: 60%;
  padding-right: 0;
}

.text-span-9 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.instagram-photo-link {
  cursor: default;
  background-color: #21242d;
  flex: 1;
  height: auto;
  position: relative;
  overflow: hidden;
}

.instagram-hover-icon {
  z-index: 1;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.footer-v2-social-link {
  opacity: .4;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  transition: box-shadow .3s, opacity .3s, background-color .3s;
  display: flex;
  box-shadow: 1px 0 #fff6;
}

.footer-v2-social-link:hover {
  z-index: 1;
  box-shadow: none;
  opacity: 1;
  position: relative;
}

.footer-v2-social-link.instagram:hover {
  background-color: #e10169;
}

.footer-v2-social-link.instagram.ghfg:hover {
  background-color: var(--royal-blue-2);
}

.footer-v2-social-link.instagram.ghfg.dgdfg, .footer-v2-social-link.instagram.dgf {
  display: none;
}

.footer-v2-social-link.twitter:hover {
  background-color: #00c87a;
}

.footer-v2-social-link.twitter.fgdg {
  display: none;
}

.divider {
  border-left: 20px solid var(--color1);
  background-color: var(--color2);
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.divider.white {
  background-color: #fff6;
  border-left-color: #fff;
}

.divider.margin-v2 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.divider.nvbn {
  background-color: var(--color2);
}

.review-tab-rating {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 12px;
  display: flex;
}

.paragraph-small {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.text-grey, .paragraph-small.dgf {
  margin-bottom: 0;
}

.button-arrow-space {
  align-self: auto;
  width: 24px;
  height: 15px;
  position: relative;
  right: -4px;
}

.wrapper-2 {
  z-index: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
  position: relative;
}

.review-tab-avatar {
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.footer-v2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.instagram-photo {
  background-image: url('../images/team-avatar-02.jpg');
  background-position: 0 0;
  background-size: auto;
}

.side-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.side-block-2.small-padding-side {
  order: -1;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-bottom {
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

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

.button-arrow-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: block;
  position: absolute;
  right: 0;
}

.button-arrow-icon.big {
  width: 15px;
  min-width: 5px;
  height: 15px;
  min-height: 5px;
}

.text-span-7 {
  color: #e10169;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.footer-v2-right {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.review-tab-author {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.text-span-5 {
  text-transform: uppercase;
}

.footer-v2-block {
  border-top: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #21242d;
  background-image: none;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.button-2:hover {
  background-color: #0c142b;
}

.button-2.color-6 {
  background-color: #0c142b;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 20px;
}

.button-2.color-6:hover {
  background-color: #e10169;
}

.button-2.color-6.dhfgh:hover {
  color: #0c142b;
  background-color: #fff;
}

.button-2.color-6.dhfgh.ghgh {
  background-color: var(--color3);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.button-2.color-6.fgfg {
  display: block;
}

.button-2.white {
  background-color: var(--color3);
  box-shadow: none;
  color: #fff;
  background-image: none;
}

.button-2.white:hover {
  background-color: #4d5464;
  box-shadow: 0 4px 16px #00000029;
}

.button-2.small {
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  line-height: 16px;
}

.button-2.small.white.footer {
  color: #21242d;
  background-color: #fff;
}

.button-2.small.white.footer:hover {
  color: #fff;
  background-color: #e10169;
}

.button-2.small.ghost-bg {
  background-color: var(--color3);
}

.button-2.ghost {
  color: #2c3340;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d3d8e1;
}

.button-2.ghost:hover {
  box-shadow: inset 0 0 0 1px #8e94a2;
}

.button-2.ghost.full-width {
  flex: 0 auto;
  align-self: auto;
  width: 30%;
  box-shadow: inset 0 0 0 1px #e10169;
}

.link-3 {
  color: #4d5464;
  font-style: normal;
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.feature-v4-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 224px;
  margin-bottom: -30px;
}

.feature-v4-image._1 {
  background-image: url('../images/fotosprofissional7.jpg');
  background-position: 60% 10%;
  height: 600px;
}

.message-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

.feature-side-info {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 65px;
  display: flex;
  position: relative;
}

.logo.footer {
  height: 65px;
}

.logo.haed {
  height: 60px;
}

.intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}

.intro.left.no-margin {
  align-self: stretch;
}

.intro.small-margin {
  margin-bottom: 30px;
}

.intro.vbcvbvb {
  max-width: 1200px;
}

.intro.hjh {
  margin-bottom: 10px;
}

.heading-9 {
  color: #0c142b;
  align-self: stretch;
}

.mini-features {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  display: flex;
}

.text-span-8 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.sent {
  text-align: left;
}

.side-block-2-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.footer-v2-social-icon {
  width: 48px;
}

.footer-v1-top-button {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 12px;
  transition: bottom .3s;
  display: none;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.footer-v1-top-button:hover {
  bottom: 0;
}

.paragraph {
  color: var(--white);
  margin-bottom: 60px;
}

.footer-v2-nav {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.checkmark-icon {
  margin-top: -4px;
  margin-right: 20px;
}

.side-info-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.side-info-2.place-top-545 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  position: relative;
}

.side-info-2.place-top-545.fdgfg {
  width: 100%;
}

.side-info-2.place-top-545.dgf {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
}

.side-info-2.place-top-545.fdd {
  width: 100%;
}

.image-6 {
  border-radius: 40px;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-tabs-icon {
  z-index: 1;
  opacity: .12;
  width: 64px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8.33%;
}

.testimonials-tabs-icon.right {
  left: auto;
  right: 8.33%;
}

.heading-10 {
  color: #21242d;
}

.icon {
  background-color: #21242d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  padding: 12px;
  display: flex;
}

.icon.ghost {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #e2e4eb;
}

.title {
  color: #0c142b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.title.white {
  color: var(--color2);
}

.title.cgc {
  color: var(--color1);
}

.title.sub {
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.title.sub.gfh.fgdfg {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.title.fg {
  color: var(--color2);
}

.instagram {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.side-features-v2 {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.side-features-v2._03 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 80%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.side-features-v2.gfdg {
  padding-top: 0;
}

.side-features-v2.o2 {
  flex-flow: column;
}

.side-features-v2.o2.fg {
  flex-flow: row;
  width: 80%;
  padding-top: 0;
}

.review-tab-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.bold-text-3 {
  font-size: 22px;
}

.footer-v2-social {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer-v2-social.dgdfg {
  display: none;
}

.intro-text {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.intro-text._02 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
}

.mini-feature {
  align-items: center;
  width: 50%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.feature-v4 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 65%;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.no-padding-left {
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
}

.side-block.small-padding-side {
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
}

.side-block.no-padding-left {
  margin-top: -187px;
  padding-right: 0%;
}

.side-block.no-padding-left.dfg {
  width: 100%;
}

.side-block.no-padding-left {
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 8.33%;
}

.side-block.small-padding-side {
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
}

.footer-v2-left {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.footer-v2-left.padding {
  width: auto;
}

.footer-v2-brand {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  display: flex;
}

.content-block {
  color: #fff;
  background-color: #0c142b;
  background-image: none;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.side-feature-v2-01 {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.side-feature-v2-01.vfg {
  margin-bottom: 10px;
}

.features-v4 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.feature-v2 {
  flex-direction: row;
  align-items: flex-start;
  width: 33.33%;
  padding: 16px 25px 32px 15px;
  display: flex;
}

.heading-11 {
  color: #f4f5f8;
  align-self: auto;
  font-size: 35px;
  line-height: 45px;
}

.review-tab-content {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper-3 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #e10169;
  font-size: 28px;
}

.footer-v2-section {
  color: #fff;
  background-color: #21242d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-v2-section.fixed {
  background-color: #21242d;
  height: 444px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-v2-section.fixed.cgvfgdf {
  height: auto;
  display: flex;
}

.review-tab {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  display: flex;
}

.text-white-faded {
  color: #fff9;
}

.heading-7 {
  color: #e10169;
  text-transform: uppercase;
  font-size: 28px;
}

.text-grey {
  color: #414141;
  text-align: left;
}

.text-grey.quemsomos {
  color: #21242d;
  margin-bottom: 10px;
}

.text-grey.tituo {
  color: #21242d;
}

.text-grey.terapia {
  text-align: center;
}

.text-grey.terapia.serv {
  color: #21242d;
  margin-bottom: 10px;
}

.text-grey.terapia.serv.dets {
  text-align: left;
  align-self: flex-start;
  margin-left: 20px;
}

.text-grey.terapia.serv.fdfd {
  font-size: 16px;
}

.text-grey.fdg {
  text-align: center;
  font-size: 22px;
}

.heading-12 {
  color: #0c142b;
}

.heading-12.vfg {
  margin-bottom: 60px;
  font-size: 36px;
}

.features-v2 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: -32px;
  display: flex;
}

.section-2 {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.section-2.color-1 {
  color: #fff;
  background-color: #0c142b;
}

.section-2.color-1.no-padding-vertical {
  background-color: var(--color1);
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.haze {
  background-color: #fff;
}

.section-2.haze.no-padding-side.no-padding-bottom.small-padding-top {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.section-2.haze.small-padding-botton {
  padding-bottom: 60px;
}

.section-2.borders {
  border-top: 1px solid #e2e4eb;
  border-bottom: 1px solid #e2e4eb;
  padding-left: 20px;
  padding-right: 20px;
}

.section-2.vcgf {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2.dark-mask {
  background-color: var(--color1);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  overflow: hidden;
}

.section-2.sectionprincipal {
  background-color: var(--color2);
  border-radius: 0;
  height: 70vh;
  min-height: 500px;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.sectionprincipal.fgg.dgf {
  height: 75vh;
}

.testimonials-tabs {
  width: 100%;
  margin-top: -10px;
}

.heading-13 {
  color: #f4f5f8;
}

.footer-v2-nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.review-tab-link {
  opacity: .5;
  background-color: #0000;
  border-radius: 50%;
  margin: 6px;
  padding: 4px;
  transition: opacity .4s, transform .4s, box-shadow .4s;
}

.review-tab-link:hover {
  opacity: 1;
}

.review-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ffae2e;
}

.image-7 {
  border-radius: 40px;
  height: 100%;
}

.side-info {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.side-info.place-top {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.footer-bottom-left {
  flex: 1;
  align-items: center;
  display: flex;
}

.mini-feature-icon {
  margin-right: 12px;
}

.circle-icon {
  z-index: 1;
  color: #e10169;
  background-color: #e10169;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  padding: 14px;
  display: flex;
  position: relative;
}

.message {
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.no-margin {
  margin: 0;
}

.no-margin.titulo {
  color: #21242d;
  align-self: auto;
}

.heading-14 {
  color: #f4f5f8;
}

.review-tab-star {
  width: 16px;
}

.page-wrapper {
  overflow: visible;
}

.page-wrapper.footer-v1-padding {
  padding-bottom: 0;
}

.instagram-link {
  z-index: 1;
  background-color: var(--color3);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 24px 28px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
}

.instagram-link:hover {
  background-color: var(--color1);
}

.nav-bar {
  z-index: 100;
  background-color: var(--color1);
  border-bottom: 1px solid #21242d1a;
  justify-content: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand-2 {
  color: #21242d;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
  display: flex;
}

.menu-icon-line-bottom {
  background-color: #151515;
  height: 2px;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  padding: 28px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
  transition: color .1s;
}

.nav-link-2:hover {
  color: var(--color2);
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-menu-v1 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 16px;
  height: 16px;
  display: flex;
}

.menu-icon-line-top {
  background-color: #151515;
  height: 2px;
}

.image-8 {
  width: 35px;
}

.menu-icon-line-middle {
  background-color: #151515;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.wrapper-4 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper-4.nav-bar-v1-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

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

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.image-9 {
  width: 35px;
}

.wrapper-5 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper-5.nav-bar-v1-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.heading-15 {
  color: #0c142b;
}

.side-feature-v2-2 {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 20px;
  display: flex;
}

.side-feature-v2-2.fgfg {
  padding-right: 0;
}

.side-feature-v2-2.nvbn {
  align-self: auto;
  width: 60%;
  padding-right: 0;
}

.text-span-10 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.side-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.side-block-3.small-padding-side {
  order: -1;
  padding-left: 15px;
  padding-right: 15px;
}

.text-span-11 {
  color: var(--color1);
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.text-span-12 {
  color: var(--color1);
  text-transform: uppercase;
}

.text-span-12.sdfdf {
  font-size: 40px;
}

.link-4 {
  color: #4d5464;
  font-style: normal;
  font-weight: 700;
}

.heading-16 {
  color: #0c142b;
  align-self: stretch;
}

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

.wrapper-6 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper-6.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.heading-17 {
  color: #21242d;
}

.icon-4 {
  background-color: #21242d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  padding: 12px;
  display: flex;
}

.icon-4.ghost {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #e2e4eb;
}

.icon-4.ghost.left {
  margin-right: 10px;
}

.bold-text-4 {
  font-size: 22px;
}

.side-feature-v2-3 {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.side-feature-v2-3.vfg {
  margin-bottom: 10px;
}

.heading-18 {
  color: #f4f5f8;
  align-self: auto;
  font-size: 35px;
  line-height: 45px;
}

.wrapper-7 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.heading-19 {
  color: #e10169;
  font-size: 28px;
}

.heading-20 {
  color: #e10169;
  text-transform: uppercase;
  font-size: 28px;
}

.heading-21 {
  color: #0c142b;
}

.heading-21.vfg {
  margin-bottom: 60px;
  font-size: 36px;
}

.heading-22 {
  color: #f4f5f8;
}

.image-11 {
  border-radius: 40px;
  height: 100%;
}

.side-info-3 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.side-info-3.place-top {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.side-info-3.vdff {
  justify-content: center;
  align-items: center;
}

.heading-23 {
  color: #f4f5f8;
}

.servicos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.servico {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--color1);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding: 20px;
  display: flex;
}

.icone {
  background-color: #d4cdcd24;
  border: 1px solid #6759593d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
}

.image-12 {
  width: 32px;
}

.image-12.bnmn {
  width: 40px;
}

.descricao-servico {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ttservico {
  color: #675959;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-5 {
  color: #4d5464;
}

.hero-heading-right {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.shadow-two {
  border-radius: 40px;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary {
  background-color: var(--color3);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-24 {
  text-align: center;
  font-size: 42px;
}

.heading-24.cvv {
  margin-bottom: 40px;
}

.image-13 {
  border-radius: 40px;
}

.wbs-testimonial-avatar-name {
  color: #010b15;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.wbs-testimonial-content {
  color: #010b15;
}

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

.wbs-blog-avatar-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

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

.wbs-testimonial-star-image {
  margin-bottom: 10px;
}

.wbs-testimonial-item {
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 1.875rem;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.wbs-testimonial-avatar-name-wrap {
  text-align: left;
}

.wbs-testimonial-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

html.w-mod-js [data-ix="preloader"] {
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 0;
  }

  blockquote {
    padding: 30px 90px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner.sub {
    height: 250px;
  }

  .banner.blog-page {
    height: 500px;
  }

  .banner.two, .banner.video {
    height: 700px;
  }

  .content-wrapper, .content-wrapper.top {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link, .nav-link.drop {
    margin-right: 0;
  }

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

  .section.flex {
    flex-direction: column;
    display: flex;
  }

  .section.flex.reverse {
    flex-direction: column-reverse;
  }

  .flex-row {
    flex-direction: column;
  }

  .flex-row.not-flex {
    display: block;
  }

  .flex-row.horizontal {
    flex-direction: row;
  }

  .services-top-wrapper {
    width: 95%;
  }

  .big-image {
    max-height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

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

  .left-part {
    width: 100%;
  }

  .align-right.left-mobile {
    text-align: left;
  }

  .project-content {
    margin-top: 20px;
    margin-bottom: 20px;
    left: 0;
  }

  .project-content.left {
    left: 0;
  }

  .circle, .square {
    display: none;
  }

  .testi-content {
    text-align: center;
    height: auto;
    padding-right: 0;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .team-wrapper.pricing {
    width: 70%;
  }

  .social-wrapper.in-navigation {
    justify-content: flex-start;
    margin-top: 15px;
    top: 0;
  }

  .newsletter-wrapper {
    display: block;
  }

  .newsletter-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .heading-white {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-white.biger {
    font-size: 50px;
    line-height: 60px;
  }

  .footer {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
  }

  .div-block {
    float: none;
  }

  .sidebar {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .blog-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .blog-content {
    margin-top: 40px;
    padding-left: 0;
  }

  .utility-page-wrap {
    height: 800px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-page-content {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .heading-smaller {
    font-size: 36px;
  }

  .slider-wrapper {
    width: 90%;
  }

  .circle-banner.four {
    right: -200px;
  }

  .nav-menu {
    background-color: #f1f1f7;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    color: #0056ff;
    border-radius: 10px;
  }

  .menu-button.w--open {
    background-color: var(--color2);
    color: #fff;
  }

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

  .collection-item {
    width: 100%;
  }

  .logo-client {
    flex: 0 25%;
  }

  .logo-client-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .aller-logo {
    top: 10px;
  }

  .image-2 {
    width: 130px;
  }

  .icon-3 {
    color: var(--color1);
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column;
    align-items: stretch;
  }

  .instagram-photo-link {
    flex: 0 auto;
    width: 25%;
  }

  .instagram-hover-icon {
    display: none;
  }

  .footer-v2-social-link {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .button-arrow-space {
    display: none;
  }

  .footer-v2 {
    flex-wrap: wrap;
  }

  .side-block-2 {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block-2.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-v2-right {
    justify-content: center;
    width: 100%;
  }

  .footer-v2-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block-2-copy {
    width: 100%;
    margin-bottom: 48px;
  }

  .footer-v2-social-icon {
    width: 32px;
  }

  .footer-v1-top-button {
    display: none;
  }

  .footer-v2-nav {
    flex: 0 auto;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .side-info-2.place-top-545 {
    margin-left: 0;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-tabs-icon {
    width: 56px;
    margin-top: -40px;
    left: 0;
  }

  .testimonials-tabs-icon.right {
    margin-top: auto;
    margin-bottom: -40px;
    right: 0;
  }

  .instagram {
    flex-wrap: wrap;
  }

  .side-features-v2 {
    padding-top: 16px;
  }

  .intro-text {
    padding-top: 0;
  }

  .feature-v4 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-block.no-padding-left {
    margin-top: 40px;
    padding-left: 8.33%;
  }

  .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-left {
    justify-content: center;
    width: 100%;
  }

  .content-block {
    padding: 80px 32px;
  }

  .feature-v2 {
    width: 50%;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 24px;
  }

  .wrapper-3 {
    max-width: 100%;
  }

  .footer-v2-section.fixed {
    height: auto;
    position: relative;
  }

  .features-v2 {
    width: 100%;
  }

  .section-2 {
    padding: 80px 8px;
  }

  .section-2.sectionprincipal {
    height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .testimonials-tabs {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .side-info, .message {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin {
    margin: 0;
  }

  .page-wrapper.footer-v1-padding {
    padding-bottom: 0;
  }

  .nav-bar {
    border-top: 1px solid #161a251a;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: #fff;
  }

  .nav-link-2 {
    color: #ffffffb3;
    padding: 12px 24px;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-link-2:hover, .nav-link-2.w--current, .nav-link-2.w--current:hover {
    color: #fff;
  }

  .nav-link-2.w--open {
    box-shadow: none;
  }

  .nav-menu-v1 {
    background-color: #21242d;
    width: 100%;
    max-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: scroll;
  }

  .menu-button-2 {
    border-left: 1px solid #0c142b;
    margin-left: 16px;
  }

  .menu-button-2.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .menu-icon-line-top {
    background-color: #fff;
  }

  .image-8 {
    display: none;
  }

  .menu-icon-line-middle {
    background-color: #fff;
  }

  .nav-bar-v1-navigation {
    padding-right: 0;
  }

  .underline, .image-9 {
    display: none;
  }

  .side-block-3 {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block-3.small-padding-side, .wrapper-6.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-7 {
    max-width: 100%;
  }

  .side-info-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .servico {
    width: 48%;
  }

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

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

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .wbs-testimonial-avatar {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  blockquote {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner.blog-page {
    height: 400px;
  }

  .banner.no-line {
    height: 600px;
  }

  .top-wrapper {
    padding: 40px 59px;
  }

  .small-services-wrapper {
    width: 100%;
  }

  .button.submit {
    border-radius: 10px;
    width: 100%;
  }

  .left-part {
    height: 500px;
  }

  .features-center {
    width: 80%;
  }

  .top-title {
    margin-bottom: 50px;
  }

  .right-arrow {
    display: none;
  }

  .team-wrapper.pricing {
    width: 90%;
  }

  .text-field {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
  }

  .heading-white.biger {
    font-size: 30px;
    line-height: 50px;
  }

  .footer-column-wrapper {
    margin-top: 30px;
  }

  .copyright-link.darker {
    margin-top: 10px;
  }

  .blog-content {
    margin-top: 20px;
  }

  .container-mobile {
    width: 500px;
    max-width: 400px;
  }

  .paragraph-wrapper, .rich-text-wrapper, .figure {
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
  }

  .logo-client-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .footer-v2-social-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-tab-rating {
    margin-bottom: 16px;
  }

  .review-tab-avatar {
    width: 40px;
    height: 40px;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bottom-right {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
  }

  .review-tab-author {
    margin-top: 20px;
  }

  .feature-v4-image {
    height: 184px;
  }

  .message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .intro {
    margin-bottom: 48px;
  }

  .footer-v2-social-icon {
    width: 24px;
  }

  .review-tab-menu {
    margin-bottom: 20px;
  }

  .content-block {
    padding: 64px 24px;
  }

  .feature-v2 {
    width: 100%;
  }

  .review-tab {
    font-size: 16px;
    line-height: 28px;
  }

  .features-v2 {
    margin-bottom: -48px;
    padding-right: 8.33%;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-2.sectionprincipal {
    padding-bottom: 64px;
  }

  .testimonials-tabs {
    max-width: 100%;
  }

  .footer-v2-nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .review-tab-link {
    margin: 4px;
  }

  .footer-bottom-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .message {
    flex-direction: column;
  }

  .no-margin {
    margin: 0;
  }

  .menu-icon-line-bottom, .menu-icon-line-top {
    background-color: #fff;
  }

  .image-8 {
    display: none;
  }

  .menu-icon-line-middle {
    background-color: #fff;
  }

  .image-9 {
    display: none;
  }

  .servico {
    width: 98%;
  }

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

  .wbs-testimonial-avatar {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner.sub {
    height: 150px;
  }

  .banner.blog-page {
    height: 300px;
  }

  .banner.two, .banner.video {
    height: 600px;
  }

  .top-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-row {
    flex-flow: wrap-reverse;
  }

  .flex-row.reverse {
    flex-flow: wrap;
  }

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

  .services-top-wrapper {
    width: 100%;
  }

  .services-top-text {
    font-size: 17px;
  }

  .big-image {
    width: 100%;
  }

  .big-image.in-div {
    height: 300px;
  }

  .sub-second-text.white.full {
    font-size: 15px;
  }

  .left-part.smaller.round {
    height: 400px;
  }

  .left-part._1, .left-part._2, .left-part._3 {
    height: 300px;
  }

  .features-center {
    width: 95%;
  }

  .project-wrapper {
    margin-bottom: 50px;
  }

  .project-content {
    padding: 20px 15px;
  }

  .project-content.left {
    padding-left: 25px;
    padding-right: 15px;
  }

  .project-title {
    font-size: 20px;
    line-height: 30px;
  }

  .team-wrapper.pricing {
    width: 100%;
  }

  .newsletter-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-white {
    font-size: 29px;
    line-height: 30px;
  }

  .heading-white.biger {
    font-size: 25px;
    line-height: 40px;
  }

  .footer {
    padding-top: 30px;
  }

  .sidebar, .blog-wrapper {
    width: 100%;
  }

  .blog-title {
    font-size: 19px;
    line-height: 26px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .protected-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-page-content, .brand.mobile {
    width: 100%;
  }

  .heading-smaller {
    font-size: 24px;
    line-height: 30px;
  }

  .circle-banner.four {
    right: -178px;
  }

  .circle-banner.five {
    left: -26px;
  }

  .circle-banner.six {
    bottom: 553px;
  }

  .menu-button {
    margin-top: 10px;
  }

  .container-mobile {
    width: 300px;
    max-width: 350px;
  }

  .logo-client {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    width: 150px;
  }

  .image-3 {
    width: 45px;
  }

  .body {
    padding-bottom: 0;
  }

  .icon-3 {
    color: var(--color1);
  }

  .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-whatsapp {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .side-feature-v2 {
    flex-flow: column;
    align-self: auto;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .side-feature-v2.fgfg {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
  }

  .side-feature-v2.nvbn {
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .footer-v2-social-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .paragraph-small {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .review-tab-avatar {
    width: 28px;
    height: 28px;
  }

  .side-block-2 {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block-2.small-padding-side {
    margin-top: 40px;
  }

  .button-2.small.white.footer {
    display: none;
  }

  .button-2.ghost.full-width {
    align-self: center;
    width: 80%;
    padding-left: 20px;
  }

  .feature-v4-image {
    height: 208px;
  }

  .feature-side-info {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .logo {
    height: 60px;
  }

  .logo.footer {
    height: 50px;
  }

  .side-block-2-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-v2-nav, .checkmark-icon.dgfg, .checkmark-icon.vhg {
    display: none;
  }

  .side-info-2.place-top-545.dgf {
    margin-bottom: 20px;
  }

  .testimonials-tabs-icon {
    display: none;
  }

  .title {
    color: #f4f5f8;
  }

  .title.sub.gfh {
    color: #21242d;
  }

  .title.fg {
    color: var(--color3);
  }

  .side-features-v2._03 {
    flex-flow: column;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
  }

  .review-tab-menu {
    flex-wrap: wrap;
  }

  .intro-text._02 {
    order: -1;
  }

  .mini-feature {
    width: 100%;
  }

  .feature-v4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.small-padding-side {
    margin-top: 40px;
    margin-bottom: 140px;
  }

  .side-block.no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

  .side-block.small-padding-side {
    margin-top: 40px;
  }

  .footer-v2-left.padding {
    padding-left: 15%;
    padding-right: 15%;
  }

  .side-feature-v2-01 {
    width: 100%;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
  }

  .heading-11 {
    color: #e2e4eb;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-6 {
    font-size: 26px;
  }

  .text-grey.quemsomos {
    margin-bottom: 0;
  }

  .text-grey.terapia.serv.dets {
    margin-left: 0;
  }

  .heading-12.vfg {
    margin-bottom: 20px;
    line-height: 42px;
  }

  .features-v2 {
    width: 100%;
    padding-right: 0%;
  }

  .section-2.haze.no-padding-side.no-padding-bottom.small-padding-top {
    padding-top: 0;
  }

  .section-2.dark-mask {
    padding-top: 20px;
  }

  .section-2.sectionprincipal {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .heading-13 {
    align-self: auto;
    width: 100%;
  }

  .side-info.place-top {
    margin-top: -117px;
  }

  .message {
    text-align: center;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin.titulo {
    margin-bottom: 40px;
  }

  .instagram-link {
    padding: 16px 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .menu-icon-line-bottom {
    background-color: var(--color2);
  }

  .nav-menu-v1 {
    background-color: var(--color1);
  }

  .menu-button-2 {
    border-left-color: var(--color2);
    color: #fff;
  }

  .menu-icon-line-top {
    background-color: var(--color2);
  }

  .image-8 {
    display: none;
  }

  .menu-icon-line-middle {
    background-color: var(--color2);
  }

  .wrapper-4.nav-bar-v1-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-9 {
    display: none;
  }

  .wrapper-5.nav-bar-v1-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .side-feature-v2-2 {
    flex-flow: column;
    align-self: auto;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .side-feature-v2-2.fgfg {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
  }

  .side-feature-v2-2.nvbn {
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .side-block-3 {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block-3.small-padding-side {
    margin-top: 40px;
  }

  .side-feature-v2-3 {
    width: 100%;
  }

  .heading-18 {
    color: #e2e4eb;
    font-size: 26px;
    line-height: 32px;
  }

  .wrapper-7 {
    margin-top: 0;
  }

  .heading-19 {
    font-size: 26px;
  }

  .heading-21.vfg {
    margin-bottom: 20px;
    line-height: 42px;
  }

  .heading-22 {
    align-self: auto;
    width: 100%;
  }

  .side-info-3 {
    justify-content: center;
    align-items: center;
    margin-top: -145px;
  }

  .side-info-3.place-top {
    margin-top: -117px;
  }

  .servico {
    flex-flow: column;
    width: 98%;
  }

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

  .hero-split {
    justify-content: flex-start;
    align-items: center;
  }

  .wbs-testimonial-item {
    padding: 20px;
  }

  .team-slider-wrapper {
    width: auto;
  }

  .team-slide-wrapper {
    width: auto;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


