@font-face {
  font-family: 'Mont';
  src: url("/fonts/Mont/Mont-Regular.otf"); }
@font-face {
  font-family: 'Mont';
  src: url("/fonts/Mont/Mont-Thin.otf");
  font-weight: 100; }
@font-face {
  font-family: 'Mont';
  src: url("/fonts/Mont/Mont-ExtraLight.otf");
  font-weight: 200; }
@font-face {
  font-family: 'Mont';
  src: url("/fonts/Mont/Mont-Light.otf");
  font-weight: 300; }
@font-face {
  font-family: 'Mont';
  src: url("/fonts/Mont/Mont-SemiBold.otf");
  font-weight: 500; }
@font-face {
  font-family: 'Mont';
  src: url("/fonts/Mont/Mont-Bold.otf");
  font-weight: 600; }
@font-face {
  font-family: 'Mont';
  src: url("/fonts/Mont/Mont-Heavy.otf");
  font-weight: 700; }
@font-face {
  font-family: 'Mont';
  src: url("/fonts/Mont/Mont-Black.otf");
  font-weight: 800; }
@font-face {
  font-family: 'Bebas Neue';
  src: url("/fonts/Bebas/bebas-neue.otf"); }
body {
  font-family: 'Mont', sans-serif; }

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

a:focus, input:focus, button:focus, textarea:focus, select:focus {
  outline: none; }
.whats-mob{
	display: none;
}
p {
  margin-bottom: 0; }

.menu {
  position: fixed;
  top: 0;
  flex-direction: 0;
  background: transparent;
  width: 100%;
  z-index: 1010;
  padding: 3vh 0;
  transition: .5s; }
  .menu .container {
    max-width: 75%; }
    .menu .container .content-menu {
      display: flex;
      align-items: center; }
      .menu .container .content-menu .logo {
        width: 23%; }
        .menu .container .content-menu .logo .logo-menu {
          width: 20vh;
          transition: .5s; }
          .menu .container .content-menu .logo .logo-menu .cls-1 {
            fill: white;
            stroke: none; }
      .menu .container .content-menu .content-links-menu {
        display: flex;
        justify-content: space-between;
        width: 77%; }
        .menu .container .content-menu .content-links-menu .link-menu {
          color: white;
          font-size: 14px;
          font-weight: 300;
          transition: .5s; }
      .menu .container .content-menu .btn-menu {
        display: none; }

.menu-aberto {
  display: none; }

.menu-scroll {
  background: white; }
  .menu-scroll .container .content-menu .logo .logo-menu-scroll {
    width: 15vh; }
    .menu-scroll .container .content-menu .logo .logo-menu-scroll .path-scroll {
      fill: #364e59; }
    .menu-scroll .container .content-menu .logo .logo-menu-scroll .pol2-scroll {
      fill: #738995; }
  .menu-scroll .container .content-menu .content-links-menu .link-menu-scroll {
    color: #364e59; }

.banner-home {
  background: #f1f4f5; }
  .banner-home .carousel-banner .slide {
    position: relative;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 89% 100%, 0% 100%, 0% 30%); }
    .banner-home .carousel-banner .slide .img-banner {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 90vh;
      position: relative;
      z-index: 0;
      transition: .5s;
      clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 89% 100%, 0% 100%, 0% 30%); }
    .banner-home .carousel-banner .slide:hover .img-banner {
      transform: scale(1.1); }
    .banner-home .carousel-banner .slide .overlay {
      position: absolute;
      z-index: 1;
      top: 0;
      background: #0000004f;
      width: 100%;
      height: 100%;
      padding: 12vh 33vh 27vh;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 89% 100%, 0% 100%, 0% 30%); }
      .banner-home .carousel-banner .slide .overlay .content-banner .status {
        background: white;
        width: fit-content;
        padding: 0.5vh 3vh;
        margin-bottom: 3vh;
        clip-path: polygon(13% 0%, 100% 0%, 100% 50%, 87% 100%, 0% 100%, 0% 50%); }
        .banner-home .carousel-banner .slide .overlay .content-banner .status p {
          color: #75716b;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 12px;
          margin-bottom: 0;
          line-height: 100%; }
      .banner-home .carousel-banner .slide .overlay .content-banner .title-banner {
        position: relative;
        width: fit-content;
        margin-bottom: 1.5vh;
        position: relative; }
        .banner-home .carousel-banner .slide .overlay .content-banner .title-banner .line {
          position: absolute;
          background: #90c6e1;
          width: 100%;
          height: 3px;
          bottom: -1vh;
          left: 0; }
          .banner-home .carousel-banner .slide .overlay .content-banner .title-banner .line::before {
            content: '';
            border: 2px solid #90c6e1;
            width: 7vh;
            transform: rotate(335deg);
            height: 2px;
            position: absolute;
            left: -6.5vh;
            top: 1.4vh; }
          .banner-home .carousel-banner .slide .overlay .content-banner .title-banner .line::after {
            content: '';
            border: 2px solid #90c6e1;
            width: 7vh;
            transform: rotate(335deg);
            height: 2px;
            position: absolute;
            right: -6.5vh;
            top: -1.4vh; }
        .banner-home .carousel-banner .slide .overlay .content-banner .title-banner p {
          font-size: 43px;
          font-weight: 500;
          color: white;
          line-height: 100%; }
      .banner-home .carousel-banner .slide .overlay .content-banner .bairro {
        color: white;
        text-transform: uppercase; }
      .banner-home .carousel-banner .slide .overlay .content-banner .comando {
        color: white;
        font-size: 13px;
        font-weight: 500;         text-shadow: 0px 0px 10px black, 0px 0px 10px black;}
      .banner-home .carousel-banner .slide .overlay .content-banner .botao {
        margin-top: 2vh; }
        .banner-home .carousel-banner .slide .overlay .content-banner .botao button {
          display: inline-block;
          padding: 1.3vh 3vh;
          color: #75716b;
          text-align: center;
          text-transform: uppercase;
          font-weight: bold;
          background: white;
          clip-path: polygon(21% 0%, 100% 0%, 100% 70%, 81% 100%, 0% 100%, 0% 30%);
          border: 2px solid white;
          position: relative;
          transition: .5s; }
          .banner-home .carousel-banner .slide .overlay .content-banner .botao button:hover {
            background: #748b97;
            border: 2px solid #748b97;
            color: white; }
  .banner-home .slick-arrow {
    padding: 10px 17px;
    border-radius: 0;
    width: 42px;
    background: #ffffff52;
    bottom: 56%; }
    .banner-home .slick-arrow svg path {
      fill: white; }
  .banner-home #custom-prev {
    left: 8%; }
  .banner-home #custom-next {
    left: inherit;
    right: 8%; }

.slick-arrow {
  padding: 10px 17px;
  border-radius: 0;
  width: 42px;
  background: #ffffff52;
  bottom: 56%; }
  .slick-arrow svg path {
    fill: white; }

#custom-prev {
  left: 8%; }

#custom-next {
  left: inherit;
  right: 8%; }

.menu-ft {
  background: #00000091;
  position: fixed;
  right: 2vh;
  top: 2vh;
  padding: 8vh 3vh;
  height: 96vh;
  clip-path: polygon(100% 0%, 100% 0%, 100% 92%, 0% 100%, 0% 100%, 0% 8%);
  z-index: 1010; }
  .menu-ft .content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30vh; }
    .menu-ft .content::before {
      content: '';
      position: absolute;
      transform: translate(50%);
      right: 53%;
      width: 2px;
      background: #ffffffab;
      height: 50%;
      top: 0; }
    .menu-ft .content::after {
      content: '';
      position: absolute;
      transform: translate(50%);
      right: 50%;
      width: 2px;
      background: #ffffffab;
      height: 35%;
      bottom: 0; }
  .menu-ft .item-menu {
    position: relative;
    padding: 1vh;
    border: 1px solid #ffffffab;
    width: 5vh;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5vh;
    clip-path: polygon(21% 0%, 100% 0%, 100% 70%, 81% 100%, 0% 100%, 0% 30%);
    z-index: 0;
    transition: .5s; }
    .menu-ft .item-menu::before {
      content: '';
      position: absolute;
      top: -3%;
      left: -19%;
      width: 75%;
      border-top: 1px solid #ffffffab;
      height: 1px;
      transform: rotate(303deg); }
    .menu-ft .item-menu::after {
      content: '';
      position: absolute;
      bottom: -3%;
      right: -19%;
      width: 75%;
      border-top: 1px solid #ffffffab;
      height: 1px;
      transform: rotate(303deg); }
    .menu-ft .item-menu:hover {
      background: white; }
      .menu-ft .item-menu:hover svg path {
        fill: #575253; }
    .menu-ft .item-menu .poligono {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .menu-ft .item-menu .redes {
      width: 2.5vh;
      height: 2.5vh;
      object-fit: contain; }
      .menu-ft .item-menu .redes path {
        fill: #ffffffab;
        transition: .5s; }

.form-home {
  background: #738995;
  position: absolute;
  transform: translate(50%, -70%);
  right: 50%;
  max-width: 84%;
  width: 100%;
  padding: 2vh 0;
  padding-left: 10vh;
  z-index: 10;
  clip-path: polygon(9% 0%, 100% 0%, 100% 69%, 91% 100%, 0% 100%, 0% 31%); }
  .form-home::after {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .form-home .container {
    max-width: 95%; }
  .form-home .title-form {
    text-align: center;
    font-size: 21px;
    color: white;
    margin-bottom: 1vh; }
  .form-home .campos {
    padding: 1vh 0; }
    .form-home .campos input {
      width: 100%;
      padding: 1vh 2vh;
      height: 6vh;
      background: #bac5cb;
      border: none; }
  .form-home .aceite {
    color: white;
    display: flex;
    justify-content: flex-end;
    padding: 1vh 9vh 1vh 0; }
    .form-home .aceite .texto-form {
      display: flex; }
  .form-home .botao-form p {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end; }
    .form-home .botao-form p input {
      width: fit-content;
      clip-path: polygon(21% 0%, 100% 0%, 100% 70%, 81% 100%, 0% 100%, 0% 30%);
      padding: 2vh 5vh;
      font-size: 19px;
      text-transform: uppercase;
      font-weight: 600;
      background: #364e59;
      color: white;
      border: none;
      transition: .5s; }
      .form-home .botao-form p input:hover {
        background: white;
        color: #364e59; }

.header {
  padding-left: 10vh;
  margin-bottom: 3vh;
  position: relative; }
  .header .line {
    position: absolute;
    background: #748b97;
    transform: translate(0, 50%);
    bottom: 50%;
    width: 17vh;
    height: 3px;
    left: -10%; }
    .header .line::before {
      content: '';
      border: 2px solid #748b97;
      width: 6vh;
      transform: rotate(335deg);
      height: 2px;
      position: absolute;
      left: -33%;
      top: 1.2vh; }
    .header .line::after {
      content: '';
      border: 2px solid #748b97;
      width: 6vh;
      transform: rotate(335deg);
      height: 2px;
      position: absolute;
      right: -33%;
      top: -1.2vh; }
  .header .title {
    color: #374f5a;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%; }
  .header .sub {
    color: #374f5a;
    font-size: 19px; }

.content-sections {
  overflow: hidden;
  position: relative; }
  .content-sections .sect1 {
    padding: 18vh 0 5vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(152deg, #f1f4f5 48%, transparent 48%); }
    .content-sections .sect1 .traco {
      position: absolute;
      width: 235vh;
      top: -106vh;
      left: -43vh; }
    .content-sections .sect1 .container {
      max-width: 75%; }
    .content-sections .sect1 .content-carousel {
      padding: 0 10vh;
      position: relative; }
      .content-sections .sect1 .content-carousel .carousel-cards .content-card {
        position: relative; }
        .content-sections .sect1 .content-carousel .carousel-cards .content-card .img-card {
          clip-path: polygon(20% 0%, 100% 0%, 100% 80%, 84% 100%, 0% 100%, 0% 24%);
          overflow: hidden; }
          .content-sections .sect1 .content-carousel .carousel-cards .content-card .img-card img {
            margin-bottom: 0;
            width: 100%;
            height: 72vh;
            object-fit: cover;
            clip-path: polygon(20% 0%, 100% 0%, 100% 80%, 84% 100%, 0% 100%, 0% 24%);
            transition: .5s; }
        .content-sections .sect1 .content-carousel .carousel-cards .content-card .status {
          position: absolute;
          top: 3vh;
          left: 3vh;
          background: #374f5a;
          padding: 1.5vh;
          clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
          width: fit-content; }
          .content-sections .sect1 .content-carousel .carousel-cards .content-card .status p {
            color: white;
            width: fit-content;
            border-bottom: 3px solid white;
            margin-bottom: 2vh;
            text-align: center; }
          .content-sections .sect1 .content-carousel .carousel-cards .content-card .status .img-logo {
            width: 20vh;
            height: 8vh;
            object-fit: contain;
            filter: brightness(0) invert(1);
            margin-bottom: 0; }
        .content-sections .sect1 .content-carousel .carousel-cards .content-card .content {
          padding: 2vh 0; }
          .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .d-flex {
            align-items: flex-end;
            justify-content: space-between; }
            .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .d-flex .texto .title-card {
              font-size: 20px;
              font-weight: 600;
              color: #575253;
              text-transform: uppercase; }
            .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .d-flex .texto .local {
              color: #575253;
              margin-bottom: 1.5vh;
              font-weight: 500; }
            .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .d-flex .texto .comando {
              color: #575253; }
          .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .diferenciais {
            display: flex;
            flex-wrap: wrap;
            margin-top: 3vh; }
            .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .diferenciais .item-diferencial {
              width: 30.3%;
              margin-right: 3%;
              margin-bottom: 1vh;
              display: flex;
              align-items: center;
              justify-content: space-between;
              height: auto; }
              .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .diferenciais .item-diferencial img {
                width: 6%;
                height: fit-content;
                margin: 0; }
              .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .diferenciais .item-diferencial p {
                width: 90%;
                color: #75716b;
                font-size: 12px; }
        .content-sections .sect1 .content-carousel .carousel-cards .content-card:hover .img-card img {
          transform: scale(1.1); }
      .content-sections .sect1 .content-carousel .carousel-cards .slick-dots {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0; }
        .content-sections .sect1 .content-carousel .carousel-cards .slick-dots li button {
          padding: 0;
          font-size: 0;
          background: #374f5a7d;
          width: 10px;
          height: 10px;
          border: none;
          margin: 0 0.5vh;
          transition: .5s; }
        .content-sections .sect1 .content-carousel .carousel-cards .slick-dots li.slick-active button {
          background: #374f5a; }
      .content-sections .sect1 .content-carousel .slick-arrow {
        padding: 10px 17px;
        border-radius: 0;
        width: 42px;
        background: #7c7a7a7a;
        bottom: 56%; }
        .content-sections .sect1 .content-carousel .slick-arrow svg path {
          fill: white; }
      .content-sections .sect1 .content-carousel #custom-prev2 {
        left: 0%; }
      .content-sections .sect1 .content-carousel #custom-next2 {
        left: inherit;
        right: 0%; }
  .content-sections .sect2 {
    padding: 5vh 0;
    background: linear-gradient(332.3deg, #f1f4f5 45%, transparent 35%); }
    .content-sections .sect2 .traco {
      width: 297vh;
      position: absolute;
      bottom: 0;
      left: -94vh;
      z-index: -1; }
    .content-sections .sect2 .container-fluid {
      padding: 0; }
    .content-sections .sect2 .header {
      max-width: 75%;
      margin: auto;
      margin-bottom: 3vh; }
    .content-sections .sect2 .bg-sobre {
      max-width: 88%;
      position: relative; }
      .content-sections .sect2 .bg-sobre .img-sobre {
        width: 100%;
        height: 100%;
        object-fit: contain; }
      .content-sections .sect2 .bg-sobre .content {
        position: absolute;
        right: 43vh;
        left: 83vh;
        top: 15vh; }
        .content-sections .sect2 .bg-sobre .content .texto {
          margin-bottom: 4vh;
          font-weight: 300;
          color: #575253;
          position: relative; }
          .content-sections .sect2 .bg-sobre .content .texto .line {
            position: absolute;
            background: #748b97;
            bottom: -2vh;
            width: 100%;
            height: 2.5px;
            left: 0; }
            .content-sections .sect2 .bg-sobre .content .texto .line::before {
              content: '';
              border-top: 3px solid #748b97;
              width: 12%;
              transform: rotate(333deg);
              height: 0;
              position: absolute;
              left: -11%;
              top: 1.5vh; }
            .content-sections .sect2 .bg-sobre .content .texto .line::after {
              content: '';
              border-top: 3px solid #748b97;
              width: 12%;
              transform: rotate(333deg);
              height: 0;
              position: absolute;
              right: -11%;
              top: -1.5vh; }

.botao button {
  width: fit-content;
  clip-path: polygon(18% 0%, 100% 0%, 100% 66%, 82% 100%, 0% 100%, 0% 34%);
  padding: 1.5vh 3vh;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #374f5a;
  color: white;
  border: none;
  transition: .5s; }
  .botao button:hover {
    background: #f1f4f5;
    color: #374f5a; }

.sect3 {
  padding: 4vh 0 8vh;
  background: linear-gradient(198deg, #f1f4f5 54%, transparent 54%);
  position: relative; }
  .sect3::after {
    content: '';
    position: absolute;
    background: #748b97;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(6.8% 0%, 100% 0%, 100% 84%, 92.8% 100%, 0% 100%, 0% 16%);
    z-index: 0; }
  .sect3 .container, .sect3 .container-fluid {
    position: relative;
    z-index: 1; }
  .sect3 .header {
    max-width: 75%;
    margin: auto;
    margin-bottom: 3vh; }
    .sect3 .header .title {
      color: white; }
    .sect3 .header .sub {
      color: white; }
    .sect3 .header .line {
      background: white; }
      .sect3 .header .line::before, .sect3 .header .line::after {
        border-color: white; }
  .sect3 .coluna4 {
    position: relative; }
.sect3 .coluna4:nth-child(2){
	width: 30%;
}
    .sect3 .coluna4:nth-last-child(1) {
      width: 45%; }
      .sect3 .coluna4:nth-last-child(1) .content::before {
        clip-path: polygon(6.5vh 0%, 100% 0%, 100% 19vh, 93.5% 100%, 0% 100%, 0% 3vh); }
  .sect3 svg {
    position: absolute;
    width: 5vh;
    top: 1.5vh;
    left: 3vh;
    transition: .5s; }
    .sect3 svg .cls-1 {
      stroke: white;
      fill: none; }
  .sect3 .linha {
    padding-right: 10vh; }
  .sect3 .content {
    position: relative;
    height: 100%; }
    .sect3 .content::before {
      content: '';
      position: absolute;
      border: 3px solid white;
      clip-path: polygon(6.5vh 0%, 100% 0%, 100% 19vh, 88% 100%, 0% 100%, 0% 3vh);
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .sect3 .content::after {
content: '';
    position: absolute;
    transform: translate(50%) rotate(-31deg);
    right: 2.8vh;
    width: 5.8vh;
    border-top: 3px solid white;
    bottom: 1.4vh; }
    .sect3 .content .texto {
      padding: 6vh 3vh 3vh;
      height: 22vh;
      text-align: center;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .sect3 .content .texto p {
        color: white;
        line-height: 100%;
        font-weight: 300; }
        .sect3 .content .texto p strong {
          font-size: 70px;
          display: block;
          margin-bottom: 1vh;
          font-weight: bold; }
    .sect3 .content .icone-num {
      background: #374f5a;
      position: absolute;
      padding: 1.5vh;
      transform: translate(55%, 55%);
      bottom: 0;
      right: 0;
      z-index: -1;
      transition: .5s; }
      .sect3 .content .icone-num img {
        width: 5vh;
        height: 5vh;
        object-fit: contain;
        filter: brightness(0) invert(57%) sepia(400%) saturate(400%) hue-rotate(191deg); }
  .sect3 .numeros:hover svg {
    transform: rotate(360deg); }
  .sect3 .numeros:hover .content .icone-num {
    transform: translate(55%, 55%) scale(1.1) rotate(5deg); }

.linha {
  display: flex;
  flex-wrap: wrap; }
  .linha .coluna3 {
    width: 33.3%;
    margin: 3vh; }
  .linha .coluna4 {
    width: 25%;
    padding: 3vh; }
  .linha .coluna2 {
    width: 50%;
    padding: 3vh; }

.sect4 {
  background: #f1f4f5;
  padding: 10vh 0; }
  .sect4 .header {
    max-width: 75%;
    margin: auto;
    margin-bottom: 3vh; }
  .sect4 .content-carousel {
    position: relative;
    margin-top: 10vh;
    padding: 0 15vh; }
    .sect4 .content-carousel .slick-arrow {
      padding: 10px 17px;
      border-radius: 0;
      width: 42px;
      background: #7c7a7a7a;
      bottom: 56%; }
      .sect4 .content-carousel .slick-arrow svg path {
        fill: white; }
    .sect4 .content-carousel #custom-prev3 {
      left: 0%; }
    .sect4 .content-carousel #custom-next3 {
      left: inherit;
      right: 0%; }
    .sect4 .content-carousel .carousel-portfolio .slick-dots {
      display: flex;
      justify-content: center;
      list-style: none;
      padding: 0; }
      .sect4 .content-carousel .carousel-portfolio .slick-dots li button {
        padding: 0;
        font-size: 0;
        background: #374f5a7d;
        width: 10px;
        height: 10px;
        border: none;
        margin: 0 0.5vh;
        transition: .5s; }
      .sect4 .content-carousel .carousel-portfolio .slick-dots li.slick-active button {
        background: #374f5a; }
    .sect4 .content-carousel .carousel-portfolio .content-card {
      position: relative;
      padding: 2vh; }
      .sect4 .content-carousel .carousel-portfolio .content-card::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #d1dce2;
        left: 0;
        top: 0;
        z-index: -1;
        clip-path: polygon(27% 0%, 100% 0%, 100% 91%, 73% 100%, 0% 100%, 0% 9%); }
      .sect4 .content-carousel .carousel-portfolio .content-card .img-card img {
        width: 100%;
        height: 47vh;
        object-fit: cover;
        margin-bottom: 0; }
      .sect4 .content-carousel .carousel-portfolio .content-card .content {
        padding: 1vh 0 0;
        position: relative; }
        .sect4 .content-carousel .carousel-portfolio .content-card .content .content-texto .title-portfolio {
          color: #75716b;
          text-transform: uppercase;
          font-weight: 600; }
        .sect4 .content-carousel .carousel-portfolio .content-card .content .content-texto .texto-card {
          color: #75716b;
          font-size: 12px; }
        .sect4 .content-carousel .carousel-portfolio .content-card .content .content-texto .data {
          margin: 1.5vh 0;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600;
          color: #75716b; }
        .sect4 .content-carousel .carousel-portfolio .content-card .content .botao {
          width: 32%;
          position: absolute;
          bottom: 0vh;
          right: 0vh; }
          .sect4 .content-carousel .carousel-portfolio .content-card .content .botao button {
            font-size: 13px;
            padding: 1vh;
            width: 100%; }

.sect5 {
  background: linear-gradient(0deg, white 82%, #f1f4f5 20%);
  padding: 15vh 0; }
  .sect5 .container {
    max-width: 62%; }
  .sect5 .content {
    position: relative; }
    .sect5 .content .logo {
      position: absolute;
      transform: translate(0, 50%);
      bottom: 47%;
      left: 0vh;
      width: 33%;
      height: 53vh;
      object-fit: contain; }
    .sect5 .content .content-redes {
      background: #728995;
      width: 70%;
      margin-left: auto;
      padding: 5vh 7vh;
      height: 34vh;
      clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 88% 100%, 0% 100%, 0% 0%); }
      .sect5 .content .content-redes .header {
        margin-left: auto;
        width: fit-content;
        padding-left: 18vh; }
        .sect5 .content .content-redes .header .title {
          color: white;
          line-height: 100%; }
        .sect5 .content .content-redes .header .sub {
          color: white; }
        .sect5 .content .content-redes .header .line {
          width: 16vh;
          background: white;
          bottom: inherit;
          top: 35%; }
          .sect5 .content .content-redes .header .line::before {
            width: 6vh;
            transform: rotate(332.5deg);
            top: 1.3vh;
            border-color: white; }
          .sect5 .content .content-redes .header .line::after {
            width: 6vh;
            transform: rotate(332.5deg);
            top: -1.3vh;
            border-color: white; }
      .sect5 .content .content-redes .redes {
        display: flex;
    justify-content: center;
    padding-left: 7%; }
        .sect5 .content .content-redes .redes .item-redes {
          border: 1px solid white;
          padding: 0.5vh;
          margin-right: 3vh; }
          .sect5 .content .content-redes .redes .item-redes svg {
            width: 5vh;
            height: 5vh;
            object-fit: contain;
            transition: .5s; }
            .sect5 .content .content-redes .redes .item-redes svg path {
              fill: white; }
          .sect5 .content .content-redes .redes .item-redes:hover svg {
            transform: rotate(-10deg); }
          .sect5 .content .content-redes .redes .item-redes:nth-last-child(1) {
            margin-right: 0; }

/* End Page Home
	Page Sobre */
.banner-sobre {
  background: #f1f4f5; }
  .banner-sobre .img-banner {
    position: relative; }
    .banner-sobre .img-banner .content-banner {
      padding: 16vh 40vh;
      height: 127vh;
      position: absolute;
      top: 0; }
      .banner-sobre .img-banner .content-banner .header {
        padding-left: 0; }
        .banner-sobre .img-banner .content-banner .header .title {
          color: white; }
        .banner-sobre .img-banner .content-banner .header .sub {
          color: white; }
        .banner-sobre .img-banner .content-banner .header .line {
          background: white;
          left: -20%; }
          .banner-sobre .img-banner .content-banner .header .line::before {
            border-color: white; }
          .banner-sobre .img-banner .content-banner .header .line:after {
            border-color: white; }
      .banner-sobre .img-banner .content-banner .texto-sobre {
        color: white;
        font-size: 14px;
        display: flex;
        font-weight: 300;
        flex-wrap: wrap;
        width: 75%; }
        .banner-sobre .img-banner .content-banner .texto-sobre p {
          width: 47%;
          margin: 1.5%;
          line-height: 120%; }

.sect1-sobre {
  background: linear-gradient(332deg, #f1f4f5 24%, transparent 24%); }
  .sect1-sobre .img-proposito {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 153vh;
    padding: 10vh 0; }
  .sect1-sobre .header {
    padding-left: 0;
    margin-left: 20vh; }
    .sect1-sobre .header .line {
      left: -16%; }
  .sect1-sobre .texto-proposito {
    padding-left: 20vh;
    max-width: 55%;
    font-size: 14px;
    color: #364e59; }

.sect2-sobre {
  background: linear-gradient(332deg, #f1f4f5 76%, transparent 24%);
  padding: 10vh 0; }
  .sect2-sobre .container {
    max-width: 75%; }
    .sect2-sobre .container .row .col-lg-6:nth-child(1) .missao {
      margin-top: 10vh; }
  .sect2-sobre .missao {
    padding: 3vh;
    position: relative;
    max-width: 75%;
    margin: auto; }
    .sect2-sobre .missao::before {
      content: '';
      position: absolute;
      background: #374f5a;
      width: 100%;
      height: 100%;
      clip-path: polygon(100% 26%, 100% 0%, 100% 85%, 80% 100%, 0% 100%, 0% 70%);
      top: 0;
      left: 0;
      z-index: 0; }
    .sect2-sobre .missao .content-missao {
      background: white;
      position: relative;
      clip-path: polygon(28% 0%, 100% 0%, 100% 85%, 80% 100%, 0% 100%, 0% 18%);
      padding: 1vh; }
      .sect2-sobre .missao .content-missao .content {
        padding: 9vh 7vh;
        background: #f1f4f5;
        clip-path: polygon(28% 0%, 100% 0%, 100% 85%, 78% 100%, 0% 100%, 0% 18%); }
        .sect2-sobre .missao .content-missao .content .img-missao {
          text-align: center; }
          .sect2-sobre .missao .content-missao .content .img-missao img {
            width: 9vh;
            height: 9vh;
            object-fit: contain;
            margin-bottom: 2vh;
            filter: brightness(0) invert(40%) sepia(400%) saturate(400%) hue-rotate(202deg); }
        .sect2-sobre .missao .content-missao .content .title-missao {
          text-align: center;
          color: #374f5a;
          font-weight: 600;
          font-size: 27px;
          text-transform: uppercase; }
          .sect2-sobre .missao .content-missao .content .title-missao .line {
            width: 100%;
            height: 2px;
            background: #374f5a;
            bottom: 0;
            position: relative;
            margin: 2vh 0; }
            .sect2-sobre .missao .content-missao .content .title-missao .line::before {
              content: '';
              position: absolute;
              border: 1px solid #374f5a;
              width: 5vh;
              transform: rotate(333deg);
              top: 1.1vh;
              left: -13%; }
            .sect2-sobre .missao .content-missao .content .title-missao .line::after {
              content: '';
              position: absolute;
              border: 1px solid #374f5a;
              position: absolute;
              width: 5vh;
              transform: rotate(333deg);
              top: -1.1vh;
              right: -13%; }
        .sect2-sobre .missao .content-missao .content .texto {
          font-size: 14px;
          text-align: center; }

.sect3-sobre {
  padding: 15vh 0;
  position: relative; }
  .sect3-sobre .container-fluid {
    padding: 0; }
  .sect3-sobre .header {
    max-width: 85%;
    margin: auto; }
  .sect3-sobre .content-carousel {
    position: relative; }
    .sect3-sobre .content-carousel .carousel-historia-nav {
      padding: 7vh 0;
      position: relative; }
      .sect3-sobre .content-carousel .carousel-historia-nav .item {
        text-align: center;
        opacity: .5;
        transition: .5s; }
        .sect3-sobre .content-carousel .carousel-historia-nav .item.slick-current {
          transform: scale(1.3);
          opacity: 1; }
      .sect3-sobre .content-carousel .carousel-historia-nav::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        transform: translate(0, 50%);
        bottom: 50%;
        left: 0;
        background: #748b97;
        opacity: 0.3; }
      .sect3-sobre .content-carousel .carousel-historia-nav .content-historia {
        padding: 3vh;
        border: 1px solid #748b97;
        width: fit-content;
        width: 12vh;
        height: 12vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        background: white; }
        .sect3-sobre .content-carousel .carousel-historia-nav .content-historia .title-carousel {
          color: #374f5a;
          font-size: 40px;
          font-family: 'Bebas Neue';
          line-height: 100%; }
    .sect3-sobre .content-carousel .carousel-historia .content-nav {
      max-width: 55%;
      margin: auto;
      background: #748b978c;
      padding: 2px;
      clip-path: polygon(9% 0%, 100% 0%, 100% 73%, 91% 100%, 0% 100%, 0% 27%); }
      .sect3-sobre .content-carousel .carousel-historia .content-nav .content {
        background: white;
        padding: 4vh;
        clip-path: polygon(9% 0%, 100% 0%, 100% 73%, 91% 100%, 0% 100%, 0% 27%); }
        .sect3-sobre .content-carousel .carousel-historia .content-nav .content p {
          font-size: 14px;
          color: #575253; }
    .sect3-sobre .content-carousel .slick-arrow {
      background: #9ba7ac;
      bottom: 17%; }
    .sect3-sobre .content-carousel #custom-prev4 {
      left: 14%; }
    .sect3-sobre .content-carousel #custom-next4 {
      right: 14%; }

/* End Page Sobre
	Page Single Produtos */
.banner-prod {
  position: relative;
  background: #00000069; }
  .banner-prod .img-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 77%, 87% 100%, 0% 100%, 0% 0%); }
    .banner-prod .img-banner .overlay {
      background: #00000069;
      height: 90vh; }
  .banner-prod .content-banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    padding-left: 28vh;
    flex-direction: column;
    justify-content: center; }
    .banner-prod .content-banner .content-status {
      position: relative;
      width: fit-content; }
      .banner-prod .content-banner .content-status .status {
        background: white;
        width: fit-content;
        padding: 0.5vh 3vh;
        margin-bottom: 1vh;
        clip-path: polygon(13% 0%, 100% 0%, 100% 50%, 87% 100%, 0% 100%, 0% 50%); }
        .banner-prod .content-banner .content-status .status p {
          color: #75716b;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 12px;
          margin-bottom: 0;
          line-height: 100%; }
      .banner-prod .content-banner .content-status .line {
        position: absolute;
        background: #90c6e1;
        width: 90%;
        height: 2px;
        bottom: 0;
        left: 0; }
        .banner-prod .content-banner .content-status .line::before {
          content: '';
          border-top: 2px solid #90c6e1;
          width: 6vh;
          transform: rotate(335deg);
          height: 1px;
          position: absolute;
          left: -5.5vh;
          top: 1.3vh; }
        .banner-prod .content-banner .content-status .line::after {
          content: '';
          border-top: 2px solid #90c6e1;
          width: 6vh;
          transform: rotate(335deg);
          height: 1px;
          position: absolute;
          right: -5.5vh;
          top: -1.3vh; }
    .banner-prod .content-banner .title {
      color: white;
      font-size: 42px;
      font-weight: 600; }
  .banner-prod .form-banner {
    position: absolute;
    width: 57vh;
    bottom: -5vh;
    right: 15vh;
    padding: 7vh 4vh;
    z-index: 10; }
    .banner-prod .form-banner::before {
      content: '';
      position: absolute;
      background: #738995db;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      clip-path: polygon(20% 0%, 100% 0%, 100% 86%, 80% 100%, 0% 100%, 0% 14%); }
    .banner-prod .form-banner .btn-close {
      display: none; }
    .banner-prod .form-banner .header {
      padding-left: 0; }
      .banner-prod .form-banner .header .title {
        font-size: 24px;
        color: white; }
      .banner-prod .form-banner .header .sub {
        font-size: 14px;
        color: white;
        font-size: 300; }
    .banner-prod .form-banner form {
      position: relative; }
      .banner-prod .form-banner form .campos {
        padding: 1vh 0; }
        .banner-prod .form-banner form .campos input {
          width: 100%;
          background: #bac5cb;
          border: none;
          padding: 1vh;
          font-size: 14px;
          color: white; }
      .banner-prod .form-banner form .aceite {
        padding: 1vh 0;
        color: white;
        font-size: 10px; }
      .banner-prod .form-banner form .botao-form {
        text-align: center;
        position: relative;
        margin-top: 2vh; }
        .banner-prod .form-banner form .botao-form span {
          display: block;
          position: absolute;
          bottom: 0; }
        .banner-prod .form-banner form .botao-form input {
          clip-path: polygon(17% 0%, 100% 0%, 100% 73%, 83% 100%, 0% 100%, 0% 37%);
          background: #374f5a;
          border: none;
          padding: 1.5vh 4vh;
          text-transform: uppercase;
          color: white;
          font-weight: 600;
          transition: .5s; }
          .banner-prod .form-banner form .botao-form input:hover {
            background: white;
            color: #374f5a; }
  .banner-prod .botao-banner {
    display: none; }

.line {
  position: absolute;
  background: #90c6e1;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0; }
  .line::before {
    content: '';
    border-top: 2px solid #90c6e1;
    width: 6vh;
    transform: rotate(335deg);
    height: 1px;
    position: absolute;
    left: -5.5vh;
    top: 1.3vh; }
  .line::after {
    content: '';
    border-top: 2px solid #90c6e1;
    width: 6vh;
    transform: rotate(335deg);
    height: 1px;
    position: absolute;
    right: -5.5vh;
    top: -1.3vh; }

.sect1-prod {
  position: relative;
  overflow: hidden;
  padding: 17vh 0 0; }
  .sect1-prod .img-fundo {
    position: absolute;
    top: 0vh;
    left: 0;
    width: 100%;
    z-index: -1; }
  .sect1-prod .container:nth-last-child(2) {
    max-width: 75%; }
  .sect1-prod .header {
    max-width: 78%;
    margin-bottom: 12vh; }
    .sect1-prod .header .line {
      left: -12%; }
  .sect1-prod .img-conceito {
    width: 100%;
    height: 100%;
    position: relative; }
    .sect1-prod .img-conceito img {
      height: 100%;
      width: 90%;
      position: absolute;
      top: 0;
      right: -2vh;
      clip-path: polygon(20% 0%, 100% 0%, 100% 86%, 80% 100%, 0% 100%, 0% 14%);
      object-fit: cover;
      object-position: 20%; }
    .sect1-prod .img-conceito p {
      position: absolute;
      width: 90%;
      right: -2vh;
      bottom: 0;
      padding: 7vh 20% 2vh 3vh;
      background: linear-gradient(0deg, #00000069, transparent);
      color: white;
      font-size: 12px;
      clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 80% 100%, 0% 100%, 0% 0%); }
  .sect1-prod .content-texto {
    padding: 8vh 11vh; }
    .sect1-prod .content-texto .logo img {
      width: 20vh;
      margin-bottom: 3vh; }
    .sect1-prod .content-texto .title-conceito {
      color: #575253;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 500;
      line-height: 130%;
      margin-bottom: 3vh; }
    .sect1-prod .content-texto .texto-conceito {
      color: #575253;
      margin-bottom: 5vh;
      position: relative; }
      .sect1-prod .content-texto .texto-conceito .line {
        height: 3px;
        bottom: -2.5vh;
        width: 100%; }
        .sect1-prod .content-texto .texto-conceito .line::before, .sect1-prod .content-texto .texto-conceito .line::after {
          border-width: 3px;
          transform: rotate(333deg); }
    .sect1-prod .content-texto .comando {
      color: #575253; }
    .sect1-prod .content-texto .botao {
      margin-top: 5vh; }
      .sect1-prod .content-texto .botao button {
        padding: 1.5vh 2vh;
        font-size: 16px; }

.sect2-prod {
  position: relative;
  background: linear-gradient(180deg, transparent 22%, #f1f4f5 22%); }
  .sect2-prod .container:nth-last-child(2) {
    max-width: 75%; }
  .sect2-prod .img-fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1; }
  .sect2-prod .header {
    margin-bottom: 7vh; }
  .sect2-prod .content-section {
    padding: 34vh 0 15vh; }
    .sect2-prod .content-section .nav {
      justify-content: center;
      border: none;
      border-bottom: 2px solid #374f5a99;
      width: fit-content;
      margin: 0 auto 2vh; }
      .sect2-prod .content-section .nav .nav-link {
        background: transparent;
        border: none;
        font-size: 14px;
        color: #374f5a;
        height: fit-content;
        padding: 1vh 14vh 1vh 1vh;
        transition: .5s;
        opacity: .6; }
        .sect2-prod .content-section .nav .nav-link:nth-last-child(1) {
          padding: 1vh; }
        .sect2-prod .content-section .nav .nav-link.active {
          opacity: 1; }
        .sect2-prod .content-section .nav .nav-link:hover {
          opacity: 0.8; }
    .sect2-prod .content-section .content-carousel {
      position: relative; }
      .sect2-prod .content-section .content-carousel .carousel-galeria .item {
        padding: 10px; }
      .sect2-prod .content-section .content-carousel .carousel-galeria .img-galeria {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 50vh;
        clip-path: polygon(20% 0%, 100% 0%, 100% 86%, 80% 100%, 0% 100%, 0% 14%);
        position: relative;
        margin-bottom: 0.5vh; }
        .sect2-prod .content-section .content-carousel .carousel-galeria .img-galeria svg {
          width: 5vh;
          position: absolute;
          right: 1vh;
          top: 1vh; }
          .sect2-prod .content-section .content-carousel .carousel-galeria .img-galeria svg path {
            fill: white; }
      .sect2-prod .content-section .content-carousel .carousel-galeria .legenda {
        font-size: 12px;
        color: #575253; }
      .sect2-prod .content-section .content-carousel .slick-arrow {
        background: #819198;
        bottom: -9vh; }
      .sect2-prod .content-section .content-carousel #custom-prev5, .sect2-prod .content-section .content-carousel #custom-prev6, .sect2-prod .content-section .content-carousel #custom-prev7, .sect2-prod .content-section .content-carousel #custom-prev8 {
        left: 45%; }
      .sect2-prod .content-section .content-carousel #custom-next5, .sect2-prod .content-section .content-carousel #custom-next6, .sect2-prod .content-section .content-carousel #custom-next7, .sect2-prod .content-section .content-carousel #custom-next8 {
        right: 45%; }
    .sect2-prod .content-section #video {
      text-align: center; }
      .sect2-prod .content-section #video iframe {
        width: 80%;
        height: 55vh; }

.sect3-prod {
  padding: 15vh 0 0;
  position: relative;
  overflow: hidden; }
  .sect3-prod .container:nth-last-child(2) {
    max-width: 75%; }
  .sect3-prod .img-fundo {
    width: 100%;
    position: absolute;
    top: 0vh;
    left: 0; }
  .sect3-prod .content-carousel {
    position: relative;
    margin-top: 8vh;
    padding-bottom: 9vh; }
    .sect3-prod .content-carousel .carousel-plantas .img-planta {
      width: 100%;
      height: 67vh;
      object-fit: contain; }
    .sect3-prod .content-carousel .carousel-plantas .legenda {
      text-align: center;
      color: #575253; }
    .sect3-prod .content-carousel .content-nav {
      margin: 3vh 0;
      padding: 3vh 0;
      position: relative; }
      .sect3-prod .content-carousel .content-nav .opc1 {
        top: 0;
        bottom: inherit;
        right: -40vh;
        width: 100vw;
        left: inherit;
        background: #57525345; }
        .sect3-prod .content-carousel .content-nav .opc1::before, .sect3-prod .content-carousel .content-nav .opc1::after {
          border: 1px solid #57525345; }
        .sect3-prod .content-carousel .content-nav .opc1::after {
          display: none; }
      .sect3-prod .content-carousel .content-nav .opc2 {
        bottom: 0;
        width: 100vw;
        left: -40vh;
        background: #57525345; }
        .sect3-prod .content-carousel .content-nav .opc2::before, .sect3-prod .content-carousel .content-nav .opc2::after {
          border: 1px solid #57525345; }
        .sect3-prod .content-carousel .content-nav .opc2::before {
          display: none; }
      .sect3-prod .content-carousel .content-nav .carousel-plantas-nav .content-img {
        background: #f1f4f5;
        clip-path: polygon(20% 0%, 100% 0%, 100% 86%, 80% 100%, 0% 100%, 0% 14%);
        padding: 2vh; }
        .sect3-prod .content-carousel .content-nav .carousel-plantas-nav .content-img img {
          mix-blend-mode: multiply;
          width: 100%;
          height: 20vh;
          object-fit: contain;
          margin-bottom: 0; }
      .sect3-prod .content-carousel .content-nav .carousel-plantas-nav .legenda {
        font-size: 12px;
        text-align: center;
        margin-top: 1vh;
        color: #575253; }
    .sect3-prod .content-carousel .slick-arrow {
      background: #87959c;
      bottom: 0; }
    .sect3-prod .content-carousel #custom-prev8 {
      left: 45%; }
    .sect3-prod .content-carousel #custom-next8 {
      right: 45%; }

.coluna5 {
  width: 20%;
  padding: 1%; }

@media (max-width: 980px) {
	.whats-mob{
		display:block;
		position: fixed;
		bottom: 2%;
		right: 2%;
		width: 20%;
		z-index: 1000;
	}
	.menu-ft{
		display: none;
	}
  .col3 {
    width: 33.3%;
    padding: 3%; } }

.sect4-prod {
  padding: 15vh 0; }
  .sect4-prod .container {
    max-width: 75%; }
  .sect4-prod .header {
    margin-bottom: 14vh; }
  .sect4-prod .linha {
    padding: 0 10vh; }
    .sect4-prod .linha .coluna5 {
      position: relative;
      border-bottom: 1px solid #57525345;
      border-right: 1px solid #57525345; }
      .sect4-prod .linha .coluna5:nth-child(-n+5)::before {
        content: '';
        position: absolute;
        width: 8vh;
        top: -2vh;
        left: -0.4vh;
        background: #57525345;
        height: 1px;
        transform: rotate(-27deg); }
      .sect4-prod .linha .coluna5:nth-child(5n+1) {
        border-left: 1px solid #57525345; }
      .sect4-prod .linha .coluna5:nth-child(5n) {
        border-right: 1px solid #57525345; }
      .sect4-prod .linha .coluna5:nth-last-child(-n+5) {
        border-bottom: none; }
        .sect4-prod .linha .coluna5:nth-last-child(-n+5)::before {
          content: '';
          position: absolute;
          width: 8vh;
          bottom: -2vh;
          left: inherit;
          right: -0.4vh;
          background: #57525345;
          height: 1px;
          transform: rotate(-27deg); }
      .sect4-prod .linha .coluna5 .content-dif {
        text-align: center;
        padding: 5vh 0;
        position: relative;
        background: transparent;
        transition: .5s;
        cursor: pointer;
        height: 100%; }
        .sect4-prod .linha .coluna5 .content-dif:hover {
          background: #f1f4f5; }
          .sect4-prod .linha .coluna5 .content-dif:hover .img-icone img {
            transform: rotate(45deg); }
        .sect4-prod .linha .coluna5 .content-dif .line {
          background: #575253;
          width: 8vh;
          transform: translate(50%);
          right: 50%;
          left: inherit;
          height: 1px; }
          .sect4-prod .linha .coluna5 .content-dif .line::before {
            border-color: #575253;
            width: 10vh;
            left: -9.4vh;
            top: 2.1vh;
            border-width: 1px; }
          .sect4-prod .linha .coluna5 .content-dif .line::after {
            border-color: #575253;
            width: 10vh;
            right: -9.4vh;
            top: -2.1vh;
            border-width: 1px; }
        .sect4-prod .linha .coluna5 .content-dif .img-icone img {
          width: 6vh;
          height: 6vh;
          object-fit: contain;
          margin-bottom: 0.5vh;
          filter: brightness(0) invert(20%) sepia(400%) saturate(400%) hue-rotate(145deg);
          transition: .5s; }
        .sect4-prod .linha .coluna5 .content-dif p {
          text-align: center;
          font-size: 12px;
          color: #575253;
          margin-bottom: 2vh; }

.content-sections .sect5-prod {
  clip-path: polygon(6.8% 0%, 100% 0%, 100% 88%, 92.8% 100%, 0% 100%, 0% 16%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .content-sections .sect5-prod .overlay {
    background: linear-gradient(90deg, #000000d1, transparent);
    padding: 5vh 0; }
  .content-sections .sect5-prod .container:nth-last-child(2) {
    max-width: 75%; }
  .content-sections .sect5-prod .header {
    margin-bottom: 5vh; }
    .content-sections .sect5-prod .header .title {
      color: white; }
    .content-sections .sect5-prod .header .sub {
      color: white; }
    .content-sections .sect5-prod .header .line {
      background: white; }
      .content-sections .sect5-prod .header .line::before, .content-sections .sect5-prod .header .line::after {
        border-color: white; }
  .content-sections .sect5-prod .campos {
    padding: 1.5vh 0; }
    .content-sections .sect5-prod .campos input {
      background: #ffffff96;
      color: white;
      padding: 1vh;
      font-size: 14px;
      width: 100%;
      height: 6vh;
      border: none; }
      .content-sections .sect5-prod .campos input::placeholder {
        color: white; }
  .content-sections .sect5-prod .aceite {
    font-size: 10px;
    color: white;
    padding: 1.5vh 0; }
    .content-sections .sect5-prod .aceite a {
      color: white;
      font-weight: bold;
      text-decoration: underline; }
  .content-sections .sect5-prod .botao-form {
    text-align: end; }
    .content-sections .sect5-prod .botao-form span {
      display: block; }
    .content-sections .sect5-prod .botao-form input {
      clip-path: polygon(18% 0%, 100% 0%, 100% 66%, 82% 100%, 0% 100%, 0% 34%);
      background: white;
      padding: 1.5vh 4vh;
      text-transform: uppercase;
      color: #374f5a;
      font-weight: 600;
      border: none;
      transition: .5s; }
      .content-sections .sect5-prod .botao-form input:hover {
        background: #738995;
        color: white; }
.content-sections .sect6-prod {
  position: relative;
  margin: 10vh 0 15vh;
  padding-bottom: 2vh;
  background: #f1f4f5;
  clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 92.8% 100%, 0% 100%, 0% 0%); }
  .content-sections .sect6-prod .img-apresentacao {
    clip-path: polygon(0% 0%, 100% 0%, 100% -25%, 15% 100%, 0% 100%, 0% 0%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .content-sections .sect6-prod .content-texto {
    padding: 26vh 0vh 10vh 24vh;
    position: relative;
    z-index: 1; }
    .content-sections .sect6-prod .content-texto .header {
      width: fit-content;
      padding-left: 16vh; }
      .content-sections .sect6-prod .content-texto .header .line {
        left: -18%; }
    .content-sections .sect6-prod .content-texto .texto-apresentacao {
      color: #748b97;
      text-align: end; }
    .content-sections .sect6-prod .content-texto .botao {
      text-align: end;
      margin-top: 5vh; }

.sect7-prod {
  padding: 10vh 0;
  position: relative; }
  .sect7-prod::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(6.8% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 100%, 0% 16%);
    background: #738995;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .sect7-prod::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25vh;
    clip-path: polygon(6.8% 0%, 100% 0%, 100% 50%, 60% 100%, 0% 100%, 0% 16%);
    background: #d7dfe2;
    width: 96%;
    height: 100%;
    z-index: -2; }
  .sect7-prod .container:nth-last-child(2) {
    max-width: 75%; }
  .sect7-prod .header {
    margin-bottom: 7vh; }
    .sect7-prod .header .title {
      color: white; }
    .sect7-prod .header .sub {
      color: white; }
    .sect7-prod .header .line {
      background: white; }
      .sect7-prod .header .line::before, .sect7-prod .header .line::after {
        border-color: white; }
  .sect7-prod .mapa iframe {
    width: 100%;
    height: 69vh; }

.sect8-prod {
  padding: 10vh 0;
  position: relative; }
  .sect8-prod .container:nth-last-child(2) {
    max-width: 75%; }
  .sect8-prod .header {
    margin-bottom: 5vh; }
  .sect8-prod .cronograma {
    margin-top: 10vh; }
    .sect8-prod .cronograma .content-valores {
      padding-top: 5vh; 
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }
      .sect8-prod .cronograma .content-valores .item-valores {
        margin-bottom: 5vh; width: 50%; padding: 0 2%;  }
        .sect8-prod .cronograma .content-valores .item-valores .texto-valor {
          display: flex;
          justify-content: space-between;
          padding: 0 1vh; }
          .sect8-prod .cronograma .content-valores .item-valores .texto-valor p {
            color: #748b97;
            text-transform: uppercase;
            font-weight: 600; }
        .sect8-prod .cronograma .content-valores .item-valores .progress {
          height: 3vh;
          border-radius: 0;
          box-shadow: inset 0px 4px 6px -3px #000000c9; }
          .sect8-prod .cronograma .content-valores .item-valores .progress .bg {
            background: #374f5a; }
    .sect8-prod .cronograma .content-carousel {
      position: relative; }
      .sect8-prod .cronograma .content-carousel .carousel-obras .content-obras {
        clip-path: polygon(20% 0%, 100% 0%, 100% 78%, 62% 100%, 0% 100%, 0% 14%); padding: 0 20%;  }
        .sect8-prod .cronograma .content-carousel .carousel-obras .content-obras .img-obras {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          height: 78vh;
          position: relative; }
          .sect8-prod .cronograma .content-carousel .carousel-obras .content-obras .img-obras svg {
            width: 5vh;
            position: absolute;
            right: 1vh;
            top: 1vh; }
            .sect8-prod .cronograma .content-carousel .carousel-obras .content-obras .img-obras svg path {
              fill: white; }
        .sect8-prod .cronograma .content-carousel .carousel-obras .content-obras .legenda {
          background: #374f5a;
          padding: 0.5vh 1vh;
          margin-top: .5vh; }
          .sect8-prod .cronograma .content-carousel .carousel-obras .content-obras .legenda p {
            color: white;
            font-weight: 600; }
      .sect8-prod .cronograma .content-carousel .slick-arrow {
        background: #87959c;
        bottom: -7vh; }
      .sect8-prod .cronograma .content-carousel #custom-prev9 {
        left: 15px; }
      .sect8-prod .cronograma .content-carousel #custom-next9 {
        left: 12vh; }
    .sect8-prod .cronograma .total {
      margin-top: 5vh; }
      .sect8-prod .cronograma .total .progress {
        border-radius: 0;
        height: 8vh;
        position: relative;
        box-shadow: inset 0px 4px 6px -3px #000000c9; }
        .sect8-prod .cronograma .total .progress .bg {
          background: #374f5a;
          position: absolute;
          height: 100%; }
        .sect8-prod .cronograma .total .progress .content-valor {
          display: flex;
          align-items: center;
          height: 100%;
          justify-content: space-between;
          width: 100%;
          padding: 0 3vh;
          position: relative; }
          .sect8-prod .cronograma .total .progress .content-valor p {
            color: #738995;
            font-size: 27px;
            text-transform: uppercase;
            font-weight: 600; }
            .sect8-prod .cronograma .total .progress .content-valor p span {
              font-size: 40px; }

/* End Single Produtos
	Page Contato */
.banner-contato .img-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 89% 100%, 0% 100%, 0% 30%); }
  .banner-contato .img-banner .overlay {
    height: 85vh;
    background: #0000009c; }
    .banner-contato .img-banner .overlay .content-banner {
      display: flex;
      height: 100%;
      justify-content: flex-start;
      align-items: flex-end;
      padding-bottom: 17vh;
      max-width: 75%;
      margin: auto; }
      .banner-contato .img-banner .overlay .content-banner .title-banner {
        position: relative; }
        .banner-contato .img-banner .overlay .content-banner .title-banner p {
          color: white;
          font-size: 48px;
          font-weight: 600; }
        .banner-contato .img-banner .overlay .content-banner .title-banner .line {
          bottom: inherit;
          top: 0;
          width: 24vh;
          border-top: 2px solid #90c6e1;
          background: transparent; }
          .banner-contato .img-banner .overlay .content-banner .title-banner .line::before {
            top: 1vh; }
          .banner-contato .img-banner .overlay .content-banner .title-banner .line::after {
            top: -1.4vh; }

.sect1-contato {
  padding: 10vh 0; }
  .sect1-contato .container {
    max-width: 75%; }
  .sect1-contato .form {
    padding: 0 10vh; }
    .sect1-contato .form .campos {
      padding: 1.5vh 0; }
      .sect1-contato .form .campos input, .sect1-contato .form .campos select {
        width: 100%;
        padding: 1vh;
        height: 6vh; }
      .sect1-contato .form .campos textarea {
        height: 20vh;
        width: 100%;
        padding: 1vh; }
    .sect1-contato .form .botao-form {
      display: flex;
      justify-content: space-between; }
      .sect1-contato .form .botao-form .texto-form {
        color: #374f5a; }
      .sect1-contato .form .botao-form span {
        display: block; }
      .sect1-contato .form .botao-form input {
        width: fit-content;
        clip-path: polygon(21% 0%, 100% 0%, 100% 70%, 81% 100%, 0% 100%, 0% 30%);
        padding: 1.5vh 4vh;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        background: #364e59;
        color: white;
        border: none;
        transition: .5s; }
        .sect1-contato .form .botao-form input:hover {
          background: #738995; }

/* End Page Contato
	Page Portfolio */
.banner-portfolio .img-banner .overlay {
  height: 75vh;
  background: #00000047; }

.sect1-port {
  padding: 10vh 0; }
   .sect1-port .content-card .img-card{
    position: relative;
   }
  .sect1-port .content-card .img-card .logo{
position: absolute;
    left: 3%;
    top: 3%;
    width: 45%;
    background: #042575;
    padding: 3%;
  }
  .sect1-port .content-card .img-card .logo img{
    height: auto!important;
    filter: brightness(0)invert(1);
  }
  .sect1-port .container:nth-last-child(2) {
    max-width: 75%; }
  .sect1-port .header {
    margin-bottom: 10vh; }
  .sect1-port .content-card {
    position: relative;
    padding: 2vh;
    margin-bottom: 4vh; }
    .sect1-port .content-card::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #d1dce2;
      left: 0;
      top: 0;
      z-index: -1;
      clip-path: polygon(27% 0%, 100% 0%, 100% 91%, 73% 100%, 0% 100%, 0% 9%); }
    .sect1-port .content-card .img-card img {
      width: 100%;
      height: 47vh;
      object-fit: cover;
      margin-bottom: 0; }
    .sect1-port .content-card .content {
      padding: 1vh 0 0;
      position: relative; }
      .sect1-port .content-card .content .content-texto .title-portfolio {
        color: #75716b;
        text-transform: uppercase;
        font-weight: 600; }
      .sect1-port .content-card .content .content-texto .texto-card {
        color: #75716b;
        font-size: 12px; }
      .sect1-port .content-card .content .content-texto .data {
        margin: 1.5vh 0;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #75716b; }
      .sect1-port .content-card .content .botao {
        width: 35%;
        position: absolute;
        bottom: 0vh;
        right: 0vh; }
        .sect1-port .content-card .content .botao button {
          font-size: 13px;
          padding: 1vh;
          width: 100%; }

/* End Page Portfolio
	Page Parceiros */
.sect1-parc {
  padding: 10vh 0;
  position: relative; }
  .sect1-parc .container {
    max-width: 75%; }
  .sect1-parc .header {
    margin-bottom: 7vh; }
  .sect1-parc .img-traco {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: -15vh;
    bottom: 1vh; }
  .sect1-parc .form {
    padding: 0 10vh; }
    .sect1-parc .form .campos {
      padding: 1.5vh 0; }
      .sect1-parc .form .campos input {
        width: 100%;
        padding: 1vh;
        height: 6vh; }
    .sect1-parc .form .botoes {
      padding: 1.5vh 0;
      display: flex;
      align-items: center; }
      .sect1-parc .form .botoes p {
        color: #575253; }
    .sect1-parc .form .aceite {
      color: #575253; }
      .sect1-parc .form .aceite a {
        color: #575253; }
    .sect1-parc .form .botao-form {
      text-align: end; }
      .sect1-parc .form .botao-form span {
        display: block; }
      .sect1-parc .form .botao-form input {
        width: fit-content;
        clip-path: polygon(21% 0%, 100% 0%, 100% 70%, 81% 100%, 0% 100%, 0% 30%);
        padding: 1.5vh 4vh;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        background: #364e59;
        color: white;
        border: none;
        transition: .5s; }
        .sect1-parc .form .botao-form input:hover {
          background: #738995; }

/* End Page Parceiros */
.modal .modal-dialog .modal-content .modal-header .title-modal {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600; }

#fichaModal .modal-dialog {
  max-width: 45%; }
  #fichaModal .modal-dialog .modal-content .modal-header {
    background: #374f5a; }
    #fichaModal .modal-dialog .modal-content .modal-header .title-modal {
      color: white; }
    #fichaModal .modal-dialog .modal-content .modal-header .btn-close {
      filter: brightness(0) invert(1); }
  #fichaModal .modal-dialog .modal-content .modal-body .content-ficha {
    display: flex;
    flex-wrap: wrap; }
    #fichaModal .modal-dialog .modal-content .modal-body .content-ficha .item-ficha {
      width: 50%;
      padding: 1vh 2vh; }
      #fichaModal .modal-dialog .modal-content .modal-body .content-ficha .item-ficha .title-ficha {
        font-weight: 600;
        color: #575253;
        font-size: 18px; }
      #fichaModal .modal-dialog .modal-content .modal-body .content-ficha .item-ficha .desc {
        font-size: 14px; }

#whatsModal .modal-dialog .modal-content .modal-header {
  background: #25d366; }
  #whatsModal .modal-dialog .modal-content .modal-header .title-modal {
    color: white; }
  #whatsModal .modal-dialog .modal-content .modal-header .btn-close {
    filter: brightness(0) invert(1); }
#whatsModal .modal-dialog .modal-content .modal-body .texto-form {
  text-align: center;
  font-weight: 500;
  margin-bottom: 4vh;
  color: #575253; }
#whatsModal .modal-dialog .modal-content .modal-body .campos {
  padding: 1.5vh 0; }
  #whatsModal .modal-dialog .modal-content .modal-body .campos input {
    width: 100%;
    padding: 1vh;
    height: 6vh; }
#whatsModal .modal-dialog .modal-content .modal-body .botao-form {
  text-align: end; }
  #whatsModal .modal-dialog .modal-content .modal-body .botao-form span {
    display: block; }
  #whatsModal .modal-dialog .modal-content .modal-body .botao-form input {
    width: fit-content;
    clip-path: polygon(21% 0%, 100% 0%, 100% 70%, 81% 100%, 0% 100%, 0% 30%);
    padding: 1.5vh 4vh;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #364e59;
    color: white;
    border: none;
    transition: .5s; }
    #whatsModal .modal-dialog .modal-content .modal-body .botao-form input:hover {
      background: #738995; }

footer {
  padding: 10vh 0;
  background: #374f5a; }
  footer .line {
    width: 100%;
    height: 1px;
    background: #ffffff4f;
    bottom: 0;
    position: relative;
    margin: 3vh 0 2vh; }
    footer .line::before {
      content: '';
      position: absolute;
      border-top: 1px solid #ffffff4f;
      width: 6vh;
      transform: rotate(333deg);
      top: 1.3vh;
      left: -3.1%; }
    footer .line::after {
      content: '';
      position: absolute;
      border-top: 1px solid #ffffff4f;
      position: absolute;
      width: 6vh;
      transform: rotate(333deg);
      top: -1.3vh;
      right: -3.1%; }
  footer .content-footer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3vh; }
  footer .logo-footer svg {
    width: 22vh; }
    footer .logo-footer svg path, footer .logo-footer svg polygon {
      stroke: none; }
  footer .title-footer {
    color: white;
    font-weight: 600;
    margin-bottom: 1vh; }
  footer .link-footer {
    color: white;
    margin-bottom: 1vh;
    font-weight: 300;
    transition: .5s; }
  footer a.link-footer {
    position: relative; }
    footer a.link-footer::before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 0%;
      border-top: 1px solid white;
      transition: .5s; }
    footer a.link-footer:hover::before {
      width: 100%; }
  footer .copy {
    font-size: 12px;
    color: white; }
  footer .mcia {
    text-align: end;
    width: fit-content;
    margin-left: auto; }
    footer .mcia a {
      font-size: 12px;
      color: white;
      font-family: 'Montserrat', serif; }
      footer .mcia a img {
        width: 11vh;
        display: block;
        margin: auto; }

@media (min-width: 1200px) and (max-width: 1400px) {
  .header .sub {
    font-size: 16px; }

  .sect4 .content-carousel .carousel-portfolio .content-card .content .botao {
    width: 35%; }
    .sect4 .content-carousel .carousel-portfolio .content-card .content .botao button {
      font-size: 11px; }

  .sect1-sobre .texto-proposito {
    max-width: 50%; }

  .sect1-port .content-card .content .botao {
    width: 35%; }
    .sect1-port .content-card .content .botao button {
      font-size: 11px; } }
@media (max-width: 980px) {
  .menu {
    padding: 2vh 0;
    background: white; }
    .menu .container {
      max-width: 90%; }
      .menu .container .content-menu .logo {
        width: 50%; }
        .menu .container .content-menu .logo svg {
          width: 18vh !important; }
          .menu .container .content-menu .logo svg path, .menu .container .content-menu .logo svg .pol1 {
            fill: #364e59 !important; }
          .menu .container .content-menu .logo svg .pol2 {
            fill: #738995 !important; }
      .menu .container .content-menu .content-links-menu {
        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: #364e59;
            width: 100%;
            height: .2rem;
            border-radius: 50px;
            transition: .5s; }
            .menu .container .content-menu .btn-menu .position span.traco3 {
              transition: 1s;
              width: 0; }
            .menu .container .content-menu .btn-menu .position span.traco2 {
              width: 50%; }
        .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-menu {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .menu-aberto .content-links-menu .link-menu {
        color: #364e59;
        margin-bottom: 1.5vh;
        font-weight: 500; }

  .banner-home .carousel-banner .slide {
    clip-path: polygon(0% 0%, 100% 0%, 100% 83%, 84% 100%, 0% 100%, 0% 0%); }
    .banner-home .carousel-banner .slide .img-banner {
      clip-path: polygon(0% 0%, 100% 0%, 100% 83%, 84% 100%, 0% 100%, 0% 0%); }
    .banner-home .carousel-banner .slide .overlay {
      clip-path: polygon(0% 0%, 100% 0%, 100% 83%, 84% 100%, 0% 100%, 0% 0%);
      padding: 12vh 2vh 21vh;
      background: #00000069; }
      .banner-home .carousel-banner .slide .overlay .content-banner {
        padding: 0.5vh 6vh;
        margin-bottom: 2vh;
        clip-path: polygon(11% 0%, 100% 0%, 100% 55%, 89% 100%, 0% 100%, 0% 55%); }
        .banner-home .carousel-banner .slide .overlay .content-banner .title-banner p {
          font-size: 34px; }
        .banner-home .carousel-banner .slide .overlay .content-banner .title-banner .line::before {
          width: 5vh;
          left: -4.5vh;
          top: 1vh; }
        .banner-home .carousel-banner .slide .overlay .content-banner .title-banner .line::after {
          width: 5vh;
          right: -4.5vh;
          top: -1vh; }
        .banner-home .carousel-banner .slide .overlay .content-banner .comando {
          font-size: 14px; }
        .banner-home .carousel-banner .slide .overlay .content-banner .botao button {
          padding: 1vh 2vh;
          font-size: 16px; }
  .banner-home .slick-arrow {
    width: 37px;
    padding: 8px 14px; }
  .banner-home #custom-prev {
    left: 4%; }
  .banner-home #custom-next {
    right: 4%; }

  .form-home {
    position: relative;
    transform: none;
    right: inherit;
    padding: 5vh 0;
    padding-left: 0;
    max-width: 90%;
    margin: -18vh auto 0;
    clip-path: polygon(16% 0%, 100% 0%, 100% 91%, 84% 100%, 0% 100%, 0% 9%); }
    .form-home .campos input {
      height: 7vh; }
    .form-home .aceite {
      display: block;
      padding: 1vh 0;
      text-align: center;
      font-size: 14px; }
    .form-home .botao-form p input {
      clip-path: polygon(18% 0%, 100% 0%, 100% 65%, 82% 100%, 0% 100%, 0% 35%);
      padding: 1.5vh 4vh;
      font-size: 16px; }

  .sect3 .content .texto p strong {
    font-size: 40px; }

  .menu-ft {
    background: #000000d1;
    height: auto;
    width: 95%;
    padding: 1.5vh 4vh;
    top: inherit;
    bottom: 2px;
    left: 0;
    clip-path: polygon(100% 0%, 100% 0%, 95% 100%, 0% 100%, 0% 100%, 5% 0%);
    margin: auto;
    right: 0; }
    .menu-ft .content {
      padding-bottom: 0;
      flex-direction: row;
      padding-right: 6vh; }
      .menu-ft .content::before {
        transform: translate(0, 50%);
        width: 30%;
        right: inherit;
        left: 0;
        height: 2px;
        bottom: 50%;
        top: inherit; }
      .menu-ft .content::after {
        transform: translate(0, 50%);
        width: 18%;
        height: 2px;
        bottom: 50%;
        right: 0; }
      .menu-ft .content .item-menu {
        margin-bottom: 0;
        margin-right: 2vh;
        width: 4.5vh;
        height: 4.5vh; }
        .menu-ft .content .item-menu svg {
          width: 3vh;
          height: 3vh; }

  .slick-arrow {
    width: 37px !important;
    padding: 8px 14px !important; }

  .header {
    padding-left: 2vh;
    padding-right: 2vh; }
    .header .line {
      display: none; }
    .header .title {
      font-size: 27px; }
    .header .sub {
      font-size: 14px; }

  .content-sections .sect1 {
    padding: 7vh 0; }
    .content-sections .sect1 .container {
      max-width: inherit; }
    .content-sections .sect1 .header .title {
      margin-bottom: 2vh; }
    .content-sections .sect1 .content-carousel {
      padding: 0 5vh; }
      .content-sections .sect1 .content-carousel .carousel-cards .content-card .img-card {
        clip-path: polygon(18% 0%, 100% 0%, 100% 91%, 82% 100%, 0% 100%, 0% 11%); }
        .content-sections .sect1 .content-carousel .carousel-cards .content-card .img-card img {
          clip-path: polygon(18% 0%, 100% 0%, 100% 91%, 82% 100%, 0% 100%, 0% 11%);
          height: 42vh; }
      .content-sections .sect1 .content-carousel .carousel-cards .content-card .status {
        top: 1vh;
        left: 1vh;
        clip-path: polygon(15% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%, 0% 15%); }
        .content-sections .sect1 .content-carousel .carousel-cards .content-card .status p {
          font-size: 11px;
          margin-bottom: 1vh; }
        .content-sections .sect1 .content-carousel .carousel-cards .content-card .status .img-logo {
          width: 14vh;
          height: 4vh; }
      .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .d-flex {
        display: block !important; }
      .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .texto .local, .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .texto .comando {
        font-size: 14px; }
      .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .botao {
        text-align: end;
        margin-top: 1vh; }
        .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .botao button {
          padding: 1vh 2vh;
          font-size: 14px; }
      .content-sections .sect1 .content-carousel .carousel-cards .content-card .content .diferenciais {
        display: none; }
  .content-sections .botao button {
    font-size: 16px; }
  .content-sections .sect2 {
    padding: 7vh 0; }
    .content-sections .sect2 .header {
      max-width: 90%; }
    .content-sections .sect2 .bg-sobre {
      max-width: 100%; }
      .content-sections .sect2 .bg-sobre .content {
        position: relative;
        top: inherit;
        right: inherit;
        left: inherit;
        padding: 2vh 4vh;
        max-width: 90%;
        margin: auto; }
        .content-sections .sect2 .bg-sobre .content .texto {
          font-size: 13px; }
          .content-sections .sect2 .bg-sobre .content .texto .line::before {
            width: 5vh;
            left: -4.5vh;
            top: 1.1vh; }
          .content-sections .sect2 .bg-sobre .content .texto .line::after {
            width: 5vh;
            right: -4.5vh;
            top: -1.1vh; }

  .sect3 {
    padding: 7vh 0;
    background: #f1f4f5; }
    .sect3 .linha {
      padding-right: 0; }
      .sect3 .linha .coluna4 {
        width: 83%;
        margin: auto; }
        .sect3 .linha .coluna4 .content::before {
          clip-path: polygon(6.5vh 0%, 100% 0%, 100% 19vh, 84% 100%, 0% 100%, 0% 3vh); }
        .sect3 .linha .coluna4 .content::after {
          transform: translate(50%) rotate(-33deg); }
        .sect3 .linha .coluna4:nth-last-child(1) .content::before {
          clip-path: polygon(6.5vh 0%, 100% 0%, 100% 19vh, 84.5% 100%, 0% 100%, 0% 3vh); }
    .sect3::after {
      clip-path: polygon(16% 0%, 100% 0%, 100% 90%, 84% 100%, 0% 100%, 0% 10%); }

  .sect4 {
    padding: 7vh 0; }
    .sect4 .header {
      max-width: inherit; }
      .sect4 .header .title {
        margin-bottom: 1vh; }
    .sect4 .content-carousel {
      padding: 0 3vh; }
      .sect4 .content-carousel .carousel-portfolio .content-card .img-card img {
        height: 40vh; }
      .sect4 .content-carousel .carousel-portfolio .content-card .content .botao {
        position: relative;
        width: 100%;
        text-align: end; }
        .sect4 .content-carousel .carousel-portfolio .content-card .content .botao button {
          width: fit-content; }

  .sect5 {
    padding: 7vh 0;
    background: none; }
    .sect5 .container {
      max-width: inherit; }
    .sect5 .content .content-redes {
      height: auto;
      padding: 3vh 2vh; }
      .sect5 .content .content-redes .header {
        margin-left: auto;
        padding-left: 0;
        padding-right: 0; }
      .sect5 .content .content-redes .redes {
        flex-wrap: wrap; }
        .sect5 .content .content-redes .redes .item-redes {
          margin: 1vh; }
          .sect5 .content .content-redes .redes .item-redes svg {
            width: 4vh;
            height: 4vh; }

  /* End Page Home
  	Page Sobre */
  .banner-sobre .img-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    position: absolute;
    top: 0;
    left: 0; }
  .banner-sobre .img-banner .content-banner {
    position: relative;
    padding: 13vh 4vh;
    height: auto; }
    .banner-sobre .img-banner .content-banner .texto-sobre {
      font-size: 12px;
      width: 100%; }

  .sect1-sobre {
    background: transparent; }
    .sect1-sobre .img-proposito {
      height: auto;
      padding: 7vh 0; }
      .sect1-sobre .img-proposito .container {
        background: #f1f4f582;
        padding: 3vh; }
        .sect1-sobre .img-proposito .container .header {
          margin-left: 0; }
        .sect1-sobre .img-proposito .container .texto-proposito {
          max-width: 90%;
          padding-left: 0; }

  .sect2-sobre {
    padding: 7vh 0; }
    .sect2-sobre .container {
      max-width: 90%; }
      .sect2-sobre .container .row .col-lg-6:nth-child(2) .missao {
        margin-top: 4vh; }
    .sect2-sobre .missao {
      margin-top: 0;
      max-width: 100%; }
      .sect2-sobre .missao::before {
        clip-path: polygon(100% 26%, 100% 0%, 100% 85%, 80% 100%, 0% 100%, 0% 70%); }
      .sect2-sobre .missao .content-missao .content {
        padding: 5vh; }
        .sect2-sobre .missao .content-missao .content .img-missao img {
          width: 7vh;
          height: 7vh; }
        .sect2-sobre .missao .content-missao .content .title-missao {
          font-size: 20px; }
          .sect2-sobre .missao .content-missao .content .title-missao .line::before {
            width: 3vh;
            top: 0.6vh;
            left: -12%; }
          .sect2-sobre .missao .content-missao .content .title-missao .line::after {
            width: 3vh;
            top: -0.6vh;
            right: -12%; }
        .sect2-sobre .missao .content-missao .content .texto {
          font-size: 12px; }

  .sect3-sobre {
    padding: 7vh 0; }
    .sect3-sobre .header {
      max-width: 100%; }
    .sect3-sobre .content-carousel .carousel-historia-nav .content-historia {
      padding: 1vh;
      width: 10vh;
      height: 10vh; }
      .sect3-sobre .content-carousel .carousel-historia-nav .content-historia .title-carousel {
        font-size: 30px; }
    .sect3-sobre .content-carousel .carousel-historia .content-nav {
      max-width: 75%;
      clip-path: polygon(13% 0%, 100% 0%, 100% 87%, 87% 100%, 0% 100%, 0% 13%); }
      .sect3-sobre .content-carousel .carousel-historia .content-nav .content {
        clip-path: polygon(13% 0%, 100% 0%, 100% 87%, 87% 100%, 0% 100%, 0% 13%);
        padding: 3vh; }
        .sect3-sobre .content-carousel .carousel-historia .content-nav .content p {
          font-size: 12px;
          text-align: center; }
    .sect3-sobre .content-carousel .slick-arrow {
      bottom: 27%; }
    .sect3-sobre .content-carousel #custom-prev4 {
      left: 3%; }
    .sect3-sobre .content-carousel #custom-next4 {
      right: 3%; }

  /* End Page Sobre 
  	Page Single Produtos*/
  .banner-prod {
    background: transparent; }
    .banner-prod .img-banner {
      clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 81% 100%, 0% 100%, 0% 0%); }
    .banner-prod .content-banner {
      padding-left: 7vh;
      padding-right: 7vh; }
      .banner-prod .content-banner .title {
        font-size: 35px; }
    .banner-prod .form-banner {
      display: none;
      width: 90%;
      transform: translate(50%);
      bottom: -5vh;
      right: 50%; }
      .banner-prod .form-banner .btn-close {
        position: absolute;
        right: 4vh;
        top: 3vh;
        filter: brightness(0) invert(1); }
    .banner-prod .botao-banner {
      display: block;
      position: absolute;
      bottom: 6vh;
      right: 6vh; }
      .banner-prod .botao-banner button {
        display: flex;
        align-items: center;
        background: white;
        padding: 1.5vh 2vh;
        font-size: 14px;
        border: none;
        color: #374f5a;
        background: white;
        clip-path: polygon(18% 0%, 100% 0%, 100% 66%, 82% 100%, 0% 100%, 0% 34%);
        transition: .5s; }
        .banner-prod .botao-banner button svg {
          width: 2.5vh;
          margin-left: 1vh; }
          .banner-prod .botao-banner button svg path {
            fill: #374f5a;
            transition: .5s; }
        .banner-prod .botao-banner button:hover {
          background: #738995;
          color: white; }
          .banner-prod .botao-banner button:hover svg path {
            fill: white; }

  .sect1-prod {
    padding: 7vh 0; }
    .sect1-prod .img-fundo {
      width: 153vh; }
    .sect1-prod .container:nth-last-child(2) {
      max-width: inherit; }
    .sect1-prod .header {
      margin-bottom: 5vh; }
    .sect1-prod .img-conceito {
      height: 45vh; }
      .sect1-prod .img-conceito img {
        position: relative;
        right: auto;
        width: 100%; }
      .sect1-prod .img-conceito p {
        clip-path: polygon(0% 0%, 100% 0%, 100% 43%, 80% 100%, 0% 100%, 0% 0%);
        right: 0;
        width: 100%; }
    .sect1-prod .content-texto {
      padding: 8vh 3vh; }
      .sect1-prod .content-texto .title-conceito {
        font-size: 18px; }

  .sect2-prod {
    background: linear-gradient(180deg, transparent 11%, #f1f4f5 11%); }
    .sect2-prod .img-fundo {
      width: 83vh;
      right: 0;
      left: inherit;
      opacity: 1; }
    .sect2-prod .content-section {
      padding: 15vh 0 10vh; }
      .sect2-prod .content-section .container:nth-last-child(2) {
        max-width: inherit; }
      .sect2-prod .content-section .header {
        margin-bottom: 4vh; }
      .sect2-prod .content-section .nav {
        border: none;
        margin-bottom: 4vh; }
        .sect2-prod .content-section .nav .nav-link {
          padding: 1vh 4vh; }
          .sect2-prod .content-section .nav .nav-link.active {
            border-bottom: 2px solid #374f5a99; }
      .sect2-prod .content-section .content-carousel .carousel-galeria .img-galeria {
        height: 33vh; }
      .sect2-prod .content-section .content-carousel #custom-prev5 {
        left: 33%; }
      .sect2-prod .content-section .content-carousel #custom-next5 {
        right: 33%; }
      .sect2-prod .content-section #video iframe {
        height: 38vh; }

  .sect3-prod {
    padding: 10vh 0 0; }
    .sect3-prod .container:nth-last-child(2) {
      max-width: inherit; }
    .sect3-prod .img-fundo {
      left: inherit;
      width: 100vh;
      right: -18vh; }
    .sect3-prod .content-carousel {
      margin-top: 4vh; }
      .sect3-prod .content-carousel .carousel-plantas .img-planta {
        height: 29vh; }
      .sect3-prod .content-carousel .carousel-plantas .legenda {
        font-size: 14px; }
      .sect3-prod .content-carousel .content-nav {
        margin: 2vh 0;
        padding: 1vh 0; }
        .sect3-prod .content-carousel .content-nav .opc1 {
          right: -7vh; }
          .sect3-prod .content-carousel .content-nav .opc1::before {
            width: 4vh;
            left: -3.5vh;
            top: 0.8vh; }
        .sect3-prod .content-carousel .content-nav .opc2 {
          left: -7vh; }
          .sect3-prod .content-carousel .content-nav .opc2::after {
            width: 4vh;
            right: -3.5vh;
            top: -0.8vh; }
        .sect3-prod .content-carousel .content-nav .carousel-plantas-nav .item {
          padding: 5px; }
        .sect3-prod .content-carousel .content-nav .carousel-plantas-nav .content-img {
          padding: 1vh; }
          .sect3-prod .content-carousel .content-nav .carousel-plantas-nav .content-img img {
            height: 10vh;
            object-fit: cover; }
          .sect3-prod .content-carousel .content-nav .carousel-plantas-nav .content-img .legenda {
            font-size: 10px; }
      .sect3-prod .content-carousel #custom-prev8 {
        left: 35%; }
      .sect3-prod .content-carousel #custom-next8 {
        right: 35%; }

  .sect4-prod {
    padding: 7vh 0; }
    .sect4-prod .container {
      max-width: inherit; }
    .sect4-prod .header {
      margin-bottom: 9vh; }
    .sect4-prod .linha {
      padding: 0; }
      .sect4-prod .linha .col3 {
        border-left: 1px solid #57525345; }
        .sect4-prod .linha .col3 .content-dif {
          padding: 2vh 0; }
          .sect4-prod .linha .col3 .content-dif .img-icone img {
            margin-bottom: 1vh; }
          .sect4-prod .linha .col3 .content-dif p {
            font-size: 11px; }
        .sect4-prod .linha .col3:nth-child(-n+3)::before {
          content: '';
          position: absolute;
          width: 8vh;
          top: -2vh;
          left: -0.4vh;
          background: #57525345;
          height: 1px;
          transform: rotate(-27deg); }
        .sect4-prod .linha .col3:nth-child(4)::before, .sect4-prod .linha .col3:nth-child(5)::before {
          display: none; }
        .sect4-prod .linha .col3:nth-last-child(4), .sect4-prod .linha .col3:nth-last-child(5) {
          border-bottom: 1px solid #57525345; }
          .sect4-prod .linha .col3:nth-last-child(4)::before, .sect4-prod .linha .col3:nth-last-child(5)::before {
            display: none; }

  .content-sections .sect5-prod {
    clip-path: polygon(18% 0%, 100% 0%, 100% 89%, 82% 100%, 0% 100%, 0% 11%);
    background-position: 72%; }
    .content-sections .sect5-prod .overlay {
      clip-path: polygon(18% 0%, 100% 0%, 100% 89%, 82% 100%, 0% 100%, 0% 11%);
      background: #000000b0;
      padding: 7vh 0; }
      .content-sections .sect5-prod .overlay .container:nth-last-child(2) {
        max-width: inherit; }
  .content-sections .sect6-prod {
    clip-path: none; }
    .content-sections .sect6-prod::before {
      content: '';
      position: absolute;
      background: #0000007d;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .content-sections .sect6-prod .img-apresentacao {
      object-position: 22%;
      clip-path: none; }
    .content-sections .sect6-prod .content-texto {
      padding: 7vh 0vh;
      min-height: 75vh;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .content-sections .sect6-prod .content-texto .header {
        padding-left: 2vh; }
        .content-sections .sect6-prod .content-texto .header .title {
          color: white; }
      .content-sections .sect6-prod .content-texto .texto-apresentacao {
        color: white; }
      .content-sections .sect6-prod .content-texto .botao button {
        background: white;
        color: #374f5a; }

  .sect7-prod {
    padding: 7vh 0; }
    .sect7-prod::before {
      clip-path: polygon(13.8% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 100%, 0% 8%); }
    .sect7-prod::after {
      clip-path: polygon(13.8% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 100%, 0% 8%);
      bottom: -21vh; }
    .sect7-prod .container:nth-last-child(2) {
      max-width: inherit; }
    .sect7-prod .header {
      margin-bottom: 4vh; }
    .sect7-prod .mapa iframe {
      height: 49vh; }

  .sect8-prod {
    padding: 7vh 0; }
    .sect8-prod .container:nth-last-child(2) {
      max-width: inherit; }
    .sect8-prod .cronograma {
      margin-top: 5vh; }
      .sect8-prod .cronograma .content-valores .item-valores {
        margin-bottom: 3vh; }
        .sect8-prod .cronograma .content-valores .item-valores .texto-valor p {
          font-size: 14px; }
      .sect8-prod .cronograma .content-carousel .carousel-obras .content-obras .img-obras {
        height: 40vh; }
      .sect8-prod .cronograma .content-carousel .slick-arrow {
        bottom: -5vh; }
      .sect8-prod .cronograma .content-carousel #custom-next9 {
        left: 10vh; }
      .sect8-prod .cronograma .total {
        margin-top: 8vh; }
        .sect8-prod .cronograma .total .progress {
          height: 6vh; }
          .sect8-prod .cronograma .total .progress .content-valor p {
            font-size: 20px; }
            .sect8-prod .cronograma .total .progress .content-valor p span {
              font-size: 30px; }

  /* End Single Produtos
  	Page Contato */
  .banner-contato .img-banner .overlay .content-banner .title-banner p {
    font-size: 38px; }

  .sect1-contato {
    padding: 7vh 0; }
    .sect1-contato .container {
      max-width: inherit; }
    .sect1-contato .form {
      padding: 0; }
      .sect1-contato .form .botao-form {
        display: block; }
        .sect1-contato .form .botao-form span {
          display: inline-block; }
        .sect1-contato .form .botao-form input {
          float: right; }

  /* End Contato
  	Page Portfolio */
  .sect1-port .content-card .img-card img {
    height: 40vh; }
  .sect1-port .content-card .content .botao {
    position: relative;
    width: 100%;
    text-align: end; }
    .sect1-port .content-card .content .botao button {
      width: fit-content; }

  /* End Page Portfolio
  	Page Parceiros */
  .sect1-parc {
    padding: 7vh 0; }
    .sect1-parc .container {
      max-width: inherit; }
    .sect1-parc .img-traco {
      width: 140vh;
      position: absolute;
      z-index: -1;
      left: -93vh;
      bottom: 2vh; }
    .sect1-parc .form {
      padding: 0; }
      .sect1-parc .form .botoes {
        display: block; }

  /* End Page Parceiros */
  #fichaModal .modal-dialog {
    max-width: inherit; }
    #fichaModal .modal-dialog .modal-content .modal-body .content-ficha .item-ficha .title-ficha {
      font-size: 16px; }

  footer {
    padding: 4vh 0 8vh; }
    footer .logo-footer svg {
      width: 19vh; }
    footer .content-footer {
      margin-bottom: 3vh; }
      footer .content-footer .link-footer {
        font-size: 12px; }
    footer .line {
      max-width: 80%;
      margin: 1vh auto; }
      footer .line::before {
        border: 1px solid #ffffff4f;
        width: 5vh;
        top: 1vh;
        left: -4.5vh; }
      footer .line::after {
        border: 1px solid #ffffff4f;
        width: 5vh;
        top: -1vh;
        right: -4.5vh; } }

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