/* Form Validate */
.form-group {
  position: relative;
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-group label.desaparece {
    display: none; }
  .form-group label {
    color: #231f20;
    padding-left: 10px;
    font-size: 13px;
    font-family: "HelveticaNeueLight", sans-serif;
    }
  .form-group .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #ffffff;
    height: auto; }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group textarea.materialize-textarea {
    background: transparent;
    border-radius: 0;
    color: #231f20;
    font-size: 13px;
    border-bottom: 1px solid #787878;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 25px;
    height: auto;
    font-family: "HelveticaNeueLight", sans-serif;
    }
  .form-group textarea.materialize-textarea {
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #787878;
    }
  .form-group ::-webkit-input-placeholder {
    font-family: "HelveticaNeue-Thin", sans-serif;
    font-weight: 700;
    color: #231f20; }
  .form-group :-ms-input-placeholder {
    font-family: "HelveticaNeue-Thin", sans-serif;
    font-weight: 700;
    color: #231f20; }
  .form-group ::-ms-input-placeholder {
    font-family: "HelveticaNeue-Thin", sans-serif;
    font-weight: 700;
    color: #231f20; }
  .form-group ::placeholder {
    font-family: "HelveticaNeue-Thin", sans-serif;
    font-weight: 700;
    color: #231f20; }
  .form-group button.botao-enviar {
    color: #000000ad;
    background: transparent;
    border-radius: 0;
    padding: 8px 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #000000ad;
    font-family: "HelveticaNeue-Thin", sans-serif;
    letter-spacing: 1px;
    transition: 0.6s ease;
    }
  .form-group button.botao-enviar:hover {
    background: #000000;
    color: white;
    }

.form-group.mensagem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.form-group:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

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

/* Form AjaxForm */
.ajaxForm .ajaxForm-alert {
  padding: 10px;
  margin-top: 14px;
  color: black;
  background-color: transparent;
  border-left: none;
  position: absolute;
  top: -20px;
  right: 110px;
  }
.form-group.mensagem label.error {
    top: 45px;
}
.secao-produtos .produtos a.produto .legenda p:nth-child(2) {
    font-size: 11px;
    margin-top: -3px;
    color: #000000ad;
}

.prev-arrow-projetos{
  z-index: 1;
  opacity: 0.5;
  position: absolute;
    top: 380px;
    left: 20px;
}

.next-arrow-projetos{
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  left: 1160px;
  bottom: 429px;

}

@media(min-width: 1024px) and (max-height: 1366px){
  .next-arrow-projetos {
    left: 760px;
    bottom: 290px;
  }

  .prev-arrow-projetos{
    top: 220px;
    left: 20px;
}
  
}

@media(min-width: 768px) and (max-width: 1023px){
  .next-arrow-projetos {
    left: 530px;
    bottom: 199px;
  }

  .prev-arrow-projetos{
    top: 140px;
  }
  
}

@media(min-width: 375px) and (max-height: 812px){
  .next-arrow-projetos {
    zoom: 0.5;
    left: 490px;
    bottom: 205px
  }

  .prev-arrow-projetos{
    zoom: 0.5;
    top: 90px;
    left: 20px
  }
  
}

@media (min-width: 414px) and (max-height: 736px){
  .next-arrow-projetos {
    zoom: 0.5;
    left: 565px;
    bottom: 232px;
  }

  .prev-arrow-projetos{
    zoom: 0.5;
    top: 110px;
    left: 20px;
  }
  
}

@media(min-width: 320px) and (max-height: 568px){
  .next-arrow-projetos {
    left: 390px;
    zoom: 0.5;
    bottom: 169px;
  }

  .prev-arrow-projetos{
    top: 50px;
    left: 20px;
    zoom: 0.5;
  }
  
}

@media (min-width: 1025px){
  .prev-arrow-projetos{
    z-index: 1;
    opacity: 0.5;
    position: absolute;
      top: 380px;
      left: 20px;
  }
  
  .next-arrow-projetos{
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    left: 1160px;
    bottom: 429px;
  
  }
}

.projeto-interna-slick{
  display: grid;
}

.projeto-principal .slick-list.draggable{
  order: 2;
}

.projeto-principal .slick-dots{
  order: 1;
  margin-bottom: 10px;
}