.elementor-247 .elementor-element.elementor-element-4c12fb3{--display:flex;--min-height:85vh;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-247 .elementor-element.elementor-element-4c12fb3.e-con{--align-self:center;}.elementor-247 .elementor-element.elementor-element-d08c146{--display:flex;--min-height:90vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-247 .elementor-element.elementor-element-20c3358{--e-image-carousel-slides-to-show:1;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-247 .elementor-element.elementor-element-20c3358.elementor-element{--align-self:center;}.elementor-247 .elementor-element.elementor-element-fee936c{--display:flex;--position:fixed;--min-height:5vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;bottom:40px;}.elementor-247 .elementor-element.elementor-element-fee936c:not(.elementor-motion-effects-element-type-background), .elementor-247 .elementor-element.elementor-element-fee936c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-247 .elementor-element.elementor-element-fee936c.e-con{--align-self:center;}body:not(.rtl) .elementor-247 .elementor-element.elementor-element-fee936c{left:0px;}body.rtl .elementor-247 .elementor-element.elementor-element-fee936c{right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-247 .elementor-element.elementor-element-8fc8a53{text-align:center;font-family:"Ubuntu", Sans-serif;font-size:21px;font-weight:600;color:#FFFFFF;}.elementor-247 .elementor-element.elementor-element-8fc8a53 p{margin-block-end:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-247 .elementor-element.elementor-element-d08c146{--min-height:80vh;}}@media(min-width:768px){.elementor-247 .elementor-element.elementor-element-4c12fb3{--width:100vw;}.elementor-247 .elementor-element.elementor-element-d08c146{--width:100%;}.elementor-247 .elementor-element.elementor-element-fee936c{--width:100vw;}}@media(max-width:767px){.elementor-247 .elementor-element.elementor-element-4c12fb3{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-247 .elementor-element.elementor-element-d08c146{--min-height:70vh;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-247 .elementor-element.elementor-element-20c3358{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px -8px 0px;}.elementor-247 .elementor-element.elementor-element-fee936c{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-247 .elementor-element.elementor-element-8fc8a53{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;font-size:14px;}.elementor-247 .elementor-element.elementor-element-8fc8a53.elementor-element{--align-self:center;}}/* Start custom CSS for container, class: .elementor-element-d08c146 *//* ===== CONTAINER PRINCIPAL ===== */
.home-fullscreen {
    /* Ocupa toda a tela, menos a faixa e o footer */
    height: calc(100vh - 80px); /* Ajusta se tua faixa/footer tiver altura diferente */
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow: hidden; /* Evita rolagem indesejada */
}

/* ===== HEADER ===== */
.home-fullscreen .header-class {
    flex: 0 0 auto; /* Altura automática (não cresce nem encolhe) */
    /* height: 80px;  <-- define se quiser altura fixa */
}

/* ===== CARROSSEL ===== */
.home-fullscreen .carousel-section {
    flex: 1; /* Ocupa todo o espaço disponível */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0; /* Importante pro flexbox */
    overflow: hidden; /* Evita que imagens estourem o layout */
}

/* As imagens dentro do carrossel */
.home-fullscreen .carousel-section img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantém proporção, cobre toda a área */
    object-position: center;
}

/* ===== SEGUNDO CONTAINER (se existir) ===== */
.home-fullscreen .second-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
}

/* ===== FOOTER ===== */
.home-fullscreen .footer-class {
    flex: 0 0 auto;
    /* height: 60px;  <-- define se quiser altura fixa */
}

/* ===== FAIXA “ERIC AMARAL GARCIA | HUMANIST PHOTOGRAPHER” ===== */
.footer-banner {
    position: absolute; /* Fica colada acima do footer */
    bottom: 50px; /* Ajusta conforme altura do footer */
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
    background: transparent; /* Mantém o fundo limpo */
    z-index: 10;
}

/* ===== RESPONSIVIDADE ===== */

/* Tablet */
@media (max-width: 1024px) {
    .home-fullscreen {
        height: calc(100vh - 70px);
    }

    .footer-banner {
        bottom: 40px;
        font-size: 0.9rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .home-fullscreen {
        height: calc(100vh - 60px);
    }

    .footer-banner {
        bottom: 35px;
        font-size: 0.85rem;
        padding: 8px 0;
    }
}/* End custom CSS */
/* Start custom CSS *//* CONFIGURAÇÃO PRINCIPAL - SEM ESPAÇO EXTRA */
body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/* CONTEÚDO PRINCIPAL - ocupa TUDO */
.site-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
}

/* CARROSSEL - ocupa TODO espaço disponível */
#carrossel-home {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    padding: 0 !important;
}

/* Imagens do carrossel maiores */
#carrossel-home img {
    max-height: 75vh !important;
    max-width: 90% !important;
    object-fit: contain !important;
}

/* TEXTO - faixa mínima */
#texto-home {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 50px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
}

/* FOOTER - só o necessário */
.site-footer {
    flex: 0 0 auto !important;
    height: auto !important;
    padding: 5px 0 !important;
}

/* FORÇAR O FOOTER A APARECER */
.site-footer, 
footer.elementor-location-footer,
footer, 
[data-elementor-type="footer"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 9999 !important;
    height: auto !important;
    min-height: 30px !important;
}

/* Remover qualquer hide */
.site-footer[style*="display:none"],
.site-footer[style*="visibility:hidden"],
footer[style*="display:none"],
footer[style*="visibility:hidden"] {
    display: block !important;
    visibility: visible !important;
}/* End custom CSS */