@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --medium-sea-green: #af9274;
  --midnight-blue: #2e394b;
  --dark-blue: #222236;
}

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

a {
  text-decoration: none;
}

.header {
  z-index: 999;
  opacity: 1;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.global-div {
  width: 1440px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.global-div.top-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.global-div.hero-block {
  z-index: 99;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.link {
  background-color: #0000;
  background-image: linear-gradient(270deg, var(--medium-sea-green), var(--midnight-blue));
  color: #fff;
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 100px;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 14px;
}

.link.link-alt {
  background-image: none;
  border-style: solid;
}

.link.link-alt:hover {
  border-color: var(--medium-sea-green);
  background-color: var(--medium-sea-green);
}

.text-block {
  color: var(--medium-sea-green);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-block.text-block-alt {
  font-family: "Fa Regular 400", sans-serif;
}

.text-block-2 {
  color: #ffffff80;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
}

.text-block-3 {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.image {
  background-color: var(--medium-sea-green);
}

.hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/GetPaidStock.com-648bb20f4686b.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-2 {
  width: 150px;
}

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

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

.div-block-5 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.text-block-4 {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 17px;
}

.heading-2 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-2:hover {
  color: #fff;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  object-fit: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.text-block-5 {
  color: #ffffff80;
  text-transform: uppercase;
}

.heading-3 {
  color: #fff;
  width: 600px;
  font-family: Droid Serif, serif;
  font-size: 96px;
  line-height: 96px;
}

.text-block-6 {
  color: #fff;
  width: 421px;
  font-size: 20px;
  line-height: 24px;
}

.div-block-8 {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.image-4 {
  align-self: auto;
  width: 675px;
  margin-top: 49px;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  z-index: 98;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 1100px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-5 {
  object-fit: cover;
  object-position: 100% 0%;
  width: 550px;
  height: 980px;
}

.div-block-11 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  z-index: 99;
  background-image: linear-gradient(#0000 42%, #2e394b 96%);
  position: absolute;
  inset: 0%;
}

.section {
  background-color: var(--midnight-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-67 {
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.h2.h2-somos-tci {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.heading-2-copy {
  color: var(--medium-sea-green);
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 48px;
  line-height: 60px;
}

.paragraph-16 {
  color: #fff;
  column-count: 2;
  column-rule-style: dotted;
  column-rule-width: 2px;
  column-gap: 100px;
  width: 1200px;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 40px;
}

.div-block-68 {
  flex-direction: row;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-29 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 500px;
  height: 500px;
}

.div-block-69 {
  border-right: 2px dotted var(--midnight-blue);
  background-color: var(--medium-sea-green);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: 500px;
  padding: 50px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
}

.text-block-20 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.div-block-70 {
  background-color: var(--medium-sea-green);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
  align-items: flex-start;
  height: 500px;
  padding: 50px;
  display: flex;
}

.text-block-21 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

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

.text-span-3 {
  font-size: 16px;
  font-weight: 400;
}

.nossos-cursos {
  background-color: #0000;
  background-image: url('../images/Rectangle-1-copy-11.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 185px;
}

.curso-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.sabe-mais {
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 15px 30px;
}

.sabe-mais:hover {
  border-color: var(--medium-sea-green);
  background-color: var(--medium-sea-green);
}

.curso {
  background-image: url('../images/curso-formaçao-de-coaching-em-vendas-crop-u83125_1curso formaçao de coaching em vendas-crop-u83125.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 540px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 5px 30px 20px;
  display: flex;
}

.curso.certificacao-em-coaching {
  background-image: linear-gradient(#00000080, #00000080), url('../images/GetPaidStock.com-64bf37cd72e0f-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
}

.curso.coaching-de-vendas {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/GetPaidStock.com-64bf37a06583f-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
}

.curso.leader-coaching {
  background-image: linear-gradient(#00000080, #00000080), url('../images/GetPaidStock.com-64bf37f01f640-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
}

.curso.pnl {
  background-image: linear-gradient(#00000080, #00000080), url('../images/GetPaidStock.com-64bf383d4e314-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
}

.nossos-cursos-block-item {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nossos-cursos-block {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.h2-global-title {
  color: #1a2129;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.h2-global-title.nossos-cursos-title {
  text-align: center;
  width: 540px;
  margin: 0 auto 60px;
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.h2-global-title.nossos-cursos-title-copy {
  color: #fff;
  text-align: left;
  width: auto;
  margin: 0 auto 20px;
  font-family: Droid Serif, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.h2-global-title.nossos-cursos-title-copy-2 {
  color: var(--midnight-blue);
  text-align: center;
  width: 540px;
  margin: 0 auto 40px;
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.h2-global-title.nossos-cursos-title-copy-2-branco {
  color: var(--midnight-blue);
  text-align: left;
  align-self: auto;
  width: 540px;
  margin: 0 0 40px;
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.divisor {
  border-bottom: 1px solid var(--medium-sea-green);
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding-top: 0;
  padding-bottom: 0;
}

.curso-paragraph {
  color: #fff;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
}

.bold-text {
  color: var(--midnight-blue);
  font-weight: 700;
}

.section-2 {
  height: 500px;
  position: relative;
}

.div-block-71 {
  background-color: var(--midnight-blue);
  width: 60%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-72 {
  background-color: var(--midnight-blue);
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-73 {
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-30 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 675px;
  margin-top: -85px;
}

.div-block-74 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-family: Droid Serif, serif;
}

.sabe-mais-copy {
  border: 1px solid var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 40px;
  padding: 15px 30px;
}

.sabe-mais-copy:hover {
  border-color: var(--medium-sea-green);
  background-color: var(--midnight-blue);
}

.section-15 {
  background-image: url('../images/Rectangle-1-copy-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-106 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-11-copy {
  color: #0e7496;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-12-copy {
  color: #023a40;
  text-align: left;
  width: 960px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 26px;
}

.image-37 {
  width: 100px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-16 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100px;
  width: 120px;
  height: 120px;
}

.icon-3 {
  color: var(--medium-sea-green);
  margin-left: 0;
  margin-right: auto;
}

.text-block-166 {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.text-block-167 {
  color: var(--midnight-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.slide-nav {
  display: none;
}

.icon-4 {
  color: var(--medium-sea-green);
  margin-left: auto;
  margin-right: 0;
}

.text-block-165 {
  color: var(--midnight-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--medium-sea-green);
  width: 960px;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 18px;
  line-height: 26px;
}

.slider {
  background-color: #0000;
  width: 1200px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.bold-text-copy {
  color: var(--midnight-blue);
  font-weight: 700;
}

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

.div-block-202.div-block-202-alt {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-18 {
  grid-column-gap: 10px;
  color: #fff;
  -webkit-text-stroke-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: "Fa Brands 400", sans-serif;
  line-height: 14px;
  display: flex;
}

.link-18:hover {
  border-color: var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  color: #071f30;
  -webkit-text-stroke-color: transparent;
}

.div-block-203 {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 75px;
  display: flex;
}

.text-block-158 {
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  line-height: 12px;
}

.text-block-156 {
  color: var(--medium-sea-green);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.text-block-159 {
  color: #fff;
  margin-left: 0;
  font-size: 8px;
  line-height: 10px;
}

.div-block-201 {
  flex-direction: column;
  align-items: flex-start;
  width: 385px;
  display: flex;
}

.div-block-205 {
  background-color: var(--medium-sea-green);
  border: 1px #00ecd2;
  width: 16px;
  height: 3px;
}

.div-block-208 {
  grid-column-gap: 100px;
  align-items: flex-end;
  display: flex;
}

.div-block-200 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-204 {
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.link-19 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.link-19:hover, .link-19.w--current {
  color: var(--medium-sea-green);
}

.link-19.w--current:hover {
  color: #00ecd2;
}

.link-19.link-19-alt {
  color: #fff;
}

.div-block-206 {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.div-block-209 {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  display: flex;
}

.section-6 {
  background-color: var(--dark-blue);
  border-top: 1px #00ecd2;
  padding-top: 100px;
  padding-bottom: 75px;
}

.image-13 {
  width: 16px;
  height: 16px;
}

.image-36 {
  width: 150px;
}

.div-block-199 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-160 {
  color: #fff;
  width: 360px;
  font-size: 12px;
  line-height: 16px;
}

.div-block-207 {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 15px;
  margin-left: 10px;
  display: flex;
}

.text-block-157 {
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
}

.formacao-coaching-vendas-top-banner {
  background-image: url('../images/Imagem-topo-formacao-de-vendas_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.formacao-de-vendas-top-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.titlulo-de-curso {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff40;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  font-family: Droid Serif, serif;
}

.subtilulo-curso {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}

.divisor-2 {
  border-bottom: 1px solid #db0032;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding-top: 0;
  padding-bottom: 0;
}

.divisor-2.divisor-curso {
  border-bottom-color: var(--medium-sea-green);
  width: 5%;
  margin: 50px auto;
}

.paragrafo-curso {
  color: #fff;
  text-align: center;
  width: 640px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.link-copy {
  background-color: #0000;
  background-image: linear-gradient(270deg, var(--medium-sea-green), var(--midnight-blue));
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 100px;
  width: 244px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 14px;
  display: block;
}

.link-copy.link-alt {
  background-image: none;
  border-style: solid;
}

.link-copy.link-alt:hover {
  border-color: var(--medium-sea-green);
  background-color: var(--medium-sea-green);
}

.section-17 {
  background-color: var(--dark-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-210 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-copy-branco {
  color: var(--medium-sea-green);
  font-weight: 700;
}

.div-block-211 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-212 {
  flex-flow: column;
  display: flex;
}

.link-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.image-15 {
  width: 100%;
}

.post-info {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  padding: 30px 30px 0;
  display: flex;
}

.text-block-168 {
  color: #fff;
  text-align: center;
  background-color: #1a2129;
  border-radius: 50px;
  width: 155px;
  margin-top: -45px;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 10px;
  line-height: 10px;
}

.post-title {
  color: #1a2129;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.heading-9 {
  color: #1a2129;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.text-block-169 {
  color: #7f7f7f;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}

.button-2 {
  background-color: var(--medium-sea-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 23px 60px;
}

.button-2:hover {
  background-color: var(--dark-blue);
}

.div-block-19 {
  background-color: var(--medium-sea-green);
  width: 80%;
  height: 5px;
  margin-top: 50px;
}

.image-38 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 300px;
  height: 240px;
}

.link-3 {
  color: #fff;
  text-align: center;
  align-self: center;
  width: 50%;
  margin-top: -30px;
  font-size: 16px;
  line-height: 22px;
}

.heading-10 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
}

.heading-14 {
  color: var(--medium-sea-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

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

.paragraph-11 {
  color: #fff;
  column-count: 2;
  column-gap: 100px;
  width: 960px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: left;
  width: 50%;
}

.botao {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #082b54;
  background-color: #ffb72c;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  transition: all .2s ease-in-out;
  display: flex;
}

.botao:hover {
  transform: scale(.9);
}

.botao.botao-artigo {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 100px;
  align-self: center;
}

.image-39 {
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-62 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-15 {
  color: #fff;
  text-align: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
}

.heading-16 {
  color: var(--medium-sea-green);
  text-align: center;
  align-self: center;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 0;
}

.heading-16.subtitulo-artigo {
  text-align: left;
  align-self: auto;
  margin-top: 0;
}

.body {
  background-color: var(--dark-blue);
}

.bold-text-7 {
  color: var(--medium-sea-green);
}

@media screen and (max-width: 479px) {
  .global-div.hero-block {
    padding-bottom: 0;
  }

  .link-block {
    display: none;
  }

  .link-block.logo-rodape, .link-block.lgogo-rodape.w--current {
    display: block;
  }

  .link {
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
  }

  .hero {
    align-items: flex-end;
    height: 600px;
  }

  .image-2 {
    width: 100px;
  }

  .div-block-3 {
    flex: none;
    width: 260px;
  }

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

  .heading-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-6 {
    width: 100%;
    margin-top: -40px;
    display: flex;
    overflow: auto;
  }

  .image-3 {
    width: 48px;
    height: 48px;
  }

  .heading-3 {
    width: 300px;
    margin-top: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-6 {
    width: 300px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-8 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
  }

  .div-block-10 {
    align-items: flex-end;
    margin-right: 0;
    padding-left: 80px;
    overflow: auto;
  }

  .image-5 {
    object-fit: cover;
    object-position: 100% 0%;
    width: 300px;
    height: 410px;
    margin-top: 190px;
    margin-left: 0;
    margin-right: -50px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: auto;
  }

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

  .div-block-67 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2.h2-somos-tci {
    font-size: 16px;
  }

  .heading-2-copy {
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-16 {
    column-count: 1;
    max-width: 100%;
    margin-top: 50px;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-68 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-29 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .div-block-69 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .text-block-20 {
    margin-top: 15px;
  }

  .div-block-70 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .nossos-cursos {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .curso.certificacao-em-coaching, .curso.coaching-de-vendas, .curso.leader-coaching {
    margin-bottom: 20px;
  }

  .nossos-cursos-block-item {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-global-title.nossos-cursos-title {
    max-width: 100%;
  }

  .h2-global-title.nossos-cursos-title-copy {
    width: 300px;
    max-width: 100%;
    margin-left: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .h2-global-title.nossos-cursos-title-copy-2 {
    max-width: 100%;
  }

  .h2-global-title.nossos-cursos-title-copy-2-branco {
    text-align: center;
    max-width: 100%;
  }

  .section-2 {
    height: 755px;
  }

  .div-block-73 {
    flex-direction: column;
    max-width: 100%;
  }

  .image-30 {
    align-self: flex-end;
    width: 358px;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-74 {
    width: auto;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-106 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11-copy {
    font-size: 24px;
    line-height: 24px;
  }

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

  .right-arrow {
    display: block;
  }

  .icon-3 {
    width: 40px;
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .icon-4 {
    inset: auto 0% 0% auto;
  }

  .text-block-165 {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .slider {
    max-width: 100%;
  }

  .div-block-26 {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow {
    display: block;
  }

  .div-block-203 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-201 {
    width: auto;
  }

  .div-block-208 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-204 {
    display: none;
  }

  .div-block-209 {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    max-width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-199 {
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-160 {
    max-width: 100%;
  }

  .text-block-157 {
    line-height: 14px;
  }

  .formacao-de-vendas-top-container {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .titlulo-de-curso {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    font-size: 24px;
    line-height: 32px;
  }

  .subtilulo-curso {
    font-size: 18px;
    line-height: 24px;
  }

  .paragrafo-curso {
    width: auto;
  }

  .bold-text-6 {
    font-size: 18px;
    line-height: 20px;
  }

  .link-copy {
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
  }

  .section-17 {
    padding-bottom: 0;
  }

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

  .link-3 {
    width: 100%;
  }

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

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

  .paragraph-11 {
    column-count: 1;
    max-width: 100%;
  }

  .div-block-61 {
    width: 300px;
  }

  .text-block-10 {
    width: 100%;
  }

  .botao {
    height: 50px;
  }

  .image-39 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-62 {
    width: 300px;
  }

  .heading-15 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-16, .heading-16.subtitulo-artigo {
    width: 100%;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}