.elementor-kit-6{--e-global-color-primary:#4F8FA3;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#666666;--e-global-color-accent:#6BAED6;--e-global-color-c632ec4:#65AC9C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#4F8FA3;}.elementor-kit-6 a:hover{color:#377285;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   JET FORMBUILDER – ESTILO GERAL
   Projeto Enfermagem
   =============================== */

/* Texto geral do formulário */
.jet-form-builder,
.jet-form-builder label,
.jet-form-builder__field-label {
    color: #666666;
}

/* Campos de texto */
.jet-form-builder input[type="text"],
.jet-form-builder input[type="email"],
.jet-form-builder input[type="number"],
.jet-form-builder input[type="tel"],
.jet-form-builder input[type="date"],
.jet-form-builder textarea,
.jet-form-builder select {
    color: #666666;
    border-radius: 6px;
    border-color:#666666;
}

/* Placeholder */
.jet-form-builder ::placeholder {
    color: #999999;
}

/* Foco nos campos */
.jet-form-builder input:focus,
.jet-form-builder textarea:focus,
.jet-form-builder select:focus {
    border-color: #65AC9C;
    outline: none;
}

/* ===============================
   BOTÕES
   =============================== */

/* Botão principal e paginação */
.jet-form-builder__submit,
.jet-form-builder__next-page,
.jet-form-builder__prev-page {
    background-color: #65AC9C;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 22px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

/* Hover dos botões */
.jet-form-builder__submit:hover,
.jet-form-builder__next-page:hover,
.jet-form-builder__prev-page:hover {
    background-color: #4f9688; /* tom mais escuro */
    color: #ffffff;
}

/* ===============================
   AJUSTES EXTRAS (OPCIONAL)
   =============================== */

/* Espaçamento entre campos */
.jet-form-builder__field-wrap {
    margin-bottom: 0px;
}

/* Barra de progresso */
.jet-form-builder-progress__bar {
    background-color: #65AC9C;
}

[type=button], [type=submit], button {
    color:#fff;
    background-color: #4f8fa3;
    border: none;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #3d7c90;
}

#reply-title {
    font-size: 24px;
}

textarea {
    border: soolid 1px #ccc !important;
    background-color:#f5f5f5;
}

textarea:focus-visible {
    border: soolid 1px #ccc !important;
      outline: 1px solid #ccc;

}

/* limitação de largura dos vídeos do CPT */

.wp-video {
    max-width: 400px !important;
}

/* centraliza galeria de vídeos */

.wp-playlist-light {
    max-width: 500px;
    margin: 0 auto !important;
}

/**/
.wp-playlist-light .wp-playlist-caption {
    padding: 10px !important;
}/* End custom CSS */