html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #72818d;
  line-height: 1.3;
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1 {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 56px;
  color: #4d565d;
  padding: 0px;
  margin: 0px;
}

h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #72818d;
  padding: 0px;
  margin: 0px;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #4d565d;
  padding: 0px;
  margin: 0px;
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  padding: 0px;
  margin: 0px;
}

h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #4d565d;
  padding: 0px;
  margin: 0px;
}

h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  color: #4d565d;
}

p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #9dadbb;
}

.hight {
  color: #ffb748;
}

.hight-200 {
  color: #fe925f;
}

.hight-p {
  color: #005f56;
}

.under {
  position: relative;
}

.under::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 5px;
  border-radius: 20px;
  background: rgba(100, 216, 204, 0.5);
}

.button {
  padding: 15px 33px;
  background: #faa41f;
  border: none;
  outline: none;
  border-radius: 100px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}

.button:hover {
  background: #fe925f;
}

.button-outlined {
  padding: 10px 30px;
  border: 1px solid #f94f00;
  background: transparent;
  outline: none;
  border-radius: 100px;
  color: #f94f00;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

.button-outlined:hover {
  background: rgba(0, 0, 0, 0.05);
}

.blob-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.blob-top {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 39.9375em) {
  .blob-top {
    display: none;
  }
}

nav {
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1110px;
  margin: 0px auto;
  z-index: 2;
}

nav .logo {
  width: 86.17px;
  height: 54px;
  cursor: pointer;
}

nav .menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

nav .menu__nav a {
  color: #005f56;
  text-decoration: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 0px;
  border-bottom: 2px solid transparent;
}

nav .menu__nav a:hover {
  border-bottom: 2px solid #9dadbb;
}

nav .menu__nav a.active {
  border-bottom: 2px solid #ffc264;
}

@media (max-width: 1101px) {
  nav .menu__nav {
    display: none;
  }
}

nav .menu {
  cursor: pointer;
}

@media (min-width: 1100px) {
  nav .menu {
    display: none;
    pointer-events: none;
  }
}

nav .back-effect {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 98;
  background: rgba(0, 186, 162, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

nav .close {
  cursor: pointer;
}

nav .hide.menu_full_nav {
  display: none !important;
  pointer-events: none !important;
}

nav .hide.back-effect {
  display: none !important;
  pointer-events: none !important;
}

nav .menu_full_nav {
  pointer-events: all;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  z-index: 99;
  inset: 0;
  width: 100%;
  height: 70vh;
  min-height: 500px;
}

nav .menu_full_nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav .menu_full_nav .h {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .menu_full_nav a {
  color: #005f56;
  text-decoration: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 0px;
  border-bottom: 2px solid transparent;
}

nav .menu_full_nav a:hover {
  border-bottom: 2px solid #9dadbb;
}

nav .menu_full_nav a.active {
  border-bottom: 2px solid #ffc264;
}

footer {
  background: linear-gradient(96.17deg, #72818d 31.93%, #4f5f6b 87.94%);
}

footer .content {
  max-width: 1110px;
  margin: 0px auto;
  z-index: 3;
  color: #ffffff;
  padding: 48px 0px;
}

@media (max-width: 1101px) {
  footer .content {
    padding: 40px 30px;
  }
}

footer .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
}

@media (max-width: 1101px) {
  footer .content .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .content .info .f-item {
  color: #ffffff;
  margin-bottom: 15px;
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

footer .content .info .f-item img {
  height: 16px;
}

footer .content .info .man {
  text-decoration: underline;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

footer .content .info .f-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 26px;
}

footer .content .info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

footer .content .divider {
  width: 100%;
  height: 1px;
  margin: 28px 0px;
  background: rgba(255, 255, 255, 0.2);
}

footer .content .credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 39.9375em) {
  footer .content .credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}

footer .content .credits .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

footer .content .credits .place .res {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

footer .content .credits .place .cnpj {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

footer .content .credits .devs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

footer .content .credits .devs span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.home {
  background: #f7f9f9;
}

header {
  background-image: url("https://genu-webcontent.s3.sa-east-1.amazonaws.com/anon/Anonymous/assets_anon/images/indexclinicas/Background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1100px) {
  header {
    margin-bottom: -100px;
    padding-top: 30px;
    padding-bottom: 120px;
  }
}

header .wrapper {
  max-width: 1110px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header img {
  display: none;
  height: 450px;
}

@media (min-width: 1100px) {
  header img {
    display: unset;
  }
}

header .header-content {
  padding: 64px 30px;
  margin-bottom: 34px;
}

@media (min-width: 1100px) {
  header .header-content {
    padding: 64px 0px;
  }
}

header .header-content h1 {
  padding-bottom: 25px;
}

header .header-content h1 .under::before {
  content: "";
  display: none;
}

@media (min-width: 1100px) {
  header .header-content h1 .under::before {
    display: unset;
  }
}

header .header-content h6 {
  padding-bottom: 20px;
}

header .header-content ul {
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

header .header-content ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #9dadbb;
}

header .header-content ul li:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 12px;
  background-image: url("https://genu-webcontent.s3.sa-east-1.amazonaws.com/anon/Anonymous/assets_anon/images/indexclinicas/done.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

section {
  max-width: 1110px;
  margin: 0px auto;
}

.exp-free {
  padding: 34px 60px 40px;
  background: linear-gradient(267.31deg, #00baa2 1.7%, #005f56 148.08%), #005f56;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.exp-free .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  gap: 30px;
}

.exp-free .bottom input {
  outline: none;
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2000px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.exp-free .bottom select {
  outline: none;
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2000px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.exp-free .bottom select:focus {
  background-color: #01897A;
}


@media (max-width: 1101px) {
  .exp-free .bottom input {
    width:80% !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
   }
}

@media (max-width: 1101px) {
  .exp-free .bottom select {
    max-width:80% !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1101px) {
  .exp-free .bottom button {
    width:80% !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.exp-free .bottom input::-webkit-input-placeholder {
  color: #ffffff;
}

.exp-free .bottom input:-ms-input-placeholder {
  color: #ffffff;
}

.exp-free .bottom input::-ms-input-placeholder {
  color: #ffffff;
}

.exp-free .bottom input::placeholder {
  color: #ffffff;
}

@media (min-width: 1100px) {
  .exp-free {
    border-radius: 8px;
  }
}

.exp-free h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}

.exp-free button {
  position: relative;
  z-index: 2;
}

@media (min-width: 1100px) {
  .exp-free.no-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.5%;
  }
}

.features {
  margin-top: -100px;
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 1100px) {
  .features {
    display: block;
  }
}

.features .illust {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0px 100px 300px;
}

.features .content {
  max-width: 1100px;
  margin: 0px auto;
  padding: 197px 0px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

.features .content .radio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.features .content .radio li {
  font-family: Roboto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  cursor: pointer;
  color: #9dadbb;
}

.features .content .radio li.active {
  font-weight: 500;
  color: #4d565d;
}

.features .content .radio li:hover {
  text-decoration: underline;
}

.features .content .radio li:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("https://genu-webcontent.s3.sa-east-1.amazonaws.com/anon/Anonymous/assets_anon/images/indexclinicas/Ellipse.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 17px;
}

.features .content .radio li.active:before {
  background-image: url("https://genu-webcontent.s3.sa-east-1.amazonaws.com/anon/Anonymous/assets_anon/images/indexclinicas/EllipseS.svg");
}

.features .content .content-table {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.features .content .content-table h2 {
  text-align: start;
  margin-bottom: 20px;
  width: 60%;
}

.features .content .content-table .list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.features .content .content-table .list li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.features .content .content-table .list li:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background-image: url("https://genu-webcontent.s3.sa-east-1.amazonaws.com/anon/Anonymous/assets_anon/images/indexclinicas/EllipseG.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.know {
  padding: 64px 30px;
}

@media (min-width: 1100px) {
  .know {
    display: none;
  }
}

.know h2 {
  text-align: start;
}

.know video {
  width: 100%;
  margin-top: 42px;
  height: 200px;
  height: 40vw;
}

.promocional-price {
  position: relative;
  background: linear-gradient(267.31deg, #00baa2 1.7%, #005f56 148.08%), #005f56;
  padding: 42px 30px;
  font-family: Raleway;
}

.promocional-price h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 45px;
}

.promocional-price h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}

.info {
  padding: 64px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

@media (min-width: 1100px) {
  .info {
    padding: 100px 0px;
  }
}

@media (max-width: 39.9375em) {
  .info {
    -ms-grid-columns: (100%)[auto-fit];
        grid-template-columns: repeat(auto-fit, 100%);
  }
}

.info .card {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  border-radius: 8px;
  padding: 20px;
}

.info .card .icon {
  margin-bottom: 20px;
}

.info .card .title {
  margin-bottom: 15px;
}

.info .card .desc {
  margin: 0px;
}

.info .card:hover {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  background: linear-gradient(123.88deg, #039481 2.91%, #00baa2 103.89%);
}

.info .card:hover .title {
  color: #ffffff;
}

.info .card:hover .desc {
  color: #ffffff;
}

.benefits {
  padding: 60px 30px 40px;
}

@media (min-width: 1100px) {
  .benefits {
    padding: 100px 0px 0px;
  }
}

.benefits h1 {
  text-align: center;
}

.benefits p {
  text-align: center;
  padding-bottom: 47px;
}

.benefits .v-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  overflow-x: auto;
}

.benefits .v-card-list .v-card {
  min-width: 210px;
  padding: 16px;
}

.benefits .v-card-list .v-card:not(:last-child) {
  margin-right: 6px;
}

.benefits .v-card-list .v-card:hover {
  background: white;
}

.benefits .v-card-list .v-card .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
  color: #4d565d;
}

.benefits .v-card-list .v-card .icon {
  margin-bottom: 20px;
}

.benefits .v-card-list .v-card .desc {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #9dadbb;
}

.depositions {
  padding: 30px 30px 40px;
}

@media (min-width: 1100px) {
  .depositions {
    padding: 100px 0px;
  }
}

.depositions h1 {
  text-align: center;
}

.depositions .sub-title {
  text-align: center;
  margin-bottom: 5px;
  color: #f94f00;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

.depositions .dots-p .glider-dot {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 15px;
  height: 6px;
  background: #ccd6df;
}

.depositions .dots-p .glider-dot.active {
  background: #005f56;
  width: 30px;
}

.depositions .p-card-list {
  margin-top: 64px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}

.depositions .p-card-list .p-card {
  width: 350px;
  min-width: 350px;
  padding: 20px;
  background: white;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.depositions .p-card-list .p-card:not(:last-child) {
  margin-right: 30px;
}

.depositions .p-card-list .p-card .opnion {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #4d565d;
  margin-bottom: 12px;
}

.depositions .p-card-list .p-card .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.depositions .p-card-list .p-card .person .pic {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2000px;
  margin-right: 12px;
}

.depositions .p-card-list .p-card .person .person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.depositions .p-card-list .p-card .person .person-info .name {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #005f56;
}

.depositions .p-card-list .p-card .person .person-info .local {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #72818d;
}

.belive {
  background: white;
  padding: 30px 30px 14px;
}

@media (min-width: 1100px) {
  .belive {
    padding: 64px 30px;
  }
}

.belive h1 {
  text-align: center;
}

.belive .companys {
  max-width: 1100px;
  margin: 0px auto;
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (min-width: 1100px) {
  .belive .companys {
    margin-top: 48px;
  }
}

.whatsapp{
	position:fixed;
	width:70px;
	height:70px;
	bottom:20px;
	left:20px;
	background-color:transparent;
	z-index: 99999;
}
/*# sourceMappingURL=home.css.map */