.contact-clean {
  background: #ffffff;
  padding: 0px 0;
  margin: 30px 30px;
 }

 .contact-clean a {
   color: #000000;
 }

 @media (min-width:1200px) {
 .contact-a {
   margin-left:60px;
 }
}

 @media (min-width:1200px) {
 .contact-b {
  margin-left:150px;
}
 }


@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  width: 90%;
  margin: 30px auto;
  padding: 40px;
  border-radius: 4px;
  color: #10432e;
  font-weight: 600;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width: 444px) {
  .contact-clean form {
  width: 100%;
  }
}


@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: rgba(39,179,123,0.7);
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: #ffffff;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #ffffff;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background-color: rgba(39,179,123,0.7);
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #a7232f;
  margin-top: 15px;
  color: #fff;
}

.form-group {
  margin-bottom: 1em;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}


.contato_icon {
  font-size: 30px;
}

.contato_icon2 {
  font-size: 30px;
}

.contato_icon3 {
  font-size: 30px;
  
}

.contato_icon_span {
  float: left;
  padding-right: 10px;
  color: #10432e;
}

.contato_icon_span2 {
  float: left;
  padding-right: 10px;
  color: #10432e;
}

.contato_icon_span3 {
  float: left;
  padding-right: 10px;
  padding-top: 18px;
  color: #10432e;
  
}

.contact-clean form select {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  padding-left: 12px;
  height: 42px;
  width: 100%;
  color: #ffffff;
  
}

::-webkit-input-placeholder {
  color: white !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: white !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
  color: white !important;  
}

:-ms-input-placeholder {  
  color: white !important;  
}

@media (max-width: 992px) {
  .space_contato_form {
    margin-top: 30px;
  }
  }



