/* Formatações 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: "All Round Gothic" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

/* Contact Form */

body .gform_wrapper.contact-form_wrapper .gform_body input[type="text"],  
body .gform_wrapper.contact-form_wrapper .gform_body input[type="tel"],
body .gform_wrapper.contact-form_wrapper .gform_body input[type="email"]{
    background-color: transparent;
    height: 40px;
    padding: 10px 20px;
    border: 1px solid #89C9C8;
    border-radius:30px;
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
}

body .gform_wrapper.contact-form_wrapper textarea{
    background: transparent;
    min-height: 100px !important;
    width:100%;
    padding:10px 20px;
    border-radius: 30px;
    border: 1px solid #89C9C8;
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	box-shadow:none !important;
	resize: none;
    overflow-x: hidden;
    overflow-wrap: break-word !important;
}

body .gform_wrapper.contact-form_wrapper .gfield_consent_label {
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

body .gform_wrapper.contact-form_wrapper .gfield_consent_label a{
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    text-transform: unset;
}

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

body .gform_wrapper.contact-form_wrapper input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #43A5A3;
    border-radius: 50px !important;
    transition: all .2s;
}

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

body .gform_wrapper.contact-form_wrapper .gform-footer.gform_footer.top_label {
    position: absolute;
}

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

body .gform_wrapper.contact-form_wrapper .gform_footer input[type="submit"] {
    padding: 17px 70px !important;
    width:270px !important;
    font-family: "All Round Gothic" !important;
    font-size: 20px !important;
    background-color: #89C9C8 !important;
    font-weight: 700 !important;
    border-radius: 32px !important;
    color: #272727 !important;
    cursor: pointer!important;
    border:0px !important;
}

body .gform_wrapper.contact-form_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #43A5A3 !important;
}

@media (max-width: 1024px) {
    
body .gform_wrapper.contact-form_wrapper .gform_footer input[type="submit"] {
    width:100% !important;

}

body .gform_wrapper.contact-form_wrapper .gfield_consent_label {
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

body .gform_wrapper.contact-form_wrapper .gfield_consent_label a{
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    text-transform: unset;
}
}

/* End Contact Form */

/* Lista de Espera */

body .gform_wrapper.lista-de-espera_wrapper .gform_body input[type="text"],  
body .gform_wrapper.lista-de-espera_wrapper .gform_body input[type="tel"],
body .gform_wrapper.lista-de-espera_wrapper .gform_body input[type="email"]{
    background-color: transparent;
    height: 40px;
    padding: 10px 20px;
    border: 1px solid #FFF;
    border-radius:30px;
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
}

body .gform_wrapper.lista-de-espera_wrapper .gform-footer.gform_footer.top_label {
    position: absolute;
}

/* End Lista de Espera */

/* Pre-Registration */

body .gform_wrapper.pre-registration-form_wrapper .ginput_container_date input {
    width: 100%;
}

body .gform_wrapper.pre-registration-form_wrapper .gform-field-label {
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 0px !important;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0px;
    width: fit-content;

}

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

body .gform_wrapper.pre-registration-form_wrapper .input-formacao {
    display: flex;
    width: 100% !important;
}

body .gform_wrapper.pre-registration-form_wrapper .gform_body input[type="text"],
body .gform_wrapper.pre-registration-form_wrapper .gform_body input[type="tel"],
body .gform_wrapper.pre-registration-form_wrapper .gform_body input[type="email"] {
    background-color: transparent;
    height: 40px;
    padding: 10px 20px;
    border: 1px solid #89C9C8;
    border-radius: 30px;
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}


body .gform_wrapper.pre-registration-form_wrapper .input-formacao input[type="text"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0px;
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    padding: 0px;
    margin: 0;
    height: 20px;
    width:100%;
}

body .gform_wrapper.pre-registration-form_wrapper input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #43A5A3;
    border-radius: 50px !important;
    transition: all .2s;
}

body .gform_wrapper.pre-registration-form_wrapper .gchoice {
    display: flex;
    align-items: center;
}

body .gform_wrapper.pre-registration-form_wrapper .ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

body .gform_wrapper.pre-registration-form_wrapper input[type="checkbox"] {
    background: #FFFF !important;
    width: 10px;
    height: 10px;
    border-radius: 50px !important;
    cursor: pointer;
    border:none;
}

a.ui-state-default.ui-state-active {
    background-color: #89C9C8 !important;
}

.gform-theme--framework.ui-datepicker select.ui-datepicker-month,
.gform-theme--framework.ui-datepicker select.ui-datepicker-year {
	box-shadow:none !important;
	border: 1px solid #89C9C8 !important;
}

a.ui-state-default.ui-state-active {
    background: #89C9C8 !important;
}

a.ui-state-default {
	border: #89C9C8 !important;
}

.input-formacao {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.3s ease;
  pointer-events: none;
}

.input-formacao.ativa {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

.dropdown-formacao {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #89C9C8;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: white;
    font-family: "All Round Gothic";
    font-size: 16px;
    background-color: transparent;
    cursor: pointer;
    margin-bottom: -10px;
}

.dropdown-formacao {
  margin-bottom: -10px;
  transition: margin-bottom 0.3s ease;
}

.dropdown-formacao.ativa {
  margin-bottom: 10px;
}

    
.dropdown-formacao::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 14px;
  height: 14px;
  background-image: url('/wp-content/uploads/2025/03/seta-form.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s ease;
}

.dropdown-formacao.ativa::after {
  transform: translateY(-50%) rotate(180deg);
}

.input-formacao .ginput_container {
    flex: 1;
}

@media (max-width: 640px) {
    
.dropdown-formacao {
    margin-bottom: -30px;
    transition: margin-bottom 0.3s ease;
}

}

@media (max-width: 767px){

body .gform_wrapper.pre-registration-form_wrapper .gform-field-label {
    color: #FFF;
    font-family: "All Round Gothic";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding: 0px !important;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0px;
    width: fit-content;
}
}

/* End Pre-Registration */
