:root {
  --dark-slate-blue: #0c45a7;
  --midnight-blue: #003083;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.navbar {
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 10px 5% 5px;
  display: flex;
}

.container-2 {
  flex-direction: row;
  flex: none;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.brand {
  align-items: flex-end;
}

.section {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 40px 10%;
}

.section.overflow {
  overflow: hidden;
}

.section.img {
  background-image: linear-gradient(#142849db, #0d1d3acc), url('../images/05.PNG');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 300px;
  padding: 3% 10% 5%;
}

.section.img.contato {
  background-image: url('../images/contato.jpg');
  background-position: 50% 10%;
  background-size: cover;
  min-height: 350px;
}

.section.img.salario {
  background-image: url('../images/download-2.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
}

.card-home {
  z-index: 88888888;
  background-color: #fff;
  border-radius: 14px;
  max-width: 400px;
  min-height: 330px;
  padding: 20px 40px;
  position: absolute;
  transform: translate(83px, 52px);
  box-shadow: 1px 1px 11px 2px #00000061;
}

.link-btn {
  background-color: var(--dark-slate-blue);
  justify-content: space-around;
  align-items: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 70px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.slider-2 {
  background-color: var(--midnight-blue);
  min-height: 75vh;
}

.left-arrow {
  display: none;
}

.spacer {
  min-height: 10px;
}

.slide-nav {
  display: none;
}

.section-azul {
  background-image: url('../images/element2.svg'), url('../images/element.svg'), linear-gradient(245deg, var(--midnight-blue), var(--dark-slate-blue));
  background-position: 100% 100%, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 200px, 200px, auto;
  min-height: 80vh;
  padding: 40px 5%;
}

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

.txt-med {
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.txt-med.bold {
  font-weight: 700;
}

.txt-med.bold.branco {
  color: #fff;
}

.txt-med.bold.azul {
  color: var(--dark-slate-blue);
}

.card-prod {
  background-image: linear-gradient(170deg, var(--midnight-blue), var(--dark-slate-blue));
  padding: 100px 60px;
}

.card-prod.white {
  background-color: #fff;
  background-image: none;
}

.card-prod.grey {
  background-color: #f9f9f9;
  background-image: none;
}

.paragraph {
  font-size: 18px;
  line-height: 28px;
}

.paragraph.branco {
  color: #fff;
}

.paragraph.branco.center {
  text-align: center;
}

.paragraph.contato {
  margin-right: 100px;
}

.txt-peq {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.txt-peq.grey {
  color: #5f5f5f;
}

.right-arrow {
  background-color: #333333db;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
}

.div-block-6 {
  max-width: 579px;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
  margin-top: 60px;
}

.mask-2 {
  max-width: 550px;
  height: 100%;
  overflow: visible;
}

.slide {
  margin-right: 40px;
}

.left-arrow-2 {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  display: flex;
  top: -610px;
  right: -926px;
}

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

.right-arrow-2 {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  display: flex;
  top: -610px;
  right: 0;
}

.icon {
  color: var(--midnight-blue);
}

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

.footer-social-link {
  margin-left: 12px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: var(--midnight-blue);
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.heading.plus {
  font-size: 45px;
  line-height: 48px;
}

.heading.white {
  color: #fff;
}

.heading.white.plus.center {
  text-align: center;
  font-size: 35px;
  line-height: 50px;
}

.div-block-7 {
  z-index: 99999999;
  position: absolute;
  inset: 0%;
}

.whats {
  z-index: 99999999;
  background-color: #1b964e;
  border-radius: 4px;
  padding: 10px;
  position: fixed;
  inset: auto 3% 5% auto;
  box-shadow: 4px 4px 8px -3px #0000004f;
}

.grid-2 {
  grid-column-gap: 38px;
  grid-template-rows: auto;
}

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

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

.card-img {
  background-image: linear-gradient(170deg, var(--midnight-blue), var(--dark-slate-blue));
  padding: 30px 20px;
}

.card-img.white {
  background-color: #fff;
  background-image: none;
}

.card-img.white.horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-img.grey {
  background-color: #f9f9f9;
  background-image: none;
}

.text-field {
  border: 2px solid var(--dark-slate-blue);
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-field::placeholder {
  color: #0000004d;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.textarea {
  border: 2px solid var(--dark-slate-blue);
  min-height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.textarea::placeholder {
  color: #0000004d;
  font-size: 16px;
}

.success-message {
  background-color: #fff;
}

.lottie-animation {
  width: 80px;
  height: 80px;
}

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

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  transform: translate(0, -95px);
}

.slide-1 {
  background-image: url('../images/BG-CELO.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/02.PNG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/04.PNG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-min {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-min.branco {
  color: #fff;
}

.paragraph-min.branco.center {
  text-align: center;
}

.paragraph-min.contato {
  margin-right: 100px;
}

.slide-4 {
  background-image: url('../images/01.PNG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/05.PNG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/03.PNG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line {
  background-color: #f8f8f8;
  height: 3px;
}

@media screen and (min-width: 1280px) {
  .card-home {
    max-width: 450px;
    transform: translate(210px, 52px);
  }
}

@media screen and (max-width: 991px) {
  .card-home {
    transform: translate(38px, 52px);
  }

  .mask {
    min-height: 300px;
  }

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

  .card-prod.white {
    border: 1px solid #ededed;
  }

  .div-block-6 {
    max-width: 500px;
  }

  .left-arrow-2 {
    display: none;
  }

  .container {
    max-width: 600px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

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

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

  .card-img.white {
    border: 1px solid #ededed;
  }

  .card-img.white.horizontal {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-6 {
    grid-column-gap: 4px;
    transform: translate(0, -81px);
  }

  .slide-1 {
    background-position: 100%;
  }

  .line {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .card-home {
    max-width: 350px;
    min-height: 300px;
    transform: translate(0, 300px);
  }

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

  .card-prod, .card-prod.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-6 {
    max-width: 300px;
  }

  .container {
    max-width: 500px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .heading, .heading-copy {
    font-size: 30px;
    line-height: 35px;
  }

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

  .card-img, .card-img.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    transform: translate(0, -62px);
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 33px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.img {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.certificado {
    padding-left: 5%;
    padding-right: 5%;
  }

  .card-home {
    max-width: 310px;
    min-height: 280px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, 219px);
  }

  .link-btn {
    min-height: 50px;
  }

  .slider-2 {
    min-height: 200px;
    max-height: 250px;
  }

  .section-azul {
    background-position: 100% 100%, 0 0, 0 0;
    min-height: 90vh;
  }

  .card-prod, .card-prod.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.branco.center {
    line-height: 20px;
  }

  .paragraph.contato {
    margin-right: 0;
  }

  .paragraph.min {
    font-size: 14px;
    line-height: 20px;
  }

  .right-arrow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: none;
  }

  .mask-2 {
    overflow: hidden;
  }

  .right-arrow-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-top: -430px;
    top: 383px;
  }

  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .heading {
    margin-top: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading.plus, .heading.white.plus.center {
    font-size: 35px;
    line-height: 40px;
  }

  .menu-button {
    background-color: #0c45a70f;
    padding: 10px;
  }

  .icon-3 {
    color: var(--dark-slate-blue);
  }

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

  .whats {
    bottom: 3%;
  }

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

  .card-img, .card-img.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-img.white.horizontal {
    flex-direction: column;
  }

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

  .grid-6 {
    transform: translate(0, -76px);
  }

  .slide-1 {
    background-position: 100% 100%;
    background-attachment: scroll;
  }

  .slide-2 {
    background-position: 50%;
  }

  .icon-4 {
    font-size: 20px;
  }

  .paragraph-min {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-min.branco.center {
    line-height: 20px;
  }

  .paragraph-min.contato {
    margin-right: 0;
  }

  .paragraph-min.min {
    font-size: 14px;
    line-height: 20px;
  }
}

#w-node-_547bf49d-6d3d-fa54-245b-f85b1da47015-1569650b, #w-node-_2bd315ff-9916-987a-854c-f58dc5d2954d-1569650b, #w-node-_2bd315ff-9916-987a-854c-f58dc5d29551-1569650b, #w-node-_357f8cbc-8440-eb55-513f-7d0e499c01ba-1569650b, #w-node-_357f8cbc-8440-eb55-513f-7d0e499c01be-1569650b, #w-node-_0e84a185-a8fa-3a1f-4c4a-ebd93549c996-1569650b, #w-node-_0e84a185-a8fa-3a1f-4c4a-ebd93549c99a-1569650b, #w-node-b70e1ea7-b558-abfe-8296-d3766be7b560-1569650b, #w-node-b70e1ea7-b558-abfe-8296-d3766be7b564-1569650b, #w-node-_9d6784c0-a4c0-d39d-4a03-9c1f590b2beb-1569650b, #w-node-_9d6784c0-a4c0-d39d-4a03-9c1f590b2bef-1569650b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebe9423c-adcc-f06a-ad51-b1c23366ef44-64c812c6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-ebe9423c-adcc-f06a-ad51-b1c23366ef45-64c812c6, #w-node-_05fafab9-a075-6768-72a1-b39e537438ef-64c812c6, #w-node-_05fafab9-a075-6768-72a1-b39e537438f3-64c812c6, #w-node-b6d219eb-89e0-2583-72ee-23064522afc2-64c812c6, #w-node-b6d219eb-89e0-2583-72ee-23064522afc6-64c812c6, #w-node-_8030b339-f3e3-dbce-5af3-cf9af7d5ad3f-64c812c6, #w-node-_8030b339-f3e3-dbce-5af3-cf9af7d5ad43-64c812c6, #w-node-b39fa1a7-ae5d-851b-f92b-991626ea4f4d-959045dc, #w-node-b39fa1a7-ae5d-851b-f92b-991626ea4f4e-959045dc, #w-node-_150314b4-6236-4ac6-d2cb-59c8e5869db0-959045dc, #w-node-_150314b4-6236-4ac6-d2cb-59c8e5869db4-959045dc, #w-node-_150314b4-6236-4ac6-d2cb-59c8e5869db6-959045dc, #w-node-_150314b4-6236-4ac6-d2cb-59c8e5869dba-959045dc, #w-node-_150314b4-6236-4ac6-d2cb-59c8e5869dbc-959045dc, #w-node-_150314b4-6236-4ac6-d2cb-59c8e5869dc0-959045dc, #w-node-b87f2834-8450-a443-e160-054e6d4f219a-959045dc, #w-node-_2dc5c5f1-16c5-a451-ecf2-6285f05be198-959045dc, #w-node-_09dff22e-8d6b-a500-fed6-cfc2073957fb-959045dc, #w-node-b17ae309-fede-440a-a4f3-3ada2677deae-959045dc, #w-node-_8283f944-a78f-7b52-f5ea-2dcb15264773-959045dc, #w-node-a517b045-c92a-5473-c12f-979c7792ec99-959045dc, #w-node-_5e88d617-766f-6543-50d1-4f1e7580ac02-959045dc, #w-node-_9fdb094f-543c-f8cf-0c07-626d7d621eb4-959045dc, #w-node-_09fb7205-3532-3a5f-4410-fea941d00a4f-959045dc, #w-node-_6fbc23ea-d867-b60a-e7a5-e39d2b606af1-959045dc, #w-node-d1e05a0e-e6e9-4feb-c2b6-9806bfcf47b5-959045dc, #w-node-ca0b89d3-b4a2-bf1a-9ae8-d1fe953a72c5-959045dc, #w-node-_693d776a-ad23-4c2b-ce89-565e690de016-959045dc, #w-node-_7bdd6689-0153-eb6f-14c4-a668ef014c26-959045dc, #w-node-_4b8063c6-16c4-ef2a-8c69-0fc6315e625b-ff983b40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_510e87dc-8656-b2ba-1e71-61e783589399-ff983b40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4bfbf9fc-4027-095b-25aa-e1731cd6e2f6-ff983b40, #w-node-ebe9423c-adcc-f06a-ad51-b1c23366ef44-f6fe658c, #w-node-ebe9423c-adcc-f06a-ad51-b1c23366ef45-f6fe658c, #w-node-_05fafab9-a075-6768-72a1-b39e537438ef-f6fe658c, #w-node-_05fafab9-a075-6768-72a1-b39e537438f3-f6fe658c, #w-node-c6984d3f-e5f8-545a-5198-5d5d0e42808f-f6fe658c, #w-node-c6984d3f-e5f8-545a-5198-5d5d0e428095-f6fe658c, #w-node-_6de7183c-e43c-69df-4264-2fbfb6db5aff-f6fe658c, #w-node-_6de7183c-e43c-69df-4264-2fbfb6db5b05-f6fe658c, #w-node-_5daac24c-0b81-ccdf-debc-8d7d09043aa6-f6fe658c, #w-node-_5daac24c-0b81-ccdf-debc-8d7d09043aa8-f6fe658c, #w-node-_5803f935-bed9-fdd0-59b4-35244cead2c4-f6fe658c, #w-node-_5803f935-bed9-fdd0-59b4-35244cead2c6-f6fe658c, #w-node-e5b98b59-b789-dca1-a26d-1dc30eed4408-f6fe658c, #w-node-e5b98b59-b789-dca1-a26d-1dc30eed440a-f6fe658c, #w-node-_4b8063c6-16c4-ef2a-8c69-0fc6315e625b-2b251ef9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_510e87dc-8656-b2ba-1e71-61e783589399-ff983b40 {
    justify-self: start;
  }
}


