@font-face {
  font-family: 'Bahschrift';
  src: url("/fonts/bahschrift/BAHNSCHRIFT-REGULAR.TTF"); }
@font-face {
  font-family: 'Bahschrift';
  src: url("/fonts/bahschrift/BAHNSCHRIFT-SEMIBOLD.TTF");
  font-weight: 500; }
@font-face {
  font-family: 'Bahschrift';
  src: url("/fonts/bahschrift/BAHNSCHRIFT-BOLD.TTF");
  font-weight: 600; }
@font-face {
  font-family: 'Bahschrift';
  src: url("/fonts/bahschrift/BAHNSCHRIFT-14.TTF");
  font-weight: 700; }
@font-face {
  font-family: 'Montserrat2';
  src: url("/fonts/montserrat/Montserrat-Bold.ttf");
  font-weight: 600; }
@font-face {
  font-family: 'Swiss';
  src: url("/fonts/Swiss/swiss-721-black-bt.ttf");
  font-weight: 800; }

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

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

p {
  margin-bottom: 0; }

body {
  font-family: 'Bahschrift';
  color: #223d4a; }

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2020; }
  .menu .content-menu {
    display: flex;
    position: relative; }
    .menu .content-menu .logo {
      position: absolute;
      background: #223d4a;
      width: 18%;
      border-radius: 30px 50px 50px 0;
      transition: .5s; }
      .menu .content-menu .logo .content {
        position: relative;
        padding: .5em 4em;
        display: flex;
        justify-content: flex-end; }
        .menu .content-menu .logo .content::before {
          content: '';
          position: absolute;
          background: #223d4a;
          width: 3em;
          height: 4em;
          transform: translate(0, 100%);
          bottom: 0;
          left: 0em;
          z-index: 2020;
          mask-image: radial-gradient(circle at 89% 76.5%, transparent 0%, transparent 75%, black 75%); }
        .menu .content-menu .logo .content img {
          width: 7em;
          transition: .5s; }
    .menu .content-menu .content-links {
      background: #6cb4b0;
      width: 87%;
      padding: 0 2em;
      height: 4em;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-left: auto; }
      .menu .content-menu .content-links a {
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300; }
    .menu .content-menu .btn-menu {
      display: none; }

.menu-aberto {
  display: none; }

.logo-scroll {
  width: 16% !important; }
  .logo-scroll .img-logo-scroll {
    width: 5em !important; }

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

.bg {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }

.title-form {
  text-transform: uppercase;
  font-family: 'Bahschrift';
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  margin-bottom: 1em;
  letter-spacing: 1px; }

.sect1 {
  padding: 2em 0; }
  .sect1 .campos {
    padding: .5em 0; }
    .sect1 .campos input {
      width: 100%;
      padding: 1em;
      height: 2.5em;
      background: #ffffffc4;
      border: none; }
  .sect1 .aceite {
    text-align: center;
    margin: 1em;
    font-size: 14px; }
    .sect1 .aceite a{
      color: black;
      font-weight: 700;
      text-decoration: underline; }
  .sect1 .botao-form {
    text-align: center;
    margin: 1em;
    font-size: 14px; }
    .sect1 .botao-form input {
      background: #6cb4b0;
      border: none;
      padding: 0.3em 3em;
      text-transform: uppercase;
      color: white;
      font-weight: bold;
      border-radius: 100px;
      font-size: 18px;
      transition: .5s; }
      .sect1 .botao-form input:hover {
        background: white;
        color: #6cb4b0; }
    .sect1 .botao-form span {
      display: block; }

.title {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1em; }

.slick-prev::before {
  content: url(/wp-content/themes/san-vitor/svg/arrow-left-svgrepo-com.svg);
  filter: brightness(0) invert(1); }

.slick-next::before {
  content: url(/wp-content/themes/san-vitor/svg/arrow-right-svgrepo-com.svg);
  filter: brightness(0) invert(1); }

.sect2 {
  padding: 5em 0; }
  .sect2 .container-fluid {
    padding: 0; }
  .sect2 .nav {
    background: linear-gradient(90deg, transparent 0%, #6cb4b0 11%, #6cb4b0 89%, transparent 100%);
    margin: auto;
    width: fit-content;
    border: none;
    margin-bottom: 1em;
    padding: 0em 3em; }
    .sect2 .nav .nav-link {
      background: transparent;
      border: none;
      padding-left: 2em;
      padding-right: 2em;
      color: white;
      text-transform: uppercase;
      font-size: 14px; }
      .sect2 .nav .nav-link.active {
        color: #223d4a; }
  .sect2 .carousel-galerias .slick-arrow {
    bottom: 40%;
    width: 90px; }
  .sect2 .carousel-galerias .slick-prev {
    left: 15%; }
  .sect2 .carousel-galerias .slick-next {
    left: inherit;
    right: 15%; }
  .sect2 .carousel-galerias .img-galeria {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .sect2 .carousel-galerias .img-galeria .overlay {
      position: relative;
      height: 29em;
      background: #00000054; }
      .sect2 .carousel-galerias .img-galeria .overlay .ampliar {
        width: 1.5em;
        position: absolute;
        right: 1em;
        top: 1em;
        filter: invert(1); }
      .sect2 .carousel-galerias .img-galeria .overlay .legenda {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: .5em 1em;
        text-transform: uppercase;
        font-size: 13px;
        color: white; }

.botao {
  text-align: center;
  margin-top: 1em; }
  .botao button {
    background: #6cb4b0;
    color: white;
    padding: 0.5em 4em;
    font-size: 17px;
    border-radius: 100px;
    text-transform: uppercase;
    border: none;
    transition: .5s; }
    .botao button:hover {
      background: white;
      color: #6cb4b0; }

.sect3 {
  padding: 5em 0; }
  .sect3 .carousel-plantas {
    position: relative; }
    .sect3 .carousel-plantas .slick-arrow {
      bottom: 40%;
      width: 90px; }
    .sect3 .carousel-plantas .slick-prev {
      left: 0; }
    .sect3 .carousel-plantas .slick-next {
      left: inherit;
      right: 0; }
    .sect3 .carousel-plantas .ampliar {
      position: absolute;
      width: 2em;
      left: 3em;
      top: 2em;
      filter: invert(1);
      transform: rotate(90deg); }
    .sect3 .carousel-plantas .img-planta {
      width: 85%;
      height: 31em;
      object-fit: contain; }
    .sect3 .carousel-plantas .legendas {
      padding-left: 9em;
      font-size: 20px;
      width: fit-content; }
      .sect3 .carousel-plantas .legendas .title-planta {
        font-size: 53px;
        color: white;
        font-weight: bold;
        line-height: 70%; }
        .sect3 .carousel-plantas .legendas .title-planta span {
          font-size: 30px;
          text-transform: uppercase; }
      .sect3 .carousel-plantas .legendas .texto {
        color: white;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 100; }
      .sect3 .carousel-plantas .legendas .metragem {
        border-top: 1px solid white; }
        .sect3 .carousel-plantas .legendas .metragem text {
          font-size: 57px;
          font-family: 'Swiss', sans-serif;
          font-weight: 800; }
          .sect3 .carousel-plantas .legendas .metragem text tspan {
            font-size: 34px;
            text-transform: uppercase;
            font-weight: 800; }

.sect4 {
  padding: 5em 0; }
  .sect4 .title {
    color: #6cb4b0; }
  .sect4 .item-dif {
    text-align: center;
    margin: 1em 0; }
    .sect4 .item-dif img {
      width: 7em;
      margin-bottom: 1em;
      height: 6em;
      object-fit: contain;
      filter: brightness(0) invert(60%) sepia(400%) saturate(400%) hue-rotate(186deg); }
    .sect4 .item-dif p {
      text-transform: uppercase;
      width: 60%;
      margin: auto; }

.sect-simule{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  .overlay{
    padding: 7em 0;
    background: linear-gradient(0deg, #6cb4b0eb, #6cb4b054);
    .container{
      max-width: 70%;
    }
    form{
      position: relative;
    }
    .wpcf7-response-output{
      position: absolute;
      transform: translate(50%);
      bottom: -7%;
      right: 50%;
      background: white;
      padding: 2em 5em;
    }
    .campos{
      padding: .5em 0;
      input, select{
        width: 100%;
        padding: 0 1em;
        height: 2.5em;
        border: none;
      }
      input[type="radio"]{
        width: inherit;
        padding: 0;
        height: auto;
      }
      .texto-form{
        font-weight: bold;
      }
      p{
        display: inline;
      }
    }
    .aceite{
      font-size: 14px;
      text-align: center;
      margin: 1em 0;
      a{
        font-weight: bold;
        color: black;
      }
    }
    .botao-form{
      text-align: center;
      margin-top: 1em;
      input{
        background: white;
        border: 1px solid white;
        padding: 0.3em 3em;
        border-radius: 100px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        color: #6cb4b0;
        transition: .5s;
        &:hover{
          background: #6cb4b0;
          border-color: #6cb4b0;
          color: white;
        }
      }
      span{
        display: block;
      }
    }
  }
}

.sect5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em 0;
  background: #6cb4b0; }
  .sect5 .title {
    width: 57%;
    margin: 0 auto 1em; }
  .sect5 .content-prox {
    padding: 2em 7em; }
    .sect5 .content-prox img {
      height: 14em;
      width: 100%;
      object-fit: cover; }
    .sect5 .content-prox .texto {
      position: relative;
      background: #223d4a;
      border-radius: 0 0 0 20px;
      height: 4em;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 3em; }
      .sect5 .content-prox .texto::before {
        content: '';
        position: absolute;
        background: #223d4a;
        width: 4em;
        height: 5em;
        transform: translate(0, -50%);
        top: -58%;
        left: 0em;
        z-index: 2020;
        mask-image: radial-gradient(circle at 106% 0%, transparent 0%, transparent 75%, black 75%); }
      .sect5 .content-prox .texto p {
        color: white;
        text-transform: uppercase; }
      .sect5 .content-prox .texto .distancia {
        position: absolute;
        right: 0;
        background: #6cb4b0;
        transform: translate(50%, 50%);
        bottom: 50%;
        border: 6px solid #223d4a;
        border-radius: 100%;
        height: 4em;
        width: 4em;
        display: flex;
        justify-content: center;
        align-items: center; }
        .sect5 .content-prox .texto .distancia p {
          color: #223d4a;
          font-size: 15px;
          font-weight: bold; }
          .sect5 .content-prox .texto .distancia p span {
            font-size: 22px; }

.sect6 {
  padding: 5em 0 0; }
  .sect6 .container-fluid {
    padding: 0; }
  .sect6 .title {
    color: #6cb4b0;
    margin-bottom: 0; }
  .sect6 .endereco {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase; }
  .sect6 .mapa {
    margin-top: 2em;
    padding-top: 0.5em;
    background: #6cb4b0; }
    .sect6 .mapa iframe {
      width: 100%; }

.sect7 {
  padding: 3em 0;
  background: linear-gradient(180deg, #6cb4b0, #1591a7); }
  .sect7 .container {
    max-width: 55%; }
  .sect7 .title-form {
    color: white; }
  .sect7 .campos {
    padding: .5em 0; }
    .sect7 .campos input {
      width: 100%;
      padding: 1em;
      height: 2.5em;
      background: white;
      border: none; }
  .sect7 .aceite {
    margin: 2em 0;
    color: white;
    font-size: 13px;
    text-align: center; }
    .sect7 .aceite a {
      color: white;
      font-weight: 700; 
      text-decoration: underline; }
  .sect7 .botao-form {
    text-align: center; }
    .sect7 .botao-form input {
      background: #223d4a;
      border: none;
      padding: 0.3em 3em;
      text-transform: uppercase;
      color: white;
      font-weight: bold;
      border-radius: 100px;
      font-size: 18px;
      transition: .5s; }
      .sect7 .botao-form input:hover {
        background: white;
        color: #223d4a; }
    .sect7 .botao-form span {
      display: block; }

.whats{
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 6em;
}

.modal#modalWhats .modal-dialog{
  margin: 27vh 3vh 0 auto; }
  .modal#modalWhats .modal-dialog .modal-content{
    background: white; }
    .modal#modalWhats .modal-dialog .modal-content .modal-header{
      border: none; }
    .modal#modalWhats .modal-dialog .modal-content .modal-body .campos{
      padding: .8vh 0; }
      .modal#modalWhats .modal-dialog .modal-content .modal-body .campos input{
        width: 100%;
        padding: 1vh;
        height: 6vh; }
    .modal#modalWhats .modal-dialog .modal-content .modal-body .botao-form{
      text-align: center;
      margin-top: 1.6vh; }
      .modal#modalWhats .modal-dialog .modal-content .modal-body .botao-form span{
        display: block; }
      .modal#modalWhats .modal-dialog .modal-content .modal-body .botao-form input{
        background: #223d4a;
        margin-top: 1.6vh;
        padding: 0.3em 3em;
        border-radius: 100px;
        border: none;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        transition: .5s; }
        .modal#modalWhats .modal-dialog .modal-content .modal-body .botao-form input:hover{
          background: #00a4bc;
          color: white; }

footer .ass {
  text-align: center;
  padding: 3em 0; }
  footer .ass p {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 1em; }
  footer .ass img {
    width: 19em; }
footer .mcia {
  text-align: right; }
  footer .mcia a {
    font-size: 13px;
    color: white;
    font-family: 'Montserrat', sans-serif; }
    footer .mcia a img {
      width: 5em;
      filter: brightness(0) invert(1); }
footer .copyright {
  background: #223d4a;
  padding: 1em 7em;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  footer .copyright .copy p {
    color: white;
    font-size: 14px;
    font-weight: 100; }
@media (max-width: 980px) {
  footer .mcia {
    text-align: center; }
    footer .mcia a {
      font-size: 11px; }
      footer .mcia a img {
        width: 14%; } }

@media (max-width: 980px) {
  .menu {
    top: 4em;
    transition: .5s; }
    .menu .content-menu {
      transition: .5s; }
      .menu .content-menu .logo {
        width: 45%; }
        .menu .content-menu .logo .content {
          padding: .5em 3.5em; }
          .menu .content-menu .logo .content::before {
            bottom: 0.1em; }
      .menu .content-menu .content-links {
        display: none; }
      .menu .content-menu .btn-menu {
        height: 3em;
        position: fixed;
        top: 5em;
        transform: translate(-50%, 0%);
        right: 0;
        z-index: 2030;
        width: 15%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .5s;
        border-bottom: 1px solid transparent; }
        .menu .content-menu .btn-menu .position {
          display: flex;
          flex-direction: column;
          width: 100%;
          height: 100%;
          padding: 0.7em 0.5em;
          justify-content: space-between;
          align-items: center;
          position: relative; }
          .menu .content-menu .btn-menu .position span {
            background: #223d4a;
            width: 75%;
            height: 4px;
            border-radius: 50px;
            transition: .5s; }
      .menu .content-menu .btn-click .position .traco1 {
        transform: rotate(45deg);
        position: absolute;
        width: 45%;
        top: 50%;
        bottom: 50%;
        margin: auto;
        background: #223d4a; }
      .menu .content-menu .btn-click .position .traco2 {
        display: none; }
      .menu .content-menu .btn-click .position .traco3 {
        position: absolute;
        width: 45%;
        transform: rotate(-45deg);
        top: 50%;
        bottom: 50%;
        margin: auto;
        background: #223d4a; }

  .menu-aberto {
    padding: 5em 0 1em;
    position: fixed;
    background: #00a4bcd9;
    width: 100%;
    z-index: 2019;
    top: 4em;
    transition: .5s; }
    .menu-aberto .content-links {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .menu-aberto .content-links a {
        color: white;
        text-transform: uppercase;
        margin-bottom: 0.5em;
        letter-spacing: 1px; }

  .menu-scroll {
    top: 0; }
    .menu-scroll .content-menu-scroll {
      background: linear-gradient(90deg, transparent 5%, #00a4bcd9 0%, #00a4bcd9);
      height: 3.5em; }
      .menu-scroll .content-menu-scroll .btn-menu-scroll {
        top: .4em; }

  .menu-aberto-scroll {
    top: 0;
    background: #00a4bcd9; }

  section {
    padding: 3em 0 !important; }

  .sect1 .campos input {
    height: 3em; }

  .title {
    font-size: 23px; }

  .slick-arrow {
    width: 75px; }

  .sect2 .nav {
    justify-content: center; }
    .sect2 .nav .nav-link {
      width: 50%;
      padding-left: 1em;
      padding-right: 1em; }
  .sect2 .carousel-galerias .slick-prev {
    left: 6%; }
  .sect2 .carousel-galerias .slick-next {
    left: inherit;
    right: 6%; }
  .sect2 .carousel-galerias .img-galeria .overlay {
    height: 20em; }

  .sect3 .carousel-plantas .slick-arrow {
    bottom: 50%; }
  .sect3 .carousel-plantas .ampliar {
    width: 1.5em; }
  .sect3 .carousel-plantas .img-planta {
    height: 19em; }
  .sect3 .carousel-plantas .legendas {
    padding-left: 0; }

  .sect4 .item-dif img {
    width: 5em;
    height: 4em; }
  .sect4 .item-dif p {
    font-size: 14px;
    width: 100%; }

  .sect-simule{
    padding: 0!important;
    .overlay{
      padding: 3em 0;
      .container{
        max-width: inherit;
      }
      .campos{
        input, select{
          height: 3em;
        }
      }
    }
  }

  .sect5 .title {
    width: 100%; }
  .sect5 .content-prox {
    padding: 1em 3em; }
    .sect5 .content-prox img {
      height: 10em; }
    .sect5 .content-prox .texto {
      height: 3em; }
      .sect5 .content-prox .texto::before {
        top: -58%;
        width: 3em;
        height: 4em; }
      .sect5 .content-prox .texto p {
        font-size: 13px; }

  .sect6 {
    padding: 3em 0 0 !important; }
    .sect6 .endereco {
      font-size: 20px; }

  .sect7 .container {
    max-width: inherit; }
  .sect7 .campos input {
    height: 3em; }

  .whats{
    bottom: 0em;
    right: 0em;
    width: 4em;
  }

  footer .ass {
    padding: 4em 0; }
    footer .ass img {
      width: 15em; }
  footer .copyright {
    padding: 1em 1em 2em;
    flex-direction: column; } }

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