body {
  font-family: 'Montserrat', sans-serif;
  color: #2F2F2F; }

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

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

p {
  margin-bottom: 0; }

.disable {
  opacity: .4; }

.menu {
  position: fixed;
  z-index: 2020;
  width: 100%;
  text-align: center;
  padding: 0.5em 0; }
  .menu .logo img {
    width: 10em; }

.menu-scroll {
  background: #323232f0 !important; }
  .menu-scroll .logo-scroll {
    width: 25% !important; }

.menu-links-scroll {
  position: fixed !important;
  top: 0 !important;
  bottom: inherit !important;
  background: transparent !important;
  padding: 0.5em !important;
  z-index: 2020 !important; }

.banner {
  position: relative; }
  .banner .overlay {
    position: absolute;
    width: 100%;
    background: #000000b8;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; }
    .banner .overlay .texto {
      padding-top: 13em;
      text-align: center; }
      .banner .overlay .texto .title-banner {
        color: white;
        font-size: 40px;
        line-height: 120%;
        font-weight: 300;
        margin-bottom: 0.5em; }
        .banner .overlay .texto .title-banner span {
          color: #EE3E2B;
          font-weight: 600; }
      .banner .overlay .texto .sub {
        color: white;
        font-weight: 300; }
  .banner .carousel-banner .slick-arrow {
    bottom: 44%;
    background: #000000c2; }
  .banner .carousel-banner .slick-prev {
    left: 6%; }
  .banner .carousel-banner .slick-next {
    left: inherit;
    right: 6%; }
  .banner .carousel-banner .img-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; }

.menu-links {
  transform: translate(50%, 0);
  display: block;
  position: absolute;
  bottom: 2em;
  background: #000000c2;
  right: 50%;
  border-radius: 100px;
  z-index: 2019; }
  .menu-links .content-links {
    padding: 1em 2.5em;
    display: flex;
    justify-content: center;
    align-items: center; }
    .menu-links .content-links a {
      color: white;
      margin: 0 1.5em;
      font-weight: 200;
      font-size: 14px;
      border-bottom: 1px solid transparent;
      transition: .5s; }
      .menu-links .content-links a:hover {
        border-color: #ee3e2b;
        font-weight: 400; }

.title {
  font-size: 35px;
  color: #2F2F2F; }
  .title span {
    color: #ee3e2b;
    font-weight: 700; }

.sect1 {
  padding: 8em 0 5em; }
  .sect1 .container {
    max-width: 80%; }
  .sect1 iframe, .sect1 video {
    width: 100%;
    height: 100%;
    border-radius: 10px; }
  .sect1 .content-texto {
    padding-left: 2em; }
    .sect1 .content-texto .texto {
      margin-top: 1em;
      text-align: justify; }

.botao {
  margin-top: 2em; }
  .botao button {
    background: #ee3e2b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0.5em 2.5em;
    border-radius: 50px;
    border: 1px solid #ee3e2b;
    font-size: 13px;
    font-weight: 300;
    transition: .5s; }
    .botao button:hover {
      background: transparent;
      color: #ee3e2b; }
      .botao button:hover img {
        filter: none; }
    .botao button img {
      width: 1.5em;
      filter: brightness(0) invert(1);
      margin-left: 1em;
      transition: .5s; }

.sect2 {
  padding: 5em 0; }
  .sect2 .container {
    max-width: 70%; }
  .sect2 .header {
    text-align: center;
    margin-bottom: 2em; }
    .sect2 .header .title {
      margin-bottom: 0; }
  .sect2 .content-card {
    background: #EFEFEF;
    padding: 1.5em 1.5em 0 1.5em;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .sect2 .content-card .title-card-atuacao {
      color: #ee3e2b;
      font-size: 16px;
      font-weight: bold;
      line-height: 120%;
      margin-bottom: .5em; }
    .sect2 .content-card p {
      font-size: 12px; }
    .sect2 .content-card .img-card-atuacao {
      margin-top: 1.5em; }
      .sect2 .content-card .img-card-atuacao img {
        width: 100%;
        height: 10em;
        object-fit: cover;
        border-radius: 10px 10px 0 0; }
  .sect2 .botao button {
    margin: auto; }

.sect3 {
  padding: 5em 0;
  background: #323232; }
  .sect3 .container {
    max-width: 95%; }
  .sect3 .header {
    margin-bottom: 4em;
    padding-left: 7em; }
    .sect3 .header .title {
      margin-bottom: 0;
      color: white; }
    .sect3 .header p {
      color: white; }
  .sect3 .texto {
    color: white;
    text-align: justify;
    font-size: 17px; }
    .sect3 .texto strong {
      color: #ee3e2b; }
  .sect3 .carousel-cards-numeros {
    padding-left: 7em; }
    .sect3 .carousel-cards-numeros .slick-arrow {
      background: #ee3e2b; }
    .sect3 .carousel-cards-numeros .slick-prev {
      left: 0;
      top: 25%; }
    .sect3 .carousel-cards-numeros .slick-next {
      left: 0;
      bottom: 25%; }
    .sect3 .carousel-cards-numeros .img-card {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      height: 12em;
      border-radius: 10px 10px 0 0; }
      .sect3 .carousel-cards-numeros .img-card .ampliar {
        position: absolute;
        background: #ee3e2b;
        top: 1em;
        left: 1em;
        padding: 0.5em;
        border-radius: 5px; }
        .sect3 .carousel-cards-numeros .img-card .ampliar img {
          margin: 0;
          width: 1.2em;
          filter: brightness(0.5); }
    .sect3 .carousel-cards-numeros .texto {
      background: white;
      height: 7em;
      text-align: left;
      padding: 1em 2em;
      border-radius: 0 0 10px 10px;
      color: #2F2F2F;
      font-weight: 500; }
      .sect3 .carousel-cards-numeros .texto strong {
        color: red; }

.sect4 {
  padding: 5em 0; }
  .sect4 .header {
    text-align: center; }
  .sect4 .carousel-parceiros {
    padding: 0 7em;
    margin-top: 2em; }
    .sect4 .carousel-parceiros .slick-arrow {
      background: #000000c2;
      bottom: 40%; }
    .sect4 .carousel-parceiros .slick-prev {
      left: 0; }
    .sect4 .carousel-parceiros .slick-next {
      left: inherit;
      right: 0; }
	.sect4 .carousel-parceiros .content-image{
		border: 1px solid #323232;
		border-radius: 100%;
		width: 13em;
		height: 13em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: auto; }
    .sect4 .carousel-parceiros .content-image img {
      width: 10em;
		margin: 0;
		position: relative;
		z-index: -1; }

.sect5 {
  padding: 5em 0; }
  .sect5 .container {
    max-width: 80%; }
  .sect5 .content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .sect5 .content .botao {
      margin-top: 0; }
  .sect5 .content-destaque {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap; }
    .sect5 .content-destaque p {
      color: black; }
    .sect5 .content-destaque .item-card {
      width: 49%;
      margin-right: 1%; }
      .sect5 .content-destaque .item-card .image-card {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 20em;
        border-radius: 10px 10px 0 0; }
        .sect5 .content-destaque .item-card .image-card .ampliar {
          position: absolute;
          background: #ffffffc9;
          right: 1em;
          top: 1em;
          padding: 0.5em;
          border-radius: 5px; }
      .sect5 .content-destaque .item-card .content-card {
        background: #D9D9D9;
        border-radius: 0 0 10px 10px;
        padding: 2em 4em;
        position: relative; }
        .sect5 .content-destaque .item-card .content-card .status {
          background: #ee3e2b;
          width: fit-content;
          padding: 0.5em 2em;
          border-radius: 100px;
          position: absolute;
          right: 4em; }
          .sect5 .content-destaque .item-card .content-card .status p {
            color: white;
            font-size: 14px; }
        .sect5 .content-destaque .item-card .content-card .cidade {
          text-transform: uppercase;
          font-size: 15px;
          margin-bottom: 1em; }
        .sect5 .content-destaque .item-card .content-card .titulo {
          border-bottom: 1px solid #2f2f2f85;
          padding-bottom: 1em;
          margin-bottom: 1em; }
          .sect5 .content-destaque .item-card .content-card .titulo .title-card {
            color: #ee3e2b;
            font-weight: bold;
            font-size: 20px; }
        .sect5 .content-destaque .item-card .content-card .dados-card {
          display: flex;
          align-items: center; }
          .sect5 .content-destaque .item-card .content-card .dados-card .item-dados {
            display: flex;
            align-items: center;
            width: 18%;
            margin-right: 2em; }
            .sect5 .content-destaque .item-card .content-card .dados-card .item-dados img {
              width: 1.5em;
              margin-right: 0.5em; }
            .sect5 .content-destaque .item-card .content-card .dados-card .item-dados p {
              font-size: 11px;
              line-height: 100%; }
    .sect5 .content-destaque .d-flex {
      flex-direction: column;
      width: 49%;
      margin-left: 1%; }
      .sect5 .content-destaque .d-flex .item-card {
        height: 48%;
        width: 100%; }
        .sect5 .content-destaque .d-flex .item-card:nth-child(1) {
          margin-bottom: 2%; }
        .sect5 .content-destaque .d-flex .item-card:nth-child(2) {
          margin-top: 2%; }
        .sect5 .content-destaque .d-flex .item-card .image-destaque {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          position: relative;
          height: 100%;
          border-radius: 10px; }

.sect6 {
  padding: 5em 0;
  background: #2F2F2F; }
  .sect6 .header .title {
    color: white; }
  .sect6 .header p {
    color: white; }
  .sect6 .link-blog {
    height: 100%; }
    .sect6 .link-blog .content {
      background: #D9D9D9;
      width: 5em;
      height: 5em;
      margin-left: auto;
      border-radius: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .sect6 .link-blog .content a {
        color: #ee3e2b;
        font-size: 45px;
        font-weight: bold; }
  .sect6 .content-blog {
    margin-top: 4em; }
    .sect6 .content-blog .content-card-blog {
      background: white;
      border-radius: 15px; }
      .sect6 .content-blog .content-card-blog .img-blog {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 15em;
        border-radius: 15px; }
        .sect6 .content-blog .content-card-blog .img-blog .status {
          position: absolute;
          background: #ee3e2b;
          top: 1em;
          right: 1em;
          padding: 0.3em 2em;
          border-radius: 100px; }
          .sect6 .content-blog .content-card-blog .img-blog .status p {
            font-size: 14px;
            color: white; }
      .sect6 .content-blog .content-card-blog .content-text {
        border-radius: 0 0 15px 15px;
        padding: 1.5em;
        height: 17em; }
        .sect6 .content-blog .content-card-blog .content-text .card-header {
          display: flex;
          margin-bottom: 1em;
          align-items: center; }
          .sect6 .content-blog .content-card-blog .content-text .card-header p {
            color: #2F2F2F;
            font-size: 11px;
            font-weight: bold;
            margin-right: 4em;
            position: relative;
            padding-left: 2em; }
            .sect6 .content-blog .content-card-blog .content-text .card-header p::before {
              content: '';
              position: absolute;
              border-color: #ee3e2b;
              border-style: solid;
              border-width: 8px;
              left: 0;
              border-radius: 2px; }
        .sect6 .content-blog .content-card-blog .content-text .title-card-blog {
          font-size: 20px;
          color: #2F2F2F;
          font-weight: bold;
          line-height: 120%;
          margin-bottom: 1em; }
        .sect6 .content-blog .content-card-blog .content-text .text {
          color: #2F2F2F; }
          .sect6 .content-blog .content-card-blog .content-text .text a {
            color: black; }

.sect7 {
  padding: 5em 0; }
  .sect7 .container {
    max-width: 55%; }
  .sect7 .title {
    text-align: center;
    margin-bottom: 1em; }
  .sect7 .campos, .sect7 .aceite, .sect7 .botao-form {
    width: 75%;
    margin: 0.5em auto; }
  .sect7 .campos input {
    width: 100%;
    background: #EBEBEB;
    border: none;
    padding: 1em;
    border-radius: 7px; }
  .sect7 .aceite span {
    margin: 0;
    font-size: 11px; }
  .sect7 .botao-form {
    text-align: right; }
    .sect7 .botao-form input {
      background: #ee3e2b;
      padding: 0.5em 2em;
      color: white;
      border: 1px solid #ee3e2b;
      border-radius: 7px;
      transition: .5s; }
      .sect7 .botao-form input:hover {
        background: transparent;
        color: #ee3e2b; }
    .sect7 .botao-form span {
      display: block; }

/* Page Contato */
.banner-page .img-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner-page .img-banner .overlay {
    background: #000000b8;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 13em; }
    .banner-page .img-banner .overlay .texto {
      text-align: center; }
      .banner-page .img-banner .overlay .texto .title-banner {
        color: white;
        font-size: 40px;
        line-height: 120%;
        font-weight: 300;
        margin-bottom: 0.5em; }
        .banner-page .img-banner .overlay .texto .title-banner span {
          color: #EE3E2B;
          font-weight: 600; }

.sect1-contato {
  padding: 5em 0; }
  .sect1-contato .container {
    max-width: 80%; }
  .sect1-contato .content-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .sect1-contato .content-text .title {
      line-height: 120%;
      margin-bottom: 0.5em; }
  .sect1-contato .form {
    position: relative; }
    .sect1-contato .form .campos {
      padding: 0.5em 0; }
      .sect1-contato .form .campos input, .sect1-contato .form .campos select {
        width: 100%;
        padding: 0 1em;
        height: 3em;
        background: #EFEFEF;
        font-size: 13px;
        border: none;
        border-radius: 7px; }
      .sect1-contato .form .campos textarea {
        width: 100%;
        padding: 1em;
        background: #EFEFEF;
        font-size: 13px;
        border: none;
        border-radius: 7px; }
      .sect1-contato .form .campos input[type="file"] {
        display: none; }
      .sect1-contato .form .campos .text-form {
        font-size: 13px;
        margin-bottom: 1em; }
      .sect1-contato .form .campos button {
        background: #2F2F2F;
        color: white;
        border: none;
        padding: 0.5em 2em;
        font-size: 13px;
        border-radius: 5px; }
    .sect1-contato .form .botao-form {
      position: relative;
      width: 100%;
      text-align: right;
      bottom: 0.5em; }
      .sect1-contato .form .botao-form p {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        align-items: flex-end; }
        .sect1-contato .form .botao-form p input {
          background: #ee3e2b;
          width: fit-content;
          padding: 0.5em 2em;
          font-size: 13px;
          border: none;
          color: white;
          border-radius: 5px; }
        .sect1-contato .form .botao-form p span {
          display: block; }

/* Page Quem Somos */
.sect1-sobre {
  padding: 5em 0; }
  .sect1-sobre .container {
    max-width: 75%; }
  .sect1-sobre .title {
    margin-bottom: 1em; }

.sect2-sobre .container {
  max-width: 75%; }
.sect2-sobre .card-valor {
  background: #EFEFEF;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  height: 100%; }
  .sect2-sobre .card-valor .content {
    border: 1px solid #ee3e2b;
    border-radius: 10px;
    padding: 2em 1.5em;
    height: 100%; }
    .sect2-sobre .card-valor .content .title-valor {
      color: #ee3e2b;
      font-weight: bold;
      margin-bottom: 1em; }
    .sect2-sobre .card-valor .content .texto {
      font-size: 11px; }
    .sect2-sobre .card-valor .content .img {
      position: absolute;
      top: 0;
      background: #ee3e2b;
      transform: translate(0, -50%);
      border-radius: 100%;
      padding: .5em; }
      .sect2-sobre .card-valor .content .img img {
        width: 1.5em; }

.sect3-sobre {
  padding: 5em 0; }
  .sect3-sobre .container {
    max-width: 75%; }
  .sect3-sobre .bg {
    background: #efefef;
    border-radius: 20px; }
    .sect3-sobre .bg .content {
      padding: 5em;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center; }
      .sect3-sobre .bg .content .title {
        margin-bottom: 0.5em; }
      .sect3-sobre .bg .content .texto {
        text-align: justify; }
    .sect3-sobre .bg .row :nth-child(2) {
      padding-right: 0; }
    .sect3-sobre .bg .img-dif {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 26em;
      border-radius: 20px; }

.sect4-sobre {
  padding: 5em 0; }
  .sect4-sobre .title {
    text-align: center;
    margin-bottom: 1em; }
  .sect4-sobre .carousel-parceiros {
    padding: 0 5em; }
    .sect4-sobre .carousel-parceiros .slick-arrow {
      background: #ee3e2b;
      bottom: 35%; }
    .sect4-sobre .carousel-parceiros .slick-prev {
      left: 0; }
    .sect4-sobre .carousel-parceiros .slick-next {
      left: inherit;
      right: 0; }
    .sect4-sobre .carousel-parceiros .bg-image {
      background: #efefef;
      border-radius: 20px;
      padding: 2em; }
      .sect4-sobre .carousel-parceiros .bg-image img {
        width: 10em;
        height: 10em;
        object-fit: contain;
        margin-bottom: 0; }

/* Page Single */

.single-produtos .slick-arrow{
  width: 45px;
  height: 45px;
  padding: 7px; }

.banner-page .img-banner .overlay .status{
  background: #ee3e2b;
  padding: 0.2em 2em;
  border-radius: 100px;
  margin-bottom: 1em; }
  .banner-page .img-banner .overlay .status p{
    color: white;
    font-size: 14px; }
.banner-page .img-banner .overlay .texto .dados-banner{
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
  .banner-page .img-banner .overlay .texto .dados-banner .item-dados{
    display: flex;
    align-items: center; }
    .banner-page .img-banner .overlay .texto .dados-banner .item-dados img{
      width: 2em;
      margin-right: 0.5em; }
    .banner-page .img-banner .overlay .texto .dados-banner .item-dados p{
      color: white;
      font-size: 14px; }

.sect1-prod{
  padding: 5em 0; }
  .sect1-prod .container{
    max-width: 75%; }
  .sect1-prod iframe{
    width: 100%;
    height: 25em;
    margin-top: 3em;
    border-radius: 10px; }
  .sect1-prod nav{
    margin-top: 2em; }
    .sect1-prod .nav{
      width: fit-content; }
      .sect1-prod .nav .nav-link{
        border: none;
        border-bottom: 3px solid transparent;
        padding: 0em 3em;
        font-size: 14px;
        color: #878787;
        transition: .5s; }
        .sect1-prod .nav .nav-link.active{
          color: #ee3e2b;
          border-color: #ee3e2b;
          font-weight: 700; }
  .sect1-prod .content-galerias{
    margin-top: 2em; }
  .sect1-prod .content-galerias .galerias .slick-arrow{
    bottom: inherit;
    top: -18%;
    background: #ee3e2b;
    padding: 7px; }
  .sect1-prod .content-galerias .galerias .slick-prev{
    left: inherit;
    right: 6%; }
  .sect1-prod .content-galerias .galerias .slick-next{
    left: inherit;
    right: 0; }
  .sect1-prod .content-galerias .galerias .slide{
    padding: 10px; }
    .sect1-prod .content-galerias .galerias .img-galeria{
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      height: 25em;
      border-radius: 10px; }
      .sect1-prod .content-galerias .galerias .img-galeria .ampliar{
        position: absolute;
        right: 1.5em;
        top: 1.5em;
        background: #ffffffd9;
        padding: 0.5em;
        width: 2.3em;
        border-radius: 5px; }
      .sect1-prod .content-galerias .galerias .img-galeria .legenda{
        position: absolute;
        bottom: 0;
        background: linear-gradient(0deg, #000000a3, transparent);
        width: 100%;
        padding: 7em 1em 1em;
        border-radius: 10px; }
        .sect1-prod .content-galerias .galerias .img-galeria .legenda p{
          color: white;
          font-size: 12px; }
  .sect1-prod .content-galerias .galerias-nav .slide{
    padding: 5px; }
  .sect1-prod .content-galerias .galerias-nav .img-galeria-nav{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20em;
    position: relative;
    border-radius: 10px; }
    .sect1-prod .content-galerias .galerias-nav .img-galeria-nav .ampliar{
      position: absolute;
      right: 1.5em;
      top: 1.5em;
      background: #ffffffd9;
      padding: 0.5em;
      width: 2.2em;
      border-radius: 5px; }
  .sect1-prod .ficha .title{
    text-align: center;
    margin-top: 1em; }
  .sect1-prod .ficha .botao-prod{
    text-align: center;
    background: #ee3e2b;
    width: fit-content;
    margin: 1em auto 0;
    padding: 0.5em 3em;
    border-radius: 100px; }
    .sect1-prod .ficha .botao-prod:hover a{
      font-weight: 900; }
    .sect1-prod .ficha .botao-prod a{
      color: white;
      font-size: 14px;
      font-weight: 600;
      display: flex;
      transition: .5s; }
      .sect1-prod .ficha .botao-prod a img{
        width: 1.5em;
        margin-right: 0.5em; }

.sect2-prod{
  padding: 5em 0; }
  .sect2-prod .title{
    text-align: center;
    margin-bottom: 1em; }
  .sect2-prod .carousel-plantas{
    padding: 0 6em; }
    .sect2-prod .carousel-plantas .slick-arrow{
      bottom: 40%;
      background: #ee3e2b; }
    .sect2-prod .carousel-plantas .slick-prev{
      left: 0; }
    .sect2-prod .carousel-plantas .slick-next{
      left: inherit;
      right: 0; }
    .sect2-prod .carousel-plantas .slide{
      padding: 5px; }
      .sect2-prod .carousel-plantas .slide .overlay{
        background: #cdcdcd;
        border-radius: 10px 10px 0 0;
        padding: 1em; }
        .sect2-prod .carousel-plantas .slide .img-planta{
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          position: relative;
          height: 15em; }
          .sect2-prod .carousel-plantas .slide .img-planta .ampliar{
            position: absolute;
            background: #ffffffd6;
            right: 1em;
            top: 1em;
            border-radius: 5px;
            padding: .5em;
            width: 2.2em; }
        .sect2-prod .carousel-plantas .slide .legenda{
          background: #2F2F2F;
          border-radius: 0 0 10px 10px;
          padding: .5em 1em; }
          .sect2-prod .carousel-plantas .slide .legenda p{
            color: white;
            font-size: 11px;
            text-align: center; }

.sect3-prod{
  padding: 5em 0; }
  .sect3-prod .container{
    max-width: 75%; }
  .sect3-prod .galerias-obra .title{
    text-align: center;
    margin-bottom: .5em; }
  .sect3-prod .galerias-obra .nav{
    border: none; }
    .sect3-prod .galerias-obra .nav .content-navs{
      width: 100%;
      padding: 0 4em; }
      .sect3-prod .galerias-obra .nav .content-navs .draggable{
        padding: .5em 0; }
      .sect3-prod .galerias-obra .nav .content-navs .slick-arrow{
        background: #ee3e2b;
        width: 35px;
        height: 35px; }
      .sect3-prod .galerias-obra .nav .content-navs .slick-prev{
        left: 0; }
      .sect3-prod .galerias-obra .nav .content-navs .slick-next{
        left: inherit;
        right: 0; }
      .sect3-prod .galerias-obra .nav .content-navs .item-nav{
        margin: 0 3px; }
        .sect3-prod .galerias-obra .nav .content-navs .item-nav .nav-link{
          border: none;
          background: #E3E3E3;
          font-size: 11px;
          color: #575656;
          padding: 0.3em 1em;
          border-radius: 100px;
          width: 100%;
          transition: .5s; }
          .sect3-prod .galerias-obra .nav .content-navs .item-nav .nav-link.active{
            background: #ee3e2b;
            color: white; }
  .sect3-prod .carousel-obras{
    margin-top: 2em; }
    .sect3-prod .carousel-obras .img-obras{
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 10px; }
      .sect3-prod .carousel-obras .img-obras .overlay{
        position: relative;
        height: 22em;
        border-radius: 10px; }
        .sect3-prod .carousel-obras .img-obras .overlay .ampliar{
          position: absolute;
          background: #ffffffd6;
          right: 1em;
          top: 1em;
          border-radius: 5px;
          padding: .5em;
          width: 2.2em; }
  .sect3-prod .carousel-obras-nav{
    margin-top: -6.5em;
    padding: 0 2em; }
    .sect3-prod .carousel-obras-nav .slide{
      padding: 5px; }
      .sect3-prod .carousel-obras-nav .slide .img-obras-nav{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px; }
        .sect3-prod .carousel-obras-nav .slide .img-obras-nav .overlay{
          position: relative;
          height: 5em;
          background: #ee3e2b6e;
          border-radius: 10px; }
          .sect3-prod .carousel-obras-nav .slide .img-obras-nav .ampliar{
            position: absolute;
            background: #ffffffd6;
            right: 0.5em;
            top: 0.5em;
            border-radius: 5px;
            padding: .3em;
            width: 1.3em; }
  .sect3-prod .content-cronograma{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2em; }
    .sect3-prod .content-cronograma .item-cronograma{
      margin: 0.5em 0; }
      .sect3-prod .content-cronograma .item-cronograma p{
        font-size: 13px; }
    .sect3-prod .content-cronograma .item-cronograma .dados-cronograma{
      display: flex;
      align-items: center; }
      .sect3-prod .content-cronograma .item-cronograma .dados-cronograma .progress{
        width: 82%;
        margin-right: 3%;
        height: 0.15rem;
        overflow: visible; }
        .sect3-prod .content-cronograma .item-cronograma .dados-cronograma .progress .bg{
          background: #ee3e2b;
          position: relative; }
          .sect3-prod .content-cronograma .item-cronograma .dados-cronograma .progress .bg::after{
            content: "";
            position: absolute;
            right: 0;
            border: 5px solid #ee3e2b;
            border-radius: 100px;
            transform: translate(50%, -50%);
            top: 50%; }
      .sect3-prod .content-cronograma .item-cronograma .dados-cronograma .valor{
        background: #ee3e2b;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        padding: 0.3em 0;
        width: 15%; }
        .sect3-prod .content-cronograma .item-cronograma .dados-cronograma .valor p{
          font-size: 12px;
          color: white; }

.sect4-prod{
  padding: 5em 0; }
  .sect4-prod .container-fluid{
    padding: 0; }
  .sect4-prod .title{
    text-align: center;
    margin-bottom: 1em; }
  .sect4-prod .mapa iframe{
    width: 100%; }
  .sect4-prod .content-endereco{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em; }
    .sect4-prod .content-endereco .item-endereco{
      margin: 0 0.5em; }
      .sect4-prod .content-endereco .item-endereco .endereco{
        background: #ee3e2b;
        display: flex;
        align-items: center;
        border-radius: 100px;
        padding: 0.6em 3em;
        transition: .5s; }
        .sect4-prod .content-endereco .item-endereco .endereco:hover{
          padding: .45em 3em; }
        .sect4-prod .content-endereco .item-endereco .endereco:hover img{
          width: 1.8em;
          margin-right: 0.2em; }
        .sect4-prod .content-endereco .item-endereco .endereco img{
          width: 1.5em;
          margin-right: 0.5em;
          transition: .5s; }
        .sect4-prod .content-endereco .item-endereco .endereco p{
          color: white; }
      .sect4-prod .content-endereco .item-endereco .waze, .sect4-prod .content-endereco .item-endereco .maps{
        background: #e3e3e3;
        padding: .6em;
        border-radius: 100px;
        height: 2.5em;
        width: 2.5em;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .5s }
        .sect4-prod .content-endereco .item-endereco .waze:hover, .sect4-prod .content-endereco .item-endereco .maps:hover{
          padding: .3em; }

.sect5-prod{
  padding: 5em 0; }
  .sect5-prod .container{
    max-width: 75%; }
  .sect5-prod .img-contato{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30em;
    border-radius: 40px; }
  .sect5-prod .content{
    padding: 0 3em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .sect5-prod .content .content-form .campos .icone-campos{
      height: 2.5em!important; }
    .sect5-prod .content .content-form .campos p{
      display: flex;
      justify-content: center;
      align-items: center; }
    .content-form{
      margin-top: 2em; }
      .content-form .campos{
        display: flex;
        align-items: center;
        margin: 0.3em 0; }
        .content-form .campos .icone-campos{
          background: #ee3e2b;
          width: 2.5em;
          height: 2.5em;
          margin-right: 1em;
          padding: 0.5em;
          border-radius: 100px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .content-form .campos .icone-campos img{
            width: 1em;
            filter: brightness(0) invert(1); }
        .content-form .campos.text-produtos p{
          width: 87%; }
        .content-form .campos input, .content-form .campos select{
          height: 3em;
          width: 100%;
          border-radius: 100px;
          border: 1px solid #CFCFCF;
          padding: 0em 2em;
          font-size: 14px; }
      .content-form .aceite{
        font-size: 13px;
        display: flex;
        margin: 2em 0; }
        .content-form .aceite a{
          font-weight: bold;
          color: black; }
      .content-form .botao-form{
        margin-top: .3em; }
        .content-form .botao-form span{
          display: block; }
        .content-form .botao-form input{
          font-size: 14px;
          background: #ee3e2b;
          border: 1px solid #ee3e2b;
          color: white;
          padding: .2em 2em;
          border-radius: 100px;
          transition: .5s; }
          .content-form .botao-form input:hover{
            background: transparent;
            color: #ee3e2b; }

.sect6-prod{
  padding: 5em 0; }
  .sect6-prod .title{
    padding-left: 9.5em; }
  .sect6-prod .carousel-cards{
    padding-left: 4em;
    margin-top: 2em; }
    .sect6-prod .carousel-cards .slick-arrow{
      left: 14%;
      background: #ee3e2b; }
    .sect6-prod .carousel-cards .slick-prev{
      top: 37%;  }
    .sect6-prod .carousel-cards .slick-next{
      bottom: 43%; }
    .card-prod:hover .body .content .botao-card button img{
      margin-left: 1em; }
    .card-prod p{
      font-size: 13px;
      color: black; }
    .card-prod .header{
      display: block!important; }
    .card-prod .header .img-card{
      background-position: center 33%;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      height: 19em;
      border-radius: 10px 10px 0 0; }
      .card-prod .header .img-card .ampliar{
        position: absolute;
        background: #ffffffd6;
        right: 1em;
        top: 1em;
        border-radius: 5px;
        padding: .5em;
        width: 2.2em; }
    .card-prod .body .content{
      background: #e3e3e3;
      padding: 1em 2em;
      border-radius: 0 0 10px 10px; }
      .card-prod .body .content .dados-card{
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .card-prod .body .content .dados-card .status{
          background: #ee3e2b;
          padding: .2em 1.5em;
          border-radius: 100px; }
          .card-prod .body .content .dados-card .status p{
            color: white;
            font-size: 13px; }
      .card-prod .body .content .title-card{
        font-size: 18px;
        color: #ee3e2b;
        font-weight: bold; }
      .card-prod .body .content .dados-emp-card{
        display: flex;
        align-items: center; }
        .card-prod .body .content .dados-emp-card .item-emp-card{
          display: flex;
          align-items: center;
          margin-right: 1em; }
          .card-prod .body .content .dados-emp-card .item-emp-card img{
            width: 1.5em;
            margin: 0 .5em 0 0; }
          .card-prod .body .content .dados-emp-card .item-emp-card p{
            font-size: 12px; }
      .card-prod .body .content .botao-card{
        margin-top: 1.5em; }
        .card-prod .body .content .botao-card button{
          display: flex;
          align-items: center;
          padding: 0.3em 2em;
          border: 1px solid #ee3e2b;
          background: #ee3e2b;
          border-radius: 100px;
          font-size: 13px;
          color: white;
          transition: .5s; }
          .card-prod .body .content .botao-card button img{
            width: 1.2em;
            margin-bottom: 0;
            margin-left: 0.5em;
            filter: brightness(0) invert(1);
            transition: .5s; }

/* End Page Single */

/* Page Empreendimentos */

.sect1-emp{
  padding: 5em 0; }
  .sect1-emp .container{
    max-width: 75%; }
  .sect1-emp .header-text{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1em; }
    .sect1-emp .header-text .content-filtro{
      width: 50%; }
      .sect1-emp .header-text .content-filtro p span{
        color: #ee3e2b;
        font-weight: 600; }
      .sect1-emp .header-text .content-filtro .filtro1{
        display: flex;
        align-items: center;
        padding: .5em 1em;
        background: #EFEFEF;
        border-radius: 100px; }
        .sect1-emp .header-text .content-filtro .filtro1 .item-filtro{
          width: 25%;
          margin: 0;
          display: flex;
          align-items: center; }
          .sect1-emp .header-text .content-filtro .filtro1 .item-filtro .icone-filtro{
            background: #ee3e2b;
            width: 1.5em;
            height: 1.5em;
            padding: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100px; }
            .sect1-emp .header-text .content-filtro .filtro1 .item-filtro .icone-filtro img{
              filter: brightness(0) invert(1); }
          .sect1-emp .header-text .content-filtro .filtro1 .item-filtro select{
            border: none;
            background: transparent;
            font-size: 10px;
            max-width: 80%; }
          .sect1-emp .header-text .content-filtro .filtro1 .item-filtro button{
            width: 100%;
            font-size: 14px;
            padding: .3em 1em;
            background: #ee3e2b;
            color: white;
            border: 1px solid #ee3e2b;
            border-radius: 100px; }
  .sect1-emp .col-lg-6:nth-child(2) .card-prod{
    padding-left: 1em;
    padding-right: 0; }
  .sect1-emp .card-prod{
    margin-top: 2em;
    padding-right: 1em; }


/* End Page Empreendimentos */

/* Page Políticas */
.page-id-208 .menu, .archive .menu{
  background: #323232f0 !important; }
 .page-id-208 .menu .logo-scroll, .archive .menu .logo-scroll{
    width: 100%!important; }
.politicas{
  padding: 5em 0; }

@media (max-width: 980px) {
  .sect1-sobre .container {
    max-width: inherit; }

  .sect2-sobre .col-lg-4 {
    margin-bottom: 2em; }

  .sect3-sobre .container {
    max-width: inherit; }
  .sect3-sobre .bg .content {
    padding: 2em; }
    .sect3-sobre .bg .row :nth-child(2){
      padding: 0; }
  .sect3-sobre .bg .img-dif {
    height: 21em; } }

footer {
  padding: 6em 0;
  background: #ee3e2b; }
  footer .container {
    max-width: 80%; }
  footer .content {
    display: flex;
    flex-direction: column; }
    footer .content .logo {
      margin-bottom: 2em; }
    footer .content .endereco {
      display: flex;
      align-items: flex-start; }
      footer .content .endereco img {
        margin-right: 1em;
        width: 3em; }
      footer .content .endereco p {
        color: white; }
    footer .content a {
      color: white;
      margin-bottom: 1em;
      transition: .5s; }
      footer .content a:hover {
        font-weight: 600; }
  footer .content-redes {
    display: flex;
    align-items: center;
    height: 100%; }
    footer .content-redes .item-redes {
      margin: 0 1em; }
      footer .content-redes .item-redes img {
        width: 2.5em;
        filter: brightness(0) invert(1); }
  footer .mcia {
    text-align: right;
    padding: 2em 0; }
    footer .mcia a {
      color: white;
      font-size: 13px;
      color: white; }
      footer .mcia a img {
        width: 5%;
        filter: brightness(0) invert(1); }
  footer .whats{
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 5em;
    z-index: 2020; }
    @media (max-width: 980px) {
      footer .mcia {
        text-align: center; }
        footer .mcia a {
          font-size: 11px; }
          footer .mcia a img {
            width: 14%; } }
.modal-form{
  position: fixed;
  transform: translate(50%, 50%);
  bottom: 50%;
  right: 50%;
  background: #323232f0;
  border-radius: 10px;
  z-index: 2020;
  padding: 2em; }
  .modal-form .header{
    text-align: end; }
    .modal-form .header button{
      filter: invert(1); }
  .modal-form .content-form{
    margin-top: 0; }
    .modal-form .content-form .title{
      color: white;
      font-size: 30px;
      text-align: center;
      margin-bottom: 1em; }
    .modal-form .content-form .aceite{
      color: white; }
      .modal-form .content-form .aceite a{
        color: white; }


.slick-arrow {
  width: 70px;
  height: 70px; }

.slick-prev::before {
  content: url("/wp-content/themes/inca/svg/arrow-left_v2.svg");
  filter: brightness(0) invert(1); }

.slick-next::before {
  content: url("/wp-content/themes/inca/svg/arrow-right_v2.svg");
  filter: brightness(0) invert(1); }

@media (max-width: 980px) {
  .slick-arrow {
    width: 55px;
    height: 55px; }

  .menu {
    padding: 1em 0;
    background: #323232f0; }
    .menu .logo {
      width: 55%; }
      .menu .logo img {
        width: 6em; }

  .btn-menu {
    height: 3em;
    position: fixed;
    top: 0.5em;
    transform: translate(-50%, 0%);
    right: 0;
    z-index: 2030;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    border-bottom: 1px solid transparent; }
    .btn-menu .position {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      padding: 0.7em 0.5em;
      justify-content: space-between;
      align-items: center;
      position: relative; }
      .btn-menu .position span {
        background: #ee3e2b;
        width: 60%;
        height: 4px;
        border-radius: 50px;
        transition: .5s; }

  .btn-click .position .traco1 {
    transform: rotate(45deg);
    position: absolute;
    width: 45%;
    top: 50%;
    bottom: 50%;
    margin: auto;
    background: #ee3e2b; }
  .btn-click .position .traco2 {
    display: none; }
  .btn-click .position .traco3 {
    position: absolute;
    width: 45%;
    transform: rotate(-45deg);
    top: 50%;
    bottom: 50%;
    margin: auto;
    background: #ee3e2b; }

  .menu-links {
    position: fixed !important;
    display: none;
    top: 3.9em;
    bottom: inherit;
    border-radius: 0;
    background: #323232f0;
    width: 100%; }
    .menu-links .content-links {
      flex-direction: column; }
      .menu-links .content-links a {
        font-size: 14px;
        margin: 1em; }

  .banner .overlay {
    height: 70vh; }
    .banner .overlay .texto{
      max-width: 70%;
      margin: auto;  }
    .banner .overlay .texto .title-banner {
      font-size: 30px; }
  .banner .carousel-banner .slick-arrow {
    bottom: 51%; }
  .banner .carousel-banner .img-banner {
    height: 70vh; }

  .title {
    font-size: 28px; }

  .sect1{
    padding: 3em 0;  }
    .sect1 .container{
      max-width: 95%; }
    .sect1 .content-texto{
      padding: 2em 0 0; }

  .botao{
    display: flex;
    justify-content: center;  }

  section{
    padding: 3em 0!important;  }
  .sect1 .container, .sect2 .container {
    max-width: inherit; }

  .sect2 .content-card {
    height: inherit;
    margin: 0 auto 1em;
    max-width: 85%; }

  .sect3 .header {
    padding-left: 0;
    margin-bottom: 2em; }
  .sect3 .texto{
    margin-bottom: 2em; }
  .sect3 .carousel-cards-numeros {
    padding-left: 4em; }
    .sect3 .carousel-cards-numeros .slick-prev {
      top: 30%; }
    .sect3 .carousel-cards-numeros .slick-next {
      bottom: 30%; }

  .sect4 .carousel-parceiros {
    padding: 0;
    padding-left: 4em; }
    .sect4 .carousel-parceiros .slick-prev {
      top: 25%;
      bottom: inherit; }
    .sect4 .carousel-parceiros .slick-next {
      bottom: 30%;
      right: inherit;
      left: 0; }
    .sect4 .carousel-parceiros .content-image img {
      height: 10em;
      width: 10em; }
	.sect4 .carousel-parceiros .slick-slide div {
      text-align: center; }
	.sect4 .carousel-parceiros img {
      width: 60%!important; }

  .sect5{
    position: relative; }
  .sect5 .container {
    max-width: 95%; }
  .sect5 .content .botao{
    width: 100%;
    position: absolute;
    bottom: 0; }
  .sect5 .content-destaque .item-card {
    width: 100%;
    margin-bottom: 1em; }
    .sect5 .content-destaque .item-card .card-destaque .image-card {
      height: 17em; }
    .sect5 .content-destaque .item-card .card-destaque .content-card {
      padding: 1em 2em; }
      .sect5 .content-destaque .item-card .card-destaque .content-card .titulo .title-card {
        font-size: 19px; }
      .sect5 .content-destaque .item-card .card-destaque .content-card .titulo p {
        font-size: 14px; }
      .sect5 .content-destaque .item-card .card-destaque .content-card .dados-card .item-dados {
        width: 30%;
        margin-right: 1em; }
  .sect5 .content-destaque .d-flex {
    width: 0 !important;
    height: 0; }
    .sect5 .content-destaque .item-card .content-card .status{
      right: 2em; }
      .sect5 .content-destaque .item-card .content-card .status p{
        font-size: 10px; }
    .sect5 .content-destaque .d-flex .item-card .image-destaque {
      height: 12em; }

  .sect6 .link-blog {
    margin-top: 1em; }
    .sect6 .link-blog .content {
      width: 4em;
      height: 4em;
      margin: auto; }
      .sect6 .link-blog .content a {
        font-size: 40px; }
  .sect6 .content-blog {
    margin-top: 2em; }
    .sect6 .content-blog .content-card-blog {
      margin-bottom: 1em; }
      .sect6 .content-blog .content-card-blog .img-blog {
        height: 12em; }
        .sect6 .content-blog .content-card-blog .img-blog .status {
          padding: 0.3em 1.5em; }
          .sect6 .content-blog .content-card-blog .img-blog .status p {
            font-size: 10px; }
      .sect6 .content-blog .content-card-blog .content-text {
        height: inherit;
        padding: 1em; }
        .sect6 .content-blog .content-card-blog .content-text .title-card-blog {
          font-size: 18px; }
        .sect6 .content-blog .content-card-blog .content-text .text {
          font-size: 13px; }

  .sect7 .container {
    max-width: 95%; }
    .sect7 .title{
      font-size: 27px; }
  .sect7 .campos, .sect7 .aceite, .sect7 .botao-form {
    width: 90%; }
    .sect7 .botao-form{
      text-align: center;
      margin-top: 2em; }

  /* Page Contato */
  .banner-page .img-banner .overlay {
    height: 75vh; }

  .sect1-contato .container {
    max-width: 95%; }
  .sect1-contato .content-text {
    display: block;
    margin-bottom: 2em; }
  .sect1-contato .form .campos input, .sect1-contato .form .campos select {
    height: 4em; }

  /* Page Single */

  .single-produtos .slick-arrow{
    width: 35px;
    height: 35px;
    padding: 6px; }

  .sect1-prod .container{
    max-width: inherit; }
  .sect1-prod .nav{
    border: none; }
    .sect1-prod .nav .nav-link{
      width: 50%;
      border-bottom: 3px solid #EFEFEF;
      padding: 1em 0em; }
  .sect1-prod .content-galerias{
    margin-top: 3.5em; }
    .sect1-prod .content-galerias .galerias .slick-prev{
      right: 20%; }
    .sect1-prod .content-galerias .galerias .slick-next{
      right: 4%; }
    .sect1-prod .content-galerias .galerias .slick-arrow{
      top: -16%; }
    .sect1-prod .content-galerias .galerias .img-galeria{
      height: 15em; }
      .sect1-prod .content-galerias .galerias .img-galeria .ampliar{
        right: 1em;
        top: 1em; }
    .sect1-prod .content-galerias .galerias-nav .img-galeria-nav{
      height: 10em; }
      .sect1-prod .content-galerias .galerias-nav .img-galeria-nav .ampliar{
        right: 1em;
        top: 1em; }

  .sect2-prod .carousel-plantas{
    padding: 0 3em; }

  .sect3-prod .container{
    max-width: inherit; }
    .sect3-prod .galerias-obra .nav .content-navs{
      padding: 0 3em; }
    .sect3-prod .carousel-obras .img-obras .overlay{
      height: 18em; }
    .sect3-prod .carousel-obras-nav{
      padding: 0 1em;
      margin-top: -5.5em; }
      .sect3-prod .carousel-obras-nav .slide .img-obras-nav .overlay{
        height: 4em; }
    .sect3-prod .content-cronograma{
      padding-left: 2em;
      padding-right: 2em;
      margin-top: 2em; }
      .sect3-prod .content-cronograma .item-cronograma .dados-cronograma .progress{
        width: 73%;
        margin-right: 7%; }
      .sect3-prod .content-cronograma .item-cronograma .dados-cronograma .valor{
        width: 20%;
        padding: .2em 0; }

  .sect4-prod .content-endereco{
    flex-wrap: wrap; }
    .sect4-prod .content-endereco .item-endereco .endereco img{
      width: 2em; }
      .sect4-prod .content-endereco .item-endereco .endereco img:hover{
        width: 2em; }
    .sect4-prod .content-endereco .item-endereco .waze, .sect4-prod .content-endereco .item-endereco .maps{
      margin-top: 1em;
      height: 3.5em;
      width: 3.5em; }

  .sect5-prod .container{
    max-width: 85%; }
    .sect5-prod .img-contato{
      height: 18em;
      border-radius: 20px; }
    .sect5-prod .content{
      margin-top: 1em;
      padding: 0 0em; }
      .sect5-prod .content .content-form .campos .icone-campos{
        width: 2.5em;
        height: 2em; }

  .sect6-prod .title{
    padding-left: 1em; }
    .sect6-prod .carousel-cards{
      padding-left: 0em; }
      .sect6-prod .carousel-cards .slick-arrow{
        left: 4%; }
      .sect6-prod .carousel-cards .card-prod .header .img-card{
        height: 14em; }
      .sect6-prod .carousel-cards .card-prod .body .content{
        padding: 0.5em 1em; }
        .sect6-prod .carousel-cards .card-prod .body .content .dados-card .status p{
          font-size: 11px;  }
      .sect6-prod .carousel-cards .card-prod .body .content .dados-emp-card{
        flex-wrap: wrap; }
      .sect6-prod .carousel-cards .card-prod .body .content .dados-emp-card .item-emp-card{
        margin-right: 0em;
        width: 50%;
        margin-bottom: 1em; }
        .sect6-prod .carousel-cards .card-prod .body .content .dados-emp-card .item-emp-card p{
          font-size: 11px;  }
      .sect6-prod .carousel-cards .card-prod .body .content .botao-card{
        margin-top: 0; }
        .sect6-prod .carousel-cards .card-prod .body .content .botao-card button{
          font-size: 11px; }

  /* End Page Single */

  /* Page Empreendimentos */

  .sect1-emp .container{
    max-width: inherit; }
  .sect1-emp .header-text{
    flex-direction: column;
    align-items: flex-start; }
    .sect1-emp .header-text .content-title{
      margin-bottom: 1em; }
    .sect1-emp .header-text .content-filtro{
      width: 100%; }
      .sect1-emp .header-text .content-filtro .filtro{
        margin-top: 1em; }
        .sect1-emp .header-text .content-filtro .filtro1{
          border-radius: 10px;
          flex-wrap: wrap; }
          .sect1-emp .header-text .content-filtro .filtro1 .item-filtro{
            width: 50%;
            margin: .5em 0; }
            .sect1-emp .header-text .content-filtro .filtro1 .item-filtro select{
              width: 80%;
              font-size: 12px; }
    .sect1-emp .card-prod{
      padding-right: 0; }
      .sect1-emp .col-lg-6:nth-child(2) .card-prod{
        padding-left: 0; }

  /* End Page Single */

  footer {
    padding: 3em 0; }
    footer .content {
      margin: 1em 0; }
      footer .content .logo{
        text-align: center; }
      footer .content .logo img {
        width: 8em; }
      footer .content .endereco img {
        width: 2em;
        margin-right: .5em; }
      footer .content .endereco p {
        font-size: 14px; }
      footer .content a {
        text-align: center; }
    footer .content-redes {
      justify-content: center; }

.modal-form{
  width: 90%; }
.modal-form .content-form .title{
  font-size: 26px; }
  .content-form .campos.text-produtos p{
    width: fit-content; }
  .content-form .campos .icone-campos{
    margin-right: .5em; }
  .content-form .campos p{
    width: 82%; } }


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