.body {
  background-color: #023b46;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/HEADER_DESKTOP.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-tulo_slider {
  margin-top: 150px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.container_limite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.turnkey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-tulo_laranja {
  margin-right: 30px;
  margin-left: 30px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #f56e4d;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.image {
  max-width: 100%;
}

.icone {
  width: 25px;
  height: 25px;
  margin-top: 100px;
}

.paragraph {
  width: 80%;
  margin-bottom: 70px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.div-block {
  height: 600px;
}

.mosaico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_limite_mosaico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/mosaico_turnkey.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.como_funciona {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.grupo_cards {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: auto;
  margin-bottom: 80px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card_servico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-bottom: 20px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: center;
}

.icone-servicos {
  width: 25px;
  height: 25px;
  margin-top: 30px;
}

.marcia_kalil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.conteudo_marcia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 264px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #efedde;
}

.foto_marcia {
  width: 20%;
}

.paragraph-3 {
  margin-right: 50px;
  margin-left: 50px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
}

.textos_marcia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  width: 1px;
  height: 70%;
  background-color: #fff;
}

.t-tulo_marcia {
  width: 550px;
  margin-right: 30px;
  margin-left: 30px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #f56e4d;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.texto_footer {
  margin-bottom: 50px;
}

.grupo_contato {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  text-align: center;
}

.contato {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contato.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icone_contato {
  width: 50px;
  max-width: 100%;
}

.texto_contato {
  margin-top: 20px;
  text-align: center;
}

.container_limite_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.grupo-redes-sociais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-self: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.logo_turnkey_footer {
  width: 150px;
  max-width: 100%;
  margin-bottom: 20px;
}

.icone_redessociais {
  width: 50px;
  max-width: 20%;
  cursor: pointer;
}

.button {
  height: 50px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn_social {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn_social.face {
  background-image: url('../images/icones_facebook.png');
}

.btn_social.insta {
  background-image: url('../images/icones_instagram.png');
}

.btn_social.linkedin {
  background-image: url('../images/icones_linkedin.png');
  background-position: 50% 50%;
  background-size: contain;
}

.btn_social.pinterest {
  background-image: url('../images/icones_pinterest.png');
  background-position: 50% 50%;
  background-size: contain;
}

.button-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.agencia-rfill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b2b2b;
  color: #414141;
}

.btn-agencia-rfill {
  background-color: transparent;
  color: #a0a0a0;
  font-size: 12px;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-3 {
  margin-right: 30px;
  padding-right: 15px;
  background-color: transparent;
}

.button-4 {
  margin-right: 30px;
  background-color: transparent;
}

.button-5 {
  margin-left: 30px;
  background-color: transparent;
}

.button-6 {
  margin-left: 30px;
  background-color: transparent;
}

.button-7 {
  width: 200px;
  height: 200px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/logo_menu.png');
  background-position: 50% 50%;
  background-size: contain;
}

.modal_menu {
  display: none;
}

.menu_hamb {
  display: none;
}

.logo-mobile {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.text-span {
  font-weight: 700;
}

.button-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.button-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

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

.text-span-3 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .container_slider {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .t-tulo_slider {
    font-size: 32px;
  }
  .container_limite {
    max-width: none;
  }
  .paragraph {
    margin-bottom: 90px;
  }
  .container_limite_mosaico {
    max-width: none;
    background-image: url('../images/mosaico_turnkey_mobile2.jpg');
  }
  .grupo_cards {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .card_servico {
    margin-bottom: 40px;
  }
  .marcia_kalil {
    height: auto;
  }
  .conteudo_marcia {
    height: auto;
    padding-bottom: 80px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .foto_marcia {
    width: auto;
    height: auto;
    margin-top: -44px;
  }
  .paragraph-3 {
    margin-left: 0px;
  }
  .textos_marcia {
    width: 90%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-3 {
    display: none;
  }
  .t-tulo_marcia {
    margin-left: 0px;
  }
  .texto_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grupo_contato {
    grid-column-gap: 19px;
    -ms-grid-columns: 0.5fr 0.75fr 1fr;
    grid-template-columns: 0.5fr 0.75fr 1fr;
  }
  .paragraph-4 {
    width: 80%;
  }
  .container_limite_footer {
    height: auto;
  }
  .grupo-redes-sociais {
    margin-top: 30px;
    margin-bottom: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .grupo-redes-sociais.mobile {
    margin-top: 35px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph-5 {
    font-size: 12px;
  }
  .logo_turnkey_footer {
    width: 130px;
  }
  .btn_social.face {
    margin-right: 5px;
    margin-left: 5px;
  }
  .btn_social.insta {
    margin-right: 5px;
    margin-left: 5px;
  }
  .btn_social.linkedin {
    margin-right: 5px;
    margin-left: 5px;
  }
  .btn_social.pinterest {
    margin-right: 5px;
    margin-left: 5px;
  }
  .agencia-rfill {
    margin-bottom: 0px;
  }
  .menu {
    display: none;
    overflow: visible;
  }
  .modal_menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 13;
    display: none;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.89);
    opacity: 0;
  }
  .button-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    background-image: url('../images/logo_menu.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button-8.w--current {
    width: 150px;
    height: 150px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .btn_menu_modal {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }
  .btn_como-funciona {
    margin-top: 15px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }
  .btn_marcia-kalil {
    margin-top: 15px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }
  .btn_contato {
    margin-top: 15px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }
  .button-9 {
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    text-align: center;
  }
  .button-10 {
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }
  .menu_hamb {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-11 {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: transparent;
    background-image: url('../images/Icone-Menu-mobile.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .button-12 {
    display: none;
    width: 50px;
    height: 50px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: transparent;
    background-image: url('../images/Icone-Menu-mobile_close.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .logo-mobile {
    position: fixed;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-13 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 30;
    width: 150px;
    height: 150px;
    margin-top: 20px;
    background-color: transparent;
    background-image: url('../images/logo_menu.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .container_slider {
    width: 75%;
  }
  .t-tulo_slider {
    font-size: 28px;
  }
  .card_servico {
    margin-bottom: 40px;
  }
  .icone-servicos {
    margin-top: 15px;
  }
  .grupo_contato {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contato {
    margin-bottom: 20px;
  }
  .contato.hide {
    margin-bottom: 20px;
  }
  .agencia-rfill {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 479px) {
  .container_limite {
    max-width: 100%;
  }
  .t-tulo_laranja {
    font-size: 16px;
    text-align: center;
  }
  .paragraph {
    margin-top: 10px;
  }
  .icon {
    margin-left: 0px;
  }
  .icon-2 {
    margin-right: 0px;
  }
  .container_limite_mosaico {
    max-width: 100%;
  }
  .grupo_cards {
    width: 90%;
    margin-bottom: 100px;
  }
  .card_servico {
    width: 70%;
    margin-bottom: 50px;
  }
  .icone-servicos {
    margin-top: 10px;
  }
  .conteudo_marcia {
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .foto_marcia {
    max-width: none;
  }
  .textos_marcia {
    width: 100%;
    padding-left: 30px;
  }
  .t-tulo_marcia {
    width: auto;
    font-size: 21px;
  }
  .grupo_contato {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .container_limite_footer {
    max-width: 100%;
  }
  .agencia-rfill {
    margin-bottom: 0px;
  }
  .modal_menu {
    opacity: 0;
  }
  .menu_hamb {
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-right: 15px;
  }
  .button-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-12 {
    position: absolute;
    display: none;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-mobile {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .button-13 {
    width: 100px;
    padding-bottom: 30px;
  }
}

#w-node-506060d32fe6-41fbd46f {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-506060d32fe6-41fbd46f {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}