/*GLOBAL STYLE*/


body textarea:focus,
body input:focus{
	outline: 0 !important;
	box-shadow: none !important;
}

span.gfield_required.gfield_required_text{
	display: none !important
}

.gform_validation_errors,
.chosen-search {
    display: none !important;
}

.gform_validation_errors{
	display: none
}

.gform_confirmation_message {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-family: 'Figtree';
    color: #fe2d2f;
}

/*FORM NEWSLETTER*/

.newsletter_form_wrapper h2.gform_title {
    font-family: 'Figtree';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 30px;
	
}

.newsletter_form {
    width: 450px !important;
    position: relative !important;
}

.newsletter_form .gform_fields{
	row-gap: 20px !important
}

.newsletter_form .gform_footer.top_label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter_form .gform_footer.top_label input[type="submit"] {
  height: 48px !important;
  width: 88px !important;
  background: #FE2D2F !important;
  border-color: #FE2D2F !important;
  font-family: 'Figtree';
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 1px;
}

.newsletter_form .gform_footer.top_label input[type=submit]:hover{
	background: #231F20 !important;
	border-color: #231F20 !important;
}

.newsletter_form .form-email input {
    background-image: url(/wp-content/uploads/2024/07/footer_element_email.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
	margin: 0 !important;
    height: 48px !important;
    border: none !important;
	padding-left: 57px !important;
	font-size: 20px !important;
    font-weight: 400 !important;
    font-family: 'Figtree' !important;
	width: 100%
}

.newsletter_form .form-email input::placeholder {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Figtree';
}

.newsletter_form .gfield_description.validation_message.gfield_validation_message{

}

body span.gform-loader{
	display: none !important;
}

.newsletter_form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #FFF;
    font-family: Figtree;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.newsletter_form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a{
	color: white;
	text-decoration: underline;
}

/**CONTACTO**/

.contacto_form .gfield .ginput_container.ginput_container_text input::placeholder,
.contacto_form .gfield .ginput_container.ginput_container_email input::placeholder,
.contacto_form .gfield .ginput_container.ginput_container_phone input::placeholder,
#main .contacto_form_wrapper .ginput_container.ginput_container_textarea textarea::placeholder{
	color: rgba(255,255,255,0.7);
	opacity: 1
}



.contacto_form .gfield .ginput_container.ginput_container_text input,
.contacto_form .gfield .ginput_container.ginput_container_email input,
.contacto_form .gfield .ginput_container.ginput_container_phone input,
.contacto_form .gfield .ginput_container.ginput_container_select select{
	background-color: #393536;
	border: 0;
    margin: 0;
    height: 48px;
    line-height: 48px;
    padding: 0px 24px;
    color: rgba(255,255,255,0.7);
	font-family: Figtree;
	font-size: 20px;
	transition: border 0.5s ease-in-out;
	width: 100%
}

.contacto_form .gfield .ginput_container.ginput_container_select select{
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: linear-gradient(45deg, transparent 50%, var(--the7-input-color) 50%), linear-gradient(135deg, var(--the7-input-color) 50%, transparent 50%) !important;
    background-position: calc(100% - var(--the7-right-input-padding) - 5px) 50%, calc(100% - var(--the7-right-input-padding)) 50%, 100% 0 !important;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
    background-repeat: no-repeat !important;
    padding-right: calc(var(--the7-right-input-padding) + 15px) !important;
}



.contacto_form .gfield .ginput_container.ginput_container_select .chosen-container a.chosen-single {
    background-color: #393536;
    color: rgba(255,255,255,0.7);
	opacity: 1;
    font-family: 'Figtree';
    font-size: 20px;
    padding: 5px 24px;
    height: 48px;
    outline: 0;
	border: none !important;
	box-shadow: none;
	background-image: none;
}

.contacto_form .gfield .ginput_container.ginput_container_select .chosen-container a.chosen-single b {
  background: none !important;
}

.contacto_form .gfield .ginput_container.ginput_container_select .chosen-container a.chosen-single::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    border-top: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-radius: 50px;
	transform: translate(0px, -50%);
}

.contacto_form .gfield .ginput_container.ginput_container_select .chosen-container.chosen-container-active a.chosen-single::before{
	border-top: none;
	border-bottom: 9px solid #fff;
}

#main .contacto_form_wrapper .ginput_container.ginput_container_textarea textarea{
	background: #393536;
	border: 0;
    margin: 0;
    padding: 9px 24px;
    color: white;
	min-height: 250px;
	font-family: Figtree;
	font-size: 20px;
	color: rgba(255,255,255,0.7);
	width: 100%
}

#main .contacto_form_wrapper .gform_footer input[type="submit"] {
    padding: 14px 60px;
    border-radius: 50px;
    font-family: Figtree;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2em;
    background: #FE2D2F;
}


#main .contacto_form_wrapper .gform_footer input[type="submit"]:hover{
	color: #FE2D2F;
	background-color: white
}

#main .contacto_form_wrapper .gform-footer.gform_footer.top_label {
    justify-content: center;
}

.contacto_form .gform_fields{
	row-gap: 16px !important
}

.contacto_form .gfield--type-choice.gfield--input-type-consent {
    margin-top: 14px;
}

.newsletter_form .ginput_container.ginput_container_consent input::before,
.contacto_form .ginput_container.ginput_container_consent input::before {
    color: white;
    font-size: 12px;
}

body .gform_wrapper.gravity-theme .contacto_form  input[type="checkbox"]:not(:checked) + label::before, 
body .gform_wrapper.gravity-theme .contacto_form  input[type="checkbox"]:checked + label::before,
body .gform_wrapper.gravity-theme .newsletter_form  input[type="checkbox"]:not(:checked) + label::before, 
body .gform_wrapper.gravity-theme .newsletter_form  input[type="checkbox"]:checked + label::before,
.newsletter_form .ginput_container.ginput_container_consent input,
.contacto_form .ginput_container.ginput_container_consent input {
    width: 17px;
    height: 17px;
    background: #302A25;
    border: 1px solid white;
    border-radius: 5px;
	top: 2px;
    position: relative;
}

.contacto_form  label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #FFF;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.contacto_form  label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a{
	color: white;
	text-decoration: underline;
	text-transform: uppercase;
}

.contacto_form .gfield .ginput_container.ginput_container_select .chosen-container.chosen-container-active a.chosen-single,
#main .contacto_form_wrapper .ginput_container.ginput_container_textarea textarea:focus,
.contacto_form .gfield .ginput_container.ginput_container_text input:focus,
.contacto_form .gfield .ginput_container.ginput_container_email input:focus,
.contacto_form .gfield .ginput_container.ginput_container_phone input:focus{
	border: 1px solid white !important
}

.contacto_form_wrapper .gfield .chosen-container .chosen-results {
    padding-block: 0;
    background-color: #4C494A;
}

.contacto_form_wrapper .gfield .chosen-container  li.active-result.gf_placeholder{
	background-color: #4C494A;
}

.contacto_form_wrapper .gfield .chosen-container li.active-result.result-selected,
.contacto_form_wrapper .gfield .chosen-container li.active-result.highlighted {
    background-color: #FE2D2F !important;
	color: white !important;
}

.contacto_form_wrapper .chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
    border: none;
    box-shadow: none !important;
    outline: none;
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: 'Figtree';
    font-size: 20px;
    padding: 17px 24px !important;
}

.contacto_form_wrapper .chosen-container{
	width: 100% !important
}

@media screen and (max-width: 1024px) and (min-width: 768px){
	
	.newsletter_form{
		width: 100% !important
	}
	
}

@media screen and (max-width: 767px){
	
	.newsletter_form{
		width: 100% !important
	}
	
	.newsletter_form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label{
		font-size: 11px;
		line-height: 17px
	}
	
	.newsletter_form .ginput_container.ginput_container_consent input {
		top: 0
	}

	.newsletter_form .form-email input,
	.newsletter_form .form-email input::placeholder {
		font-size: 14px !important;
	}
	
	.contacto_form .gfield .ginput_container.ginput_container_text input, 
	.contacto_form .gfield .ginput_container.ginput_container_email input, 
	.contacto_form .gfield .ginput_container.ginput_container_phone input, 
	.contacto_form .gfield .ginput_container.ginput_container_select select {
	  line-height: 40px;
	  font-size: 14px;
	  height: 40px;
	}
	
	.contacto_form .gfield .ginput_container.ginput_container_select .chosen-container a.chosen-single{
		padding: 0 24px;
		height: 40px;
		font-size: 14px
	}
	
	.contacto_form_wrapper .chosen-container .chosen-results li.active-result{
		font-size: 14px;
		padding: 14px 24px !important
	}
	
	#main .contacto_form_wrapper .ginput_container.ginput_container_textarea textarea{
		min-height: 200px;
		font-size: 14px
	}
	
	#main .contacto_form_wrapper .gform_footer input[type="submit"]{
		width: 100%;
		font-size: 14px
	}
	
	.contacto_form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label{
		font-size: 11px
	}
}


/*FORM LP*/

.title-form-lp{
    color: #1B1B1B;
  font-family: 'Figtree', Sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2em;
}

.gform_wrapper.queluz_form_wrapper .gform_confirmation_message{
    text-align: center;
  color: #231F20;
  font-family: "Figtree", Sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2em;
}
#page .gform_wrapper.queluz_form_wrapper input[type="submit"] {
  background: #fe2d2f;
  border: 0;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 12px 30px;
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  font-family: Metropolis;
}

#page .gform_wrapper.queluz_form_wrapper input[type="submit"]:hover{
    color: #fe2d2f;
    background: #fff;
}

.gform_required_legend{
    display: none;
}
.new-lp .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
    right: 24px;
}

.new-lp .gform_wrapper.queluz_form_wrapper .gfield:not(fieldset),
.new-lp .gform_wrapper.promocao_form_wrapper .gfield:not(fieldset){
    margin-bottom: 0
}

.new-lp .gform_wrapper.queluz_form_wrapper .ginput_container > input::placeholder,
.gform_wrapper.promocao_form_wrapper .ginput_container > input::placeholder {
    opacity: 1;
    color: #6d6d6d;
}


.new-lp .gform_wrapper.queluz_form_wrapper select,
.new-lp .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span, 
.new-lp .gform_wrapper.queluz_form_wrapper .ginput_container > input,
.new-lp .gform_wrapper.promocao_form_wrapper select,
.new-lp .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span, 
.new-lp .gform_wrapper.promocao_form_wrapper .ginput_container > input {
    color: #73686B;
    font-family: Figtree !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 150%;
    padding: 11px 24px !important;
    margin: 0;
    background: transparent;
}


.new-lp .gform_wrapper.queluz_form_wrapper select,
.new-lp .gform_wrapper.queluz_form_wrapper .ginput_container > input,
.new-lp .gform_wrapper.promocao_form_wrapper select,
.new-lp .gform_wrapper.promocao_form_wrapper .ginput_container > input{
    border: none;
    border-bottom: 1px solid;
}

.new-lp .gform_wrapper.queluz_form_wrapper .gfield_consent_label, 
.new-lp .gform_wrapper.queluz_form_wrapper .gfield_consent_label a,
.new-lp .gform_wrapper.promocao_form_wrapper .gfield_consent_label, 
.new-lp .gform_wrapper.promocao_form_wrapper .gfield_consent_label a {
    color: #6d6d6d;
    font-size: 12px;
    font-family: 'figtree';
}

.new-lp .gform_wrapper.queluz_form_wrapper input[type="submit"],
.new-lp .gform_wrapper.promocao_form_wrapper input[type="submit"]{
    display: flex;
    padding: 11px 60px !important;
    justify-content: center;
    align-items: center;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    margin-bottom: 0;
}

.new-lp  .gform_wrapper.queluz_form_wrapper input[type="checkbox"]:checked + label::after,
.new-lp   .gform_wrapper.promocao_form_wrapper input[type="checkbox"]:checked + label::after{
    color: #6d6d6d !important;
}


.new-lp .gform_wrapper.queluz_form_wrapper .gform_footer,
.new-lp .gform_wrapper.promocao_form_wrapper .gform_footer {
    display: flex;
    justify-content: start;
}

body .gform_wrapper.queluz_form_wrapper.gravity-theme input[type="checkbox"]:not(:checked) + label::before, 
body .gform_wrapper.queluz_form_wrapper.gravity-theme input[type="checkbox"]:checked + label::before,
body .gform_wrapper.promocao_form_wrapper.gravity-theme input[type="checkbox"]:not(:checked) + label::before, 
body .gform_wrapper.promocao_form_wrapper.gravity-theme input[type="checkbox"]:checked + label::before{
    border: 1px solid #6d6d6d;
}

@media screen and (max-width: 767px){
    
    #page .gform_wrapper.queluz_form_wrapper input[type="submit"] {
      font-size: 16px;
      padding: 10px !important;
      width: 100%;
    }
    
    .new-lp .gform_wrapper.promocao_form_wrapper .gfield_consent_label, 
    .new-lp .gform_wrapper.promocao_form_wrapper .gfield_consent_label a{
        font-size: 9px;    
    }
    
    .new-lp .gform_wrapper.promocao_form_wrapper select, 
    .new-lp .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span, 
    .new-lp .gform_wrapper.promocao_form_wrapper .ginput_container > input,
    .valor-edit .descricao-valor,
    .valor-edit .when-plan{
        font-size: 14px !important;
    }
}