:root {
  --light: #f5f9ff;
  --blue: #2f6cc3;
}

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

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

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

.brand {
  width: 200px;
  height: 100px;
  background-image: url('../images/Delly-QR_no-back.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav {
  background-color: var(--light);
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.div-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.nav-link {
  height: 100px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  border-radius: 12px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
}

.button:hover {
  color: #fff;
  background-color: #1f467c;
}

.button.no-color {
  background-color: rgba(255, 192, 69, 0);
  border: 1px solid #ffc045;
}

.button.no-color:hover {
  color: #050521;
  background-color: #ffc045;
}

.button.no-color.lop {
  border-color: var(--blue);
  color: #000;
}

.button.no-color.lop:hover {
  background-color: var(--blue);
  color: #fff;
}

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

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

.navbar-2 {
  height: 100px;
  background-color: #f5f9ff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-2 {
  width: 160px;
  height: 100px;
  background-image: url('../images/Fiinika-EduPay_O-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.nav-link-2 {
  height: 100px;
  text-transform: capitalize;
  margin-left: 25px;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 100px;
}

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

.nav-menu {
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.image {
  width: 150px;
  object-fit: contain;
  margin-bottom: 25px;
}

.link {
  color: rgba(255, 255, 255, .56);
  margin-bottom: 15px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

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

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

.footer {
  background-color: #1d222e;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-2 {
  color: rgba(255, 255, 255, .84);
  margin-right: 15px;
  font-family: Socials, sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-decoration: none;
}

.link-2:hover {
  color: #3589c0;
}

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

.shadow {
  height: 100px;
}

.hero {
  background-color: var(--light);
  padding-top: 50px;
  padding-bottom: 0;
}

.button-2 {
  color: #000;
  background-color: #ffc045;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
}

.button-2:hover {
  color: #fff;
  background-color: #1d222e;
}

.button-2.no-color {
  background-color: rgba(255, 192, 69, 0);
  border: 1px solid #ffc045;
}

.button-2.no-color:hover {
  color: #050521;
  background-color: #ffc045;
}

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

.heading {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 55px;
  line-height: 120%;
}

.div-block-6 {
  margin-right: 20px;
}

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

.div-block-4 {
  padding-top: 43px;
}

.paragraph {
  margin-bottom: 35px;
  font-size: 19px;
  line-height: 150%;
}

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

.section {
  background-image: linear-gradient(81deg, #2d66c2, #3fb3be);
  padding-top: 80px;
  padding-bottom: 100px;
}

.text-block {
  width: 80%;
  color: rgba(255, 255, 255, .54);
  line-height: 150%;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
}

.heading-4._200 {
  color: #000;
}

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

.link-block {
  color: #fff;
  text-align: center;
  border: 1px dashed #fff;
  border-radius: 8px;
  padding: 35px;
  text-decoration: none;
}

.text-block-2 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

.image-2 {
  width: 215px;
  height: 215px;
  object-fit: contain;
  margin-bottom: 25px;
}

.para-instituicoes {
  background-color: var(--light);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-22 {
  background-color: #fff;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 8px 16px 3px rgba(47, 108, 195, .12);
}

.div-block-23 {
  padding-top: 25px;
  padding-bottom: 15px;
}

.div-block-24 {
  border-bottom: 1px dashed rgba(0, 0, 0, .27);
  padding-bottom: 35px;
}

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

.text-block-3 {
  color: rgba(51, 51, 51, .55);
  margin-bottom: 20px;
  font-size: 16px;
}

.div-block-26 {
  justify-content: center;
  display: flex;
}

.text-block-4 {
  font-size: 40px;
  font-weight: 500;
}

.text-block-5 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-6 {
  margin-right: 5px;
  font-weight: 700;
}

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

.div-block-27 {
  width: 70px;
  height: 70px;
  background-image: url('../images/WhatsApp_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 50px;
}

.body {
  font-family: Barlow, sans-serif;
}

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

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

.paragraph-2 {
  font-size: 19px;
  line-height: 150%;
}

.paragraph-2.g {
  color: rgba(255, 255, 255, .87);
}

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

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

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

.div-block-31 {
  height: 550px;
  background-image: url('../images/business-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.div-block-31._2 {
  background-image: url('../images/Design-sem-nome-14.png');
}

.para-educadores {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.no-color {
    color: #000;
  }

  .button.no-color.lop._100 {
    color: #fff;
  }

  .div-block-2 {
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 50px;
  }

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

  .nav-link-2 {
    color: #fff;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 50px;
  }

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

  .menu-button {
    height: 80px;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .nav-menu {
    width: 80vw;
    height: 100vh;
    background-color: #1d222e;
    padding-top: 56px;
  }

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

  .button-2.no-color {
    color: #000;
  }

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

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

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

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

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

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

  .div-block-31 {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .brand-2 {
    width: 140px;
  }

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

  .heading {
    font-size: 45px;
  }

  .div-block-3 {
    height: 450px;
  }

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

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

  .button {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-2._2 {
    margin-top: 40px;
  }

  .navbar-2 {
    height: 80px;
  }

  .brand-2 {
    width: 120px;
    height: 80px;
  }

  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link-2 {
    height: 70px;
    padding-left: 30px;
  }

  .menu-button {
    font-size: 30px;
  }

  .nav-menu {
    width: 85vw;
  }

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

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

  .image {
    width: 180px;
  }

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

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

  .shadow {
    height: 80px;
  }

  .button-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-6 {
    margin-right: 0;
  }

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

  .paragraph {
    font-size: 16px;
  }

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

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

  .text-block {
    width: 100%;
  }

  .heading-4 {
    margin-bottom: 35px;
    font-size: 28px;
  }

  .link-block {
    padding: 25px;
  }

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

  .image-2 {
    width: 150px;
    height: 150px;
  }

  .para-instituicoes {
    padding-top: 70px;
  }

  .div-block-22 {
    padding: 30px;
  }

  .div-block-27 {
    width: 60px;
    height: 60px;
    right: 15px;
  }

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

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

  .para-educadores {
    padding-top: 70px;
  }
}

#w-node-_8f3106bb-f96e-b9ba-f8d7-40a19caad5a3-17030ead, #w-node-_8f3106bb-f96e-b9ba-f8d7-40a19caad5b2-17030ead, #w-node-_995da1cd-a394-4e4a-1314-587896e9acae-17030ead, #w-node-_33a0c7fc-9a88-67f6-eddc-595bb9009d17-17030ead, #w-node-fb45b3e0-1ae4-85dc-4976-e132d2f071ea-17030ead, #w-node-_55db58ac-8c3d-9f3a-c81b-e5049c70700b-17030ead, #w-node-ec6fefb2-bcb1-0d27-072d-c9d5430511b3-17030ead, #w-node-_8089412b-cca4-1dbf-5b1a-2c70ed7258b5-17030ead, #w-node-_8089412b-cca4-1dbf-5b1a-2c70ed7258b6-17030ead, #w-node-b524a168-a8a9-498a-b68c-7e7556b569e2-17030ead, #w-node-b524a168-a8a9-498a-b68c-7e7556b569e4-17030ead, #w-node-b524a168-a8a9-498a-b68c-7e7556b569ee-17030ead, #w-node-b524a168-a8a9-498a-b68c-7e7556b569f8-17030ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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