/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 18:08:44 */
.form-contato-base {
  margin: 0 auto;
}

.input-group {
  margin-bottom: 20px;
}

.input-wrapper {
    /*display: flex;*/
    align-items: center;
    border: 1px solid #BADCB3;
    border-radius: 20px;
    padding: 0 10px;
    background: #fff;
}

.input-wrapper:focus-within {
    border-color: #BADCB3 !important;
}

.input-wrapper .icon {
  color: #91958F;
  font-size: 16px;
}

.input-wrapper .input-text {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 14px;
	color: #91958F;
}

.input-wrapper .input-text:focus {
  outline: none;
  border: none;
}

.input-wrapper:focus-within {
  border-color: #007bff;
}

.input-wrapper .wpcf7-form-control-wrap {
width: 100%;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
	font-size: 12px;
}

.wpcf7-form-control.wpcf7-select {
    border: none;
    width: 100%;
outline: none;
font-size: 14px;
color: #91958F;
}

.check {
  margin-bottom: 20px;
display: flex;
}

.check .wpcf7-list-item {
    margin: 0px;
}

.check label {
  margin-left: 8px;
font-size: 12px;
    color: #00452A;
    font-weight: 400;
}

.check label a{
      font-size: 12px;
    color: #00452A;
    font-weight: 400;
    text-decoration: underline;
}

.submit-group {
  text-align: center;
}

#botaoEnviar {
 background-color: #DEE21E;
    color: #00452A;
    border: none;
    padding: 12px 0px;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

#botaoEnviar:hover {
    background-color: #DEE21E;
    color: #00452A;      
}

.ativo a {
	background-color:white !important;
}


label {
    font-size: 14px;
    color: #91958f;
    font-weight: 400;
    margin-right: 6px;
}

x