/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Child theme do Blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
*/

/* ============================================
   Estilos para Cards de Entrada (Archive)
   ============================================ */
   .entries[data-layout="grid"] .entry-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.entries[data-layout="grid"] .entry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #49B9C4;
}

.entries[data-layout="grid"] .entry-card:hover::before {
    transform: scaleX(1);
}

.entries[data-layout="grid"] .entry-title {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 100px;
}

.entries[data-layout="grid"] .entry-title a {
    color: rgba(15, 23, 42, 0.92);
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.entries[data-layout="grid"] .entry-card:hover .entry-title a {
    color: #49B9C4;
}

.entries[data-layout="grid"] .entry-excerpt {
    margin: 0 0 20px 0;
    color: rgba(15, 23, 42, 0.75);
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
}

.entries[data-layout="grid"] .entry-excerpt p {
    margin: 0;
}

/* Ocultar meta de autor e data */
.entries[data-layout="grid"] .entry-meta {
    display: none !important;
}

/* Badge de tipo de conteÃƒÂºdo */
.entries[data-layout="grid"] .entry-card::after {
    content: attr(data-post-type);
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(73, 185, 196, 0.1);
    color: #49B9C4;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
}

.entries[data-layout="grid"] .entry-card:hover::after {
    background: #49B9C4;
    color: #ffffff;
}

/* Responsivo */
@media (max-width: 768px) {
    .entries[data-layout="grid"] .entry-card {
        padding: 20px;
    }
    
    .entries[data-layout="grid"] .entry-title {
        font-size: 18px;
        padding-right: 90px;
    }
    
    .entries[data-layout="grid"] .entry-excerpt {
        font-size: 14px;
    }
    
    .entries[data-layout="grid"] .entry-card::after {
        top: 16px;
        right: 16px;
        font-size: 11px;
        padding: 3px 10px;
    }
}

/* Aplicar fonte Poppins em todo o site */
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

 .stk-row.stk-80d7c10-column {
    display: flex;
    align-items: stretch;
 }

 .stk-row.stk-80d7c10-column > .stk-block-column {
    display: flex;
    align-self: stretch;
    min-height: 0;
 }

 .stk-row.stk-80d7c10-column > .stk-block-column > .stk-column-wrapper {
    display: flex;
    flex: 1;
    min-height: 0;
 }

 .stk-row.stk-80d7c10-column > .stk-block-column > .stk-column-wrapper > .stk-container {
    display: flex;
    flex: 1;
    min-height: 0;
 }

 .stk-row.stk-80d7c10-column > .stk-block-column > .stk-column-wrapper > .stk-container > .stk-block-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    min-height: 0;
 }

 @media (max-width: 768px) {
    .stk-row.stk-80d7c10-column {
        display: block;
    }

    .stk-row.stk-80d7c10-column > .stk-block-column {
        display: block;
    }
 }

/* Margin nos lados do container do header */
.ct-container-fluid {
    padding: 0 50px;
}

/* Header Sticky com blur no background */
[data-sticky="yes:shrink"] {
    position: relative;
    background: rgb(255 255 255 / 60%) !important;
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
}

[data-sticky="yes:shrink"] .ct-container-fluid {
    position: relative;
    z-index: 1;
}


/* Estilos para container Stackable com notÃƒÆ’Ã‚Â­cias */
.stk-block-columns.stk-1b81909 {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.stk-block-columns.stk-1b81909 .stk-row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.stk-block-columns.stk-1b81909 .stk-block-column {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.stk-block-columns.stk-1b81909 .stk-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.stk-block-columns.stk-1b81909 .stk-block-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Responsivo - Mobile para container de notÃƒÆ’Ã‚Â­cias */
@media (max-width: 768px) {
    .stk-block-columns.stk-1b81909 {
        padding: 0 20px;
    }

    .stk-block-columns.stk-1b81909 .stk-block-column {
        padding: 0;
    }

    .stk-block-columns.stk-1b81909 .stk-container {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .stk-block-columns.stk-1b81909 {
        padding: 0 15px;
    }
}


/* Remover padding em mobile para bloco stk-bbbe2e7 */
@media (max-width: 768px) {
    .stk-block-columns.stk-bbbe2e7 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .stk-block-columns.stk-bbbe2e7 .stk-row {
        padding: 0 !important;
        margin: 0 !important;
    }

    .stk-block-columns.stk-bbbe2e7 .stk-block-column {
        padding: 0 !important;
        margin: 0 !important;
    }

    .stk-block-columns.stk-bbbe2e7 .stk-container {
        padding: 0 !important;
        margin: 0 !important;
    }

    .stk-block-columns.stk-bbbe2e7 .stk-block-content {
        padding: 0 !important;
        margin: 0 !important;
    }

    .testemunha-container{
        max-height:100px;
    }
}

/* Estilos para tÃƒÆ’Ã‚Â­tulos com classe title-pages - sublinhado animado */
.title-pages .stk-block-heading__text,
.title-pages h1,
.title-pages h2,
.title-pages h3,
.title-pages h4,
.title-pages h5,
.title-pages h6 {
    position: relative;
}

.title-pages .stk-block-heading__text em,
.title-pages h1 em,
.title-pages h2 em,
.title-pages h3 em,
.title-pages h4 em,
.title-pages h5 em,
.title-pages h6 em {
    position: relative;
    display: inline-block;
}

.title-pages .stk-block-heading__text .nectar-scribble,
.title-pages h1 .nectar-scribble,
.title-pages h2 .nectar-scribble,
.title-pages h3 .nectar-scribble,
.title-pages h4 .nectar-scribble,
.title-pages h5 .nectar-scribble,
.title-pages h6 .nectar-scribble {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    overflow: visible;
}

.title-pages .stk-block-heading__text .nectar-scribble path,
.title-pages h1 .nectar-scribble path,
.title-pages h2 .nectar-scribble path,
.title-pages h3 .nectar-scribble path,
.title-pages h4 .nectar-scribble path,
.title-pages h5 .nectar-scribble path,
.title-pages h6 .nectar-scribble path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: nectarScribbleDrawTitlePages 1.8s ease-out forwards;
}

@keyframes nectarScribbleDrawTitlePages {
    to {
        stroke-dashoffset: 0;
    }
}

/* Estilos para formulÃƒÆ’Ã‚Â¡rio de contacto */
.stk-b11bbc8-inner-blocks {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.stk-b11bbc8-inner-blocks .stk-block-heading {
    margin-bottom: 10px;
}

.stk-b11bbc8-inner-blocks .stk-block-heading__text {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.stk-b11bbc8-inner-blocks .stk-block-text {
    margin-bottom: 30px;
}

.stk-b11bbc8-inner-blocks .stk-block-text__text {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
}

/* Estilos do Formidable Forms */
#frm_form_1_container {
    margin-top: 0;
}

.frm_form_fields fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.frm_form_fields legend {
    display: none;
}

.frm_fields_container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Estilos para campos do formulÃƒÆ’Ã‚Â¡rio */
.frm_form_field {
    margin-bottom: 0;
}

.frm_primary_label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.frm_required {
    color: #e53e3e;
    margin-left: 2px;
}

/* Inputs e textareas */
.frm_form_field input[type="text"],
.frm_form_field input[type="email"],
.frm_form_field input[type="tel"],
.frm_form_field textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333;
    background-color: #ffffff;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.frm_form_field input[type="text"]:focus,
.frm_form_field input[type="email"]:focus,
.frm_form_field input[type="tel"]:focus,
.frm_form_field textarea:focus {
    outline: none;
    border-color: #49B9C4;
    box-shadow: 0 0 0 3px rgba(73, 185, 196, 0.1);
}

.frm_form_field input[type="text"]:hover,
.frm_form_field input[type="email"]:hover,
.frm_form_field input[type="tel"]:hover,
.frm_form_field textarea:hover {
    border-color: rgba(0, 0, 0, 0.25);
}

.frm_form_field textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.5;
}

/* DescriÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o do campo */
.frm_description {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 6px;
    line-height: 1.4;
}

/* Campos full width */
.frm_full {
    width: 100%;
}

/* BotÃƒÆ’Ã‚Â£o de submissÃƒÆ’Ã‚Â£o */
.frm_submit {
    margin-top: 8px;
}

.frm_button_submit {
    background: #49B9C4;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(73, 185, 196, 0.2);
}

.frm_button_submit:hover {
    background: #3a9ca5;
    box-shadow: 0 4px 12px rgba(73, 185, 196, 0.3);
    transform: translateY(-1px);
}

.frm_button_submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(73, 185, 196, 0.25);
}

/* Campo hidden (honeypot) */
#frm_field_9_container {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

/* Campo captcha */
#frm_field_8_container {
    margin-bottom: 0;
}

/* Estados de erro */
.frm_form_field input.frm_error,
.frm_form_field textarea.frm_error {
    border-color: #e53e3e;
}

.frm_error_style {
    color: #e53e3e;
    font-size: 13px;
    margin-top: 6px;
}

/* Mensagens de sucesso */
.frm_message {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 15px;
}

.frm_message.frm_success {
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

/* Responsivo */
@media (max-width: 768px) {
    .stk-b11bbc8-inner-blocks {
        padding: 30px 15px;
    }

    .stk-b11bbc8-inner-blocks .stk-block-heading__text {
        font-size: 26px;
    }

    .stk-b11bbc8-inner-blocks .stk-block-text__text {
        font-size: 16px;
    }

    .frm_fields_container {
        gap: 20px;
    }

    .frm_button_submit {
        width: 100%;
        padding: 14px 24px;
    }
}

@media (max-width: 480px) {
    .stk-b11bbc8-inner-blocks {
        padding: 20px 10px;
    }

    .frm_form_field input[type="text"],
    .frm_form_field input[type="email"],
    .frm_form_field input[type="tel"],
    .frm_form_field textarea {
        padding: 10px 14px;
        font-size: 14px;
    }
}

/* Estilos para banner-links com efeito blur */
.banner-links {
    position: relative;
    background: rgb(255 255 255 / 60%) !important;
    backdrop-filter: blur(12px) saturate(10%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    border-radius: 32px;
    overflow: hidden;
    isolation: isolate;
}

/* Margem lateral simétrica (150px de cada lado) entre 768px e 1920px */
@media (max-width: 1920px) and (min-width: 1024px) {
    .stk-b7ff4c4.banner-links,
    .banner-links.stk-b7ff4c4 {
        width: calc(100% - 300px) !important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Margem lateral simétrica (150px de cada lado) entre 768px e 1920px */
@media (max-width: 1024px) and (min-width: 768px) {
    .stk-b7ff4c4.banner-links,
    .banner-links.stk-b7ff4c4 {
        width: calc(100% - 90px) !important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Organizar os 4 primeiros elementos em linha horizontal com scroll */
.stk-row.stk-b7ff4c4-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

/* Wrapper para os 4 primeiros elementos com scroll horizontal */
.portais-scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 20px;
    width: 98%;
    /* Esconder scrollbar mas manter funcionalidade */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE e Edge */
    justify-content: center;
}

/* Esconder scrollbar no Chrome, Safari e Opera */
.portais-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

/* Os 4 primeiros elementos dentro do wrapper - mesma linha */
.portais-scroll-wrapper > .stk-block-column {
    flex: 0 0 auto !important;
    min-width: 200px !important;
    max-width: 250px !important;
    width: auto !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start;
}

/* Scrollbar */
.stk-row.stk-b7ff4c4-column::-webkit-scrollbar {
    height: 8px;
}

.stk-row.stk-b7ff4c4-column::-webkit-scrollbar-track {
    background: transparent;
}

.stk-row.stk-b7ff4c4-column::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.stk-row.stk-b7ff4c4-column::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

/* Os 4 primeiros elementos - mesma linha, nÃƒÆ’Ã‚Â£o quebram */
.stk-row.stk-b7ff4c4-column > .stk-block-column.stk-98bbbe3,
.stk-row.stk-b7ff4c4-column > .stk-block-column.stk-ba7afe7,
.stk-row.stk-b7ff4c4-column > .stk-block-column.stk-5bce201,
.stk-row.stk-b7ff4c4-column > .stk-block-column.stk-cccefc0 {
    flex: 0 0 auto !important;
    min-width: 200px !important;
    max-width: 250px !important;
    width: auto !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start;
}

/* Ajustar imagens dentro dos 4 primeiros */
.portais-scroll-wrapper .stk-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 80px;
}

/* Container de imagem centralizado */
.portais-scroll-wrapper .stk-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* BotÃƒÆ’Ã‚Â£o ÃƒÆ’Ã‚Ârea Reservada */
.portais-scroll-wrapper > .stk-block-column.stk-cccefc0 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portais-scroll-wrapper > .stk-block-column.stk-cccefc0 .stk-button {
    white-space: nowrap;
    padding: 12px 20px;
}

/* O resto (portal-servicos) fica como estÃƒÆ’Ã‚Â¡ - forÃƒÆ’Ã‚Â§a quebra de linha */
.stk-row.stk-b7ff4c4-column > .stk-block-column.stk-25035f3 {
    flex: 1 1 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    flex-basis: 100% !important;
    order: 999;
}

/* Garantir que o conteÃƒÆ’Ã‚Âºdo fica acima */
.stk-b7ff4c4.banner-links > *,
.banner-links.stk-b7ff4c4 > * {
    position: relative;
    z-index: 1;
}

/* Ajustes para os elementos internos */
.stk-b7ff4c4.banner-links .stk-row,
.banner-links.stk-b7ff4c4 .stk-row {
    position: relative;
    z-index: 1;
}

/* Fallback para navegadores que nÃƒÆ’Ã‚Â£o suportam backdrop-filter */
@supports not (backdrop-filter: blur(12px)) {
    .stk-b7ff4c4.banner-links,
    .banner-links.stk-b7ff4c4 {
        background: rgba(255, 255, 255, 0.9) !important;
    }
}

/* Ajustes responsivos para o blur */
@media (max-width: 768px) {
    .stk-b7ff4c4.banner-links,
    .banner-links.stk-b7ff4c4 {
        backdrop-filter: blur(10px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(10px) saturate(180%) !important;
        margin: 0 !important;
        width: 100%;
    }
    
    /* Os 4 primeiros elementos em scroll horizontal no mobile tambÃƒÆ’Ã‚Â©m */
    .stk-row.stk-b7ff4c4-column {
        padding: 0px;
        gap: 12px;
    }
    
    .portais-scroll-wrapper {
        gap: 0px;
        justify-content: flex-start;
    }
    
    .portais-scroll-wrapper > .stk-block-column {
        min-width: 130px !important;
        max-width: 180px !important;
    }
    
    /* Portal serviÃƒÆ’Ã‚Â§os ocupa toda a largura no mobile */
    .stk-row.stk-b7ff4c4-column > .stk-block-column.stk-25035f3 {
        margin-top: 0;
    }
}
/* Portal de serviços – remover padding entre 768px e 1600px */
@media (max-width: 1600px) and (min-width: 768px) {
    .portal-servicos-container {
        padding: 0 !important;
    }
}
/* Título principal do banner – reduzir tamanho abaixo de 1300px */
@media (max-width: 1300px) {
    .banner-titulo-principal {
        font-size: 2.1rem !important;
        line-height: 1.15;
    }
    .portal-servicos-container {
        width: 100%;
        max-width: 100%;
        margin: 15px auto 0;
        padding: 0 60px;
        box-sizing: border-box;
    }
}


/* Responsivo para a seÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o */
@media (max-width: 1024px) {

    .portais-scroll-wrapper {
        gap: 10px;
        justify-content: flex-start;
    }
    
    /* Melhorar layout da seÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o Biblioteca, EspaÃƒÆ’Ã‚Â§o ConvÃƒÆ’Ã‚Â­vio e Apoio a Alunos - scroll horizontal */
    .stk-row.stk-0c98484-column {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 30px;
        padding: 60px 40px;
        align-items: stretch;
        /* Esconder scrollbar mas manter funcionalidade */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE e Edge */
    }
    
    /* Esconder scrollbar no Chrome, Safari e Opera */
    .stk-row.stk-0c98484-column::-webkit-scrollbar {
        display: none;
    }
    
    .stk-row.stk-0c98484-column > .stk-block-column {
        flex: 0 0 auto !important;
        width: 350px !important;
        min-width: 350px !important;
        max-width: 350px !important;
        flex-shrink: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px 30px;
        min-height: 200px;
        scroll-snap-align: start;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }
    
    .stk-row.stk-0c98484-column > .stk-block-column:hover {
        transform: translateY(-5px);
    }
    
    /* TÃƒÆ’Ã‚Â­tulos dentro da seÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o */
    .stk-row.stk-0c98484-column .stk-block-heading__text {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.3;
        margin: 0;
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
    
    .stk-row.stk-0c98484-column {
        gap: 0px;
        padding: 40px 0px;
    }
    
    .stk-row.stk-0c98484-column > .stk-block-column {
        width: 320px !important;
        min-width: 420px !important;
        max-width: 320px !important;
        padding: 30px 20px;
        max-height: 100px;
    }
    
    .stk-row.stk-0c98484-column .stk-block-heading__text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .stk-row.stk-0c98484-column {
        gap: 0px;
        padding: 10px 0px;
    }
    
    .stk-row.stk-0c98484-column > .stk-block-column {
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
        padding: 30px 20px;
        max-height: 100px;
    }
    
    .stk-row.stk-0c98484-column .stk-block-heading__text {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .stk-row.stk-0c98484-column {
        padding: 15px 0px;
        gap: 0px;
    }
    
    .stk-row.stk-0c98484-column > .stk-block-column {
        width: 270px !important;
        min-width: 270px !important;
        max-width: 270px !important;
        padding: 25px 15px;
        max-height: 100px;
    }
    
    .stk-row.stk-0c98484-column .stk-block-heading__text {
        font-size: 20px;
    }
}

/* Responsivo para a seÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o */
@media (max-width: 1024px) {
    /* Melhorar layout da seÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o Escola Inclusiva, LaboratÃƒÆ’Ã‚Â³rios e Escola TecnolÃƒÆ’Ã‚Â³gica - scroll horizontal */
    .stk-row.stk-61160f8-column {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 30px;
        padding: 60px 40px;
        align-items: stretch;
        /* Esconder scrollbar mas manter funcionalidade */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE e Edge */
    }
    
    /* Esconder scrollbar no Chrome, Safari e Opera */
    .stk-row.stk-61160f8-column::-webkit-scrollbar {
        display: none;
    }
    
    .stk-row.stk-61160f8-column > .stk-block-column {
        flex: 0 0 auto !important;
        width: 350px !important;
        min-width: 350px !important;
        max-width: 350px !important;
        flex-shrink: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px 30px;
        min-height: 200px;
        scroll-snap-align: start;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }
    
    .stk-row.stk-61160f8-column > .stk-block-column:hover {
        transform: translateY(-5px);
    }
    
    /* TÃƒÆ’Ã‚Â­tulos dentro da seÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o */
    .stk-row.stk-61160f8-column .stk-block-heading__text {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.3;
        margin: 0;
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .stk-row.stk-61160f8-column {
        gap: 0px;
        padding: 40px 0px;
    }
    
    .stk-row.stk-61160f8-column > .stk-block-column {
        width: 320px !important;
        min-width: 420px !important;
        max-width: 320px !important;
        padding: 30px 20px;
        max-height: 100px;
    }
    
    .stk-row.stk-61160f8-column .stk-block-heading__text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .stk-row.stk-61160f8-column {
        gap: 0px;
        padding: 10px 0px;
    }
    
    .stk-row.stk-61160f8-column > .stk-block-column {
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
        padding: 30px 20px;
        max-height: 100px;
    }
    
    .stk-row.stk-61160f8-column .stk-block-heading__text {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .stk-row.stk-61160f8-column {
        padding: 15px 0px;
        gap: 0px;
    }
    
    .stk-row.stk-61160f8-column > .stk-block-column {
        width: 270px !important;
        min-width: 270px !important;
        max-width: 270px !important;
        padding: 25px 15px;
        max-height: 100px;
    }
    
    .stk-row.stk-61160f8-column .stk-block-heading__text {
        font-size: 20px;
    }
    
    /* Organizar portais externos em grid 2x2 - apenas se tiver classe portais-externos */
    .portais-externos .stk-row.stk-b7ff4c4-column {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 12px !important;
        overflow-x: visible !important;
    }
    
    .portais-externos .stk-block-column {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 70px !important;
        padding: 12px !important;
    }
    
    /* Logos centralizados */
    .portais-externos .stk-block-image,
    .portais-externos .stk-img-wrapper,
    .portais-externos .stk-link {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .portais-externos img {
        max-width: 100% !important;
        height: auto !important;
        max-height: 50px !important;
        object-fit: contain !important;
    }
    
    /* BotÃƒÆ’Ã‚Â£o ÃƒÆ’Ã‚Ârea Reservada ao lado do SIGA */
    .portais-externos .stk-block-column.stk-cccefc0 {
        grid-column: auto !important;
        min-height: 70px !important;
        padding: 12px !important;
    }
    
    .portais-externos .stk-button {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 8px !important;
        font-size: 12px !important;
    }
}

/* Accordion aberto - font-weight 700 no heading */
.stk-block-accordion[open] .stk-block-heading__text,
.stk-block-accordion.stk--is-open .stk-block-heading__text,
details.stk-block-accordion[open] .stk-block-heading__text,
details.stk-block-accordion.stk--is-open .stk-block-heading__text {
    font-weight: 700 !important;
}

/* Todas as colunas com background */
.stk-block-background {
    overflow: hidden;
    background-size: 100% !important; /* tamanho inicial */
    background-position: center;
    transition: background-size 1s ease-in-out !important; /* lento e suave */
}

/* Hover: aumenta o background */
.stk-block-background:hover {
    background-size: 115% !important; /* zoom lento */
}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
    --theme-text-transform: unset;
}

/* ============================================
   Formulário de conteúdo protegido por senha
   ============================================ */
.post-password-form {
    max-width: 800px;
    margin: 3rem auto 4rem;
    padding: 2rem 2rem 2.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.post-password-form p:empty {
    display: none;
}

.post-password-form p {
    margin: 0 0 1.25rem;
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}

.post-password-form p:last-of-type {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

.post-password-form label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    cursor: pointer;
}

.post-password-form input[type="password"] {
    flex: 1;
    min-width: 180px;
    padding: 0.625rem 0.875rem;
    font-size: 15px;
    font-family: inherit;
    color: #1f2937;
    background: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.post-password-form input[type="password"]:focus {
    outline: none;
    border-color: #0f7f86;
    box-shadow: 0 0 0 3px rgba(15, 127, 134, 0.15);
}

.post-password-form input[type="password"]::placeholder {
    color: #9ca3af;
}

.post-password-form input[type="submit"] {
    padding: 0.625rem 1.25rem;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: linear-gradient(135deg, #0f7f86 0%, #0a606a 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-password-form input[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 127, 134, 0.35);
}

.post-password-form input[type="submit"]:active {
    transform: translateY(0);
}

@media (max-width: 480px) {
    .post-password-form {
        margin: 2rem 1rem 3rem;
        padding: 1.5rem 1.25rem;
    }

    .post-password-form p:last-of-type {
        flex-direction: column;
        align-items: stretch;
    }

    .post-password-form label {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .post-password-form input[type="password"] {
        min-width: 100%;
    }

    .post-password-form input[type="submit"] {
        width: 100%;
    }
}