:root {
  --white: white;
  --amarelo: #fcc86c;
  --roxo: #696db2;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.btn {
  background-color: var(--amarelo);
  color: #6e6aae;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.btn:hover {
  background-color: var(--white);
  color: var(--roxo);
}

.btn.inv {
  background-color: var(--roxo);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  font-weight: 700;
  display: block;
}

.btn.inv:hover {
  background-color: var(--white);
  color: var(--roxo);
}

.btn.inv.ama:hover {
  background-color: var(--amarelo);
}

.btn.inv.ama.mgt {
  margin-top: 40px;
}

.udesly-button-navigation-secondary {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-nav-link {
  color: var(--white);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: var(--amarelo);
}

.udesly-nav-link.w--current {
  color: var(--amarelo);
  transition-property: all;
}

.udesly-container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-navigation {
  background-color: var(--roxo);
  width: 100%;
  padding: 16px 5%;
  font-family: Exo, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.udesly-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.udesly-social-link {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.udesly-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-footer-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.udesly-divider {
  opacity: .1;
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-submit-button {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-udesly-text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-color-neutral-700 {
  color: var(--white);
}

.udesly-text-color-neutral-700 {
  color: #404040;
}

.udesly-footer-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 440px;
  display: flex;
}

.udesly-link-block {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-link-block:hover {
  color: #6f39f8;
  text-decoration: underline;
}

.udesly-button-accent {
  color: #fff;
  background-color: #171717;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-footer-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-footer-logo {
  width: 200px;
}

.udesly-column {
  width: 100%;
  position: relative;
}

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

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

.udesly-footer-2-columns {
  background-color: var(--roxo);
  color: var(--white);
  text-align: center;
  padding: 50px 5% 100px;
}

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

.udesly-content-image {
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.udesly-reviews {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.udesly-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-paragraph-large.udesly-max-width-480 {
  color: #242424;
  max-width: 480px;
  font-weight: 500;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  color: #6e6aae;
  font-size: 52px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-section {
  background-color: #fcc86c;
  padding-left: 5%;
  position: relative;
}

.home {
  height: 800px;
}

.body {
  color: var(--white);
  font-family: Varela Round, sans-serif;
}

.img-slider {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.img-slider.mid {
  object-position: 50% 50%;
}

.slide-home {
  height: 100%;
}

.icone {
  filter: brightness(200%);
}

.p {
  color: var(--black);
  font-weight: 400;
  line-height: 22px;
}

.p._50 {
  text-align: left;
  width: 50%;
}

.cx-sobre {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.cx-img {
  box-sizing: border-box;
  object-fit: contain;
  background-image: url('../images/LineaSP_Fachada-Diurna.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  max-width: 700px;
  height: 850px;
}

.cx-txt {
  width: 50%;
  max-width: 500px;
  margin-right: 100px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.h1.lilas {
  color: var(--roxo);
}

.h1.lilas.nt {
  margin-top: 0;
}

.h1.lilas.nt.bk {
  text-transform: none;
}

.h1.amarelo {
  color: var(--amarelo);
}

.h1.amarelo.bold {
  background-color: var(--roxo);
  border-radius: 20px 20px 0 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 10px 20px 5px;
}

.h1.amarelo.bold.inicial {
  background-color: var(--amarelo);
  color: var(--roxo);
  padding: 20px 30px 10px;
}

.h1.amarelo.menor {
  color: var(--white);
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.h1.amarelo.menor.formulario {
  color: var(--black);
  margin-top: 0;
}

.h1.amarelo.menor.ic, .h1.amarelo.menor.mn {
  font-size: 20px;
  line-height: 25px;
}

.h1.ts {
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.h1.ts.branc {
  color: var(--roxo);
  margin-top: 0;
}

.h1.ts.ns {
  margin-top: 0;
}

.cx-infos {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0) 49%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.container {
  border: 1px none var(--white);
  text-align: center;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: 0;
  padding: 20px 40px 60px;
}

.div-block {
  background-color: var(--white);
  opacity: .2;
  height: 1px;
  margin-bottom: 20px;
}

.sobre {
  background-color: var(--amarelo);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.image {
  width: 150px;
}

.imagens {
  background-color: var(--roxo);
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-2 {
  text-align: center;
}

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
  height: 500px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.slider-2.planta {
  height: 740px;
}

.imgs-planta.planta {
  height: 100%;
  padding-bottom: 100px;
}

.seta {
  background-color: var(--amarelo);
  border-radius: 20px;
  height: 100px;
}

.seta.esq {
  z-index: 2147483647;
  margin-right: -40px;
}

.seta.dir {
  margin-left: -40px;
}

.mask {
  border-radius: 20px;
}

.imgs-slider {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-slider {
  width: 100%;
  padding-bottom: 60px;
  position: absolute;
}

.text-block {
  background-color: var(--roxo);
  border-radius: 20px;
  padding: 5px 20px;
  display: inline-flex;
}

.text-block.amarelo {
  background-color: var(--amarelo);
  color: var(--roxo);
}

.mapa {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 100px;
}

.img-mapa {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video {
  background-color: var(--amarelo);
  padding-top: 80px;
  padding-bottom: 100px;
}

.diferenciais {
  padding: 40px 60px;
}

.cx-dif {
  background-color: var(--roxo);
  color: var(--amarelo);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.cx-dif.amarelo {
  background-color: var(--amarelo);
  color: var(--roxo);
}

.icon-diferencial {
  object-fit: scale-down;
  height: 100px;
  margin-bottom: 20px;
}

.txt-dif {
  width: 180px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.txt-dif.large {
  color: var(--white);
  width: 100%;
  font-size: 35px;
  line-height: 50px;
}

.txt-dif.medium {
  font-size: 18px;
  line-height: 22px;
}

.txt-dif.medium.mcmv {
  width: auto;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.txt-dif.allcaps {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.udesly-error-message-2 {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message-2 {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button-2 {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button-2:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-submit-button-2.udesly-mb-24 {
  margin-bottom: 24px;
}

.udesly-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.udesly-textarea {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 155px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-relative-block {
  position: relative;
}

.udesly-field-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-input {
  width: 100%;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-checkbox {
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Inner-Circle.svg');
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-select-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0%;
}

.udesly-text-fiel-contact {
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-column-2 {
  width: 100%;
  position: relative;
}

.udesly-paragraph-large-2 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large-2.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.contact {
  background-image: linear-gradient(180deg, var(--amarelo) 50%, var(--roxo) 50%);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

._1-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

._1-2-grid._75-space {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

._1-2-grid._75-space.reverse {
  background-color: var(--white);
  border-radius: 20px;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon.dark {
  color: var(--amarelo);
}

.main-container {
  width: 100%;
  max-width: 1100px;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.icon-text-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.form-inner {
  flex-direction: column;
  display: flex;
}

.form-inner.ts {
  width: 100%;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-wrap {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.paragraph {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.button {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button:hover {
  box-shadow: none;
  background-color: #000;
}

.button.in-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.success-message {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.spacer-l {
  width: 100%;
  height: 30px;
}

.text-block-2 {
  color: var(--roxo);
}

.youtube {
  border-radius: 20px;
}

.lazer {
  background-color: var(--roxo);
  padding-top: 60px;
  padding-bottom: 100px;
}

.txt-slogan {
  background-color: var(--roxo);
  color: var(--amarelo);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 20px;
  font-weight: 500;
}

.text-span {
  color: var(--white);
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
}

.setas {
  display: block;
}

.divisao {
  color: #53579c;
  padding-left: 5px;
  padding-right: 5px;
}

.teaser {
  background-color: #000;
  background-image: url('../images/BG-TEASER-LINEA.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 120px 20px;
}

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

.div-block-2 {
  background-color: var(--roxo);
  width: 50px;
  height: 5px;
}

.logo-teaser {
  width: 200px;
  margin-bottom: 20px;
}

.amarelo {
  color: var(--amarelo);
  font-weight: 700;
}

.roxo {
  color: var(--roxo);
  font-weight: 700;
}

.body2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.icones {
  background-color: var(--white);
  text-align: center;
  padding: 60px 20px;
}

.grid-icones {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.caixa-icone {
  background-color: var(--roxo);
  text-align: center;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.caixa-icone.am {
  background-color: var(--amarelo);
}

.icone-teaser {
  width: 100px;
}

.galeria {
  background-color: var(--roxo);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.fotos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.foto {
  object-fit: cover;
  border-radius: 16px;
  height: 300px;
}

.foto.meio {
  height: 400px;
}

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

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

.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 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.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: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  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 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-copyright.pt20 {
  margin-top: 40px;
}

.footer-copyright.txtlegal {
  text-align: justify;
  font-size: 10px;
  line-height: 16px;
}

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

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

.brand {
  object-fit: scale-down;
  object-position: 0% 50%;
  width: 130px;
  max-height: 65px;
  margin-right: 10px;
}

.rodape-brand {
  width: 200px;
}

.cont-slide {
  border: 1px none var(--white);
  text-align: center;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.txt-adress {
  background-color: var(--roxo);
  color: var(--amarelo);
  border-radius: 20px 20px 0 0;
  padding: 20px 30px;
  font-weight: 500;
}

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

.slide-nav {
  font-size: 6px;
  display: none;
}

.tab {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: rgba(252, 200, 108, 0);
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.tab:hover {
  background-color: var(--white);
  color: var(--roxo);
}

.tab.w--current {
  border-color: var(--amarelo);
  background-color: var(--amarelo);
  color: var(--roxo);
}

.tab.inv {
  background-color: var(--roxo);
  color: var(--white);
  margin-top: 20px;
  font-weight: 700;
}

.tab.inv:hover {
  background-color: var(--white);
  color: var(--roxo);
}

.tab.inv.ama:hover {
  background-color: var(--amarelo);
}

.tab.inv.ama.mgt {
  margin-top: 40px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-4 {
  text-align: center;
}

.ctmap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  text-align: left;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.book {
  background-color: var(--amarelo);
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-book {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.quick-stack-2 {
  margin-top: 40px;
  padding: 0;
}

.cardmcmv {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.iconemcmv {
  width: 100px;
}

.code-embed {
  border-radius: 20px;
  height: 600px;
  margin-top: 40px;
  overflow: hidden;
}

.img-map {
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .udesly-lottie-animation {
    color: var(--white);
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    background-color: var(--white);
    color: var(--white);
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-nav-menu {
    background-color: var(--roxo);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 24px;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .udesly-column {
    text-align: center;
  }

  .udesly-grid-2-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-content-image {
    min-width: auto;
    max-width: none;
    min-height: auto;
    position: static;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cx-sobre {
    flex-flow: column;
  }

  .cx-txt {
    width: 100%;
    max-width: 1080px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .sobre {
    padding-left: 30px;
    padding-right: 30px;
  }

  .imagens {
    padding-left: 40px;
    padding-right: 40px;
  }

  .imgs-planta {
    object-fit: cover;
    height: 100%;
  }

  .mapa, .video, .diferenciais {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cx-dif.amarelo {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .udesly-display-large-2.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-2-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  ._1-2-grid._75-space.reverse {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .border-wrap {
    width: 100%;
  }

  .content-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    max-width: 728px;
  }

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

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

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

  .book {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-footer-2-columns {
    padding-bottom: 48px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .p._50 {
    width: 100%;
    margin-top: 20px;
  }

  .h1.amarelo.menor.ic {
    margin-top: 0;
  }

  .seta {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .img-mapa {
    max-width: 100%;
  }

  .icon-diferencial {
    height: 60px;
  }

  .txt-dif {
    font-size: 20px;
    line-height: 26px;
  }

  .txt-dif.medium.mcmv {
    font-size: 14px;
    line-height: 18px;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .udesly-display-large-2 {
    font-size: 56px;
    line-height: 64px;
  }

  .quick-stack {
    padding: 0;
  }

  .setas {
    display: none;
  }

  .teaser {
    background-image: url('../images/BG-TEASER-LINEAMOBILE.jpg');
  }

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

  .icones {
    text-align: left;
  }

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

  .galeria {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .footer-brand {
    width: 100%;
    margin-bottom: 20px;
  }

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

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

  .ctmap {
    display: block;
  }

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

  .grid-book {
    text-align: center;
    flex-flow: wrap-reverse;
    display: flex;
  }

  .img-map {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .btn {
    width: 100%;
  }

  .btn.inv {
    text-align: center;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .udesly-link {
    text-align: center;
  }

  .udesly-flex.udesly-gap-32 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .udesly-footer-bottom {
    justify-content: center;
  }

  .udesly-form {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .udesly-link-block {
    justify-content: flex-start;
  }

  .udesly-button-accent {
    flex: none;
    max-width: 120px;
  }

  .udesly-footer-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .udesly-column {
    text-align: center;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-footer-2-columns {
    padding-bottom: 100px;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .home {
    height: 600px;
  }

  .cx-img {
    height: 390px;
  }

  .h1.lilas, .h1.amarelo {
    font-size: 36px;
    line-height: 36px;
  }

  .h1.amarelo.bold {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .h1.amarelo.bold.inicial {
    padding: 15px 20px 10px;
    font-size: 23px;
    line-height: 23px;
  }

  .h1.amarelo.menor.ic {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .sobre {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .slider-2 {
    height: 210px;
  }

  .slider-2.planta {
    height: 370px;
  }

  .imgs-planta.planta {
    padding-bottom: 40px;
  }

  .seta.esq {
    margin-right: -20px;
  }

  .seta.dir {
    margin-left: -20px;
  }

  .text-slider {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mapa {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video, .diferenciais {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .txt-dif.large {
    font-size: 30px;
    line-height: 40px;
  }

  .txt-dif.medium.mcmv {
    font-size: 13px;
    line-height: 16px;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .udesly-display-large-2 {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large-2.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  ._1-2-grid._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h2 {
    font-size: 30px;
  }

  .form-inner {
    width: 100%;
  }

  .flex-row-outer {
    flex-flow: column;
  }

  .border-wrap {
    min-width: 100%;
  }

  .content-wrap {
    padding-bottom: 40px;
  }

  .input-wrapper._15p-right {
    margin-right: 0;
  }

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

  .lazer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .txt-slogan {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 17px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

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

  .footer-copyright {
    text-align: center;
  }

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

  .brand {
    object-position: 50% 50%;
  }

  .txt-adress {
    padding: 10px 20px 15px;
    font-size: 12px;
    line-height: 17px;
  }

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

  .tab {
    text-align: center;
    width: 48%;
  }

  .tab.inv {
    text-align: center;
  }

  .book {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

#w-node-_04b7760f-3ce2-a85f-b0c2-4d494d6789bd-bb83a77b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b9a58246-f8b3-d17a-0483-ea0262345453-bb83a77b {
  align-self: center;
}

#w-node-_6b144a1d-6607-9c96-63f4-11600ac139f5-bb83a77b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-aad63167-16e0-0870-a165-438083e0bf81-bb83a77b, #w-node-a9258fa4-ec85-66ac-84bd-f7dbbdc149de-bb83a77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_505ef837-9af3-a939-9858-e6dec1791147-bb83a77b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_59bd65c2-63f8-f80d-fd5c-a691b393f8e2-409a974f {
  align-self: center;
  justify-self: center;
}

#w-node-_9e6b7744-7eeb-e922-fa0c-3317380542fd-409a974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a231d028-2232-a61d-ad83-050e9ef39f52-409a974f, #w-node-e69f76b1-3169-4ca6-bfe3-b6de0d13e391-409a974f, #w-node-a4de61df-b16b-af7b-c7ff-7276dc08b31a-409a974f, #w-node-_2802ccb3-7211-50e1-dfc8-ba8c53ba4491-409a974f, #w-node-_8e0c5894-9c61-3058-2044-1e0bf05e6d40-409a974f {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_04b7760f-3ce2-a85f-b0c2-4d494d6789bd-bb83a77b, #w-node-_6b144a1d-6607-9c96-63f4-11600ac139f5-bb83a77b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04b7760f-3ce2-a85f-b0c2-4d494d6789bd-bb83a77b, #w-node-_6b144a1d-6607-9c96-63f4-11600ac139f5-bb83a77b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04b7760f-3ce2-a85f-b0c2-4d494d6789bd-bb83a77b, #w-node-_6b144a1d-6607-9c96-63f4-11600ac139f5-bb83a77b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_505ef837-9af3-a939-9858-e6dec1791147-bb83a77b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Aristotelica Display Trial';
  src: url('../fonts/Aristotelica-Display-ExtraLight-Trial.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aristotelica Display Trial';
  src: url('../fonts/Aristotelica-Display-DemiBold-Trial.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aristotelicasmallcaps';
  src: url('../fonts/AristotelicaSmallCaps-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free Solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}