/*@import url("https://fonts.googleapis.com/css?family=Capriola:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");*/
@import url('https://fonts.googleapis.com/css?family=Capriola&display=swap');
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Capriola", sans-serif;
  color: #1a935e; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

.tag-titulo {
  font-size: 55px;
  font-weight: 900; }

.tag-titulo-banner {
  font-size: 45px;
  font-weight: 900; }

.tag-subtitulo {
  font-size: 30px;
  font-weight: 900; }

.tag-secao {
  font-size: 18px;
  font-weight: 700; }

.tag-texto {
  font-size: 17px;
  font-weight: 400; }

.tag-legenda {
  font-size: 15px;
  font-weight: 900; }

a.botao-vermelho {
  font-size: 17px;
  font-weight: 900;
  background: #ed2129;
  color: #ffffff;
  border-radius: 9px;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  }

a.botao-vermelho:hover {
  background: rgba(214, 31, 38, 0.9);
  -o-transition: 0.7s;
  transform: translateY(-3px);
  /* transition: 0.3s ease; */
  }

@media screen and (max-width: 991px) {
  .tag-titulo {
    font-size: 45px; }
  .tag-titulo-banner {
    font-size: 35px; }
  .tag-subtitulo {
    font-size: 25px; }
  .tag-secao {
    font-size: 14px; }
  .tag-texto {
    font-size: 13px; }
  .tag-legenda {
    font-size: 12px; }
  a.botao-vermelho {
    font-size: 13px;
    padding: 15px; } }

header {
  background-image: -webkit-linear-gradient(-60deg, #1a935e 0%, #1a935e 59.9%, #ed2129 60%, #ed2129 60.9%, #ffffff 61%, #ffffff 100%);
  background-image: -o-linear-gradient(-60deg, #1a935e 0%, #1a935e 59.9%, #ed2129 60%, #ed2129 60.9%, #ffffff 61%, #ffffff 100%);
  background-image: linear-gradient(-60deg, #1a935e 0%, #1a935e 59.9%, #ed2129 60%, #ed2129 60.9%, #ffffff 61%, #ffffff 100%);
  color: #ffffff;
  padding: 15px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.2); }
  header nav.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    header nav.navbar a.navbar-brand {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header nav.navbar a.navbar-brand img.bezerra {
        height: 60px;
        width: auto;
        margin-right: 20px; }
      header nav.navbar a.navbar-brand img.trinta {
        height: 70px;
        width: auto;
        margin-right: 20px; }
    header nav.navbar button.navbar-toggler {
      background: none;
      border: none; }
      header nav.navbar button.navbar-toggler span.navbar-toggler-icon {
        display: none; }
    header nav.navbar ul.navbar-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%; }
      header nav.navbar ul.navbar-nav li.nav-item {
        margin-left: 30px; }
        header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #ffffff;
          text-transform: uppercase;
          font-size: 16px;
          border-radius: 9px;
          border: 1px solid transparent; }
          header nav.navbar ul.navbar-nav li.nav-item a.nav-link svg {
            height: 16px;
            width: 16px;
            margin-right: 10px;
            fill: #ffffff; }
          header nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
          border: 1px solid #a9ffc9;
          color: #a9ffc9;
          -webkit-transition: 0.7s;
          -o-transition: 0.7s;
          transition: 0.7s; }
          header nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover svg {
            fill: #a9ffc9;
            -webkit-transition: 0.7s;
            -o-transition: 0.7s;
            transition: 0.7s; 
          }
      header nav.navbar ul.navbar-nav li.nav-item:first-child {
        margin-left: 0; }

@media screen and (max-width: 1199px) {
  header {
    background-image: -webkit-linear-gradient(150deg, #1a935e 0%, #1a935e 65%, #ed2129 65%, #ed2129 66%, #ffffff 66%, #ffffff 100%);
    background-image: -o-linear-gradient(150deg, #1a935e 0%, #1a935e 65%, #ed2129 65%, #ed2129 66%, #ffffff 66%, #ffffff 100%);
    background-image: linear-gradient(-60deg, #1a935e 0%, #1a935e 65%, #ed2129 65%, #ed2129 66%, #ffffff 66%, #ffffff 100%); }
    header nav.navbar a.navbar-brand img.bezerra {
      padding: 5px 0;
      height: 55px;
      width: auto;
      margin-right: 10px; }
    header nav.navbar a.navbar-brand img.trinta {
      height: 60px;
      width: auto;
      margin-right: 10px; }
    header nav.navbar button.navbar-toggler {
      background: none;
      border: none; }
    header nav.navbar ul.navbar-nav li.nav-item {
      margin-left: 15px; }
      header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 14px; }
        header nav.navbar ul.navbar-nav li.nav-item a.nav-link img {
          width: 14px;
          height: 14px; }
    header nav.navbar ul.navbar-nav li.nav-item:first-child {
      margin-left: 0; } }

@media screen and (max-width: 991px) {
  header nav.navbar a.navbar-brand img.bezerra {
    padding: 5px 0;
    height: 40px;
    width: auto;
    margin-right: 10px; }
  header nav.navbar a.navbar-brand img.trinta {
    height: 45px;
    width: auto;
    margin-right: 20px; }
  header nav.navbar button.navbar-toggler {
    background: none;
    border: none; }
    header nav.navbar button.navbar-toggler span.navbar-toggler-icon {
      color: #ffffff; }
  header nav.navbar ul.navbar-nav li.nav-item {
    margin-left: 5px; }
    header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
      font-size: 12px; }
      header nav.navbar ul.navbar-nav li.nav-item a.nav-link img {
        width: 12px;
        height: 12px; }
  header nav.navbar ul.navbar-nav li.nav-item:first-child {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  header {
    background-image: none;
    background: #ffffff;
    padding: 0 }
    header nav.navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: transparent;
      width: 100%; }
      header nav.navbar a.navbar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header nav.navbar a.navbar-brand img.bezerra {
          height: 45px;
          width: auto;
          margin-right: 10px; }
        header nav.navbar a.navbar-brand img.trinta {
          height: 50px;
          width: auto;
          margin-right: 10px; }
      header nav.navbar button.navbar-toggler {
        background: none;
        border: none;
        font-size: 30px;
        color: #1a935e; }
      header nav.navbar ul.navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%; }
        header nav.navbar ul.navbar-nav li.nav-item {
          margin-left: 0; }
          header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #1a935e;
            text-transform: uppercase;
            font-size: 14px;
            justify-content: center;
            }
            header nav.navbar ul.navbar-nav li.nav-item a.nav-link svg {
              height: 14px;
              width: 14px;
              margin-right: 5px;
              fill: #1a935e; } }

@media screen and (max-width: 575px) {
  header nav.navbar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px; } }

@media screen and (max-width: 450px) {
  #barra-instagram h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    font-size:revert; 
    padding-bottom: 0px;
    padding-top: 0px;
  } 

  #slide_fotos .owl-carousel .item img {
    height: 260px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 340px) {
  #barra-instagram h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    font-size:initial; 
    padding-bottom: 0px;
    padding-top: 0px;
  } 

  #slide_fotos .owl-carousel .item img {
    height: 260px !important;
    width: 100% !important;
  }
}

#inicio {
  background: #f9f9f9; }
  #inicio .owl-carousel .item {
    width: 100%;
    height: auto; }
    #inicio .owl-carousel .item img {
      /* width: 100%; */
      height: 100%;
      object-fit: cover;
      }
  #inicio .owl-carousel div.owl-nav {
    display: none; }
  #inicio .owl-carousel div.owl-dots .owl-dot {
    display: none; }

#sobre {
  background: #ffffff;
  padding: 50px 0px;
  overflow: hidden; }
  #sobre .col-12.col-lg-6 {
    margin: 30px 0px; }
  #sobre .container {
    position: relative;
    z-index: 10; }
  #sobre .topo-esquerdo {
    position: absolute;
    top: 55px;
    left: -55px;
    z-index: 0; }
  #sobre .baixo-esquerdo {
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: -120px; }
  #sobre .topo-direito {
    position: absolute;
    top: 25px;
    right: -210px;
    z-index: 0; }
  #sobre .tag-secao {
    color: #ed2129;
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: 1.62px; }
  @media (min-width:768px){
    #sobre .tag-secao {
      margin-top:50px;
    }
  }
  #sobre .tag-subtitulo {
    color: #2d5b48;
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 2.7px; }
  #sobre .tag-texto {
    color: #707070;
    line-height: 2;
    margin-bottom: 30px; }
  #sobre .tag-legenda {
    color: #2d5b48;
    margin-bottom: 45px;
    letter-spacing: 1.35px; }
  #sobre a.botao-vermelho {
    color: #ffffff; }
  #sobre .imagem {
    position: relative;
    width: 100%;
    height: auto; }
    #sobre .imagem img {
      position: relative;
      width: 100%;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
      z-index: 999; }
  #sobre .imagem:after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 70%;
    background: #ed2129;
    top: -15px;
    left: -5px; }
  #sobre .imagem:before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 70%;
    background: #ed2129;
    bottom: -7px;
    right: -3px; }

#produtos {
  background: url("../image/retangulo63-2x.png") center no-repeat, #19784e;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0px; }
  #produtos img.fundo {
    width: 100%;
    z-index: 0; }
  #produtos img.canto {
    position: absolute;
    left: -70px;
    height: 70%;
    width: auto;
    z-index: 0; }
  #produtos .baixo-esquerdo {
    position: absolute;
    bottom: 100px;
    z-index: 0;
    left: -50px; }
  #produtos .container {
    text-align: center;
    position: relative;
    z-index: 10; }
    #produtos .container .tag-subtitulo {
      color: #ffffff;
      letter-spacing: 2.7px;
      font-weight: 900; }
    #produtos .container .owl-carousel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 50px;
      margin-bottom: 50px; }
      #produtos .container .owl-carousel .item {
        padding: 0px 40px;
        width: auto; }
        #produtos .container .owl-carousel .item .quadro-foto {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background: #244839;
          border-radius: 13px; }
          #produtos .container .owl-carousel .item .quadro-foto img {
            height: 333px;
            border-radius: 13px;
            object-fit: cover;
            }
          #produtos .container .owl-carousel .item .quadro-foto .linha {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 80%;
            height: 3px;
            border-top: 3px solid #ed2129;
            border-width: 90%;
            margin-top: -2px;
            position: relative;
            }
            #produtos .container .owl-carousel .item .quadro-foto .linha svg {
              position: absolute;
              bottom: -3px;
              width: 30px;
              fill: #ed2129; }
          #produtos .container .owl-carousel .item .quadro-foto p {
            padding: 30px 15px;
            font-size: 13px;
            letter-spacing: 1.17px;
            color: #ffffff;
            text-transform: uppercase;
            }
      #produtos .container .owl-carousel div.owl-nav .owl-prev {
        position: absolute;
        left: 20px;
        top: 40%;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid #136f46;
        background: url("../svg/arrow-point-to-left.svg") center no-repeat, #ffffff; }
      #produtos .container .owl-carousel div.owl-nav .owl-next {
        position: absolute;
        right: 20px;
        top: 40%;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid #136f46;
        background: url("../svg/arrow-point-to-right.svg") center no-repeat, #ffffff; }
      #produtos .container .owl-carousel div.owl-dots .owl-dot {
        display: none; }
    #produtos .container a.botao-vermelho {
      color: #ffffff; }

#servicos {
  background: #ffffff;
  padding: 50px 0px; }
  #servicos .tag-subtitulo {
    color: #2d5b48;
    letter-spacing: 2.7px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700; }
  #servicos .col-12.col-lg-6 {
    margin: 15px 0px; }
  #servicos .servico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #servicos .servico .foto {
      height: 110px;
      padding: 27px;
      border-radius: 9px;
      background: #1b955f;
      }
      #servicos .servico .foto img {
        width: 50px;
        height: 50px; }
    #servicos .servico .descricao {
      margin-left: 25px; }
      #servicos .servico .descricao .tag-legenda {
        color: #2c5947;
        line-height: 2; }
      #servicos .servico .descricao .tag-texto {
        color: #707070;
        line-height: 1.6; }

#slide_fotos {
  margin-bottom: 50px;
 }
    #slide_fotos .owl-carousel .item img {
      height: 200px;
      width: 97%;
      border-radius: 9px; }
  #slide_fotos .owl-carousel div.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; }
    #slide_fotos .owl-carousel div.owl-nav .owl-prev {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: url("../svg/left-clientes.svg") center no-repeat, #d2d1d1; }
    #slide_fotos .owl-carousel div.owl-nav .owl-next {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: url("../svg/right-clientes.svg") center no-repeat, #d2d1d1; }
    #slide_fotos .owl-carousel div.owl-nav .owl-prev:hover {
      background: url("../svg/left-clientes.svg") center no-repeat, #1b955f;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s; }
    #slide_fotos .owl-carousel div.owl-nav .owl-next:hover {
      background: url("../svg/right-clientes.svg") center no-repeat, #1b955f;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s; }
  #slide_fotos .owl-carousel div.owl-dots .owl-dot {
    display: none; }

#clientes {
  background: #f9f9f9;
  padding: 50px 0px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #clientes .meio-direita {
    position: absolute;
    z-index: 0;
    right: -100px;
    height: 100%; }
  #clientes .tag-subtitulo {
    color: #2d5b48;
    letter-spacing: 2.7px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700; }
  #clientes .container {
    position: relative;
    z-index: 10; }
  #clientes .topo-esquerda {
    position: absolute;
    z-index: 0;
    top: 35px;
    left: -60px; }
  #clientes .owl-carousel {
    margin-top: 50px; }
    #clientes .owl-carousel .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0px 15px;
      width: auto; }
      #clientes .owl-carousel .item img {
        height: 200px;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 9px; }
    #clientes .owl-carousel div.owl-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 50px; }
      #clientes .owl-carousel div.owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: url("../svg/left-clientes.svg") center no-repeat, #d2d1d1;
        background-position-x: 9px;
        }
      #clientes .owl-carousel div.owl-nav .owl-next {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: url("../svg/right-clientes.svg") center no-repeat, #d2d1d1;
        background-position-x: 13px;
        }
      #clientes .owl-carousel div.owl-nav .owl-prev:hover {
        background: url("../svg/left-clientes.svg") center no-repeat, #1b955f;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s; }
      #clientes .owl-carousel div.owl-nav .owl-next:hover {
        background: url("../svg/right-clientes.svg") center no-repeat, #1b955f;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s; }
    #clientes .owl-carousel div.owl-dots .owl-dot {
      display: none; }

#fique-por-dentro {
  background: #ffffff;
  padding: 50px 0px;
  overflow: hidden; }
  #fique-por-dentro .tag-subtitulo {
    color: #2d5b48;
    letter-spacing: 2.7px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700; }
  #fique-por-dentro .container {
    position: relative;
    z-index: 10; }
  #fique-por-dentro .topo-direita {
    position: absolute;
    z-index: 0;
    top: 0px;
    right: -115px; }
  #fique-por-dentro .owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px; }
    #fique-por-dentro .owl-carousel .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: auto; }
      #fique-por-dentro .owl-carousel .item img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain; }
    #fique-por-dentro .owl-carousel div.owl-nav {
      display: none; }
    #fique-por-dentro .owl-carousel div.owl-dots .owl-dot {
      display: none; }
  #fique-por-dentro .linha-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #fique-por-dentro .linha-instagram .instagram {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #ed2129;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      padding: 8px 7px 10px 7px;
      }
      #fique-por-dentro .linha-instagram .instagram img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain; }
    #fique-por-dentro .linha-instagram .tag-legenda,
    #fique-por-dentro .linha-instagram .tag-legenda a {
      margin-left: 15px;
      color: #2d5b48;
      letter-spacing: 1.53px; }

/* Form Validate */
.form-group {
  position: relative;
  font-family: "Capriola", sans-serif; }
  .form-group label.tag-legenda {
    color: #ffffff; }
  .form-group .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    resize: none;
    }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group textarea {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff; }
  .form-group .botao-vermelho {
    font-size: 17px;
    font-weight: 900;
    background: #ed2129;
    color: #ffffff;
    border-radius: 9px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    transition: .3s ease;
    }
  .form-group .botao-vermelho:hover {
    background: rgba(214, 31, 38, 0.9);
    transform: translateY(-3px);
    }

.form-group:last-child {
  text-align: right; }

.form-group label.error {
  position: absolute;
  top: 35px;
  right: 25px;
  width: auto;
  font-size: 11px;
  color: #ffffff;
  text-align: right; }

/* Form AjaxForm */
.ajaxForm .ajaxForm-alert {
  padding: 10px;
  margin-top: 14px;
  color: #fff;
  background-color: #f57f17;
  border-left: 3px solid #bc5100; }

.ajaxForm .ajaxForm-alert.ajaxForm-alert--error {
  background-color: #c62828;
  border-left-color: #8e0000; }

.ajaxForm .ajaxForm-alert.ajaxForm-alert--sucess {
  background-color: #2e7d32;
  border-left-color: #005005; }

#contato {
  padding: 50px 0px;
  background: #fcfcfc;
  position: relative;
  overflow: hidden; }
  #contato .container {
    position: relative;
    z-index: 10; }
  #contato .meio-esquerda {
    position: absolute;
    z-index: 0;
    left: -80px;
    background: transparent; }
  #contato .nos-encontre {
    position: absolute;
    z-index: 0;
    top: 65px;
    left: -125px;
    background: transparent; }
  #contato .lado-formulario {
    position: absolute;
    z-index: 0;
    top: 110px;
    right: -130px;
    background: transparent; }
  #contato .fundo-verde:before {
    content: " ";
    background-image: -webkit-linear-gradient(129deg, #19784e, #0b5e39);
    background-image: -o-linear-gradient(129deg, #19784e, #0b5e39);
    background-image: linear-gradient(321deg, #19784e, #0b5e39);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0; }
  #contato .col-12.col-lg-6 {
    margin: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 11; }
  #contato .coluna1 .tag-titulo {
    color: #136f46;
    margin-bottom: 25px; }
  #contato .coluna1 a.botao-vermelho {
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
  #contato .coluna1:before {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: -65px;
    width: 80px;
    height: 80px;
    background: #19784e; }
  #contato .coluna2 {
    width: 100%;
    height: 100%;
    margin-left: 50px; }
    #contato .coluna2 .tag-subtitulo {
      color: #ffffff;
      font-weight: 900;
      margin-bottom: 50px; }
  #contato .coluna2:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 80px;
    height: 80px;
    background: #fcfcfc; }

@media screen and (max-width: 991px) {
  #contato {
    background-image: -webkit-linear-gradient(129deg, #19784e, #0b5e39);
    background-image: -o-linear-gradient(129deg, #19784e, #0b5e39);
    background-image: linear-gradient(321deg, #19784e, #0b5e39); }
    #contato .fundo-verde:before {
      display: none; }
    #contato .coluna1 .tag-titulo {
      color: #ffffff; }
    #contato .coluna1 a.botao-vermelho {
      color: #ffffff; }
    #contato .coluna2 {
      margin: 0; }
    #contato .coluna1:before {
      display: none; }
    #contato .coluna2:after {
      display: none; } }

footer {
  padding: 20px 0px;
  padding-bottom: 0;
  background: #19784e; }
  footer .col-12 {
    margin: 15px 0px; }
  footer .tag-legenda {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 900; }
  footer ul {
    list-style: none; }
    footer ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff;
      font-weight: 400;
      margin-bottom: 10px; }
      footer ul li a {
        color: #ffffff;
        font-weight: 400; }
      footer ul li a:hover {
        color: #a9ffc9;
        font-weight: 400;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
        text-decoration: none; }
      footer ul li img {
        width: 20px;
        height: 20px;
        margin-right: 15px; }
    footer ul li:last-child {
      margin-bottom: 0; }
  footer .redes-sociais {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .redes-sociais .rede {
      margin-right: 15px; }
      footer .redes-sociais .rede img {
        width: 30px;
        height: 30px; }
  footer .endereco {
    color: #ffffff;
    line-height: 1.6; }

@media screen and (max-width: 991px) {
  footer .tag-legenda {
    font-size: 17px; }
  footer ul li img {
    width: 16px;
    height: 16px;
    margin-right: 5px; } }

.assinatura {
  background: #136f46;
  color: #ffffff; }
  .assinatura .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
    padding: 10px 0; }
    .assinatura .container a svg#LinceWeb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      /*width: 30px;*/
      height: 50px;
      -o-object-fit: contain;
      object-fit: contain;
      margin-bottom: 10px; }
.foto svg {
    width: 55px;
    height: 55px;
}
.foto svg path, .foto svg circle{
  fill: white;
}
a:hover {
  text-decoration: none !important;
}

@media(max-width: 768px){
  footer div, footer div ul li {
    text-align: center;
    justify-content: center;
  }
  #contato .coluna1 {
    margin: auto;
    text-align: center;
  }
  #contato .coluna2 .tag-subtitulo {
    text-align: center;
  }
  #contato .coluna1 {
    margin: auto;
    text-align: center;
  }

  #contato .coluna2 .tag-subtitulo {
      text-align: center;
  }

  .assinatura .container {
      display: block;
      text-align: center;
  }

  .assinatura .container a svg#LinceWeb {
      margin: 0 auto;
      margin-bottom: 20px !important;
  }
  section:not(#inicio) {
    padding: 30px 0 !important;
  }
  section#sobre {
      padding-top: 0 !important;
  }

  header nav.navbar ul.navbar-nav li.nav-item a.nav-link svg {
      display: none;
  }
}
a.botao-vermelho[href="#contato"] {
    padding: 15px 30px;
}
.closebtn {
  position: absolute;
  top: 0px;
  right: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 21px;
  cursor: pointer;
}

.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.imagem-holder {
  /* height: auto; */
  width: 260px;
  display: flex;
  padding: 20px;
}

.imagem-holder img {
  object-fit: contain;
  width: 100%;
}

.corpo {
  width: 100%;
  padding: 0 20px;
}

.title {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00000024;
  margin-bottom: 10px;
}

.desc {
  padding-top: 10px;
  color: #707070;
  font-size: 14px;
}
.desc li {
  margin-left: 20px;
}

/*CSS BARRA DE INSTAGRAM*/

#instafeed{
	display: flex;
}

#instafeed .insta-img-container img{
	width: 100%;
	object-fit: cover;
    height: 100%;
}

#instafeed .insta-img-container img:hover{
	transform: scale(1.1);
	transition: 0.8s;
}

@media(max-width:767px){
	#instafeed{
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}

	#instafeed .insta-img-container img:hover{
		transform: scale(1.0);
	}
}


#instafeed .insta-img-container img{
  width: 100%;
  object-fit: cover;
  height: 240px;
} 




.insta-img-container {
  width: 100%;
}

h2.title {
    text-align: center;
    padding-bottom: 46px;
    padding-top: 73px;
    color: #136f46;
    font-weight: bold;
    text-transform: uppercase;
}

#barra-instagram {
  text-align: center;
  padding-bottom: 46px;
  padding-top: 73px;
  color: #136f46;
  font-weight: bold;
  text-transform: uppercase;
}


.insta-img-container {overflow: hidden;
}

