@font-face {
  font-family: Kyros Contactos;
  src: url('../fonts/kyros_contactos.eot') format("embedded-opentype"), url('../fonts/kyros_contactos.woff') format("woff"), url('../fonts/kyros_contactos.ttf') format("truetype"), url('../fonts/kyros_contactos.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jwa Socials;
  src: url('../fonts/jwa-socials.eot') format("embedded-opentype"), url('../fonts/jwa-socials.woff') format("woff"), url('../fonts/jwa-socials.ttf') format("truetype"), url('../fonts/jwa-socials.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltarabic;
  src: url('../fonts/HelveticaNeueLTArabic-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltarabic;
  src: url('../fonts/HelveticaNeueLTArabic-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Neuemachina;
  src: url('../fonts/NeueMachina-Ultrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemachina;
  src: url('../fonts/NeueMachina-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemachina;
  src: url('../fonts/NeueMachina-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheros;
  src: url('../fonts/texgyreheros-bold.otf') format("opentype"), url('../fonts/texgyreheroscn-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheros;
  src: url('../fonts/texgyreheroscn-regular.otf') format("opentype"), url('../fonts/texgyreheros-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheros;
  src: url('../fonts/texgyreheros-italic.otf') format("opentype"), url('../fonts/texgyreheroscn-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Texgyreheros;
  src: url('../fonts/texgyreheros-bolditalic.otf') format("opentype"), url('../fonts/texgyreheroscn-bolditalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --main-yellow: #e7b842;
  --black-2: black;
  --white: white;
  --plack: #000;
  --black: #000;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.nav_section {
  position: absolute;
  inset: 0% 0% auto;
}

.contain {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.brand {
  background-image: url('../images/Logotipo-Kyros_branco.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 90px;
}

.nav-link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Salzburg Serial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 90px;
}

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

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link._2 {
  border: 1px solid var(--main-yellow);
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 17px;
  padding-bottom: 15px;
  line-height: 100%;
}

.nav-link._2:hover {
  background-color: var(--main-yellow);
  color: var(--black-2);
}

.nav-link.abrir {
  color: var(--main-yellow);
}

.hero-section_video {
  height: 750px;
}

.background-video {
  background-image: linear-gradient(86deg, #000000d4 33%, #fff0);
  height: 100%;
}

.navbar {
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper-inside-video {
  padding: 14% 50px 25px;
}

.heading {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 52px;
  line-height: 100%;
}

.heading._3 {
  font-size: 32px;
  line-height: 130%;
}

.heading._200 {
  font-size: 44px;
  line-height: 130%;
}

.heading._200._5 {
  margin-bottom: 25px;
}

.heading._200._5.branco {
  color: #fff;
}

.heading._200._966 {
  font-family: Salzburg Serial, sans-serif;
  font-size: 52px;
}

.heading._6 {
  margin-bottom: 50px;
}

.heading._6._9, .heading.p {
  color: #000;
}

.heading.o {
  margin-bottom: 68px;
}

.heading.rol {
  margin-bottom: 15px;
  font-size: 43px;
}

.heading._4565 {
  margin-bottom: 50px;
}

.heading.kl {
  margin-bottom: 0;
  font-size: 48px;
}

.heading.branco {
  color: #fff;
  margin-bottom: 40px;
}

.div-block {
  width: 80%;
}

.paragraph {
  color: #1f1f1f;
  margin-bottom: 35px;
  font-size: 17px;
  line-height: 170%;
}

.paragraph.branco {
  color: #fff;
  line-height: 170%;
}

.paragraph.branco._6 {
  color: #ffffffba;
  margin-bottom: 0;
  font-family: Helveticaneueltarabic, sans-serif;
  font-size: 16px;
}

.paragraph._0 {
  margin-bottom: 72px;
  font-size: 17px;
}

.paragraph._0._566 {
  width: 100%;
  margin-bottom: 35px;
  line-height: 160%;
}

.paragraph._0._566.white {
  color: var(--white);
}

.paragraph._5 {
  color: #000;
  margin-bottom: 5px;
  font-size: 21px;
}

.paragraph.bigger {
  font-size: 22px;
}

.button {
  border: 1px solid var(--white);
  text-align: center;
  text-transform: none;
  background-color: #3898ec00;
  border-radius: 5px;
  min-width: 200px;
  height: 50px;
  padding: 0 25px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 16px;
  line-height: 50px;
}

.button:hover {
  background-color: var(--white);
  color: #000;
}

.button._200 {
  color: #171717;
  border-color: #000;
}

.button._2 {
  border-color: var(--plack);
  color: #0c0c0c;
}

.button._2:hover {
  border-color: var(--main-yellow);
}

.button._2._099 {
  border-color: var(--white);
  color: #fff;
}

.button._2._099:hover {
  color: #000;
}

.button._0 {
  background-color: var(--main-yellow);
  color: #000;
  border-style: none;
}

.button._0._5 {
  margin-left: 15px;
  display: none;
}

.section {
  background-color: var(--main-yellow);
  padding: 100px 50px;
}

.sobre-nos_wrapper {
  display: flex;
}

.div-block-2 {
  flex: none;
  width: 40%;
}

.servicos-section {
  padding: 100px 50px;
}

.tab-pane-tab-1 {
  padding-top: 80px;
}

.div-block-3 {
  margin-bottom: 80px;
}

.div-block-3._0 {
  color: #fff;
  margin-bottom: 70px;
}

.div-block-3._5 {
  margin-bottom: 80px;
}

.tab-link {
  color: #979797;
  background-color: #d2d2d200;
  border: 3px solid #ffffff24;
  border-radius: 5px;
  margin-right: 15px;
  padding: 0 60px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
}

.tab-link.w--current {
  border-width: 3px;
  border-color: var(--main-yellow);
  background-color: var(--main-yellow);
  color: var(--black);
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-name-text {
  color: var(--black);
  margin-bottom: 15px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
}

.service-name-text._0 {
  height: 50px;
}

.service-name-text._2 {
  font-size: 20px;
}

.div-block-4 {
  background-color: var(--main-yellow);
  width: 50%;
  height: 1px;
  margin-bottom: 25px;
}

.div-block-4._2 {
  margin-bottom: 15px;
}

.div-block-4._2._500 {
  margin-bottom: 50px;
}

.div-block-4._9 {
  margin-bottom: 62px;
}

.div-block-4._9._550 {
  margin-bottom: 35px;
}

.div-block-4._8 {
  margin-bottom: 10px;
}

.section-2 {
  background-image: linear-gradient(82deg, #000000f7, #1c1c1c87), url('../images/joyful-business-woman.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 170px 50px 169px;
  display: block;
}

.div-block-5 {
  color: #fff;
  width: 60%;
}

.section-3 {
  background-color: #000;
  padding: 130px 50px;
}

.div-block-6 {
  color: #fff;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-2._2 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-7 {
  margin-bottom: 100px;
}

.img_wrapper {
  background-color: #dadada;
  text-decoration: none;
  transition: all .35s;
}

.img_wrapper:hover {
  transform: translate(0, -25px);
}

.div-block-8 {
  background-image: url('../images/img_kyros-3.png');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
}

.div-block-8._1 {
  cursor: pointer;
  width: 100%;
  height: 180px;
}

.div-block-8._2 {
  background-image: url('../images/WhatsApp-Image-2024-03-28-at-1.15.23-PM.jpeg');
  background-position: 50% 20%;
}

.div-block-8._3 {
  background-image: url('../images/img-kyros_2.png');
  background-position: 50% 15%;
  margin-top: 0;
}

.div-block-8._4 {
  background-image: url('../images/WhatsApp-Image-2024-03-28-at-1.15.46-PM.jpeg');
  background-position: 90% 18%;
  background-size: cover;
}

.div-block-8._5 {
  background-image: url('../images/WhatsApp-Image-2024-03-28-at-1.16.06-PM.jpeg');
}

.div-block-8._6 {
  background-image: url('../images/WhatsApp-Image-2024-03-28-at-1.15.28-PM.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-9 {
  color: #000;
  margin-bottom: 0;
  padding: 27px;
}

.text-block {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Neuemachina, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
}

.text-block._1 {
  text-transform: none;
  font-family: Salzburg Serial, sans-serif;
  font-size: 17px;
}

.text-block._200 {
  text-transform: capitalize;
  font-family: Salzburg Serial, sans-serif;
  font-size: 38px;
}

.text-block._200._45 {
  text-transform: none;
}

.text-block._200._45._85 {
  line-height: 100%;
}

.text-block._200.uo {
  color: #000;
  text-transform: none;
}

.text-block-2 {
  color: var(--main-yellow);
  font-size: 12px;
}

.text-block-2.cinza {
  color: #000000bd;
  margin-top: 0;
  font-size: 11px;
}

.text-block-2.cinza._2 {
  color: #939393;
  font-size: 15px;
}

.text-block-2._2 {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 15px;
}

.text-block-2._200 {
  margin-bottom: 5px;
  font-size: 18px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: var(--plack);
  padding: 50px 0;
}

.div-block-10 {
  border-top: 1px #ffffff1f;
  padding-top: 50px;
}

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

.icon_font {
  color: var(--main-yellow);
  margin-bottom: 15px;
  font-family: Kyros Contactos, sans-serif;
  font-size: 25px;
  line-height: 150%;
}

.text-block-3 {
  color: #fff;
  text-transform: none;
  margin-bottom: 25px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-4 {
  color: #ffffff8c;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 130%;
}

.div-block-7-copy {
  color: #fff;
  margin-bottom: 50px;
}

.nav-menu {
  display: flex;
}

.div-block-11 {
  color: #fff;
}

.the-hero {
  background-color: #000;
  height: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  position: relative;
}

.div-block-12 {
  background-image: url('../images/pic-1-80.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 620px;
}

.div-block-13 {
  color: #fff;
  padding-top: 0;
  padding-right: 0;
}

.quem-somos {
  padding-top: 150px;
  padding-bottom: 150px;
}

.grid-5 {
  grid-template-rows: auto;
}

.div-block-14 {
  background-image: url('../images/cidade-vector-ai.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.div-block-15 {
  width: 100%;
  padding-right: 25px;
}

.proposta-de-valor {
  background-color: #000;
  padding-top: 137px;
  padding-bottom: 170px;
}

.div-block-16 {
  color: #fff;
}

.div-block-17 {
  padding-top: 50px;
}

.grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 55px;
}

.div-block-18 {
  display: flex;
}

.div-block-19 {
  flex: 1;
  align-items: center;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 50px;
  display: flex;
}

.div-block-20 {
  width: 80px;
  height: 80px;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-block-6 {
  color: #fff;
  font-size: 19px;
  line-height: 160%;
}

.serv {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.serv._0 {
  display: none;
}

.div-block-21 {
  margin-bottom: 80px;
}

.div-block-22 {
  padding-right: 25px;
}

.div-block-23 {
  background-image: url('../images/Logotipo-Kyros_branco.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 25px;
  margin-bottom: 25px;
}

.link {
  color: #f7f7f7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Salzburg Serial, sans-serif;
  text-decoration: none;
  display: block;
}

.section-4 {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-4._2, .section-4._70 {
  background-color: var(--white);
}

.section-4._5._5000 {
  padding-bottom: 80px;
}

.link-2 {
  border: 1px solid var(--main-yellow);
  color: var(--plack);
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 10px;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  background-color: var(--main-yellow);
}

.grid-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Neuemachina, sans-serif;
  font-weight: 700;
}

.heading-2._7 {
  color: var(--black);
}

.text-block-7 {
  color: #000;
  border: 1px #000;
  border-bottom: 1px solid #0000002b;
  border-radius: 0;
  margin-bottom: 25px;
  padding: 20px 30px 20px 0;
  font-size: 17px;
  line-height: 120%;
}

.text-block-7._4 {
  border-style: none none solid;
  border-color: var(--plack) var(--plack) #1b1b1b26;
  color: #000;
  border-radius: 0;
  padding-left: 0;
}

.div-block-24 {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

.div-block-24._5 {
  background-color: var(--main-yellow);
  color: #000;
}

.main-inside {
  background-color: #000;
  height: 90px;
  position: relative;
}

.main-inside._20 {
  height: 400px;
}

.master-overlay {
  padding-top: 12%;
  padding-bottom: 43px;
  position: absolute;
  inset: 0%;
}

.master-overlay._23 {
  background-color: #000;
  background-image: none;
  padding-top: 184px;
  padding-bottom: 170px;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-25 {
  display: flex;
}

.link-3 {
  color: #ffffff75;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Neuemachina, sans-serif;
  font-size: 12px;
  line-height: 120%;
  text-decoration: none;
}

.link-3:hover {
  color: #e5b913e6;
}

.nossa-marca {
  min-height: 700px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.div-block-26 {
  background-image: url('../images/marca_kyros.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 650px;
}

.div-block-27 {
  padding-right: 50px;
}

.div-block-27._500 {
  padding-top: 165px;
}

.div-block-27._4 {
  padding-right: 0;
}

.visao {
  background-color: var(--main-yellow);
  background-image: url('../images/Aerial-view-Luanda-Angola-Africa-Angola-landscape-Drowning-in-Waste-WOIMA-Corporation.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-28 {
  width: 60%;
}

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

.section-5 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-29 {
  color: #fff;
  width: 60%;
}

.text-span-2, .bold-text, .bold-text-2 {
  color: var(--main-yellow);
}

.servicos-one {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 80px;
}

.div-block-30 {
  margin-bottom: 100px;
}

.perguntas-wrapper-kki {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all .6s;
}

.accordion-wrapper:hover, .accordion-wrapper:active {
  border-color: var(--main-yellow);
}

.accordion-wrapper._2 {
  background-color: var(--main-yellow);
  color: #333;
  border-color: #00000054;
}

.accordion-wrapper._2:hover {
  border-color: var(--black);
}

.accordion-item {
  margin-bottom: 0;
  padding: 20px 35px;
}

.div-block-43 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.accordion-trigger {
  float: left;
  width: 95%;
  margin-bottom: 0;
  font-family: Helveticaneueltarabic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.arrox {
  float: left;
  background-image: url('../images/keyboard_arrow_down-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 25px;
}

.arrox._2 {
  background-image: url('../images/keyboard_arrow_down-24px.svg');
}

.resposta-apear {
  border-top: 1px #f5f5f5;
  margin-top: 0;
  padding: 0 35px;
  display: block;
  overflow: hidden;
}

.paragraph-2 {
  color: #2e2e2e;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 170%;
}

.paragraph-2._2 {
  color: var(--plack);
}

.big-line {
  background-color: var(--main-yellow);
  width: 300px;
  height: 3px;
  margin-bottom: 50px;
}

.big-line._2 {
  background-color: var(--plack);
  width: 150px;
}

.servicos-two {
  background-color: var(--main-yellow);
  padding-top: 120px;
  padding-bottom: 80px;
}

.div-block-44 {
  width: 60%;
}

.div-block-45 {
  display: flex;
}

.div-block-46 {
  border-radius: 5px;
  width: 40%;
  height: 600px;
  position: sticky;
  top: 120px;
}

.div-block-47 {
  flex: 1;
  padding-left: 50px;
}

.div-block-48 {
  margin-bottom: 25px;
}

.div-block-21-copy {
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
}

.image-4 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.grid-9 {
  grid-template-rows: auto;
}

.map {
  height: 500px;
}

.link-block {
  margin-bottom: 50px;
  text-decoration: none;
  display: block;
}

.div-block-49 {
  padding-right: 50px;
}

.text-block-8 {
  color: #ababab;
  font-style: italic;
}

.div-block-21-copy-copy {
  margin-bottom: 25px;
  text-decoration: none;
}

.nav-2 {
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.video-wrapper {
  height: 650px;
  margin-top: 100px;
}

.grid-10 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.background-video-2 {
  z-index: 10;
  height: 650px;
}

.div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-52 {
  display: flex;
}

.grid-11 {
  grid-template-rows: auto;
}

.sobre-nos-text {
  width: 70%;
  margin-bottom: 0;
}

.section-6 {
  background-image: url('../images/Yellow-Stairs.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.section-7 {
  padding-top: 120px;
  padding-bottom: 200px;
  display: block;
}

.section-7.black {
  background-color: #0a0a0a;
}

.grid-12 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.div-block-53 {
  color: #232323;
  padding-top: 97px;
  padding-right: 70px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Neuemachina, sans-serif;
  font-size: 52px;
  line-height: 100%;
}

.heading-3._3 {
  font-family: Salzburg Serial, sans-serif;
  font-size: 32px;
  line-height: 130%;
}

.heading-3._3.white, .div-block-54 {
  color: #fff;
}

.button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #e5b913;
  border-radius: 5px;
  min-width: 200px;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
}

.button-2:hover {
  color: #000;
  background-color: #e5b913;
}

.div-block-55 {
  display: flex;
  position: relative;
}

.div-block-56 {
  background-image: url('../images/closeup-shot-yellow-line-street-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 450px;
  margin-right: 25px;
  position: relative;
  top: 89px;
}

.div-block-56.glot {
  background-image: url('../images/demographic-census-concept-representation-1.jpg');
  background-position: 50%;
}

.div-block-57 {
  background-image: url('../images/joyful-business-woman.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  position: relative;
}

.div-block-57.bfa {
  background-image: url('../images/8728-1624400503.webp');
}

.section-8 {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 100px;
}

.div-block-29-copy {
  width: 80%;
}

.section-8-copy {
  background-color: #000;
  background-image: url('../images/kyros_300-new.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section-8-copy._2 {
  background-image: url('../images/pagebanner-lean-six-sigma-yellow-belt.jpeg');
}

.section-8-copy._5 {
  background-image: url('../images/kyros_contactos.jpg');
}

.grid-13 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-58 {
  background-image: url('../images/Screen_Shot_2024-03-05_at_5.45.50_AM-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  margin-top: 38px;
}

.text-block-9 {
  padding-right: 5px;
}

.dropdown-list {
  background-color: #111;
}

.dropdown-list.w--open {
  background-color: #161616;
  padding-bottom: 25px;
}

.dropdown-link {
  color: #fff;
  font-size: 16px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--main-yellow);
}

.ui {
  width: 65%;
}

.div-block-59 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  display: flex;
}

.link-4 {
  color: #fff;
  margin-left: 15px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.div-block-60 {
  margin-bottom: 120px;
  display: flex;
}

.div-block-61 {
  width: 100%;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 112px;
  display: flex;
}

.text-block-11 {
  margin-bottom: 41px;
  font-size: 16px;
}

.textblock-400 {
  color: #ffffff8c;
  margin-bottom: 10px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.textblock-400:hover {
  color: var(--main-yellow);
}

.text-block-12 {
  color: #ffffff96;
}

.text-block-12._5 {
  margin-bottom: 50px;
}

.grid-14 {
  grid-template-rows: auto;
}

.div-block-62 {
  border-bottom: 1px dashed #e7b84275;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.div-block-63 {
  padding-right: 116px;
}

.div-block-64 {
  background-image: url('../images/191223-youngbusinesswoman-stock.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.master-overlay-copy {
  height: 100px;
  padding-top: 0%;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.master-overlay-copy._23 {
  background-color: #000;
  background-image: none;
  padding-top: 184px;
  padding-bottom: 170px;
}

.equipa-name {
  color: #000;
  margin-bottom: 0;
  padding: 27px 0;
}

.equipa-name._5 {
  padding-bottom: 0;
}

.equipa-name._5._700 {
  padding-top: 0;
}

.div-block-65 {
  color: #fff;
  background-color: #000;
  width: 60%;
  padding: 55px;
}

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

.section-yu._5560 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-13 {
  margin-bottom: 10px;
  font-weight: 700;
}

.text-field {
  border: 1px solid #6d6d6d;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 50px;
}

.grid-15 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 25px;
}

._3 {
  margin-top: 35px;
}

.div-block-66 {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.submit-button {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: 50px;
}

.rol {
  background-color: #ebebeb57;
  padding: 58px;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #0009;
  border-radius: 5px;
  height: 50px;
  font-size: 16px;
}

.yellow-amber {
  background-color: var(--main-yellow);
  padding-top: 0;
  padding-bottom: 0;
}

.fgh {
  background-image: url('../images/190328-stock.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -100%;
}

.fgh._2 {
  background-image: url('../images/pexels-jopwell-2422288-1.jpg');
  background-position: 70% 20%;
}

.div-do-footer {
  padding-top: 3px;
}

.div-block-68, .div-block-69, .div-block-70 {
  padding-top: 5px;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.div-block-71 {
  color: #fff;
}

.ioio {
  color: var(--main-yellow);
}

.just-hre {
  background-color: #000;
  background-image: url('../images/2150953545-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.just-hre._2 {
  background-image: url('../images/pagebanner-lean-six-sigma-yellow-belt.jpeg');
}

.just-hre._5 {
  background-image: url('../images/kyros_contactos.jpg');
}

.grid-17 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.link-block-2 {
  border: 1px solid #00000042;
  border-radius: 12px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  border-color: var(--main-yellow);
}

.div-block-72 {
  background-image: url('../images/PDF_file_icon.svg-p-800.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 45px;
  height: 55px;
}

.div-block-73 {
  padding-top: 0;
  padding-left: 25px;
}

.text-block-14 {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-15 {
  color: var(--main-yellow);
  cursor: pointer;
  font-size: 13px;
}

.text-block-15:hover {
  text-decoration: underline;
}

.div-block-74 {
  width: 60%;
  margin-bottom: 100px;
}

.paragraph-3 {
  margin-bottom: 95px;
}

.grid-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-75 {
  height: 250px;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-76 {
  padding-top: 25px;
}

.text-block-16 {
  color: #000;
  height: 53px;
  margin-bottom: 25px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 22px;
  line-height: 120%;
  overflow: hidden;
}

.text-block-16._2 {
  height: auto;
}

.grid-18-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-77 {
  padding-top: 112px;
}

.grid-19 {
  grid-template-rows: auto;
}

.section-9 {
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/Aerial-view-Luanda-Angola-Africa-Angola-landscape-Drowning-in-Waste-WOIMA-Corporation.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.grid-19-copy {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.div-block-15-copy {
  width: 90%;
  padding-right: 25px;
}

.grid-20 {
  grid-template-rows: auto;
}

.div-block-78 {
  background-image: url('../images/KYROS-COMPLETO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 900px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.div-block-44-copy {
  width: 100%;
}

.div-block-79 {
  background-image: url('../images/Feedback-Website-kyros-4.0.pptx.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 350px;
  position: sticky;
  top: 120px;
}

.text-block-17 {
  max-width: 300px;
  font-size: 12px;
}

.bold-text-3, .bold-text-4 {
  font-weight: 300;
}

.boldx {
  color: var(--main-yellow);
}

._56 {
  margin-top: 35px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.checkbox-label {
  font-size: 16px;
}

.checkbox-field {
  margin-bottom: 7px;
}

.link-5 {
  color: var(--main-yellow);
  border: 1px dashed #e7b842;
  border-radius: 5px;
  padding: 23px;
  display: block;
}

.grid-21 {
  grid-template-rows: auto;
}

.div-block-80 {
  margin-top: 50px;
}

.ql {
  margin-top: 50px;
  display: none;
}

.code-embed {
  width: 100%;
  height: 1200px;
}

.code-embed._20 {
  height: 500px;
}

.div-block-82 {
  background-image: url('../images/new-cool.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 700px;
}

.text-block-18 {
  border: 1px dashed var(--main-yellow);
  background-color: #e7b84226;
  border-radius: 5px;
  padding: 47px;
  font-size: 18px;
}

.grid-22 {
  grid-template-rows: auto;
}

.div-block-83 {
  padding-left: 50px;
}

.link-block-3 {
  color: #191919;
  border: 1px dashed #000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  border-style: solid;
  border-color: var(--main-yellow);
  text-decoration: underline;
}

.div-block-84 {
  background-image: url('../images/PDF_file_icon.svg-p-800.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 35px;
  height: 45px;
  margin-right: 15px;
}

.code-embed-copy {
  width: 100%;
  height: 500px;
}

.code-embed-copy._20 {
  height: 500px;
}

.section-10 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.textblock-400-copy {
  color: #ffffff54;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.textblock-400-copy:hover {
  color: var(--main-yellow);
}

.success-message {
  background-color: #9bd29f94;
  padding: 36px;
}

.div-block-85 {
  margin-top: 25px;
}

.text-block-19 {
  font-size: 19px;
  line-height: 120%;
}

.socialsss {
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.link-6 {
  border: 1px solid var(--white);
  width: 40px;
  height: 40px;
  color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-family: Jwa Socials, Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.yu {
  display: block;
}

.section-11 {
  background-image: linear-gradient(#00000069, #00000069), url('../images/Design-sem-nome-4-1.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.full-not {
  flex: 1;
  padding-right: 50px;
}

.full-not._800 {
  padding-left: 50px;
  padding-right: 0;
}

.accordion-item-2 {
  margin-bottom: 0;
  padding: 15px 35px;
}

.button-3 {
  background-color: var(--main-yellow);
  color: #000;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
}

.button-3:hover {
  background-color: #b89170;
}

.section-17 {
  background-color: #eee;
  padding-top: 70px;
  padding-bottom: 70px;
}

.accordion-wrapper-2 {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all .6s;
  box-shadow: 0 2px 5px 2px #0000001a;
}

.accordion-wrapper-2:hover, .accordion-wrapper-2:active {
  border-color: var(--main-yellow);
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
}

.text-block-25 {
  margin-bottom: 5px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-28 {
  font-size: 16px;
}

.div-block-304 {
  margin-bottom: 35px;
}

.div-block-305 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.accordion-trigger-2 {
  float: left;
  color: #000;
  width: 95%;
  margin-bottom: 0;
  font-family: Salzburg Serial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 140%;
}

.contain-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-306 {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

.text-block-27 {
  color: #fff;
  background-color: #5cbd70;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-27._5 {
  background-color: #a7a5a499;
}

.opv-bfa-wrapper {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.content-wap-opv {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
  display: flex;
}

.div-block-307 {
  flex: none;
  width: 350px;
  height: 250px;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-308 {
  padding-top: 0;
  padding-right: 50px;
}

.grid-24 {
  grid-template-rows: auto;
}

.div-block-309 {
  width: 60%;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-310 {
  width: 50%;
}

.text-block-29 {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: inline-block;
}

.text-block-30 {
  color: var(--main-yellow);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.heading-4 {
  color: #fff;
  margin-bottom: 25px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 75px;
  line-height: 110%;
}

.div-block-311 {
  background-image: url('../images/Logotipo-Kyros_branco.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
}

.text-span-3 {
  color: var(--main-yellow);
}

.div-block-312 {
  width: 60%;
  padding-top: 35px;
}

.text-block-31 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 15px;
}

.div-block-313 {
  border-top: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.grid-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.div-block-314 {
  width: 40%;
  padding-top: 0;
  padding-left: 50px;
}

.paragraph-4 {
  color: #ffffff82;
}

.text-block-32 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Salzburg Serial, sans-serif;
}

.aviso {
  z-index: 1000;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-315 {
  background-color: #fff;
  border-radius: 10px;
  width: 40%;
  padding: 35px 50px 50px;
}

.div-block-316 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-317 {
  margin-bottom: 15px;
}

.image-7 {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.text-block-33 {
  font-family: Salzburg Serial, sans-serif;
  font-size: 21px;
}

.grid-27 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-8 {
  object-fit: contain;
  width: 100%;
  height: 500px;
}

.link-block-4 {
  text-decoration: none;
}

.text-block-34 {
  color: #2d2d2d;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-35 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: underline;
}

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

.div-block-318 {
  color: #000;
  margin-bottom: 0;
  padding: 27px;
}

.div-block-319, .div-block-319._5 {
  margin-bottom: 80px;
}

.paragraph-5 {
  color: #1f1f1f;
  margin-bottom: 35px;
  font-size: 17px;
  line-height: 170%;
}

.grid-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-28._2 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}

.boldx-2 {
  color: #e7b842;
}

.div-block-320 {
  background-image: url('../images/img_kyros-3.png');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
}

.div-block-320._6 {
  background-image: url('../images/WhatsApp-Image-2024-03-28-at-1.15.28-PM.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.div-block-320._5 {
  background-image: url('../images/WhatsApp-Image-2024-03-28-at-1.16.06-PM.jpeg');
}

.div-block-320._3 {
  background-image: url('../images/img-kyros_2.png');
  background-position: 50% 15%;
  margin-top: 0;
}

.div-block-320._2 {
  background-image: url('../images/WhatsApp-Image-2024-03-28-at-1.15.23-PM.jpeg');
  background-position: 50% 20%;
}

.text-block-36 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Neuemachina, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-36._1 {
  text-transform: none;
  font-family: Salzburg Serial, sans-serif;
  font-size: 17px;
}

.div-block-321 {
  width: 60%;
}

.div-block-322 {
  background-image: url('../images/KYROS-COMPLETO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 900px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.text-block-37 {
  color: #e7b842;
  font-size: 12px;
}

.text-block-37.cinza {
  color: #000000bd;
  margin-top: 0;
  font-size: 11px;
}

.text-block-37.cinza._2 {
  color: #939393;
  font-size: 15px;
}

.text-block-37._2 {
  color: #000;
  margin-bottom: 5px;
  font-size: 15px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Salzburg Serial, sans-serif;
  font-size: 52px;
  line-height: 100%;
}

html.w-mod-js [data-ix="slow-up"], html.w-mod-js [data-ix="slow-up-5"], html.w-mod-js [data-ix="slow-up-2"], html.w-mod-js [data-ix="slow-up-3"], html.w-mod-js [data-ix="slow-up-4"], html.w-mod-js [data-ix="slow-up-6"], html.w-mod-js [data-ix="slow-up-7"] {
  opacity: .16;
  transform: translate(0, 74px);
}

html.w-mod-js [data-ix="opacity"], html.w-mod-js [data-ix="opacity-2"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .content-wrapper-inside-video {
    padding-top: 23%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 41px;
  }

  .heading._3 {
    font-size: 34px;
    line-height: 130%;
  }

  .heading._200 {
    font-size: 32px;
  }

  .heading._200._5 {
    font-size: 30px;
  }

  .heading._200._966 {
    font-size: 39px;
  }

  .heading._6 {
    font-size: 45px;
  }

  .div-block {
    width: 80%;
  }

  .paragraph._0._566 {
    width: 100%;
  }

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

  .sobre-nos_wrapper {
    flex-direction: column;
  }

  .servicos-section {
    padding-left: 0;
    padding-right: 0;
  }

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

  .service-name-text._0 {
    height: auto;
  }

  .section-2 {
    padding: 150px 0;
  }

  .div-block-5 {
    width: 100%;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-2._2 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-8._1 {
    height: 450px;
  }

  .div-block-9 {
    padding-bottom: 25px;
  }

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

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

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

  .menu-button {
    color: #fff;
    height: 90px;
    padding: 34px 0 0;
    font-size: 32px;
  }

  .nav-menu {
    background-color: #000;
    flex-flow: column;
    width: 80%;
    height: 100vh;
    padding: 57px 35px;
  }

  .div-block-11 {
    width: 100%;
  }

  .the-hero {
    height: auto;
    padding-top: 170px;
    padding-bottom: 80px;
  }

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

  .div-block-12 {
    height: 500px;
  }

  .div-block-13 {
    padding-top: 0;
    padding-right: 0;
  }

  .quem-somos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .div-block-14 {
    height: 350px;
  }

  .div-block-15 {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .proposta-de-valor {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .div-block-21._2 {
    margin-bottom: 0;
  }

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

  .main-inside {
    height: 90px;
  }

  .master-overlay {
    padding-top: 22%;
    padding-bottom: 25px;
  }

  .nossa-marca {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .div-block-27 {
    padding-right: 0;
  }

  .div-block-27._500 {
    padding-top: 0;
  }

  .visao {
    padding-bottom: 80px;
  }

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

  .div-block-29 {
    width: 100%;
  }

  .servicos-one {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .perguntas-wrapper-kki {
    width: 100%;
  }

  .servicos-two {
    padding-top: 100px;
    padding-bottom: 25px;
  }

  .div-block-47 {
    padding-left: 25px;
  }

  .video-wrapper, .background-video-2 {
    height: 450px;
  }

  .sobre-nos-text {
    width: 100%;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .div-block-53 {
    width: 100%;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 45px;
  }

  .heading-3._3 {
    font-size: 30px;
    line-height: 130%;
  }

  .div-block-54 {
    width: 100%;
  }

  .div-block-56 {
    height: 350px;
  }

  .section-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-29-copy {
    width: 100%;
  }

  .section-8-copy {
    height: 350px;
  }

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

  .div-block-58 {
    height: 350px;
  }

  .ui {
    width: 100%;
  }

  .div-block-59 {
    margin-top: 55px;
    padding-left: 0;
  }

  .div-block-61 {
    width: 35%;
  }

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

  .div-block-63 {
    padding-right: 0;
  }

  .div-block-64 {
    height: 350px;
  }

  .master-overlay-copy {
    padding-top: 22%;
    padding-bottom: 25px;
  }

  .equipa-name {
    padding-bottom: 25px;
  }

  .equipa-name._5 {
    padding-top: 0;
  }

  .div-block-65 {
    width: 80%;
  }

  .section-yu {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .yellow-amber {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .fgh {
    height: 350px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .just-hre {
    height: 350px;
  }

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

  .div-block-74 {
    width: 100%;
    margin-bottom: 80px;
  }

  .grid-18, .grid-18-copy {
    grid-template-columns: 1fr 1fr;
  }

  .grid-19, .grid-19-copy {
    grid-template-columns: 1fr;
  }

  .div-block-15-copy {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }

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

  .div-block-78 {
    height: 500px;
  }

  .code-embed._20 {
    height: 650px;
  }

  .div-block-83 {
    padding-left: 15px;
  }

  .code-embed-copy {
    height: 700px;
  }

  .code-embed-copy._20 {
    height: 650px;
  }

  .section-11 {
    background-image: linear-gradient(93deg, #000, #fff0), url('../images/Design-sem-nome-4-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
  }

  .full-not {
    padding-right: 0;
  }

  .contain-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wap-opv {
    flex-flow: column;
  }

  .div-block-307 {
    width: 100%;
  }

  .div-block-308 {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .div-block-309 {
    width: 100%;
  }

  .div-block-315 {
    width: 80%;
  }

  .grid-27 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-8 {
    height: 350px;
  }

  .text-block-34 {
    font-size: 28px;
    line-height: 100%;
  }

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

  .div-block-318 {
    padding-bottom: 25px;
  }

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

  .grid-28._2 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-320 {
    height: 220px;
  }

  .text-block-36 {
    margin-bottom: 0;
  }

  .div-block-322 {
    height: 500px;
  }

  .heading-5 {
    font-size: 41px;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper-inside-video {
    padding-top: 33%;
  }

  .heading {
    font-size: 45px;
  }

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

  .heading._200 {
    font-size: 34px;
  }

  .div-block {
    width: 100%;
  }

  .paragraph._5 {
    font-size: 19px;
  }

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

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

  .section-4._5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .master-overlay {
    padding-top: 38%;
  }

  .div-block-44 {
    width: 80%;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .div-block-21-copy {
    margin-bottom: 50px;
  }

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

  .map {
    height: 350px;
  }

  .div-block-49 {
    padding-right: 0;
  }

  .video-wrapper {
    margin-top: 70px;
  }

  .section-7 {
    padding-bottom: 199px;
  }

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

  .div-block-53 {
    padding-top: 0;
  }

  .heading-3 {
    font-size: 45px;
  }

  .heading-3._3 {
    font-size: 30px;
  }

  .heading-3._3.white {
    margin-top: 0;
  }

  .div-block-56 {
    height: 350px;
  }

  .div-block-59 {
    margin-top: 77px;
    padding-left: 0;
  }

  .master-overlay-copy {
    padding-top: 38%;
  }

  .grid-16, .grid-18, .grid-18-copy {
    grid-template-columns: 1fr;
  }

  .div-block-77 {
    padding-top: 0;
  }

  .div-block-78 {
    height: 360px;
  }

  .div-block-44-copy {
    width: 80%;
  }

  .code-embed._20 {
    height: 470px;
  }

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

  .code-embed-copy {
    height: 500px;
  }

  .code-embed-copy._20 {
    height: 470px;
  }

  .section-11 {
    background-image: linear-gradient(93deg, #000000c4 40%, #fff0), url('../images/Design-sem-nome-4-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .full-not._800 {
    padding-top: 50px;
    padding-left: 0;
  }

  .content-wap-opv {
    width: 90%;
    padding: 35px;
  }

  .div-block-310 {
    width: 70%;
  }

  .heading-4 {
    font-size: 60px;
  }

  .div-block-315 {
    width: 95%;
  }

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

  .image-8 {
    height: 400px;
  }

  .div-block-320 {
    height: 180px;
  }

  .div-block-321 {
    width: 80%;
  }

  .div-block-322 {
    height: 360px;
  }

  .heading-5 {
    font-size: 45px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 180px;
  }

  .brand.w--current {
    width: 150px;
  }

  .nav-link {
    padding-left: 0;
    line-height: 80px;
  }

  .nav-link._2 {
    margin-left: 0;
    padding-left: 20px;
  }

  .hero-section_video {
    height: 700px;
  }

  .content-wrapper-inside-video {
    padding-top: 44%;
  }

  .heading {
    margin-bottom: 15px;
    font-size: 31px;
  }

  .heading._3 {
    font-size: 22px;
    line-height: 140%;
  }

  .heading._200 {
    font-size: 27px;
    line-height: 120%;
  }

  .heading._200._5 {
    font-size: 26px;
  }

  .heading._200._966 {
    margin-bottom: 31px;
    font-size: 25px;
    line-height: 140%;
  }

  .heading._6 {
    margin-bottom: 35px;
    font-size: 34px;
  }

  .heading.o {
    margin-bottom: 35px;
    font-size: 38px;
  }

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

  .heading.kl {
    font-size: 33px;
  }

  .paragraph {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .paragraph.branco._6 {
    margin-bottom: 0;
  }

  .paragraph._0 {
    font-size: 15px;
  }

  .paragraph._0._566 {
    width: 100%;
    margin-bottom: 35px;
  }

  .paragraph._5 {
    font-size: 17px;
  }

  .paragraph.bigger {
    font-size: 19px;
    line-height: 120%;
  }

  .button, .button._0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button._0._5 {
    margin-top: 15px;
    margin-left: 0;
  }

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

  .div-block-3 {
    margin-bottom: 50px;
  }

  .div-block-3._0 {
    margin-bottom: 40px;
  }

  .div-block-3._5 {
    margin-bottom: 93px;
  }

  .tab-link {
    align-items: center;
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 120%;
    display: flex;
  }

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

  .service-name-text._5 {
    margin-bottom: 5px;
  }

  .section-2 {
    background-position: 0 0, 50%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .grid-2._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-8._1 {
    height: 250px;
  }

  .div-block-9 {
    margin-bottom: 0;
    padding: 20px 15px;
  }

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

  .text-block._1 {
    font-size: 13px;
  }

  .text-block._200 {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .text-block-2.cinza {
    font-size: 12px;
  }

  .text-block-2.cinza._2 {
    font-size: 11px;
  }

  .text-block-2._2 {
    font-size: 10px;
  }

  .text-block-2._200 {
    font-size: 17px;
  }

  .footer {
    padding-top: 100px;
  }

  .div-block-10 {
    padding-top: 35px;
  }

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

  .text-block-4 {
    color: #ffffff91;
    font-size: 15px;
  }

  .nav-menu {
    width: 90%;
    padding-top: 85px;
  }

  .tabs-menu {
    z-index: 100;
    display: flex;
  }

  .the-hero {
    padding-top: 142px;
  }

  .div-block-12 {
    margin-top: 25px;
  }

  .quem-somos {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .div-block-14 {
    height: 250px;
  }

  .div-block-15 {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .proposta-de-valor {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .div-block-19 {
    padding-left: 20px;
    padding-right: 0;
  }

  .div-block-20 {
    width: 40px;
    height: 40px;
  }

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

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

  .div-block-21 {
    margin-bottom: 25px;
  }

  .div-block-21._2 {
    margin-bottom: 50px;
  }

  .div-block-23 {
    width: 140px;
  }

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

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

  .section-4._70 {
    padding-top: 80px;
  }

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

  .link-2 {
    font-size: 13px;
  }

  .main-inside {
    height: 90px;
  }

  .main-inside._20 {
    height: 300px;
  }

  .master-overlay {
    padding-top: 40%;
  }

  .master-overlay._23 {
    padding-top: 156px;
    padding-bottom: 135px;
  }

  .link-3 {
    margin-right: 5px;
    font-size: 9px;
  }

  .nossa-marca {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nossa-marca._5 {
    padding-top: 70px;
  }

  .div-block-26 {
    height: 350px;
  }

  .visao {
    background-position: 50%;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-28 {
    width: 100%;
  }

  .section-5 {
    padding-top: 100px;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-trigger {
    width: 90%;
  }

  .arrox {
    width: 10%;
  }

  .resposta-apear {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .div-block-44 {
    width: 100%;
  }

  .div-block-45 {
    flex-direction: column;
  }

  .div-block-46 {
    width: 100%;
    height: 470px;
    position: static;
  }

  .div-block-47 {
    padding-left: 0;
  }

  .div-block-21-copy {
    margin-bottom: 15px;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .video-wrapper, .background-video-2 {
    height: 320px;
  }

  .div-block-51 {
    width: 100%;
    margin-bottom: 104px;
  }

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

  .section-6 {
    height: 350px;
  }

  .section-7 {
    padding-bottom: 200px;
  }

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

  .div-block-53 {
    padding-right: 0;
  }

  .heading-3 {
    margin-bottom: 15px;
    font-size: 34px;
  }

  .heading-3._3 {
    font-size: 22px;
    line-height: 140%;
  }

  .div-block-55 {
    flex-flow: row;
  }

  .div-block-56 {
    height: 250px;
    margin-right: 15px;
  }

  .section-8-copy._5 {
    height: 250px;
  }

  .grid-13 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .div-block-58 {
    height: 150px;
  }

  .div-block-60 {
    flex-flow: column;
    margin-bottom: 31px;
  }

  .div-block-61 {
    width: 100%;
    margin-top: 49px;
    padding-top: 0;
  }

  .text-block-11 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .div-block-62 {
    padding-bottom: 20px;
  }

  .master-overlay-copy {
    padding-top: 40%;
  }

  .master-overlay-copy._23 {
    padding-top: 156px;
    padding-bottom: 135px;
  }

  .equipa-name {
    margin-bottom: 25px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div-block-65 {
    width: 100%;
    padding: 40px 20px 50px;
  }

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

  .grid-15 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 100%;
  }

  .rol {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .yellow-amber {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .fgh {
    height: 350px;
    margin-top: 35px;
  }

  .link-block-2 {
    flex-flow: row;
    padding: 10px 15px;
  }

  .div-block-72 {
    width: 30px;
    height: 35px;
  }

  .div-block-73 {
    padding-top: 0;
    padding-left: 15px;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 120%;
  }

  .div-block-15-copy {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .div-block-78 {
    background-size: cover;
    height: 300px;
  }

  .div-block-44-copy {
    width: 100%;
  }

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

  .code-embed._20 {
    height: 700px;
  }

  .div-block-82 {
    height: 300px;
  }

  .text-block-18 {
    padding: 23px;
    font-size: 14px;
  }

  .div-block-83 {
    padding-top: 25px;
    padding-left: 0;
  }

  .code-embed-copy, .code-embed-copy._20 {
    height: 700px;
  }

  .socialsss {
    padding-bottom: 10px;
  }

  .section-11 {
    background-image: linear-gradient(93deg, #000000c4 55%, #fff0), url('../images/Design-sem-nome-4-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
  }

  .full-not._800 {
    padding-top: 35px;
  }

  .accordion-item-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .text-block-25 {
    font-size: 16px;
  }

  .text-block-28 {
    font-size: 14px;
  }

  .accordion-trigger-2 {
    width: 90%;
    font-size: 21px;
  }

  .div-block-306 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .content-wap-opv {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .div-block-308 {
    margin-bottom: 0;
  }

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

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

  .div-block-310 {
    width: 100%;
  }

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

  .heading-4 {
    margin-top: 10px;
    font-size: 40px;
  }

  .div-block-312 {
    width: 100%;
  }

  .div-block-313 {
    flex-flow: column;
  }

  .grid-26 {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .div-block-314 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-315 {
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-317 {
    margin-bottom: 25px;
  }

  .image-7 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .text-block-33 {
    font-size: 19px;
  }

  .grid-27 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .image-8 {
    height: 450px;
  }

  .text-block-34 {
    text-align: left;
    font-size: 26px;
  }

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

  .div-block-318 {
    margin-bottom: 0;
    padding: 20px 15px;
  }

  .div-block-319 {
    margin-bottom: 50px;
  }

  .div-block-319._5 {
    margin-bottom: 93px;
  }

  .paragraph-5 {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .grid-28._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-320 {
    height: 130px;
  }

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

  .text-block-36._1 {
    font-size: 13px;
  }

  .div-block-321 {
    width: 100%;
  }

  .div-block-322 {
    background-size: cover;
    height: 300px;
  }

  .text-block-37 {
    font-size: 13px;
  }

  .text-block-37.cinza {
    font-size: 12px;
  }

  .text-block-37.cinza._2 {
    font-size: 11px;
  }

  .text-block-37._2 {
    font-size: 10px;
  }

  .heading-5 {
    margin-bottom: 15px;
    font-size: 31px;
  }
}

#w-node-_7b93a3ed-d42b-ce31-238e-7c2a090444ab-301c0431, #w-node-_579469b1-fbb1-25d6-6c4f-27fd2a1373b3-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e46772f5-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e4677302-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e4677311-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e467731e-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e4677327-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e4677332-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e467733f-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e467734c-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e4677357-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e4677364-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e4677373-301c0431, #w-node-_96639d1c-2264-8723-796c-2b16e4677384-301c0431, #w-node-_1027dd96-0255-799b-7a1a-c394cff0f2c8-cff0f2c1, #w-node-_1027dd96-0255-799b-7a1a-c394cff0f2d2-cff0f2c1, #w-node-_1027dd96-0255-799b-7a1a-c394cff0f2d9-cff0f2c1, #w-node-f242eccd-2879-d8c8-ef1b-7cb9ddcbd4d0-cff0f2c1, #w-node-_3b3a3d27-1fbb-271e-d707-7b79262afca2-0c5705dc, #w-node-ea4c7a7f-8e27-39f4-a6ba-e7840d983a48-0c5705dc, #w-node-_4d1e600e-3b1c-5a91-9325-e4f77048252b-589a775e, #w-node-b4386e0d-0cc5-2c4e-87cc-e159a03a057e-589a775e, #w-node-f6c953c3-447a-64bc-7e43-e8a980de587c-53a80e3f, #w-node-_17ed7c01-3b6c-aad3-1b12-225b9745446b-53a80e3f, #w-node-_4d1e600e-3b1c-5a91-9325-e4f77048252b-513a44ff, #w-node-_0161c567-8ba1-86fd-b420-225994fa7839-513a44ff, #w-node-_0161c567-8ba1-86fd-b420-225994fa7847-513a44ff, #w-node-_4d1e600e-3b1c-5a91-9325-e4f77048252b-441808e7, #w-node-b4386e0d-0cc5-2c4e-87cc-e159a03a057e-441808e7, #w-node-_4d1e600e-3b1c-5a91-9325-e4f77048252b-9bd24aa6, #w-node-b4386e0d-0cc5-2c4e-87cc-e159a03a057e-9bd24aa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88722993-7cd9-fb7d-4a2e-ec064960f8e0-9bd24aa6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4d1e600e-3b1c-5a91-9325-e4f77048252b-cf200b46, #w-node-b4386e0d-0cc5-2c4e-87cc-e159a03a057e-cf200b46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88722993-7cd9-fb7d-4a2e-ec064960f8e0-cf200b46 {
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'Kyros Contactos';
  src: url('../fonts/kyros_contactos.eot') format('embedded-opentype'), url('../fonts/kyros_contactos.woff') format('woff'), url('../fonts/kyros_contactos.ttf') format('truetype'), url('../fonts/kyros_contactos.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jwa Socials';
  src: url('../fonts/jwa-socials.eot') format('embedded-opentype'), url('../fonts/jwa-socials.woff') format('woff'), url('../fonts/jwa-socials.ttf') format('truetype'), url('../fonts/jwa-socials.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltarabic';
  src: url('../fonts/HelveticaNeueLTArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltarabic';
  src: url('../fonts/HelveticaNeueLTArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salzburg Serial';
  src: url('../fonts/Salzburg-Serial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url('../fonts/NeueMachina-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url('../fonts/NeueMachina-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url('../fonts/NeueMachina-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheros';
  src: url('../fonts/texgyreheros-bold.otf') format('opentype'), url('../fonts/texgyreheroscn-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheros';
  src: url('../fonts/texgyreheroscn-regular.otf') format('opentype'), url('../fonts/texgyreheros-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheros';
  src: url('../fonts/texgyreheros-italic.otf') format('opentype'), url('../fonts/texgyreheroscn-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Texgyreheros';
  src: url('../fonts/texgyreheros-bolditalic.otf') format('opentype'), url('../fonts/texgyreheroscn-bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}