/*Validacoes*/

.gform_required_legend,
.gfield_required_asterisk, 
.gform_validation_errors,
.gfield_required{
    display:none!important;
}


.gform_wrapper.formulario_contacto_wrapper.gform-theme--foundation .gform_fields{
    row-gap: 20px;
    grid-row-gap: 20px; 
}

.gform_wrapper.form_incricao_wrapper .validation_message{
    color: #e74c3c !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:#FFFFFF;
}

.gform_wrapper.formulario_contacto_wrapper .gfield_error [aria-invalid=true]+label{
    color: #FFFFFF;
}




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: #FFFFFF;
    font-family: "Roboto Slab", 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 #FFFFFF;
    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: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 600;
    line-height: 1.2!important;
    color: #B8D6DE;
    margin-bottom:10px;
    padding-left:12px;
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label{
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 400;
    line-height: 1.2!important;
    color: #B8D6DE;
    margin-bottom:2px;
}

body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label a{
    color:#B8D6DE;
    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"],
body .gform_wrapper.formulario_contacto_wrapper select{
    background: transparent;
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-weight: 400;
    /*line-height: 1.2!important; Teste */
    margin-bottom:0;
    border-radius: 5px;
    max-width:100%;
    border:1px solid #FFFFFF;
    min-height: 40px;
    height:40px;
    padding-left:45px;   
    background-repeat:no-repeat;
    background-size:30px;
    background-position:top 3px left 5px;    
}
body .gform_wrapper.formulario_contacto_wrapper select option{
    background: #0c2032;
}

body .gform_wrapper.formulario_contacto_wrapper textarea{
    background: transparent;
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-weight: 400;
    /*line-height: 1.2!important;*/
    margin-bottom:0;
    border-radius: 5px;
    max-width:100%;
    border: none!important;
    min-height: 40px;
    border:1px solid #FFFFFF!important;
    max-height:200px;
    padding-left:45px;   
    background-repeat:no-repeat;    
    background-size:30px;
    background-position:top 4px left 5px;    
}



body .gform_wrapper.formulario_contacto_wrapper #field_2_13 input{
    background-image: url(/wp-content/uploads/2023/12/02-FORM-1.svg);
}

body .gform_wrapper.formulario_contacto_wrapper #field_2_7 input{
    background-image: url(/wp-content/uploads/2023/12/02-FORM-2.svg);
}
body .gform_wrapper.formulario_contacto_wrapper #field_2_8 input{
    background-image: url(/wp-content/uploads/2023/12/02-FORM-3.svg);
}
body .gform_wrapper.formulario_contacto_wrapper #field_2_10 textarea{
    background-image: url(/wp-content/uploads/2023/12/02-FORM-5.svg);
}
body .gform_wrapper.formulario_contacto_wrapper select{
    background-image:url(/wp-content/uploads/2023/12/02-FORM-4.svg);
}















.gform_wrapper.formulario_contacto_wrapper .chosen-search{
    display:none;
}

.gform_wrapper.formulario_contacto_wrapper .chosen-container.chosen-container-single .chosen-single{
    background-color: transparent;
    opacity: 1;
    font-style: normal;
    font-size: 16px;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-weight: 400;
    margin-bottom: 0;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: none!important;
    height:40px!important;
    outline:none;
    border: 1px solid #FFFFFF!important;
    background-repeat:no-repeat;
    background-size:30px;
    background-position:top 3px left 5px;
    padding-left:45px;
    background-image:url(/wp-content/uploads/2023/12/02-FORM-4.svg);
}


.gform_wrapper.formulario_contacto_wrapper .chosen-container.chosen-container-single .chosen-single span{
    height:40px!important;
    display: flex;
    align-items: center;
    padding-bottom: 0;    
}

.gform_wrapper.formulario_contacto_wrapper .chosen-container-single.chosen-container-active .chosen-single div b{
    background: url(/wp-content/uploads/2024/01/arrow_form.svg)!important;
    background-repeat:no-repeat!important;
    transform: rotate(180deg);
    top: -15px!important;
    right: 15px!important; 
}

.gform_wrapper.formulario_contacto_wrapper .chosen-container-single .chosen-single div b{
    top: 15px!important;
    right: -15px!important;
    background: url(/wp-content/uploads/2024/01/arrow_form.svg)!important;
    background-repeat:no-repeat!important;
    position: absolute;
}

.gform_wrapper.formulario_contacto_wrapper .chosen-container-single .chosen-drop{
    margin-top:0;
}

.gform_wrapper.formulario_contacto_wrapper .chosen-container .chosen-drop{
    border:none!important;
    box-shadow: none;
    border-radius:0;
    background-color:transparent;    
}

.gform_wrapper.formulario_contacto_wrapper .chosen-container .chosen-results{
    padding:0!important;
    margin: 10px 0 0 0!important;
    border:none;
    background-color:#ffffff;
    border-radius:4px;
}

.gform_wrapper.formulario_contacto_wrapper .chosen-container .chosen-results li.highlighted{
    background-color:#0c2032;
    background-image:none;
    color:#ffffff;
    box-shadow:none!important;

}
.gform_wrapper.formulario_contacto_wrapper .chosen-container .chosen-results li.result-selected {
    box-shadow:none!important;
}

.gform_wrapper.formulario_contacto_wrapper .chosen-container .chosen-results li{
    letter-spacing: 0.88px;
    color: #352F33;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-weight: 400;
    line-height: 1.2!important;
    font-size: 15px;  
    padding: 7px 10px 7px 10px;
}

.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: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    background-color:#FFFFFF;
    border:3px solid #006D7D;
    color:#006D7D;
    line-height: 1.2;
    font-weight: 500;    
    padding:12px 40px;
    text-transform:uppercase;
}

body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button:hover{
    color:#FFFFFF;
    background-color:#006D7D;

}





































/*Placeholders*/


.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;     
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}



.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea::-moz-placeholder { 
	/* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;     
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
}




.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield select::-moz-placeholder { 
	/* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield select:-ms-input-placeholder {
	/* IE 10+ */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;     
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.formulario_contacto_wrapper .gform_fields .gfield select:-moz-placeholder {
	/* Firefox 18- */
    color: #FFFFFF;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
}





@media only screen and (min-width: 1025px) {
    body .gform_wrapper.formulario_contacto_wrapper .gfield_label.gform-field-label{
        font-size: 20px;
    }
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button{
        font-size: 24px;
    }

    body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label,
    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"],
    body .gform_wrapper.formulario_contacto_wrapper select,
    body .gform_wrapper.formulario_contacto_wrapper textarea{
        font-size:16px;   
    }
    .formulario_contacto_wrapper{
        max-width:520px;
        margin-left:auto;
        margin-right:auto;
    }
}



@media only screen and (max-width: 1024px) and (min-width: 768px) {
    body .gform_wrapper.formulario_contacto_wrapper .gfield_label.gform-field-label{
        font-size: 20px;
    }
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button{
        font-size: 14px;
    }
    body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label,
    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"],
    body .gform_wrapper.formulario_contacto_wrapper select,
    body .gform_wrapper.formulario_contacto_wrapper textarea{
        font-size:14px;   
    }
    .formulario_contacto_wrapper{
        max-width:520px;
        margin-left:auto;
        margin-right:auto;
    }
}



@media only screen and (max-width: 767px) {
    body .gform_wrapper.formulario_contacto_wrapper .gfield_label.gform-field-label{
        font-size: 14px;
    }
    body .gform-theme.gform-theme--framework.gform_wrapper.formulario_contacto_wrapper .gform_footer .gform_button.button{
        font-size: 14px;
    }
    body .gform_wrapper.formulario_contacto_wrapper .gfield_consent_label,
    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"],
    body .gform_wrapper.formulario_contacto_wrapper select,
    body .gform_wrapper.formulario_contacto_wrapper textarea{
        font-size:14px;   
    }
}


/* -------------------------------------------- Formulario inscricao ------------------------------------------------------ */




.gform_wrapper.form_incricao_wrapper .gfield_validation_message, 
.gform_wrapper.form_incricao_wrapper .validation_message{
    background: transparent;
    border: 0;
    font-size: 15px;
    margin-top: 5px;
    padding: 0;
    color:#FFFFFF;
}

.gform_wrapper.form_incricao_wrapper .gfield_error [aria-invalid=true]+label{
    color: #5E5E5D;
}




body .form_incricao .gform_confirmation_message{
    font-size: 24px!important;
    line-height: 1.4!important;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 50px;
    color: #5E5E5D;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    min-height:500px;
}



body .gform_wrapper.form_incricao_wrapper [type="checkbox"]:not(:checked),
body .gform_wrapper.form_incricao_wrapper [type="checkbox"]:checked {
    display: none;
}

body .gform_wrapper.form_incricao_wrapper [type="checkbox"]:not(:checked) + label,
body .gform_wrapper.form_incricao_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.form_incricao_wrapper [type="checkbox"]:not(:checked) + label:before,
body .gform_wrapper.form_incricao_wrapper [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 4px;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 5px;
}

/*AFTER NOT CHECKED, AFTER CHEKED*/
body .gform_wrapper.form_incricao_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.form_incricao_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.form_incricao_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.form_incricao_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

body .gform_wrapper.form_incricao_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.form_incricao_wrapper  input[type=text]:not(.elementor-field):not(.searchform-s){
    margin-bottom:0;
}

body .gform_wrapper.form_incricao_wrapper .gfield_label.gform-field-label{
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 600;
    line-height: 1.4!important;
    color: #373636;
    margin-bottom:5px;
    padding-left:45px;
    background-image: url("/wp-content/uploads/2023/12/02-ICONE-2.svg");
    background-repeat: no-repeat;
    background-position: left center;
    min-height:56px;
    display: flex;
    align-items: center;
  
}
body .gform_wrapper.form_incricao_wrapper .agrupamento .gfield_label.gform-field-label{
    background-image: url("/wp-content/uploads/2023/12/02-ICONE-1.svg");
}

body .gform_wrapper.form_incricao_wrapper .gfield_consent_label{
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-style: normal;
    font-weight: 400;
    line-height: 1.4!important;
    color: #373636;
    margin-bottom:2px;
}

body .gform_wrapper.form_incricao_wrapper .gfield_consent_label a{
    color:#373636;
    text-decoration:underline;
}


body .gform_wrapper.form_incricao_wrapper input[type="text"], 
body .gform_wrapper.form_incricao_wrapper input[type="email"], 
body .gform_wrapper.form_incricao_wrapper input[type="tel"]{
    background: transparent;
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-weight: 400;
    /*line-height: 1.2!important; Teste */
    margin-bottom:0;
    border-radius: 5px;
    max-width:100%;
    border:1px solid #373636;
    min-height: 40px;
    height:40px;

    background-repeat:no-repeat;
    background-size:30px;
    background-position:top 3px left 5px;    
    box-shadow: none;
}

body .gform_wrapper.form_incricao_wrapper textarea{
    background: transparent;
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-weight: 400;
    /*line-height: 1.2!important;*/
    margin-bottom:0;
    border-radius: 5px;
    max-width:100%;
    border: none!important;
    min-height: 40px;
    border:1px solid #FFFFFF!important;
    max-height:200px;
  
    background-repeat:no-repeat;    
    background-size:30px;
    background-position:top 4px left 5px;    
}



body .gform-theme.gform-theme--framework.gform_wrapper.form_incricao_wrapper .gform_footer .gform_button.button{
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    background-color:#FFFFFF;
    border:3px solid #006D7D;
    color:#006D7D;
    line-height: 1.2;
    font-weight: 500;    
    padding:12px 40px;
    text-transform:uppercase;
}

body .gform-theme.gform-theme--framework.gform_wrapper.form_incricao_wrapper .gform_footer .gform_button.button:hover{
    color:#FFFFFF;
    background-color:#006D7D;

}


/*Placeholders*/


.gform_wrapper.form_incricao_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;
}
.gform_wrapper.form_incricao_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.form_incricao_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;     
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.form_incricao_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}

.gform_wrapper.form_incricao_wrapper .gfmc-container {
    grid-column: 1 / -1 !important;
    display: flex !important;
}

.gform_wrapper.form_incricao_wrapper .gfmc-field {
    display: flex !important;
    flex-basis: 100% !important;
    flex-direction: column !important;
    justify-content: space-around !important;
}

.gform_wrapper.form_incricao_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.form_incricao_wrapper .gform_fields .gfield textarea::-moz-placeholder { 
	/* Firefox 19+ */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.form_incricao_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;     
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.form_incricao_wrapper .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
}
.gform_wrapper.form_incricao_wrapper .gform_footer{
    justify-content: center;
}

.gform_wrapper.form_incricao_wrapper.gform-theme--framework .alunos-professores.field_description_below .gfield_description{
    margin-top:0px;
    margin-block-start:0;
    color: #006D7D;
    font-family: Roboto Slab;
    font-size: 16px;
    font-weight: 400;
    display:flex;
    align-items: center;
}
[lang|="pt"] .gform_wrapper.form_incricao_wrapper .alunos-professores .gfield_description:hover::before{
          content: "Os alunos pagam bilhete de €8. Um professor em cada 10 alunos entra gratuitamente; os restantes pagam o mesmo valor que os alunos.";
            position: absolute;
            background-color: #006D7D;
            color: #fff;
            border-radius: 5px;
            padding: 10px;
            min-width: 200px;
            min-height: 82px;
            box-sizing: border-box;
            z-index: 1;
            opacity: 1;
            transition: opacity 0.3s ease;
            margin-top:60px;
}

[lang|="en"] .gform_wrapper.form_incricao_wrapper .alunos-professores .gfield_description:hover::before{
          content: "One teacher in every 10 students gets in free of charge; the rest pay the same exclusive fee as the students: €8" ;
            position: absolute;
            background-color: #006D7D;
            color: #fff;
            border-radius: 5px;
            padding: 10px;
            min-width: 200px;
            min-height: 82px;
            box-sizing: border-box;
            z-index: 1;
            opacity: 1;
            transition: opacity 0.3s ease;
            margin-top:60px;
			display:none;

}
[lang|="es"] .gform_wrapper.form_incricao_wrapper .alunos-professores .gfield_description:hover::before {
    content: "Los alumnos pagan una entrada de 8 €. Un profesor de cada 10 alumnos entra gratis; el resto paga el mismo precio que los alumnos.";
    position: absolute;
    background-color: #006D7D;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    min-width: 200px;
    min-height: 82px;
    box-sizing: border-box;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
    margin-top: 60px;
	display:none;
}

     body .gform_wrapper.form_incricao_wrapper .gfield.gfmc-column:first-child{
         padding-right:20px;
     }
       body .gform_wrapper.form_incricao_wrapper .gfield.gfmc-column:last-child{
         padding-left:20px;
     }

@media only screen and (min-width: 1201px) {
    body .gform_wrapper.form_incricao_wrapper .gfield_label.gform-field-label{
        font-size: 20px;
    }
    body .gform-theme.gform-theme--framework.gform_wrapper.form_incricao_wrapper .gform_footer .gform_button.button{
        font-size: 24px;
    }

    body .gform_wrapper.form_incricao_wrapper .gfield_consent_label,
    body .gform_wrapper.form_incricao_wrapper input[type="text"], 
    body .gform_wrapper.form_incricao_wrapper input[type="email"], 
    body .gform_wrapper.form_incricao_wrapper input[type="tel"],
    body .gform_wrapper.form_incricao_wrapper textarea{
        font-size:16px;   
    }

}

@media only screen and (max-width: 1200px) and (min-width:1025px) {
    body .gform_wrapper.form_incricao_wrapper .gfield_label.gform-field-label{
        font-size: 20px;
    }
    body .gform-theme.gform-theme--framework.gform_wrapper.form_incricao_wrapper .gform_footer .gform_button.button{
        font-size: 14px;
    }
    body .gform_wrapper.form_incricao_wrapper .gfield_consent_label,
    body .gform_wrapper.form_incricao_wrapper input[type="text"], 
    body .gform_wrapper.form_incricao_wrapper input[type="email"], 
    body .gform_wrapper.form_incricao_wrapper input[type="tel"],
    body .gform_wrapper.form_incricao_wrapper textarea{
        font-size:14px;   
    }
    


}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    body .gform_wrapper.form_incricao_wrapper .gfield_label.gform-field-label{
        font-size: 20px;
    }
    body .gform-theme.gform-theme--framework.gform_wrapper.form_incricao_wrapper .gform_footer .gform_button.button{
        font-size: 14px;
    }
    body .gform_wrapper.form_incricao_wrapper .gfield_consent_label,
    body .gform_wrapper.form_incricao_wrapper input[type="text"], 
    body .gform_wrapper.form_incricao_wrapper input[type="email"], 
    body .gform_wrapper.form_incricao_wrapper input[type="tel"],
    body .gform_wrapper.form_incricao_wrapper textarea{
        font-size:14px;   
    }

}



@media only screen and (max-width: 767px) {
    body .gform_wrapper.form_incricao_wrapper .gfield_label.gform-field-label{
        font-size: 14px;
    }
    body .gform-theme.gform-theme--framework.gform_wrapper.form_incricao_wrapper .gform_footer .gform_button.button{
        font-size: 14px;
    }
    body .gform_wrapper.form_incricao_wrapper .gfield_consent_label,
    body .gform_wrapper.form_incricao_wrapper input[type="text"], 
    body .gform_wrapper.form_incricao_wrapper input[type="email"], 
    body .gform_wrapper.form_incricao_wrapper input[type="tel"],
    body .gform_wrapper.form_incricao_wrapper textarea{
        font-size:14px;   
    }
    
        body .gform_wrapper.form_incricao_wrapper .gfield.gfmc-column:first-child{
         padding-right:0px;
     }
       body .gform_wrapper.form_incricao_wrapper .gfield.gfmc-column:last-child{
         padding-left:0px;
     }
     body .gform_wrapper.form_incricao_wrapper .gfmc-column.gfmc-field:last-child div{
    padding-bottom: 15px;
}
}




















 /*pop-up newsletter*/
 
body .gform_wrapper.form_newsletter_wrapper [type="checkbox"]:not(:checked),
body .gform_wrapper.form_newsletter_wrapper [type="checkbox"]:checked {
    display: none;
}

body .gform_wrapper.form_newsletter_wrapper [type="checkbox"]:not(:checked) + label,
body .gform_wrapper.form_newsletter_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.form_newsletter_wrapper [type="checkbox"]:not(:checked) + label:before,
body .gform_wrapper.form_newsletter_wrapper [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 4px;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 5px;
}

/*AFTER NOT CHECKED, AFTER CHEKED*/
body .gform_wrapper.form_newsletter_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.form_newsletter_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.form_newsletter_wrapper [type="checkbox"]:not(:checked) + label:after,
body .gform_wrapper.form_newsletter_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

body .gform_wrapper.form_newsletter_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}



body .gform_wrapper.form_newsletter_wrapper input[type="email"]  {
  
    color: #5E5E5D;
    
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    font-weight: 400;
    /*line-height: 1.2!important; Teste */
    margin-bottom:0;
    border-radius: 5px;
    max-width:100%;
    border:1px solid #000000;
    min-height: 40px;
    height:40px;
    padding-left:45px;   
    background-repeat:no-repeat;
    background-size:30px;
    background-color:#ffffff;
    background-position:top 3px left 5px;    
}

body .gform_wrapper.form_newsletter_wrapper #field_3_1 input{
    background-image: url(/wp-content/uploads/2024/01/03-form-3.svg);
}

body .gform-theme.gform-theme--framework.gform_wrapper.form_newsletter_wrapper .gform_footer .gform_button.button{
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;  
    background-color:#FFFFFF;
    border:3px solid #006D7D;
    color:#006D7D;
    line-height: 1.2;
    font-weight: 500;    
    padding:12px 40px;
    text-transform:uppercase;
}

body .gform-theme.gform-theme--framework.gform_wrapper.form_newsletter_wrapper .gform_footer .gform_button.button:hover{
    color:#FFFFFF;
    background-color:#006D7D;
}


body .gform_wrapper.form_newsletter_wrapper .form_newsletter .gform_footer{
   justify-content: center;
}



.gform_wrapper.form_newsletter_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;
}
.gform_wrapper.form_newsletter_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.form_newsletter_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;     
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}
.gform_wrapper.form_newsletter_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
    color: #5E5E5D;
    opacity: 1;
    font-style: normal;
    font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
    font-weight: 400;
    line-height: 1.2!important;
    text-overflow: ellipsis;    
}

textarea:focus, input:focus {
    outline: none !important;
    box-shadow:none !important;
}
body .gform_wrapper.form_newsletter_wrapper.gform-theme--foundation .gform_fields{
   row-gap: 20px;
 }
 .gform_confirmation_message_3.gform_confirmation_message p{
     font-family: "Roboto Slab", Helvetica, Arial, Verdana, sans-serif; 
      font-weight: 400;
    line-height: 1.2!important;
} 
 