@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --light-color: #e8e8e8;
  --0030b4: #121212;
}

.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: var(--light-color);
  background-color: #0030b4;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.57em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  color: #ff962e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.65em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  color: #f77b00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .94em;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .9em 10em 5em;
}

.container.hero {
  justify-content: center;
  height: 100vh;
  padding-top: 10.7em;
  padding-bottom: 7em;
  display: flex;
  overflow: visible;
}

.container.two {
  justify-content: center;
  height: auto;
  padding: 0 0 7em;
  display: block;
  overflow: visible;
}

.container.tree {
  justify-content: center;
  height: auto;
  padding: 6.4em 0 0;
  display: block;
  overflow: visible;
}

.container.footer {
  justify-content: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 7em;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.section.one {
  background-image: url('../images/img-topo.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.section.two {
  margin-left: auto;
  margin-right: auto;
}

.section.white {
  background-color: #ebebeb;
  padding-bottom: 4.8em;
}

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

.body-2 {
  color: #fff;
}

.body-3 {
  font-family: DM Sans, sans-serif;
}

.paragraph {
  font-size: 1.46em;
}

.grid {
  flex-flow: row;
  flex: 0 auto;
  place-content: stretch center;
  align-items: center;
  padding-top: 2%;
  display: flex;
}

.grid.cards {
  padding-top: 4%;
}

.grid-item-left {
  width: 50%;
  display: block;
}

.grid-item-left.bolao {
  background-image: url('../images/circulo-bolao.png');
  background-position: 50%;
  background-size: cover;
}

.heading {
  line-height: .9em;
}

.div-block {
  color: #0030b4;
  background-color: #0030b4;
  border-radius: 50px;
  width: 25.52em;
  height: 35.73em;
}

.grid-item-right {
  border-radius: 12px;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.grid-item-right.two {
  padding-left: 10.7em;
  display: block;
}

.form {
  color: #0030b4;
  background-color: #0030b4;
  border-radius: 50px;
  width: 25.52em;
  max-width: 100%;
  height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
}

.form-2 {
  border-left: 1px solid #0000;
  padding-left: 3em;
  padding-right: 3em;
}

.heading-2 {
  color: #9fb9ff;
}

.t-form {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.4em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.text-field {
  opacity: 1;
  color: #fff;
  background-color: #0030b4;
  border-top: 1px solid #0000;
  border-left: 1px solid #c0383800;
  border-right: 1px solid #c26d6d00;
  border-radius: 0;
  margin-top: .9em;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--light-color);
}

.checkbox-label {
  color: #fff;
  padding-bottom: 0;
  font-size: 1em;
}

.submit-button {
  color: #052479;
  text-align: center;
  background-color: #fd7e00;
  border-radius: 80px;
  width: 18.13em;
  max-width: 100%;
  margin-top: .8em;
  padding: 1.2em 0;
  font-size: 1.2em;
  font-weight: 700;
}

.submit-button:hover {
  color: #082d94;
  background-color: #2ff3a8;
}

.image {
  margin-bottom: 1.6em;
}

.paragraph-2 {
  margin-top: .8em;
  padding-left: 0;
  padding-right: 8em;
}

.img-logo {
  width: 16.82em;
}

.form-block {
  padding-top: .8em;
}

.logo {
  padding-top: 0;
  padding-bottom: 1.6em;
}

.checkbox-field {
  padding-top: .3em;
  font-size: .73vw;
}

.div-block-3 {
  z-index: 3;
  background-color: #121212b0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
}

.div-block-4 {
  background-color: #e8e8e800;
  width: 800px;
  height: 600px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.image-2 {
  margin-top: 29px;
}

.modal-desktop {
  z-index: 9000;
  background-color: #1607079e;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.grid-modal {
  background-color: #0030b4;
  border-radius: 20px;
  width: 80em;
  height: 50em;
  margin: auto;
  padding: 6em 2em 4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-modal.politica-color {
  background-color: #fff;
  width: 90em;
  height: 60em;
  margin-top: 21px;
  padding-top: 0;
}

.image-4 {
  background-color: #fff;
  margin: auto;
  padding-top: 6.7em;
}

.modal-mobile {
  background-color: #1607079e;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.bt-whatsapp {
  z-index: 3000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
  position: fixed;
  inset: auto 0% 7% auto;
}

.modal-desktop-politica {
  z-index: 9000;
  object-fit: cover;
  background-color: #1607079e;
  flex-wrap: wrap;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.paragraph-3 {
  color: #000;
  font-size: 1em;
  line-height: 1.3;
}

.div-block-6 {
  padding-top: 2em;
  padding-left: 6.7em;
  padding-right: 6.7em;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 2em;
  height: 2em;
  display: flex;
}

.image-5 {
  margin-top: 17px;
  margin-right: 19px;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.mosaico-grid {
  justify-content: flex-start;
  display: flex;
}

.bold-text {
  color: #fd7e00;
}

.heading-3 {
  line-height: 1;
}

.heading-3.t-modal {
  color: #de7208;
  padding-top: .8em;
}

.paragraph-4 {
  padding-top: .8em;
  padding-right: 3.8em;
}

.div-block-8 {
  background-color: #fd7e00;
  width: 10%;
  height: .2em;
  margin-top: .8em;
}

.p-4 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .8em;
  padding-bottom: .4em;
  font-size: 3.65em;
  line-height: .9;
  display: flex;
}

.p-4.blue {
  color: #0030b4;
  line-height: .2;
}

.p-4.modal {
  color: #fff;
  font-size: 2.3em;
  line-height: 1.3;
}

.div-block-9 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.h1-calendario {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.div-block-10 {
  color: #664747;
  background-color: #f17b7b;
}

.card-p {
  color: #0030b4;
  font-size: 1.1em;
  line-height: 1;
}

.card-grid {
  color: #664747;
  background-color: #fff;
  border-radius: 20px;
  flex: 0 auto;
  width: 27.92em;
  height: 13.54em;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
}

.card-left {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 49%;
  display: flex;
}

.card-right {
  width: 70%;
  padding-top: 1.8em;
  padding-left: 25px;
  display: block;
}

.card-h1 {
  color: #ff962e;
  text-align: right;
  padding-right: .9em;
  font-size: 1.5em;
  line-height: 1.2;
}

.card-h2 {
  color: #0030b4;
  font-size: 1.6em;
  font-weight: 700;
}

.div-block-11 {
  background-color: #0030b4;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 2px;
  height: 100px;
  display: flex;
}

.bold-text-2 {
  color: #0030b4;
}

.rodape {
  text-align: center;
  padding-top: 2.8em;
  font-size: 1em;
}

.image-7 {
  padding-left: 34.1em;
  position: absolute;
}

.image-7.left {
  padding-left: 0;
}

.image-7.down {
  padding-top: 33.7em;
  padding-left: 34.5em;
}

.checkbox-label-2 {
  color: #fff;
  font-size: .73em;
  line-height: 1.3;
}

.bold-text-3 {
  text-decoration: underline;
}

.image-8 {
  line-height: 9;
}

.atendimento-fixo {
  z-index: 2000;
  color: #cc7171;
  background-color: #de7208;
  justify-content: center;
  align-items: center;
  height: 8%;
  padding-left: 1.4em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.grid-atendimento {
  background-color: #ff262600;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 6em;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.heading-4 {
  font-size: 1em;
}

.heading-5 {
  color: #110550;
  font-size: 1.6em;
}

.txt-contato {
  color: #000;
  background-color: #9c646400;
  width: 16em;
  height: 4em;
  margin-top: 0;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}

.atendimentos {
  background-color: #ff262600;
  width: 18em;
  height: 5em;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icone-contato {
  color: #454f6b;
  background-color: #0030b4;
  border-radius: 12px;
  width: 6em;
  height: 4em;
  margin-top: 0;
}

.heading-6 {
  color: #000;
}

.contato-p {
  color: #000;
  padding-top: .6em;
  padding-left: .8em;
  font-size: 1.4em;
}

.link-block-2 {
  color: #0030b4;
  background-color: #0030b4;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 5em;
  padding-left: 0;
  display: flex;
}

.text-social {
  padding-left: 1em;
  font-size: 1em;
  font-weight: 700;
}

.image-9 {
  width: 3em;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.image-10 {
  width: 3em;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
}

.image-11 {
  width: 3em;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.lottie-animation {
  width: auto;
}

.grid-left-modal, .grid-right-modal {
  width: 50%;
}

.div-block-12 {
  justify-content: flex-end;
  padding-top: .8em;
  padding-right: 1.2em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-12 {
  width: 20%;
  max-width: none;
  display: block;
}

.x {
  justify-content: space-between;
  align-items: flex-start;
  width: 2em;
  height: 2em;
  display: flex;
}

.p5 {
  color: #ff962e;
  align-items: center;
  padding-top: .8em;
  padding-bottom: 0;
  font-size: 3.65em;
  line-height: .9;
  display: flex;
}

.p5.blue {
  color: #0030b4;
  line-height: .2;
}

.p5.modal {
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
}

.p-5 {
  color: #ff962e;
  align-items: center;
  padding-top: .8em;
  padding-bottom: .4em;
  font-size: 3.65em;
  line-height: .9;
  display: flex;
}

.p-5.blue {
  color: #0030b4;
  padding-top: .5em;
  line-height: .2;
}

.p-5.modal {
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
}

.bold-text-7 {
  color: #fd7e00;
}

.bold-text-8 {
  color: #ff952b;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.hero {
    background-color: #0d031942;
    height: auto;
  }

  .container.two {
    background-color: #0030b4;
    padding-right: 0;
  }

  .container.tree {
    color: #fff;
    background-color: #d6d6d6;
    padding-top: 4em;
    padding-bottom: 4em;
    padding-right: 0;
  }

  .container.footer {
    background-color: #0030b4;
  }

  .section.one {
    background-position: 60%;
    background-size: cover;
    padding-top: 0;
  }

  .section.two {
    background-image: none;
    padding-left: 2em;
    padding-right: 2em;
  }

  .section.white {
    color: #fff;
    background-color: #dbdbdb;
  }

  .heading.one-m {
    padding-top: .4em;
    font-size: 3.6em;
  }

  .grid-item-right.two {
    padding-left: 2.5em;
  }

  .form {
    width: 24em;
  }

  .paragraph-2 {
    padding-right: 2.9em;
  }

  .img-logo {
    width: 14em;
  }

  .grid-modal {
    width: 50em;
    height: 35em;
    padding-left: 1.6em;
    padding-right: 1.8em;
  }

  .grid-modal.politica-color {
    width: 50em;
    line-height: 1.4;
  }

  .paragraph-3 {
    padding-right: 1.1em;
    line-height: 1;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    inset: 0% 0% auto auto;
  }

  .heading-3 {
    font-size: 5em;
  }

  .heading-3.t-modal {
    padding-top: 0;
    font-size: 4em;
  }

  .paragraph-4 {
    font-size: 1em;
  }

  .p-4 {
    font-size: 2.2em;
  }

  .p-4.modal {
    font-size: 2em;
    line-height: 1.2;
  }

  .card-p {
    font-size: .9em;
  }

  .card-grid {
    justify-content: center;
    align-items: center;
  }

  .card-right {
    padding-top: 0;
    padding-right: .5em;
  }

  .card-h1, .card-h2 {
    font-size: 1.3em;
  }

  .grid-atendimento {
    height: 5em;
    padding-top: .3em;
  }

  .heading-5 {
    padding-top: .4em;
    line-height: 1;
  }

  .txt-contato {
    display: none;
  }

  .p5 {
    font-size: 2.2em;
  }

  .p5.modal {
    font-size: 2em;
    line-height: 1.2;
  }

  .p-5 {
    font-size: 2.2em;
  }

  .p-5.modal {
    font-size: 2em;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 19.5em;
  }

  .container.hero {
    background-color: #0d03194a;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.two {
    background-color: #0030b4;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.tree {
    background-color: #0d03194a;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer {
    background-color: #0030b4;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section.two {
    margin-top: -231px;
    margin-bottom: -285px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 623px;
  }

  .grid-item-left {
    width: 100%;
    padding-left: 0;
  }

  .heading.one-m {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 3.3em;
    display: flex;
  }

  .grid-item-right {
    justify-content: center;
    width: 100%;
    margin-top: 43px;
    padding-left: 0;
  }

  .form {
    width: 31em;
  }

  .paragraph-2 {
    text-align: center;
    padding-left: 5.4em;
    padding-right: 5.6em;
    line-height: 1.1;
  }

  .logo {
    justify-content: center;
    display: flex;
  }

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

  .modal-desktop {
    background-color: #042324b8;
  }

  .grid-modal {
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35em;
    height: 50em;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-modal.politica-color {
    width: 40em;
  }

  .modal-mobile, .modal-desktop-politica {
    background-color: #042324b8;
  }

  .paragraph-3 {
    padding-left: 4%;
    padding-right: 2.3em;
    line-height: 1;
  }

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

  .mosaico-grid {
    width: 100%;
  }

  .heading-3.t-modal, .p-4.modal {
    text-align: center;
  }

  .grid-left-modal {
    padding-top: 4.8em;
  }

  .grid-right-modal {
    width: 70%;
  }

  .image-12 {
    width: 10%;
  }

  .p5.modal, .p-5.modal {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container.hero {
    border-radius: 0;
    flex-direction: column;
    width: auto;
    height: auto;
    margin-right: 0;
    padding: 8em 0;
  }

  .container.two {
    border-radius: 0;
    flex-direction: column;
    width: auto;
    max-width: none;
    margin-top: -4.8em;
    padding: 0;
  }

  .container.tree {
    background-color: #a9a0b44a;
    border-radius: 0;
    flex-direction: column;
    width: auto;
    padding: 0 0 3.2em;
  }

  .container.footer {
    border-radius: 0;
    flex-direction: column;
    width: auto;
    max-width: none;
    margin-top: -4.8em;
    padding: 0 0 8em;
  }

  .section.one {
    background-color: #ff6b6b;
    background-image: url('../images/mobile-–-4.png');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
    display: block;
  }

  .section.two {
    background-color: #ff6b6b;
    background-image: url('../images/mobile-–-4.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.two.mobile {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .section.white {
    color: #fff;
    background-color: #fff;
    margin-top: 4px;
  }

  .grid {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0%;
  }

  .grid.cards {
    place-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0%;
  }

  .grid.mobile {
    flex-flow: wrap;
    align-items: stretch;
    margin-top: 8.5em;
    padding-top: 0%;
  }

  .grid-item-left {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .grid-item-left.bolao {
    padding-bottom: 0;
  }

  .heading {
    width: 100%;
    font-size: 3em;
    display: block;
  }

  .heading.one-m {
    text-align: center;
    padding: 0 .5em;
  }

  .grid-item-right {
    justify-content: center;
    width: 100%;
    margin-top: -.1em;
    padding-left: 0;
  }

  .grid-item-right.two {
    margin-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .form {
    border-radius: 13px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: auto;
    margin-right: 0;
    padding: 4em 2em;
    display: flex;
  }

  .form-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .t-form {
    padding-left: 0;
    padding-right: .8em;
    font-size: 1.5em;
  }

  .text-field {
    color: #fff;
  }

  .checkbox-label {
    font-size: 1em;
  }

  .submit-button {
    color: #1741b4;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
  }

  .paragraph-2 {
    text-align: center;
    padding: 0 2em 2.1em;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .img-logo {
    width: 10em;
    padding-top: 0;
  }

  .form-block {
    width: 100%;
  }

  .logo {
    margin-top: 0;
    padding-bottom: 1.2em;
    padding-left: 0;
    display: flex;
  }

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

  .checkbox-field {
    padding-top: 1.2em;
    padding-bottom: 0;
    font-size: .73em;
  }

  .modal-desktop {
    -webkit-text-fill-color: inherit;
    background-color: #000000a8;
    background-clip: padding-box;
    padding-top: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .grid-modal {
    width: 20em;
    height: 45em;
    margin-top: 4.4em;
    padding: 1px 0 0;
    position: absolute;
  }

  .grid-modal.politica-color {
    width: 21em;
    height: 100em;
    margin-top: 60px;
  }

  .image-3 {
    display: block;
  }

  .image-4 {
    padding-top: 2.4em;
    overflow: visible;
  }

  .modal-mobile {
    -webkit-text-fill-color: inherit;
    background-color: #000000a8;
    background-clip: padding-box;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .bt-whatsapp {
    width: 40%;
    display: block;
    inset: auto 0% 0% auto;
  }

  .modal-desktop-politica {
    -webkit-text-fill-color: inherit;
    background-color: #000000a8;
    background-clip: padding-box;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .paragraph-3 {
    padding-top: 0;
    display: inline-block;
  }

  .text-block {
    padding-top: 44px;
  }

  .mosaico-grid {
    padding-left: 0;
  }

  .heading-3 {
    padding-top: 0;
    font-size: 3.5em;
  }

  .heading-3.t-modal {
    font-size: 3em;
  }

  .paragraph-4 {
    padding-right: 0;
    font-size: 1.2em;
  }

  .p-4 {
    color: #fff;
    padding-top: 7.2em;
    font-size: 2em;
    line-height: 1.2;
    display: block;
  }

  .p-4.modal {
    font-size: 1.5em;
  }

  .h1-calendario {
    padding-top: 2.8em;
  }

  .card-grid {
    width: 90%;
    margin-top: 1.6em;
    margin-left: 0%;
    margin-right: 0%;
  }

  .card-right {
    padding-top: 0;
    padding-left: .8em;
    padding-right: 1em;
  }

  .card-h1 {
    padding-right: .7em;
  }

  .image-6 {
    margin-top: 1em;
  }

  .rodape {
    padding: 1.6em 2.8em 1.6em 2.4em;
  }

  .image-7 {
    padding-left: 19.3em;
  }

  .image-7.left {
    max-width: 20%;
  }

  .image-7.down {
    padding-top: 17.8em;
    padding-left: 19.5em;
  }

  .image-8 {
    max-width: 90%;
    margin-bottom: 65px;
    margin-left: 12px;
    margin-right: -55px;
    padding-top: 0;
    padding-right: 0;
    display: block;
  }

  .link-block {
    padding-left: 0;
    padding-right: 0;
  }

  .atendimento-fixo {
    z-index: 100;
    padding-left: 0;
    display: none;
  }

  .grid-atendimento {
    width: 24em;
    padding-left: 0;
    display: none;
  }

  .heading-5 {
    display: none;
  }

  .atendimentos {
    justify-content: center;
    align-items: center;
  }

  .icone-contato {
    width: 4em;
  }

  .link-block-2 {
    width: 4em;
    height: 4em;
  }

  .image-9 {
    width: 2em;
  }

  .lottie-animation {
    z-index: 333;
    position: relative;
  }

  .bold-text-4 {
    color: #fff;
    font-size: 1em;
    display: block;
  }

  .grid-left-modal {
    width: 55%;
    padding-top: 0;
  }

  .image-12 {
    width: 10%;
  }

  .p5 {
    display: block;
  }

  .p5.modal {
    font-size: 1.5em;
  }

  .p-5 {
    display: block;
  }

  .p-5.modal {
    font-size: 1.5em;
  }

  .bold-text-5, .bold-text-6 {
    color: #fd7e00;
  }
}


@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caxton';
  src: url('../fonts/Caxton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}