/* Formatações Global do Gravity Forms */
 
.gform_heading,
span.gfield_required.gfield_required_text,
.gform_validation_errors,
.gform-loader{
    display:none !important;
}
 
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}
 
.gform_confirmation_message {
    color: #FFF !important;
    font-family: "Wix Madefor Text" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

/* Fim Formatações Global do Gravity Forms */

/* Newsletter */

body .gform_wrapper.newsletter-form_wrapper .gform_body input[type="email"] {
    background-color: #fff;
    height: 48px;
    padding: 20px 15px;
    width: 100%;
    border: none;
    color: #787878;
    font-family: "Wix Madefor Text";
    font-size: 18px;
    border-radius:1px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
}

body .gform_wrapper.newsletter-form_wrapper .gform_fields {
    row-gap: 20px !important;
}

.newsletter-form {
    display: flex !important;
    justify-content: space-between !important;
    gap: 30px !important;
}

.newsletter-form .gform-footer.gform_footer.top_label {
    padding: 0px !important;
    margin: 0px !important;
    align-items: flex-start;
}

body .gform_wrapper.newsletter-form_wrapper .gform_footer input[type="submit"] {
    width: 95px !important;
    height:48px !important;
    font-family: "Wix Madefor Text" !important;
    font-size: 16px !important;
    background-color: transparent !important;
    font-weight: 700 !important;
    border-radius: 1px !important;
    text-transform: uppercase !important;
    color: #FFF8F1 !important;
    cursor: pointer!important;
    border: 1px solid #FFF8F1 !important;
}
 
body .gform_wrapper.newsletter-form_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #FFF8F1 !important;
    color: #921028 !important;
}

body .gform_wrapper.newsletter-form_wrapper .gfield_consent_label {
    color: #FFF8F1;
    font-family: "Wix Madefor Text";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
 
body .gform_wrapper.newsletter-form_wrapper .gfield_consent_label a{
    color: #FFF8F1;
    font-family: "Wix Madefor Text";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
}

body .gform_wrapper.newsletter-form_wrapper input[type="checkbox"] {
    background: #FFF8F1 !important;
    width: 16px;
    height: 16px;
    border-radius: 4px !important;
    border:none;
    cursor: pointer;
}

body .gform_wrapper.newsletter-form_wrapper input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/06/Check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s;
}

.newsletter-form .gform-body.gform_body {
    width: 100%;
}

.newsletter-form .gfield_validation_message {
    color: #FFF8F1 !important;
}

@media (max-width: 767px) {

.newsletter-form {
    gap: 10px !important;
}

body .gform_wrapper.newsletter-form_wrapper .gform_footer input[type="submit"],
body .gform_wrapper.newsletter-form_wrapper .gform_body input[type="email"]{
    font-size: 14px !important;
}

.newsletter-form .ginput_container_consent {
  display: block;
  width: 100% !important;
  margin-top: 10px;
}

.newsletter-form .ginput_container.ginput_container_consent {
    position: absolute;
}

body .gform_wrapper.newsletter-form_wrapper .gfield_consent_label {
    margin-left:3px;
}

body .gform_wrapper.newsletter-form_wrapper .gform_fields {
    row-gap: 10px !important;
}

.newsletter-form .gfield_validation_message {
    padding-top: 20px !important;
    color: #FFF8F1 !important;
}

}


/* Fim Newsletter */

/* Contactos Homepage */

body .gform_wrapper.contactos-form_wrapper .gform-field-label {
    color: #FFF8F1;
    font-family: "Wix Madefor Text";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    align-items: center;
    gap:5px;
}

body .gform_wrapper.contactos-form_wrapper .gform_body input[type="email"],
body .gform_wrapper.contactos-form_wrapper .gform_body input[type="text"],
body .gform_wrapper.contactos-form_wrapper .gform_body input[type="tel"]{
    background-color: #fff;
    height: 48px;
    padding: 20px 15px;
    width: 100%;
    border: none;
    color: #787878;
    font-family: "Wix Madefor Text";
    font-size: 18px;
    border-radius:1px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
}

body .gform_wrapper.contactos-form_wrapper .gform_fields {
    row-gap: 20px !important;
}

body .gform_wrapper.contactos-form_wrapper .gfield_consent_label {
    color: #FFF8F1;
    font-family: "Wix Madefor Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body .gform_wrapper.contactos-form_wrapper .gfield_consent_label a{
    color: #FFF8F1;
    font-family: "Wix Madefor Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
}


body .gform_wrapper.contactos-form_wrapper input[type="checkbox"] {
    background: #FFF8F1 !important;
    width: 16px;
    height: 16px;
    border-radius: 4px !important;
    border:none;
    cursor: pointer;
}

body .gform_wrapper.contactos-form_wrapper input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/06/Check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s;
}

body .gform_wrapper.contactos-form_wrapper .ginput_container.ginput_container_consent {
    display: flex !important;
    align-items: center;
}

body .gform_wrapper.contactos-form_wrapper textarea {
    background-color: #fff;
    color: #787878;
    opacity: 1;
    font-style: normal;
    font-size: 18px !important;
    font-family: "Wix Madefor Text";
    font-weight: 400;
    line-height: 1.2 !important;
    margin-bottom: 0;
    border-radius: 1px;
    min-height: 80px !important;
    height: 80px !important;
    max-width: 100%;
    padding: 20px 15px;
    resize: none;
    overflow-x: hidden;
    overflow-wrap: break-word !important;
    border: none !important;
}

body .gform_wrapper.contactos-form_wrapper .gform_footer input[type="submit"] {
    padding:15px 25px !important;
    height:48px !important;
    font-family: "Wix Madefor Text" !important;
    font-size: 16px !important;
    background-color: transparent !important;
    font-weight: 700 !important;
    border-radius: 1px !important;
    text-transform: uppercase !important;
    color: #FFF8F1 !important;
    cursor: pointer!important;
    border: 1px solid #FFF8F1 !important;
}

body .gform_wrapper.contactos-form_wrapper .gform-footer.gform_footer.top_label{
    margin-top:40px !important;
}
 
body .gform_wrapper.contactos-form_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #921028 !important;
}

.name .gfield_label::before,
.phone .gfield_label::before,
.email .gfield_label::before,
.message .gfield_label::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.name .gfield_label::before {
    background-image: url('/wp-content/uploads/2025/06/05_icone1_user-1.svg');
}

.phone .gfield_label::before {
    background-image: url('/wp-content/uploads/2025/06/05_icone2_phone.svg');
}

.email .gfield_label::before {
    background-image: url('/wp-content/uploads/2025/06/05_icone3_email.svg');
}

.message .gfield_label::before {
    background-image: url('/wp-content/uploads/2025/06/05_icone4_message.svg');
}

/* Fim Contactos Homepage */

/* Contactos Page */

body .gform_wrapper.contact-form_wrapper .gform-field-label {
    color: #000;
    font-family: "Wix Madefor Text";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    align-items: center;
    gap:5px;
}

body .gform_wrapper.contact-form_wrapper .gform_body input[type="email"],
body .gform_wrapper.contact-form_wrapper .gform_body input[type="text"],
body .gform_wrapper.contact-form_wrapper .gform_body input[type="tel"]{
    background-color: #fff;
    height: 48px;
    padding: 20px 15px;
    width: 100%;
    border: none;
    color: #787878;
    font-family: "Wix Madefor Text";
    font-size: 18px;
    border-radius:1px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
}

body .gform_wrapper.contact-form_wrapper .gform_fields {
    row-gap: 20px !important;
}

body .gform_wrapper.contact-form_wrapper .gfield_consent_label {
    color: #000;
    font-family: "Wix Madefor Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body .gform_wrapper.contact-form_wrapper .gfield_consent_label a{
    color: #000;
    font-family: "Wix Madefor Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
}


body .gform_wrapper.contact-form_wrapper input[type="checkbox"] {
    background: white !important;
    width: 16px;
    height: 16px;
    border-radius: 4px !important;
    border:none;
    cursor: pointer;
}

body .gform_wrapper.contact-form_wrapper input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px !important;
    background-image: url('/wp-content/uploads/2025/06/02_form5_checkbox.svg');
    background-color:#000;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s;
}

/*body .gform_wrapper.contact-form_wrapper .ginput_container.ginput_container_consent {
    display: flex !important;
    align-items: center;
}*/

body .gform_wrapper.contact-form_wrapper textarea {
    background-color: #fff;
    color: #787878;
    opacity: 1;
    font-style: normal;
    font-size: 18px !important;
    font-family: "Wix Madefor Text";
    font-weight: 400;
    line-height: 1.2 !important;
    margin-bottom: 0;
    border-radius: 1px;
    min-height: 80px !important;
    height: 80px !important;
    max-width: 100%;
    padding: 20px 15px;
    resize: none;
    overflow-x: hidden;
    overflow-wrap: break-word !important;
    border: none !important;
}

body .gform_wrapper.contact-form_wrapper .gform_footer input[type="submit"] {
    padding:15px 25px !important;
    height:48px !important;
    font-family: "Wix Madefor Text" !important;
    font-size: 16px !important;
    background-color: transparent !important;
    font-weight: 700 !important;
    border-radius: 1px !important;
    text-transform: uppercase !important;
    color: #921028 !important;
    cursor: pointer!important;
    border: 1px solid #921028 !important;
}

body .gform_wrapper.contact-form_wrapper .gform-footer.gform_footer.top_label{
    margin-top:40px !important;
}
 
body .gform_wrapper.contact-form_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #921028 !important;
    color:#FFF8F1 !important;
}

.contact-form .name .gfield_label::before,
.contact-form .phone .gfield_label::before,
.contact-form .email .gfield_label::before,
.contact-form .message .gfield_label::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.contact-form .name .gfield_label::before {
    background-image: url('/wp-content/uploads/2025/06/02_form1_full_name.svg');
}

.contact-form .phone .gfield_label::before {
    background-image: url('/wp-content/uploads/2025/06/02_form2_whatsapp.svg');
}

.contact-form .email .gfield_label::before {
    background-image: url('/wp-content/uploads/2025/06/02_form3_email.svg');
}

.contact-form .message .gfield_label::before {
    background-image: url('/wp-content/uploads/2025/06/02_form4_message.svg');
}

.contact-form .gform_confirmation_message {
    color: #000 !important;
    font-family: "Wix Madefor Text" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

/* Fim Contactos Page */

@media screen and (max-width: 767px){
	
	body .gform_wrapper.contactos-form_wrapper textarea,
	body .gform_wrapper.contactos-form_wrapper .gform_footer input[type="submit"],
	body .gform_wrapper.contactos-form_wrapper .gform-field-label,
	body .gform_wrapper.contactos-form_wrapper .gform_body input[type="email"], 
	body .gform_wrapper.contactos-form_wrapper .gform_body input[type="text"], 
	body .gform_wrapper.contactos-form_wrapper 	.gform_body input[type="tel"]{
		font-size: 14px !important
	}
	
}

 