body {
  font-family: "Montserrat", sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

a:focus, input:focus, textarea:focus, button:focus, select:focus {
  outline: none; }

p {
  margin-bottom: 0; }

.banner .desk {
  display: block; }
.banner .mob {
  display: none; }
@media (max-width: 980px) {
  .banner .desk {
    display: none; }
  .banner .mob {
    display: block; } }

.sect1-lp {
  padding: 7vh 0; }
  .sect1-lp .title-form {
    text-align: center;
    font-size: 30px;
    margin-bottom: 2vh;
    color: #212121; }
  .sect1-lp .campos {
    padding: 1vh 0; }
    .sect1-lp .campos input {
      width: 100%;
      padding: 1vh 2vh;
      height: 7vh;
      border: 1px solid #24418f;
      border-radius: 5px; }
  .sect1-lp .botao-form {
    text-align: center;
    margin-top: 1vh; }
    .sect1-lp .botao-form input {
      background: #254192;
      padding: 1vh 4vh;
      opacity: 1;
      color: white;
      border: none;
      border-radius: 5px;
      text-transform: uppercase;
      transition: .5s; }
      .sect1-lp .botao-form input:hover {
        opacity: .8; }
    .sect1-lp .botao-form span {
      display: block; }

footer {
  padding: 7vh 0 1vh;
  text-align: center; }
  footer .col-lg-3 {
    border-right: 3px solid white; }
    footer .col-lg-3:nth-last-child(1) {
      border-color: transparent; }
  footer .ass {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center; }
    footer .ass img {
      width: 24vh;
      height: 12vh;
      object-fit: contain; }
  footer p {
    color: #212121;
    font-size: 12px;
    margin-bottom: 3vh; }
  footer .legal {
    margin: 5vh 0; }
  footer .mcia {
    text-align: center;
    margin-top: 5vh; }
    footer .mcia a {
      color: #212121;
      font-family: 'Montserrat';
      font-size: 12px; }
      footer .mcia a img {
        width: 9vh; }

.whats{
  position: fixed;
  bottom: 2vh;
  right: 2vh;
  width: 10vh;
  background: #25d366;
  padding: 1vh;
  border-radius: 100px;
  z-index: 1020; }
  .whats svg path{
    fill: white; }

@media (max-width: 980px) {
  .sect1-lp .container {
    max-width: inherit; }
  .sect1-lp .title-form {
    font-size: 25px; }

  footer {
    padding: 3vh 0 1vh; }
    footer .ass {
      height: auto;
      display: block; }
      footer .ass img {
        width: 18vh;
        height: 9vh;
        margin-bottom: 3vh; }
    footer .legal {
      margin: 0; } }

/*# sourceMappingURL=style.css.map */

/* Page Home */
.menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  background: white;
  padding: 1vh;
  transition: .5s; }
  .menu .content-menu{
    display: flex; }
    .menu .content-menu .logo{
      background: white;
      padding: 1vh;
      border-radius: 5px; }
      .logo img{
        width: 10vh; }
    .menu .content-menu .content-links{
      padding-left: 17vh;
      display: flex;
      align-items: center; }
      .menu .content-menu .content-links .menu-link{
        color: #25408f;
        margin-right: 8vh;
        transition: .5s; }
    .menu .content-menu .btn-menu{
      display: none; }

.menu-scroll{
  background: #25408f; }
  .menu-link-scroll{
    color: white!important; }

.menu-aberto{
  display: none; }

.texto-barra{
  position: fixed;
  top: 0.5vh;
  background: white;
  transform: translate(50%);
  right: 50%;
  padding: 1vh 3vh;
  border-radius: 0 0 5px 5px;
  z-index: 0;
  box-shadow: 0 5px 10px -4px black;
  transition: .5s; }
  .texto-barra p{
    font-weight: bold;
    font-size: 18px;
    color: #25408f; }

.texto-barra-scroll{
  top: 11.5vh;
  z-index: 1020; }

.sect1-home{
  padding: 10vh 0 20vh; }
  .sect1-home .container-fluid{
    padding: 0; }
  .sect1-home .carousel-galeria .slick-arrow{
    border-radius: 10px;
    width: 70px;
    height: 70px;
    background: #25408f;
    bottom: 39%;
    transition: .5s;
    &::before{
      filter: brightness(0) invert(100%);
      transition: .5s;
    } }
    .sect1-home .carousel-galeria .slick-arrow:hover{
      background: white;
      &::before{
        filter: brightness(0) invert(0%);
      }
    }
  .sect1-home .carousel-galeria .slick-prev{
    left: 3%; }
  .sect1-home .carousel-galeria .slick-next{
    left: inherit;
    right: 3%; }
  .sect1-home .carousel-galeria .img-galeria{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    position: relative;
    border-radius: 10px; }
    .sect1-home .carousel-galeria .img-galeria .legenda{
      position: absolute;
      bottom: 4vh;
      background: #25408f;
      padding: 1vh 2vh;
      border-radius: 0px 5px 5px 0; }
      .sect1-home .carousel-galeria .img-galeria .legenda p{
        color: white;
        font-size: 12px; }

.title{
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #25408f;
  margin-bottom: 2vh; }

.sect2-home{
  padding-bottom: 10vh; }
  .sect2-home .container-fluid{
    padding: 0; }
.sect2-home .carousel-galeria .slick-arrow{
    border-radius: 10px;
    width: 70px;
    height: 70px;
    background: #25408f;
    bottom: 39%;
    transition: .5s;
    &::before{
      filter: brightness(0) invert(100%);
      transition: .5s;
    } }
    .sect2-home .carousel-galeria .slick-arrow:hover{
      background: white;
      &::before{
        filter: brightness(0) invert(0%);
      }
    }
  .sect2-home .carousel-galeria .slick-prev{
    left: 3%; }
  .sect2-home .carousel-galeria .slick-next{
    left: inherit;
    right: 3%; }
.sect2-home .carousel-galeria .content-planta{
  position: relative;
  background: white;
  padding: 3vh; }
  .sect2-home .carousel-galeria .content-planta .img-simb{
    margin: 0;
    width: 56%;
    margin-top: -9vh; }
    .sect2-home .carousel-galeria .content-planta .legendas{
      width: fit-content; }
      .sect2-home .carousel-galeria .content-planta .legendas .title-planta{
        font-size: 27px;
        font-weight: bold;
        color: #7d7c80;
        line-height: 100%;
        display: inline; }
      .sect2-home .carousel-galeria .content-planta .legendas .sub-planta{
        color: #003984;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 14px;
        display: inline;
        margin-left: 1vh; }
      .sect2-home .carousel-galeria .content-planta .legendas .comando{
        color: #003984;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: .5vh; }
      .sect2-home .carousel-galeria .content-planta .legendas .metragem{
        border-top: 2px solid #00398459;
        width: fit-content;
        padding: .5vh 1vh .5vh 0vh;
        color: #003984;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px; }

.sect3-home{
  padding: 10vh 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .sect3-home .container-fluid{
    padding: 0; }
  .sect3-home .carousel-galeria .slick-arrow{
    border-radius: 10px;
    width: 70px;
    height: 70px;
    background: #25408f;
    bottom: 39%;
    transition: .5s;
    &::before{
      filter: brightness(0) invert(100%);
      transition: .5s;
    } }
    .sect3-home .carousel-galeria .slick-arrow:hover{
      background: white;
      &::before{
        filter: brightness(0) invert(0%);
      }
    }
  .sect3-home .carousel-galeria .slick-prev{
    left: 3%; }
  .sect3-home .carousel-galeria .slick-next{
    left: inherit;
    right: 3%; }
  .sect3-home .carousel-galeria .content-implantacao{
    background: white;
    padding: 4vh;
    border-radius: 10px; }
    .sect3-home .carousel-galeria .content-implantacao .legenda{
      color: #7d7c80;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      width: fit-content;
      padding-bottom: 0.5vh; }
      .sect3-home .carousel-galeria .content-implantacao .legenda::before{
        content: '';
        position: absolute;
        border-bottom: 1px solid #7d7c80;
        width: 120%;
        bottom: 0;
        left: -4vh; }
    .sect3-home .carousel-galeria .content-implantacao .img-implantacao{
      height: 60vh;
      width: 100%;
      object-fit: contain; }

.sect4-home{
  padding: 10vh 0 3vh;
  position: relative; }
  .sect4-home .img-simb{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44vh;
    z-index: -1; }
  .sect4-home .img-simb2{
    position: absolute;
    top: 0;
    right: 0;
    width: 28vh;
    z-index: -1; }
  .sect4-home .header{
    display: flex;
    margin-bottom: 4vh;
    align-items: center; }
    .sect4-home .header .title{
      width: 50%;
      text-align: left;
      margin-bottom: 0; }
    .sect4-home .header .images{
      display: flex;
      width: 50%; }
      .sect4-home .header .images img{
        width: 48%;
        margin-right: 2%; }
  .sect4-home .content-itens{
    margin-bottom: 5vh; }
  .sect4-home .content-itens .title-mob{
    text-transform: uppercase;
    font-weight: bold; }
    .sect4-home ul{
      padding: 0;
      list-style: none; }
  .sect4-home .images2{
    width: 100%;
    display: flex;
    margin-top: 4vh; }
    .sect4-home .images2 img{
      width: 16%;
      height: 21vh;
      object-fit: cover;
      margin-right: 1%; }
  .sect4-home .linha-metro{
    width: 50%;
    margin: 4vh 25% 0; }
  .sect4-home .totem-metro{
    position: absolute;
    height: 33vh;
    right: 8vh;
    bottom: 0; }

.sect5-home{
  padding-bottom: 10vh; }
.sect5-home .container-fluid{
  padding: 0; }
.sect5-home .content-endereco{
  margin-top: 3vh; }
  .sect5-home .content-endereco .title-endereco{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2vh;
    color: #7d7c80; }
    .sect5-home .content-endereco .endereco{
      text-align: center;
      color: #212121;
      font-weight: 500;
      font-size: 25px;
      letter-spacing: 2px; }
    .sect5-home .content-endereco .botoes{
      display: flex;
      justify-content: center;
      margin-top: 3vh; }
      .sect5-home .content-endereco .botoes .waze{
        width: 6vh;
        height: 6vh;
        margin-right: 5vh;
        background: #2db6e3;
        padding: .5vh;
        border-radius: 5px; }
      .sect5-home .content-endereco .botoes .maps{
        width: 6vh;
        height: 6vh;
        border-radius: 5px; }

.sect6-home{
  padding: 10vh 0;
  background: #25408f; }
  .sect6-home .container{
    max-width: 55%; }
    .sect6-home .container .row{
      flex-direction: column; }
      .sect6-home .container .row .col-lg-4{
        width: 100%; }
  .sect6-home .title{
    color: white;
    font-size: 28px;
    font-weight: 800; }
  .sect6-home .campos{
    padding: 1vh 0; }
    .sect6-home .campos input{
      width: 100%;
      padding: 1vh 2vh;
      border-radius: 5px;
      border: 1px solid #ffffff;
      height: 8vh;
      background: #ffffff00;
      color: white; }
      .sect6-home .campos input::placeholder{
        color: #ffffff8f; }
  .sect6-home .botao-form{
    text-align: center;
    margin-top: 1vh; }
    .botao-form input[type="submit"]{
      background: #ffffff;
      padding: 1vh 4vh;
      border: 1px solid white;
      border-radius: 5px;
      color: #25408f;
      font-weight: 500;
      transition: .5s; }
      .botao-form input[type="submit"]:hover{
        color: white;
        background: transparent; }
    .botao-form span{
      display: block; }

@media(max-width: 980px){
  .menu .content-menu .logo{
    width: auto; }
  .menu .content-menu .content-links{
    display: none; }
  .menu .container .content-menu .btn-menu {
    display: block;
    width: 15%;
    background: transparent;
    border: none;
    height: 2em;
    padding: 0;
    margin-left: auto; }
    .menu .container .content-menu .btn-menu .position {
      display: flex;
      width: 100%;
      height: 100%;
      padding: 7%;
      justify-content: space-around;
      position: relative;
      align-items: flex-end;
      flex-direction: column; }
      .menu .container .content-menu .btn-menu .position span {
        background: #25408f;
        width: 100%;
        height: .2rem;
        border-radius: 50px;
        transition: .5s; }
        .menu .container .content-menu .btn-menu .position span.traco3 {
          transition: 1s;
          width: 25%; }
        .menu .container .content-menu .btn-menu .position span.traco2 {
          width: 65%; }
    .menu .container .content-menu .btn-menu:hover {
      cursor: pointer; }
      .menu .container .content-menu .btn-menu:hover .position .traco1 {
        width: 50%; }
      .menu .container .content-menu .btn-menu:hover .position .traco2 {
        width: 100%; }
  .menu .container .content-menu .btn-click {
    width: 10%; }
    .menu .container .content-menu .btn-click .position {
      margin: auto;
      position: relative;
      justify-content: center; }
      .menu .container .content-menu .btn-click .position span {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto; }
      .menu .container .content-menu .btn-click .position .traco1 {
        transform: rotate(-45deg);
        width: 100% !important; }
      .menu .container .content-menu .btn-click .position .traco2 {
        transform: rotate(45deg);
        width: 100% !important; }
      .menu .container .content-menu .btn-click .position .traco3 {
        opacity: 0; }

  .menu-aberto {
    display: none;
    background: white;
    height: auto;
    position: fixed;
    z-index: 1009;
    width: 100%;
    padding: 15vh 2vh 6vh; }
    .menu-aberto .content-links {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .menu-aberto .content-links .menu-link {
        color: #364e59;
        margin-bottom: 1.5vh;
        font-weight: 500; }

  .sect1-home{
    padding: 7vh 0; }
    .sect1-home .carousel-galeria .slick-arrow{
      width: 55px;
      height: 55px; }
    .sect1-home .carousel-galeria .img-galeria{
      height: 42vh; }

  .title{
    font-size: 20px; }

  .sect2-home{
    padding: 7vh 0; }
    .sect2-home .carousel-galeria .slick-arrow{
      width: 55px;
      height: 55px; }
    .sect2-home .carousel-galeria .content-planta .img-simb{
      width: 75%;
      margin-top: -7vh; }
    .sect2-home .carousel-galeria .content-planta .legendas .title-planta{
      font-size: 25px; }
    .sect2-home .carousel-galeria .content-planta .legendas .comando, .sect2-home .carousel-galeria .content-planta .legendas .sub-planta{
      font-size: 14px; }

  .sect3-home{
    padding: 7vh 0; }
    .sect3-home .carousel-galeria .slick-arrow{
      width: 55px;
      height: 55px; }
    .sect3-home .carousel-galeria .content-implantacao .legenda{
      font-size: 14px; }
    .sect3-home .carousel-galeria .content-implantacao .img-implantacao{
      height: auto; }

  .sect4-home{
    padding: 7vh 0; }
    .sect4-home .img-simb2{
      width: 20vh; }
    .sect4-home .header{
      display: block; }
      .sect4-home .header .title{
        width: 100%;
        margin-bottom: 2vh; }
      .sect4-home .header .images{
        width: 100%; }
    .sect4-home .images2{
      flex-wrap: wrap; }
      .sect4-home .images2 img{
        width: 31.7%;
        height: 12vh;
        margin-right: 1.5%;
        margin-bottom: 1.5%; }
      .sect4-home .linha-metro{
        width: 85%;
        margin: 4vh 0 0vh; }
      .sect4-home .totem-metro{
        position: absolute;
        height: 16vh;
        right: 2vh;
        bottom: 0; }

  .sect5-home{
    padding-bottom: 7vh; }
    .sect5-home .content-endereco .title-endereco{
      font-size: 16px; }
    .sect5-home .content-endereco .endereco{
      font-size: 20px; }

  .sect6-home .container{
    max-width: inherit; }
  .sect6-home .title{
    font-size: 23px; }

  .whats{
    width: 8vh; }
}
