:root {
  --lendas-bg: #020913;
  --linear-laranja1: #b6923d;
  --linear-laranja2: #fddc62;
  --white: white;
  --black: black;
}

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

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

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

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

.body {
  background-color: var(--lendas-bg);
  color: #fff;
  font-family: Sequel Sans Head, sans-serif;
}

.section {
  text-align: left;
  padding: 70px 15px;
}

.section.bg01 {
  background-image: linear-gradient(#fff0 77%, #020a15), url('../images/hero-bg01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 73vh;
  padding-top: 98px;
}

.section.glow {
  background-color: #020913;
  background-image: url('../images/bgglow-1.png');
  background-position: 50%;
  background-size: 100% 100%;
}

.section.glow.fractal {
  background-image: url('../images/Vector.svg'), url('../images/bgglow-1.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, 100% 100%;
  background-attachment: scroll, scroll;
}

.section.glow.bg-4 {
  background-image: linear-gradient(#0109145e, #0109145e), linear-gradient(#010914, #fff0 10%), url('../images/bg.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.line {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section.line.glow {
  background-image: linear-gradient(180deg, black 66%, var(--linear-laranja1) 66%, var(--linear-laranja1) 70%, black 69%);
}

.section.bg03.jhon {
  background-color: #101010;
  background-image: url('../images/jhon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.section.bg03.cris {
  background-color: #101010;
  background-image: url('../images/cris.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 550px;
}

.section.bg03.fund-bg {
  background-color: #101010;
  background-image: linear-gradient(#020913, #101010);
}

.section.bg03.fund-bg._2 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.section.bar-large {
  background-image: linear-gradient(180deg, #020913 93%, var(--linear-laranja1) 93%, var(--linear-laranja2) 101%);
  padding-bottom: 35px;
}

.container {
  text-align: center;
  max-width: 1200px;
}

.container.centered {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: #e2e2e2;
  margin-top: 30px;
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
}

.heading-2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-3 {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2em;
}

.button {
  background-color: #b6923d;
  background-image: linear-gradient(135deg, var(--linear-laranja1) 31%, var(--linear-laranja2));
  color: #000;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  max-width: 450px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.section-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 17px;
}

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

.text-block {
  color: #8b8b8b;
  letter-spacing: 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.div-block-2 {
  background-color: #3d3d3d;
  width: 100%;
  margin-top: 18px;
  padding-bottom: 2px;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.resize-video {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
}

.div-block-3 {
  background-color: var(--lendas-bg);
  box-shadow: 0 0 10px -5px var(--linear-laranja1);
  text-align: left;
  border: 1px solid #8ef4f13b;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
}

.headline-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.box-headline {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-bottom: 1px solid #4b4b4b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-2 {
  border-top: 1px solid #3b3b3b;
  margin-top: 8px;
  padding-top: 8px;
  font-weight: 300;
}

.image {
  width: 83px;
  margin-top: 35px;
}

.image-2 {
  filter: grayscale();
  width: 100%;
  margin-bottom: 16px;
}

.container-3 {
  max-width: 1000px;
}

.div-block-5 {
  background-color: #ff9b18;
  background-image: linear-gradient(45deg, var(--linear-laranja1), var(--linear-laranja2));
  color: var(--lendas-bg);
  text-align: center;
  width: 100%;
  max-width: 300px;
  padding: 10px 15px;
}

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.text-block-3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph {
  text-align: justify;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 39px;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 13px;
  display: flex;
}

.text-block-4 {
  color: #a5a5a5;
  letter-spacing: 5px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.div-block-7 {
  background-color: var(--lendas-bg);
  text-align: center;
  border: 1px solid #00f0e02e;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 21px 21px 49px;
  display: flex;
  position: relative;
}

.image-3 {
  width: 100%;
}

.image-4 {
  width: 80px;
}

.heading-5 {
  font-size: 22px;
  line-height: 1.1em;
}

.text-block-5 {
  font-family: Sequel Sans Roman Head, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.user-insta {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 3%;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-2 {
  width: 100%;
  margin-top: 32px;
}

.div-block-8 {
  background-color: #1f1f1f;
  border: 1px solid #3a3a3a;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  padding-left: 24px;
  display: flex;
  box-shadow: 0 0 5px #ffc56e61;
}

.div-block-8._1 {
  background-image: linear-gradient(90deg, #000000e6, #000000a8 71%), url('../images/3encontros.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-8._2 {
  background-image: url('../images/recebe2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8._3 {
  background-image: url('../images/l3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8._4 {
  background-image: url('../images/recebe4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8._5 {
  background-image: url('../images/recebe5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8._6 {
  background-image: url('../images/recebe6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8._7 {
  background-image: url('../images/recebe7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8._8 {
  background-image: linear-gradient(90deg, #000, #00000040 63%), url('../images/Acessoexperiencias.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-6 {
  max-width: 200px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-7 {
  font-weight: 500;
}

.image-5 {
  border: 1px solid #383838;
  border-radius: 7px;
  width: 100%;
}

.column-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

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

.heading-6.contained {
  max-width: 706px;
}

.container-6 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-6.large {
  max-width: 1200px;
}

.container-7 {
  text-align: center;
  background-image: url('../images/bg-las.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  margin-bottom: 54px;
  padding: 265px 20px 44px;
  display: flex;
  box-shadow: 0 0 18px 3px #dbdbdb33;
}

.text-block-8 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.button-2 {
  background-color: #be9a41;
  background-image: url('../images/arro-down.svg'), linear-gradient(135deg, var(--linear-laranja1), var(--linear-laranja2));
  color: #000;
  background-position: 67%, 0 0;
  background-repeat: no-repeat, repeat;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0 0 7px #005e37;
}

.text-block-9 {
  font-size: 19px;
  font-weight: 300;
}

.image-6 {
  margin-top: 41px;
}

.div-block-9 {
  max-width: 600px;
}

.section-7 {
  background-color: #005e37;
  background-image: linear-gradient(45deg, var(--linear-laranja1), var(--linear-laranja2));
  padding-top: 17px;
  padding-bottom: 17px;
}

.container-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-48 {
  margin-top: 19px;
  margin-bottom: 9px;
}

.columns-12 {
  align-items: center;
  display: flex;
}

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

.column-17 {
  text-align: left;
}

.text-block-10 {
  text-align: center;
  font-family: Inter, sans-serif;
}

.link-final {
  color: var(--white);
}

.column-18 {
  text-align: left;
}

.image-49 {
  width: 150px;
}

.text-span {
  margin-right: 27px;
}

.columns-13 {
  margin-top: 44px;
}

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

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
  margin-top: 42px;
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.text-span-2 {
  margin-right: 24px;
}

.heading-h1 {
  font-weight: 300;
}

.heading-h1.center {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.1em;
}

.swiper {
  width: 100%;
  margin-top: 53px;
}

.highlight {
  color: #66edff;
}

.text-body {
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

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

.list {
  margin-top: 17px;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  filter: hue-rotate(104deg);
  background-image: url('../images/rec_1rec.png');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
}

.text-block-11 {
  font-size: 21px;
  line-height: 22px;
}

.heading-h2 {
  font-weight: 300;
}

.heading-h2.center {
  text-align: center;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1.1em;
}

.etapas {
  margin-bottom: 15px;
  display: flex;
}

.etapas.revers {
  flex-flow: row-reverse;
  display: flex;
}

.column-19 {
  display: flex;
}

.item-roadtrip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #44402d;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  transition: all .2s;
  display: flex;
}

.item-roadtrip:hover {
  background-color: #000;
  border-color: #6d653e;
}

.icon-aurea {
  background-color: #000;
  border: 1px solid #44402d;
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 0 3px 4px #000, 0 0 1px 7px #f4e48e14, 0 0 12px #ffd90069, 0 0 3px 10px #000, 0 0 1px 11px #f4e48e1a;
}

.icon-img {
  opacity: .89;
  width: 25px;
  height: 25px;
}

.text-roadtrip {
  text-align: left;
  max-width: 70%;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.roadtrip-map {
  margin-bottom: 35px;
}

.small {
  color: #f4e48e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
}

.container-12 {
  max-width: 1000px;
}

.column-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.div-block-10 {
  color: #101010;
  text-align: center;
  background-color: #ff9b18;
  background-image: linear-gradient(45deg, #fdb64b, #f16e24);
  width: 100%;
  max-width: 300px;
  padding: 10px 15px;
}

.text-block-12 {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.fundador {
  margin-bottom: 40px;
}

.fundador.revers {
  flex-flow: row-reverse;
  display: flex;
}

.section-8 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 17px;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #8b8b8b;
  letter-spacing: 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.div-block-12 {
  background-color: #1d2033;
  width: 100%;
  margin-top: 18px;
  padding-bottom: 2px;
}

.section-9 {
  text-align: left;
  padding: 41px 15px;
}

.section-9.glow {
  background-image: url('../images/bgglow-1.png');
  background-position: 50%;
  background-size: 100% 100%;
}

.container-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-7.center.ligh {
  font-weight: 300;
}

.box-who {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(326deg, #b6923d73, #fff0 58%);
  border: 1px solid #77cfff57;
  border-radius: 15px;
  margin-bottom: 52px;
  padding: 15px;
  position: relative;
}

.headline-h2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.headline-h2.upcase {
  text-transform: uppercase;
}

.highlight-2 {
  color: #02f6cc;
  font-weight: 600;
}

.list-dual-colluns {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.list-item-2 {
  background-image: url('../images/checkmark.svg');
  background-position: 0 36%;
  background-repeat: no-repeat;
  background-size: 40px;
  justify-content: flex-start;
  align-items: center;
  min-height: 76px;
  padding-left: 50px;
  display: flex;
}

.text-body-2 {
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1.2em;
}

.code-embed {
  width: 100%;
}

.grid-3 {
  grid-template-columns: 1fr;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 46px;
}

.icon {
  filter: invert();
  width: 100%;
  max-width: 140px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .container-11 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.bg01 {
    background-position: 100% 0;
    background-size: 187%;
    padding-top: 198px;
  }

  .section.bg03 {
    background-position: 84% 0;
    background-repeat: no-repeat;
    background-size: 200%;
    padding-top: 221px;
  }

  .section.bg03.jhon {
    background-position: 80% 0;
    background-size: 200%;
    height: auto;
  }

  .section.bg03.cris {
    background-position: 15% 0;
    background-size: 200%;
  }

  .section.bar-large {
    background-image: linear-gradient(#020913 82%, #31cbff 82%), url('../images/linebg.svg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 150px;
    padding-top: 8px;
  }

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

  .heading {
    font-size: 19px;
  }

  .heading-2 {
    font-size: 17px;
    line-height: 25px;
  }

  .heading-3 {
    font-size: 23px;
    line-height: 31px;
  }

  .button {
    background-image: linear-gradient(45deg, var(--linear-laranja1), var(--linear-laranja2));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 21px;
  }

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

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph {
    text-align: justify;
    font-size: 17px;
  }

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

  .text-block-5 {
    font-family: Inter, sans-serif;
    font-size: 15px;
  }

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

  .div-block-8 {
    height: 200px;
  }

  .text-block-6 {
    max-width: 164px;
    font-size: 24px;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .column-2 {
    margin-top: 31px;
  }

  .heading-6.contained {
    font-size: 22px;
    line-height: 27px;
  }

  .container-7 {
    background-color: var(--lendas-bg);
    background-size: contain;
    padding-top: 144px;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 22px;
  }

  .button-2 {
    background-image: linear-gradient(45deg, var(--linear-laranja1), var(--linear-laranja2));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .image-6 {
    max-width: 51%;
    margin-top: 30px;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-48 {
    width: 33%;
  }

  .text-block-10 {
    font-size: 13px;
    line-height: 16px;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span {
    margin-right: 0;
  }

  .columns-13 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    margin-top: 14px;
    display: flex;
  }

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .text-span-2 {
    margin-right: 0;
  }

  .image-50 {
    max-width: 47%;
  }

  .heading-h1 {
    font-size: 29px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .heading-9 {
    margin-top: 48px;
    font-size: 30px;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 33px;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-12 {
    text-align: center;
    font-size: 30px;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .heading-h2 {
    font-size: 29px;
  }

  .etapas {
    flex-flow: column;
  }

  .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-13 {
    margin-top: 48px;
    font-size: 30px;
  }

  .fundador {
    flex-flow: column;
    display: flex;
  }

  .fundador.revers {
    flex-flow: column;
  }

  .section-9 {
    padding-top: 43px;
    padding-bottom: 43px;
  }

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

  .heading-7 {
    font-size: 29px;
  }

  .headline-h2 {
    font-size: 24px;
  }

  .list-dual-colluns {
    flex-flow: column;
    display: flex;
  }

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


@font-face {
  font-family: 'Sequel Sans Head';
  src: url('../fonts/Sequel-Sans-Bold-Head.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Disp';
  src: url('../fonts/Sequel-Sans-Medium-Disp.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Head';
  src: url('../fonts/Sequel-Sans-Light-Head.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Roman Head';
  src: url('../fonts/Sequel-Sans-Roman-Head.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Head';
  src: url('../fonts/Sequel-Sans-Medium-Head.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Roman Body';
  src: url('../fonts/Sequel-Sans-Roman-Body.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Semi Head';
  src: url('../fonts/Sequel-Sans-Semi-Bold-Head.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}