.div-hero {
  height: 75vh;
  background-image: linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0) 52%), url('../images/hero-metis.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  align-items: center;
  margin-top: 60px;
  display: none;
}

.container {
  height: 100%;
  max-width: 1200px;
  flex: 1;
}

.container.form {
  justify-content: center;
  display: flex;
}

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

.heading-hero {
  color: #fff;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 2.3rem;
  line-height: 1.3;
}

.paragraph {
  color: #fff;
  font-size: 1.34rem;
  line-height: 1.4;
}

.div-block {
  width: 510px;
}

.div-block-2 {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
}

.heading-1 {
  color: #2633b7;
  margin-bottom: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}

.heading-1.centro {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 2.2rem;
}

.div-block-3 {
  background-color: #f5f8fc;
  border-radius: 4px;
  padding: 20px 40px 40px;
  position: relative;
  bottom: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-box {
  color: #242427;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 1.6rem;
}

.heading-2.white {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}

.image {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-left: 4px;
}

.link-block {
  color: #2633b7;
  background-color: #fff;
  border-radius: 100px;
  padding: 12px 32px;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block:hover {
  background-color: #dfdce9;
}

.link-block:active {
  background-color: #aaa5bd;
}

.image-2 {
  width: 20px;
  margin-left: 12px;
}

.text-block {
  font-size: 1rem;
  font-weight: 600;
}

.image-3 {
  width: 148px;
}

.container-nav {
  height: 100%;
  max-width: 1130px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .21);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 8px -1px rgba(0, 0, 0, .2);
}

.brand {
  flex: 1;
  margin-top: 7px;
  margin-bottom: 7px;
}

.nav-link {
  margin-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link:active {
  color: #949494;
}

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

.image-4 {
  width: 12px;
  object-fit: contain;
  margin-left: 8px;
}

.link-block-2 {
  color: #2633b7;
  align-self: flex-end;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  text-decoration: underline;
}

.link-block-2:active {
  color: #5169ee;
}

.text-block-2 {
  font-weight: 700;
}

.black-bg {
  z-index: 105;
  opacity: .34;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.popup-serv-1 {
  z-index: 110;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: stretch;
  padding: 0;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .2);
}

.text-titulo {
  font-size: 1.5rem;
  font-weight: 700;
}

.paragrafo-maior {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

.image-5 {
  height: 100%;
  object-fit: cover;
  object-position: 69% 50%;
  border-radius: 0 30px 30px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.image-5.bike {
  width: auto;
  object-position: 33% 50%;
  align-self: stretch;
}

.image-5.rcpro {
  object-position: 33% 50%;
}

.div-block-6 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  margin: 60px 60px 72px;
  display: flex;
}

.div-block-6.house {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 20px;
}

.div-block-6.trip, .div-block-6.bike {
  padding: 40px;
}

.heading-3 {
  color: #2633b7;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Quicksand, sans-serif;
  font-size: 3rem;
}

.bot-o-voltar {
  color: #2633b7;
  text-align: center;
  cursor: pointer;
  margin-top: 120px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.bot-o-voltar:hover {
  text-decoration: underline;
}

.bot-o-voltar:active {
  color: #090d38;
}

.div-form-2 {
  background-image: url('../images/AdobeStock_302805195.jpg');
  background-position: 0 0;
  background-size: cover;
}

.form-block {
  flex: 1;
  padding: 35px 60px;
}

.div-block-9 {
  background-color: #f4f4f6;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .46);
}

.text-filed {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 28px;
}

.fiel-label {
  margin-bottom: 10px;
  margin-left: 8px;
  font-size: 1.1rem;
}

.fiel-label.checkbox {
  margin-bottom: 20px;
  margin-left: 4px;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.checkbox-field {
  padding-bottom: 12px;
  padding-right: 40px;
}

.submit-button {
  background-color: #2633b7;
  border-radius: 100px;
  margin-top: 60px;
  padding-left: 46px;
  padding-right: 46px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #4b74dd;
}

.submit-button:active {
  background-color: #161f7c;
}

.checkbox-label {
  color: #636369;
  font-size: 1.2rem;
}

.form-2 {
  width: 640px;
  flex-direction: column;
  display: flex;
}

.success-message {
  color: #216f1d;
  background-color: #dcf1db;
  border: 1px solid #7eca7a;
  border-radius: 10px;
  padding-left: 72px;
  padding-right: 72px;
  font-size: 1rem;
}

.text-span {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

.error-message {
  border: 1px solid #e5a1a1;
  border-radius: 10px;
  margin-top: 28px;
  padding: 16px;
}

.text-block-3 {
  color: #791f1f;
  font-size: 1rem;
  font-weight: 400;
}

.footer-subscribe {
  background-color: #11122b;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-footer {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 86px;
  display: grid;
}

.footer-wrapper-three.dep {
  margin-left: 60px;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(226, 226, 226, .75);
}

.footer-link-three:active {
  color: rgba(136, 136, 136, .75);
}

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

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

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

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

.footer-copyright {
  color: #868f9b;
  margin-top: 39px;
}

.social-icon {
  filter: invert() brightness(500%);
}

.image-7 {
  width: 288px;
  align-self: center;
  margin-bottom: 0;
  margin-right: 40px;
}

.div-block-10 {
  width: 40px;
  height: 40px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .68);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
}

.div-block-10:hover {
  background-color: rgba(255, 255, 255, .86);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-10:active {
  -webkit-backdrop-filter: brightness(0%) blur(5px);
  backdrop-filter: brightness(0%) blur(5px);
}

.image-8 {
  width: 13px;
}

.popup-serv-2 {
  z-index: 108;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .2);
}

.popup-serv-3 {
  z-index: 107;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .2);
}

.popup-serv-4 {
  z-index: 110;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .2);
}

.popup-serv-5 {
  z-index: 106;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .2);
}

.popup-serv-6 {
  z-index: 105;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .2);
}

.image-empresarial {
  width: 45%;
  height: 100%;
  object-fit: cover;
  object-position: 88% 50%;
  border-radius: 0 30px 30px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.body {
  flex-direction: column;
  align-items: stretch;
}

.container-box {
  z-index: 1100;
  max-width: 1240px;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-paragraph {
  opacity: .71;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.link-paragraph:hover {
  opacity: 1;
  text-decoration: underline;
}

.link-paragraph:active {
  opacity: .56;
}

.image-9 {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.paragraph-3 {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}

.link-block-3 {
  z-index: 10000;
  width: 60px;
  transition: filter .1s;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.link-block-3:hover {
  filter: brightness(108%);
}

.link-block-3:active {
  filter: brightness(81%);
}

.popup-serv-0 {
  z-index: 110;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .2);
}

.div-form-1 {
  background-image: url('../images/AdobeStock_302805195.jpg');
  background-position: 0 0;
  background-size: cover;
}

.html-embed {
  align-self: stretch;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
}

.div-hero-slider {
  z-index: 0;
  height: 80vh;
  background-image: linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0) 52%), url('../images/hero-metis.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.slide {
  background-image: linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0) 52%), url('../images/hero-metis.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-2 {
  background-image: url('../images/Metis-Hero2.jpg');
  background-position: 0%;
  background-size: cover;
}

.slide-nav {
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .div-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0)), url('../images/hero-metis.webp');
    background-position: 0 0, 0 0, 76%;
    background-size: auto, auto, cover;
  }

  .container.form {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3 {
    margin-left: 24px;
    margin-right: 24px;
    bottom: 40px;
  }

  .container-nav {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-link {
    padding-left: 32px;
    font-size: 1rem;
  }

  .popup-serv-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
    display: none;
  }

  .paragrafo-maior {
    font-size: 1.1rem;
  }

  .image-5 {
    width: 100%;
    height: 200px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-5.bike {
    max-width: none;
    object-position: 33% 87%;
  }

  .image-5.auto {
    object-position: 69% 16%;
  }

  .div-block-6 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-6.house {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .div-block-6.car {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .div-block-6.trip {
    margin-top: 16px;
    margin-bottom: 40px;
    padding: 0 88px;
  }

  .div-block-6.bike {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-6.empresarial {
    margin-top: 28px;
    margin-bottom: 28px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .bot-o-voltar {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .form-2 {
    width: 600px;
  }

  .menu-button {
    cursor: pointer;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .container-footer {
    max-width: 728px;
    grid-template-columns: 1.25fr 1.25fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .footer-wrapper-three.dep {
    margin-left: 0;
  }

  .footer-social-block-three {
    align-self: stretch;
    margin-top: 40px;
    margin-left: 0;
  }

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

  .image-7 {
    margin-right: 0;
  }

  .popup-serv-2, .popup-serv-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
    display: none;
  }

  .popup-serv-4 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
    display: none;
  }

  .popup-serv-5 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
    display: none;
  }

  .popup-serv-6 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 51px;
    margin-right: 51px;
    display: none;
  }

  .image-empresarial {
    width: 100%;
    height: 200px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-box {
    display: none;
  }

  .link-block-3 {
    bottom: 32px;
    right: 32px;
  }

  .nav-menu {
    background-color: #f7f7f7;
  }

  .icon {
    display: none;
  }

  .lottie-animation {
    width: 18px;
  }

  .popup-serv-0 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
    display: none;
  }

  .div-hero-slider {
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0)), url('../images/hero-metis.webp');
    background-position: 0 0, 0 0, 76%;
    background-size: auto, auto, cover;
  }

  .slide {
    background-image: linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0) 52%), linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/hero-metis.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .slide-2 {
    background-image: url('../images/Metis-Hero2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .icon-2, .icon-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container.form {
    max-width: none;
  }

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

  .heading-hero {
    font-size: 2rem;
  }

  .paragraph {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .div-block {
    width: auto;
  }

  .div-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .popup-serv-1 {
    display: none;
  }

  .form-grid {
    grid-template-columns: auto auto;
  }

  .form-2 {
    width: auto;
    min-width: 380px;
  }

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

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

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

  .popup-serv-2, .popup-serv-3, .popup-serv-4, .popup-serv-5, .popup-serv-6, .popup-serv-0 {
    display: none;
  }

  .slide {
    background-image: linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0) 52%), linear-gradient(to bottom, null, null), url('../images/hero-metis.webp');
    background-position: 0 0, 0 0, 54%;
  }

  .slide-2 {
    background-image: url('../images/Metis-Hero2.jpg');
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .div-hero {
    background-image: linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0)), linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/hero-metis.webp');
    background-position: 0 0, 0 0, 60%;
    background-size: auto, auto, cover;
  }

  .heading-hero {
    font-size: 1.7rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .heading-1 {
    text-align: center;
    font-size: 1.5rem;
  }

  .heading-1.centro {
    font-size: 1.6rem;
  }

  .div-block-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    object-fit: contain;
  }

  .container-nav {
    border-bottom: 1px solid #b1b7f1;
  }

  .navbar {
    border-bottom-style: none;
  }

  .nav-link {
    background-color: #f8f9ff;
  }

  .popup-serv-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin: 40px 20px;
    display: none;
  }

  .paragrafo-maior {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.4;
  }

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

  .div-block-6.house {
    margin-top: 0;
    padding: 0 28px;
  }

  .div-block-6.car {
    margin-top: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-6.trip {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-6.bike {
    padding-left: 29px;
    padding-right: 29px;
  }

  .div-block-6.empresarial {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .heading-3 {
    margin-top: 32px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-9 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-field {
    padding-right: 20px;
  }

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

  .form-2 {
    min-width: auto;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #2633b7;
    background-color: #fff;
  }

  .container-footer {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-block-three {
    padding-top: 0;
  }

  .footer-social-link-three {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .div-block-10 {
    top: 20px;
    right: 20px;
  }

  .popup-serv-2, .popup-serv-3, .popup-serv-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin: 40px 20px;
    display: none;
  }

  .popup-serv-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: .5fr 1fr;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin: 40px 20px;
    display: none;
  }

  .popup-serv-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin: 40px 20px;
    display: grid;
  }

  .link-block-3 {
    right: 20px;
  }

  .popup-serv-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin: 40px 20px;
    display: none;
  }

  .div-hero-slider {
    background-image: linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0)), linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/hero-metis.webp');
    background-position: 0 0, 0 0, 60%;
    background-size: auto, auto, cover;
  }

  .slide {
    background-image: linear-gradient(to right, #1921ad, rgba(25, 33, 173, 0) 83%), linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/hero-metis.webp');
    background-position: 0 0, 0 0, 60%;
    background-size: auto, auto, cover;
  }

  .slide-2 {
    background-image: url('../images/Metis-Hero2-mobile.jpg'), url('../images/Metis-Hero2.jpg');
    background-position: 50% 0, 0%;
    background-size: cover, cover;
  }
}

#w-node-_84dd17be-5eb0-ba55-b727-1aeed646f60b-d4bb45ca, #w-node-_0e0de745-87a3-38b6-6213-afaac29d6b5e-d4bb45ca, #w-node-d2a64f3b-fed1-d094-0ac6-c79d81f9bc0f-d4bb45ca, #w-node-_21b8403e-f16b-13e0-765e-10fdf46f0235-d4bb45ca, #w-node-_3e10cd71-17c2-f1d1-c2ea-8e3a4bb66708-d4bb45ca, #w-node-_943034fc-37c2-13a7-1b6c-0ff4f6c94418-d4bb45ca, #w-node-ec3dd1c7-fa66-bc86-cc8d-5af2429a007c-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_844eac3c-e6b7-ea32-cb28-f5d098236c67-d4bb45ca {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_844eac3c-e6b7-ea32-cb28-f5d098236c77-d4bb45ca {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_68862426-0319-21f9-232a-4ba575ec4386-d4bb45ca, #w-node-_68862426-0319-21f9-232a-4ba575ec4396-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19faed2a-22d2-2b9d-50e4-df860aa46716-d4bb45ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: start;
}

#w-node-_67e8458a-0913-9859-a5da-9ddf731113f8-d4bb45ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d914678-94a9-497c-9c30-13bb374034d6-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c7ce2f90-b555-84ef-5806-3cabac84f4b5-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_719a0abe-ea9e-75e2-a503-041ddf2740a3-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5a1a82f9-fd4f-0ba1-29e0-586c5fce1558-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00b6573d-a52c-ec92-5662-bfe1ab3e4fac-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-c62ee6f9-dcf5-a06d-537d-1a1f9c2acbaa-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8de9d1a-a038-d442-1dc0-97d8990a9b66-d4bb45ca {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d8de9d1a-a038-d442-1dc0-97d8990a9b67-d4bb45ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8de9d1a-a038-d442-1dc0-97d8990a9b69-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b312d6bc-751a-7992-35a9-7f50f6643806-d4bb45ca, #w-node-d8de9d1a-a038-d442-1dc0-97d8990a9b6a-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8de9d1a-a038-d442-1dc0-97d8990a9b6c-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4b68bde3-d458-6af1-785c-bb64daf3e54d-d4bb45ca, #w-node-d8de9d1a-a038-d442-1dc0-97d8990a9b6d-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8de9d1a-a038-d442-1dc0-97d8990a9b6f-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_96952e77-cce1-acc2-2f4e-74c9f2c0ab06-d4bb45ca, #w-node-d8de9d1a-a038-d442-1dc0-97d8990a9b70-d4bb45ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19faed2a-22d2-2b9d-50e4-df860aa4672d-d4bb45ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_844eac3c-e6b7-ea32-cb28-f5d098236c67-d4bb45ca {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_844eac3c-e6b7-ea32-cb28-f5d098236c77-d4bb45ca {
    order: -9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_68862426-0319-21f9-232a-4ba575ec4386-d4bb45ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68862426-0319-21f9-232a-4ba575ec4396-d4bb45ca {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eaf12056-537d-15ce-4837-6224b14df49a-d4bb45ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eaf12056-537d-15ce-4837-6224b14df4aa-d4bb45ca {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a511985d-25a4-ffb4-d4b6-78c5c18124ba-d4bb45ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a511985d-25a4-ffb4-d4b6-78c5c18124ca-d4bb45ca {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a0b325cd-7f09-1276-8a84-d806f2e6f9da-d4bb45ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a0b325cd-7f09-1276-8a84-d806f2e6f9ea-d4bb45ca {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_59da9e70-a224-5283-2d5b-74f27d1d1a4f-d4bb45ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_59da9e70-a224-5283-2d5b-74f27d1d1a5f-d4bb45ca {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f84245c0-7fcc-71aa-95f8-90d6a0a734d7-d4bb45ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f84245c0-7fcc-71aa-95f8-90d6a0a734e7-d4bb45ca {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_29d4b38f-37cd-6780-d899-4d7d7908dd57-d4bb45ca, #w-node-_19faed2a-22d2-2b9d-50e4-df860aa4672d-d4bb45ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_19faed2a-22d2-2b9d-50e4-df860aa46716-d4bb45ca {
    grid-area: span 3 / span 2 / span 3 / span 2;
    align-self: start;
  }

  #w-node-d8de9d1a-a038-d442-1dc0-97d8990a9b66-d4bb45ca {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_844eac3c-e6b7-ea32-cb28-f5d098236c67-d4bb45ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_844eac3c-e6b7-ea32-cb28-f5d098236c77-d4bb45ca {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }
}


