/*Validacoes*/

.gform_required_legend,
.gfield_required_asterisk, 
.gform_validation_errors,
.gfield_required{
    display:none!important;
}




.gform_wrapper.form_incricao_wrapper .validation_message{
    color:#8A8C8C!important;
}
.gform_wrapper.formulario_contacto_wrapper .gfield_validation_message, 
.gform_wrapper.formulario_contacto_wrapper .validation_message{
    background: transparent;
    border: 0;
    font-size: 15px;
    margin-top: 5px;
    padding: 0;
    color:#000;
}

.gform_wrapper.formulario_contacto_wrapper .gfield_error [aria-invalid=true]+label{
    color: #000;
}




body .formulario_contacto .gform_confirmation_message{
    font-size: 24px!important;
    line-height: 1.4!important;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
    color: #000;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;  
    min-height:500px;
}



body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked),
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked {
    display: none;
}

body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked + label {
    position: relative !important;
    padding-left: 40px !important;
    cursor: pointer !important;
    display:block;
    padding-top: 6px;
    margin-left:0;
}

/*BEFORE CHECKED,BEFORE CHEKED*/
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label:before,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 4px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 5px;
}

/*AFTER NOT CHECKED, AFTER CHEKED*/
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked + label:after {
    content: '\2713';
    position: absolute;
    width: 26px;
    height: 26px;
    left: 3px;
    top: 6px;
    font-size: 12px;
    border: none;
    background-color: transparent;
    line-height: 1;
    transition: all 0.2s;
    border-radius: 5px;
    font-size:24px;
}

body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

body .gform_wrapper.formulario_contacto_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.formulario_contacto_wrapper  input[type=text]:not(.elementor-field):not(.searchform-s){
    margin-bottom:0;
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_label.gform-field-label{
    font-family: "Spartan", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 600;
    line-height: 1.2!important;
    color: #8A8C8C;
    margin-bottom:10px;
   font-size: 16px;
   
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label{
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 400;
    line-height: 1.2!important;
    color: #000;
    margin-bottom:2px;
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label a{
    color:#000;
    text-decoration:underline;
}





body .gform_wrapper.formulario_contacto_wrapper input[type="text"], 
body .gform_wrapper.formulario_contacto_wrapper input[type="email"], 
body .gform_wrapper.formulario_contacto_wrapper input[type="tel"]
{
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.9px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 8px left 5px;
}

body .gform_wrapper.formulario_contacto_wrapper textarea{
    color: #000;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: 0.9px;
 max-height:90px;
}


 .gform_wrapper.formulario_contacto_wrapper  [type=button], .gform_wrapper.formulario_contacto_wrapper [type=submit]{
    background-color:#000;
    color:#fff;
    border: none;
} 


body .gform_wrapper.formulario_contacto_wrapper #field_2_1 input{
    background-image: url(/wp-content/uploads/2024/05/icon-formulario-nome.svg);
}

body .gform_wrapper.formulario_contacto_wrapper #field_2_3 input{
    background-image: url(/wp-content/uploads/2024/05/icon-formulario-telefone.svg);
}
body .gform_wrapper.formulario_contacto_wrapper #field_2_4 input{
    background-image: url(/wp-content/uploads/2024/05/icon-formulario-email.svg);
}




















.gform_wrapper.formulario_contacto_wrapper .chosen-container-single .chosen-single div{
    width:50px;
}




body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button{
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;  
    background-color:#000;
    border:3px solid #8A8C8C;
    color:#8A8C8C;
    line-height: 1.2;
    font-weight: 500;    
    padding:12px 40px;
    text-transform:uppercase;
    border: 1px solid #fff;
}

body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button:hover{
    color:#000;
    background-color:#8A8C8C;
    border: 1px solid #fff;

}





































/*Placeholders*/


.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
    font-style: normal;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;
    opacity: 0.3;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
    color: #000;
    opacity: 1;
    font-style: normal;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis; 
    opacity: 0.3;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
    color: #000;
    opacity: 1;
    font-style: normal;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;     
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;   
    opacity: 0.3;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
    color: #000;
    opacity: 1;
    font-style: normal;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
    opacity: 0.3;
}



.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
    font-style: normal;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    opacity: 0.3;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-moz-placeholder { 
	/* Firefox 19+ */
    color: #000;
    opacity: 1;
    font-style: normal;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    opacity: 0.3;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
    color: #000;
    opacity: 1;
    font-style: normal;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;     
    font-weight: 400;
    line-height: 1.2!important;
    opacity: 0.3;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
    color: #000;
    opacity: 1;
    font-style: normal;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    opacity: 0.3;
    line-height: 1.2!important;
}



@media (max-width:767px){
    body .gform_wrapper.formulario_contacto_wrapper input[type="text"], 
body .gform_wrapper.formulario_contacto_wrapper input[type="email"], 
body .gform_wrapper.formulario_contacto_wrapper input[type="tel"]
{

    background-position: top 15px left 10px;
}
}




/* ------------- newsletter --------------------- */






.gform_required_legend{
    display:none!important;
}


.gform_wrapper.contact-news_wrapper .ginput_container_email input {
    background-image: url(/wp-content/uploads/2023/09/icon_email.svg);
    padding: 10px 10px 10px 45px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: top 10px left 10px;
}


.gform_wrapper.contact-news_wrapper  [type=button], .gform_wrapper.contact-news_wrapper [type=submit] {
border: 1px solid #fff;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
   background-color: #000;
   border:none;
   text-transform:uppercase;
   color:#fff;

}



.gform_wrapper.contact-news_wrapper [type=button]:focus, 
.gform_wrapper.contact-news_wrapper [type=button]:hover, 
.gform_wrapper.contact-news_wrapper [type=submit]:focus, 
.gform_wrapper.contact-news_wrapper [type=submit]:hover, 
.gform_wrapper.contact-news_wrapper button:focus, 
.gform_wrapper.contact-news_wrapper button:hover {
    font-family: 'Poppins';
    font-size: 20px;
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
    text-decoration: none;  
}



body .gform_wrapper.contact-news_wrapper [type="checkbox"]:not(:checked),
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:checked {
    display: none;
}

body .gform_wrapper.contact-news_wrapper [type="checkbox"]:not(:checked) + label,
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:checked + label {
    position: relative !important;
    padding-left: 25px !important;
    cursor: pointer !important;
    display:block;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif; 
}

/*BEFORE CHECKED,BEFORE CHEKED*/
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:not(:checked) + label:before,
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
    background: #000;
    border: 1px solid #666;
    border-radius: 0;
}

/*AFTER NOT CHECKED, AFTER CHEKED*/
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: -2px;
    font-size: 1.3em;
    border: 1px solid #092030;
    background-color: #092030;
    line-height: 0.8;
    transition: all 0.2s;
    border-radius: 0;
}



body .gform_wrapper.contact-news_wrapper [type="checkbox"]:not(:checked) + label.gfield_consent_label:before,
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:checked + label.gfield_consent_label:before,
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:not(:checked) + label.gfield_consent_label:after,
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:checked + label.gfield_consent_label:after
{
    top: -1px;
}


.gform_wrapper.contact-news_wrapper.gravity-theme .gfield_required{
        color:#000;
}



body .gform_wrapper.contact-news_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.contact-news_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

body .gform_wrapper.contact-news_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}


.elementor a {
    color:#000;
    text-decoration: underline;
}


.gform_wrapper.contact-news_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
    line-height: 1;
    font-family: 'Poppins';
}










/*Placeholders*/


.gform_wrapper.contact-news_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    letter-spacing: 1;
    color: #A5A5A5;
    opacity: 0.35;
    font-style: normal;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1!important;
    font-size: 17px;    
}
.gform_wrapper.contact-news_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
    letter-spacing: 1;
    color: #A5A5A5;
    opacity: 0.35;
    font-style: normal;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1!important;
    font-size: 17px;      
}
.gform_wrapper.contact-news_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
    letter-spacing: 1;
    color: #A5A5A5;
    opacity: 0.35;
    font-style: normal;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1!important;
    font-size: 17px;     
}
.gform_wrapper.contact-news_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
    letter-spacing: 1;
    color: #A5A5A5;
    opacity: 0.35;
    font-style: normal;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1!important;
    font-size: 17px;     
}







.gform_wrapper.contact-news_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    letter-spacing: 1;
    color: #A5A5A5;
    opacity: 0.35;
    font-style: normal;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 300;
    line-height: 1!important;
    font-size: 17px;      
}
.gform_wrapper.contact-news_wrapper .gform_fields .gfield textarea::-moz-placeholder { 
	/* Firefox 19+ */
    letter-spacing: 1;
    color: #A5A5A5;
    opacity: 0.35;
    font-style: normal;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 300;
    line-height: 1!important;
    font-size: 17px;     
}
.gform_wrapper.contact-news_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
    letter-spacing: 1;
    color: #A5A5A5;
    opacity: 0.35;
    font-style: normal;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 300;
    line-height: 1!important;
    font-size: 17px;    
}
.gform_wrapper.contact-news_wrapper .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
    letter-spacing: 1;
    color: #A5A5A5;
    opacity: 0.35;
    font-style: normal;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 300;
    line-height: 1!important;
    font-size: 17px;    
}





.gform_wrapper.contact-news_wrapper .gform_confirmation_message_1{
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #ED226F;
}





/* form newsletter footer */



.gform_required_legend,
.gfield_required_asterisk, 
.gform_validation_errors,
.gfield_required{
    display:none!important;
}




.gform_wrapper.form_incricao_wrapper .validation_message{
    color:#8A8C8C!important;
}
.gform_wrapper.newsletter_footer_wrapper .gfield_validation_message, 
.gform_wrapper.newsletter_footer_wrapper .validation_message{
    background: transparent;
    border: 0;
    font-size: 15px;
    margin-top: 5px;
    padding: 0;
    color:#fff;
}

.gform_wrapper.newsletter_footer_wrapper .gfield_error [aria-invalid=true]+label{
    color: #fff;
}




body .newsletter_footer .gform_confirmation_message{
    font-size: 24px!important;
    line-height: 1.4!important;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
    color: #fff;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;  
    min-height:500px;
}



body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:not(:checked),
body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:checked {
    display: none;
}

body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:not(:checked) + label,
body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:checked + label {
    position: relative !important;
    padding-left: 40px !important;
    cursor: pointer !important;
    display:block;
    padding-top: 6px;
    margin-left:0;
}

/*BEFORE CHECKED,BEFORE CHEKED*/
body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:not(:checked) + label:before,
body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 4px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}

/*AFTER NOT CHECKED, AFTER CHEKED*/
body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:checked + label:after {
    content: '\2713';
    position: absolute;
    width: 26px;
    height: 26px;
    left: 3px;
    top: 6px;
    font-size: 12px;
    border: none;
    background-color: transparent;
    line-height: 1;
    transition: all 0.2s;
    border-radius: 5px;
    font-size:24px;
}

body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

body .gform_wrapper.newsletter_footer_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.newsletter_footer_wrapper  input[type=text]:not(.elementor-field):not(.searchform-s){
    margin-bottom:0;
}

body .gform_wrapper.newsletter_footer_wrapper .gfield_label.gform-field-label{
    font-family: "Spartan", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 600;
    line-height: 1.2!important;
    color: #fff;
    margin-bottom:10px;
   font-size: 16px;
   
}

body .gform_wrapper.newsletter_footer_wrapper .gfield_consent_label{
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 400;
    line-height: 1.2!important;
    color: #fff;
    margin-bottom:2px;
}

body .gform_wrapper.newsletter_footer_wrapper .gfield_consent_label a{
    color:#fff;
    text-decoration:underline;
}






body .gform_wrapper.newsletter_footer_wrapper input[type="email"]{
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.9px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 8px left 5px;
    background-color:#D9D9D9;
}


 .gform_wrapper.newsletter_footer_wrapper  [type=button]:hover,  .gform_wrapper.newsletter_footer_wrapper  [type=submit]:hover{
    background-color:#000;
    color:#fff;
    border: 1px solid #fff;
} 

body .gform_wrapper.newsletter_footer_wrapper #field_3_1 input{
    background-image: url(/wp-content/uploads/2024/05/icon-formulario-email.svg);
}


.gform_wrapper.newsletter_footer_wrapper  [type=button], .gform_wrapper.newsletter_footer_wrapper [type=submit] {

text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
   background-color: #fff;
   border:none;
   text-transform:uppercase;
   color:#000;


}
 .gform_wrapper.newsletter_footer_wrapper [type=submit]:hover, .formulario_contacto_wrapper [type=submit]:hover{
     border:none;
 }
@media (max-width:767px){

body .gform_wrapper.newsletter_footer_wrapper input[type="email"]
{

    background-position: top 15px left 10px;
}

 .gform_wrapper.newsletter_footer_wrapper  [type=button], .gform_wrapper.newsletter_footer_wrapper [type=submit]  {
     
        width: 100%;

}

body .gform_wrapper.newsletter_footer_wrapper input[type="email"]:focus{
    border-color: transparent !important
}


}


