.nopadding{
  padding-left: 0;
  padding-right: 0;
}
.nopadding-left {
  padding-left: 0;
}
.nopadding-right{
  padding-right: 0;
}
.form-projeto h1{
  color: #2695e8;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
}

.form-projeto .select-produto img{
  box-shadow: 10px 0 18px #e5e5e5;
  border: 4px solid transparent;
  border-radius: 5px;
}

.form-projeto .select-produto img:hover,
.form-projeto .select-produto.active img{
  border: 4px solid #009cde;
  z-index: 10;
  position: relative;
  box-shadow: none;
}

.tipos-form {
  display: inline-block;
  margin-top: 42px;
}

.tipos-form label {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
}

.tipos-form label span{
  font-weight: bold;
}

.tipos-form h4 {
  color: #333333;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
}

.tipos-form p {
  color: #333333;
  font-size: 16px;
  font-weight: 100;
  text-align: justify;
  padding-bottom: 38px;
  border-bottom: 1px solid #e1e1e1;
}

.tipos-form .ilustracao{
  padding-left: 50px;
}

.tipos-form .text-contato-breve {
  color: #868686;
  font-size: 26px;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  margin-top: 45px;
  margin-bottom: 35px;
}

.g-recaptcha {
  display: inline-block;
}

.btn-meu-projeto{
  background-image: url(../img/btn-meu-projeto.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 356px;
  height: 76px;
  display: inline-block;
  border: none;
  vertical-align: top;
  margin-left: 20px;
  margin-bottom: 50px;
}

.form-projeto .select-produto.active .arrow-projeto {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #009cde;
  border-right: 1px solid #009cde;
  background: #009cde;
  transform: rotate(45deg);
  position: absolute;
  bottom: -6px;
  left: 45%;
  z-index: 0;
}

#modal-sucesso-projeto .modal-header {
  padding: 10px 15px 0 0;
  border: 0;
}

#modal-sucesso-projeto .modal-body {
  padding-bottom: 50px;
}

#modal-sucesso-projeto i {
  color: #61ba3a;
  font-size: 8em;
  display: block;
  text-align: center;
}

#modal-sucesso-projeto h4 {
  font-size: 25px;
  text-align: center;
  margin-top: 30px;
  color: black;
}
.btn-meu-projeto:hover {
    border: 0;
    background: none;
    font-weight: normal;
    color: white;
    background-image: url(../img/btn-meu-projeto.jpg);
}

@media (max-width: 991px){
  .btn-meu-projeto{
    width: 240px;
    height: 51px;
  }

  .bielas-2,
  .bielas-dimensoes-1,
  .bielas-dimensoes-2{
    padding-left: 0;
    padding-right: 15px;
  }
  .tipos-form .ilustracao {
    padding-left: 0;
    margin-top: 20px;
  }
  .tipos-form p {
    padding-right: 15px;
  }
  .form-projeto img {
    margin-top: 20px;
  }
  .form-projeto h1{
    font-size: 14px;
    margin-top: 15px;
  }
  .form-projeto .select-produto.active .arrow-projeto{
    display: none;
  }
  .tab-form form div[class*="col-"]{
    padding: 0;
  }
  .tipos-form{
    width: 100%;
  }
}