/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2026 | 19:50:59 */
.form-flex {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
	gap: 10px; 
}
form p{
	    margin: 0;
}
.wpcf7-form-control-wrap {
    
    position: relative;
    display: flex;
    padding-left: -15px;
}
/* Teste AB */
.form-flex .input p {
    padding: 0px;
    margin: 0px;
}
#-ou_cf7_styler-12076-1231 .wpcf7-form-control{
	margin-bottom: 0px!important;   
}
/* FIM */

#-ou_cf7_styler-1411-9 .wpcf7-form-control {
    width: 100%;
    background-color: #ffffff;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    margin-bottom: 10px;    
    font-family: 'Inter';
    font-size: 12px !important;
    font-weight: 500;
    line-height: 3;
    text-align: left;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #d1c0c5;
    border-right-color: #d1c0c5;
    border-bottom-color: #d1c0c5;
    border-left-color: #d1c0c5;
    border-radius: 5px;
}
/**************
Quebra de pagina 380px iphone 5s
**************/
@media (max-width: 380px){
   .form-input label{
      font-size: 12px !important;
  }
  #-ou_cf7_styler-10015-9 .wpcf7-form label {
    font-size: 12px !important;
    
}
  
  .form-button input[type="submit"]{
      font-size: 10px !important;
  }
}

@media (min-width: 1300px){
	select {
    margin: 0 1px;
	}
}

@media (max-width: 767px){
  .form-input label{
      color: #ffffff;
  }
  
  .form-flex {
  
    flex-wrap: wrap;
  
}
  
  #wpcf7-f303-o2 > form > div.form-flex > div:nth-child(2) {
    width:100%!important;
}

#wpcf7-f303-o2 > form > div.form-flex > div:nth-child(1) {
    width:100%!important;
}
  .input {
    width: 100%!important;
}
}

.text-lgpd > p {
    margin: 0;
}

.wpcf7-submit{
	    white-space: break-spaces;
}
@media (min-width: 1280px) and (max-width: 1366px){
  .form-input label{
      font-size: 12px;
  }
  
  .form-button input[type="submit"]{
      font-size: 12px;
  }
}
/**************
CSS PARA FORM COM 4 COLUNAS FLEX
**************/
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0 !important;
}
.flex {
  display: flex;
	gap:15px;
}
.f-wrap {
  flex-wrap: wrap;
}


.one-half,
.one-third {
    position: relative;
    float: left;
    margin-bottom: 0px;
 
}

.one-half.flex {
    display: flex;
    align-items: center;
}


.wpcf7-form-control.wpcf7-checkbox {
    border: 0 !important;
}
#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.one-fullw { width: 100%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
	.flex{
		flex-direction: column; 
		gap: 0; 
	}
}

.col-25-kriatus {
    position: relative;
    margin-right: 20px;
    float: left;
        margin-bottom: 20px;
 
}
 
.col-25-kriatus { width: 25%; }
.full {
  width: 100%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}


.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-select {
    border-radius: 5px;
  }

.text-lgpd {
    color: #000;
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: -30px;
  	text-align:justify;
}
.input {
    width: 100%;
}

#-ou_cf7_styler-1411-9 .wpcf7-form-control {
    margin-bottom: 5px;
}

#wpcf7-f303-o2 > form > div.form-flex > div:nth-child(2) {
    width: 45%;
}

#wpcf7-f303-o2 > form > div.form-flex > div:nth-child(1) {
    width: 45%;
}
select#cidade-desktop {
    width: 270px !important;
}
select#estado-desktop {
    width: 270px !important;
}

.wpcf7-response-output {
    color: #fd0202!important;
}

.form-v2 .wpcf7-submit{
    background-image: none!important;
}

@media (max-width: 1050px){
	form.wpcf7-form.init p{
    	margin: 0px !important;
	}
	
	#-ou_cf7_styler-12076-1231 .wpcf7-form-control{
    	margin-bottom: 10px !important;
	}
}
