.elementor-8211 .elementor-element.elementor-element-a3da8f4{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:90px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box:has(:hover) .elementor-icon-box-title,
					 .elementor-widget-icon-box:has(:focus) .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-description{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-8211 .elementor-element.elementor-element-ac0e852{width:var( --container-widget-width, 680px );max-width:680px;--container-widget-width:680px;--container-widget-flex-grow:0;}.elementor-8211 .elementor-element.elementor-element-e1f71c6{width:100%;max-width:100%;}.elementor-8211 .elementor-element.elementor-element-e1f71c6.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-8211 .elementor-element.elementor-element-27dc32f{--display:flex;}.elementor-8211 .elementor-element.elementor-element-c8b905c{width:100%;max-width:100%;}.elementor-8211 .elementor-element.elementor-element-c8b905c.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-e1f71c6 *//* =====================================================
   SOLUTIONE • COLEÇÕES
   PARTE 2 — CSS
   Desktop → Notebook → Tablet → Mobile
===================================================== */


/* =====================================================
   01. PERSONALIZAÇÃO
   Altere somente estas variáveis quando quiser
   personalizar o componente.
===================================================== */

#solutione-gallery {

    /* ===== TIPOGRAFIA ===== */

    --sg-font-title: "Montserrat", sans-serif;
    --sg-font-text: "Montserrat", sans-serif;


    /* ===== CORES ===== */

    --sg-bg: #ffffff;
    --sg-text: #111111;
    --sg-text-soft: #666666;

    --sg-button-bg: #f4f4f4;
    --sg-button-text: #222222;

    --sg-button-active-bg: #111111;
    --sg-button-active-text: #ffffff;

    --sg-overlay-start: rgba(0,0,0,0);
    --sg-overlay-end: rgba(0,0,0,.68);


    /* ===== IMAGEM ===== */

    --sg-image-position: center center;


    /* ===== BORDA DA IMAGEM ===== */

    --sg-radius: 0px;


    /* ===== ESPAÇAMENTO DA SEÇÃO ===== */

    --sg-padding-top: 90px;
    --sg-padding-bottom: 90px;
    --sg-padding-side: 40px;


    /* ===== COLEÇÕES ===== */

    --sg-collection-gap: 10px;

    --sg-collection-height: 44px;

    --sg-collection-padding: 0 20px;


    /* ===== MATERIAIS ===== */

    --sg-material-width: 180px;

    --sg-material-gap: 10px;

    --sg-material-height: 42px;

    --sg-material-padding: 0 18px;


    /* ===== ANIMAÇÕES ===== */

    --sg-transition: .45s ease;

}


/* =====================================================
   02. RESET
===================================================== */

#solutione-gallery,
#solutione-gallery * {
    box-sizing: border-box;
}


/* Remove comportamentos padrão dos botões */

#solutione-gallery button {
    font-family: inherit;
}


/* =====================================================
   03. CONTAINER PRINCIPAL
===================================================== */

#solutione-gallery {

    width: 100%;

    background: var(--sg-bg);

    color: var(--sg-text);

    padding:
        var(--sg-padding-top)
        var(--sg-padding-side)
        var(--sg-padding-bottom);

}


/* =====================================================
   04. WRAPPER
===================================================== */

#solutione-gallery .sg-wrapper {

    width: 100%;
    max-width: 1800px;

    margin: 0 auto;

}


/* =====================================================
   05. NAVEGAÇÃO DAS COLEÇÕES
===================================================== */

#solutione-gallery .sg-collections {

    width: 100%;

    display: flex;

    justify-content: center;
    align-items: center;

    flex-wrap: wrap;

    gap: var(--sg-collection-gap);

    margin-bottom: 28px;

}


/* Botões das coleções */

#solutione-gallery .sg-collection {

    height: var(--sg-collection-height);

    padding: var(--sg-collection-padding);

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border: 1px solid transparent;

    border-radius: 999px;

    background: var(--sg-button-bg);

    color: var(--sg-button-text);

    font-family: var(--sg-font-text);

    font-size: 13px;

    font-weight: 500;

    letter-spacing: .02em;

    white-space: nowrap;

    cursor: pointer;

    transition:
        background var(--sg-transition),
        color var(--sg-transition),
        border-color var(--sg-transition),
        transform var(--sg-transition);

}


/* Coleção ativa */

#solutione-gallery .sg-collection.active {

    background: var(--sg-button-active-bg);

    color: var(--sg-button-active-text);

}


/* Hover */

#solutione-gallery .sg-collection:hover {

    background: var(--sg-button-active-bg);

    color: var(--sg-button-active-text);

}


/* =====================================================
   06. ÁREA PRINCIPAL DA IMAGEM
===================================================== */

#solutione-gallery .sg-stage {

    position: relative;

    width: 100%;

    height: calc(100vh - 180px);

    min-height: 650px;

    max-height: 900px;

    overflow: hidden;

    border-radius: var(--sg-radius);

    background: #e9e9e9;

}


/* =====================================================
   07. IMAGEM
===================================================== */

#solutione-gallery #sg-image {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: var(--sg-image-position);

    opacity: 1;

    transition: opacity .45s ease;

}


/* Estado usado pelo JavaScript durante o fade */

#solutione-gallery #sg-image.sg-fade-out {

    opacity: 0;

}


/* =====================================================
   08. OVERLAY DA IMAGEM
===================================================== */

#solutione-gallery .sg-overlay {

    position: absolute;

    inset: 0;

    z-index: 2;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            var(--sg-overlay-start) 35%,
            var(--sg-overlay-end) 100%
        );

}


/* =====================================================
   09. NOME DO MATERIAL
===================================================== */

#solutione-gallery .sg-caption {

    position: absolute;

    left: 60px;
    bottom: 55px;

    z-index: 5;

    color: #ffffff;

    pointer-events: none;

}


#solutione-gallery .sg-label {

    display: block;

    margin-bottom: 8px;

    font-family: var(--sg-font-text);

    font-size: 11px;

    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;

    opacity: .72;

}


#solutione-gallery #sg-material {

    margin: 0;

    font-family: var(--sg-font-title);

    font-size: clamp(32px, 4vw, 64px);

    font-weight: 500;

    line-height: 1.05;

    letter-spacing: -.025em;

    color: #ffffff;

}


/* =====================================================
   10. CONTADOR
===================================================== */

#solutione-gallery #sg-counter {

    position: absolute;

    top: 32px;
    right: 40px;

    z-index: 5;

    color: #ffffff;

    font-family: var(--sg-font-text);

    font-size: 12px;

    font-weight: 500;

    letter-spacing: .12em;

}


/* =====================================================
   11. SETAS
===================================================== */

#solutione-gallery .sg-arrow {

    position: absolute;

    top: 50%;

    z-index: 6;

    transform: translateY(-50%);

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid rgba(255,255,255,.35);

    border-radius: 50%;

    background: rgba(0,0,0,.12);

    color: #ffffff;

    font-size: 17px;

    line-height: 1;

    cursor: pointer;

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    transition:
        background var(--sg-transition),
        color var(--sg-transition),
        border-color var(--sg-transition),
        transform var(--sg-transition);

}


#solutione-gallery .sg-prev {

    left: 30px;

}


#solutione-gallery .sg-next {

    right: 30px;

}


/* Hover das setas */

#solutione-gallery .sg-arrow:hover {

    background: #ffffff;

    color: #111111;

    border-color: #ffffff;

}


/* =====================================================
   12. LISTA DE MATERIAIS
===================================================== */

#solutione-gallery .sg-materials {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: var(--sg-material-gap);

    margin-top: 20px;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;

    -webkit-overflow-scrolling: touch;

    scroll-behavior: smooth;

}


/* Esconde scrollbar */

#solutione-gallery .sg-materials::-webkit-scrollbar {

    display: none;

}


/* =====================================================
   13. BOTÕES DOS MATERIAIS
===================================================== */

#solutione-gallery .sg-material {

    flex: 0 0 var(--sg-material-width);

    min-width: var(--sg-material-width);

    height: var(--sg-material-height);

    padding: var(--sg-material-padding);

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #dddddd;

    border-radius: 999px;

    background: transparent;

    color: var(--sg-text);

    font-family: var(--sg-font-text);

    font-size: 12px;

    font-weight: 500;

    letter-spacing: .01em;

    white-space: nowrap;

    cursor: pointer;

    transition:
        background var(--sg-transition),
        color var(--sg-transition),
        border-color var(--sg-transition);

}


/* Material ativo */

#solutione-gallery .sg-material.active {

    background: var(--sg-button-active-bg);

    color: var(--sg-button-active-text);

    border-color: var(--sg-button-active-bg);

}


/* Hover */

#solutione-gallery .sg-material:hover {

    border-color: #111111;

}


/* =====================================================
   14. NOTEBOOK
   Aproximadamente 1024px – 1365px
===================================================== */

@media (max-width: 1365px) {

    #solutione-gallery {

        --sg-material-width: 165px;

    }


    #solutione-gallery .sg-stage {

        height: calc(100vh - 180px);

        min-height: 580px;

    }


    #solutione-gallery .sg-caption {

        left: 50px;
        bottom: 50px;

    }


    #solutione-gallery .sg-prev {

        left: 25px;

    }


    #solutione-gallery .sg-next {

        right: 25px;

    }

}


/* =====================================================
   15. TABLET
   768px – 1023px
===================================================== */

@media (max-width: 1023px) {

    #solutione-gallery {

        --sg-padding-top: 60px;
        --sg-padding-bottom: 60px;
        --sg-padding-side: 20px;

        --sg-material-width: 155px;

    }


    /* Coleções continuam centralizadas,
       mas permitem rolagem caso necessário */

    #solutione-gallery .sg-collections {

        flex-wrap: nowrap;

        justify-content: flex-start;

        overflow-x: auto;

        overflow-y: hidden;

        padding-bottom: 4px;

        scrollbar-width: none;

    }


    #solutione-gallery .sg-collections::-webkit-scrollbar {

        display: none;

    }


    #solutione-gallery .sg-collection {

        flex: 0 0 auto;

    }


    /* Imagem */

    #solutione-gallery .sg-stage {

        height: 65vh;

        min-height: 500px;

        max-height: 700px;

    }


    /* Informações */

    #solutione-gallery .sg-caption {

        left: 35px;
        bottom: 40px;

    }


    #solutione-gallery #sg-material {

        font-size: clamp(30px, 5vw, 48px);

    }


    #solutione-gallery #sg-counter {

        top: 25px;
        right: 25px;

    }


    /* Setas */

    #solutione-gallery .sg-prev {

        left: 20px;

    }


    #solutione-gallery .sg-next {

        right: 20px;

    }


    /* Materiais */

    #solutione-gallery .sg-materials {

        justify-content: flex-start;

        padding-right: 20px;

    }

}


/* =====================================================
   16. MOBILE
   Até 767px
===================================================== */

@media (max-width: 767px) {

    #solutione-gallery {

        --sg-padding-top: 60px;
        --sg-padding-bottom: 60px;
        --sg-padding-side: 20px;

        --sg-material-width: 140px;

        --sg-material-height: 40px;

    }


    /* =================================================
       Coleções
    ================================================= */

    #solutione-gallery .sg-collections {

        justify-content: flex-start;

        gap: 8px;

        margin-bottom: 20px;

    }


    #solutione-gallery .sg-collection {

        height: 40px;

        padding: 0 16px;

        font-size: 11px;

    }


    /* =================================================
       Imagem
    ================================================= */

    #solutione-gallery .sg-stage {

        height: 68vh;

        min-height: 480px;

        max-height: 680px;

        border-radius: var(--sg-radius);

    }


    /* =================================================
       Overlay
    ================================================= */

    #solutione-gallery .sg-overlay {

        background:
            linear-gradient(
                to bottom,
                rgba(0,0,0,0) 30%,
                rgba(0,0,0,.74) 100%
            );

    }


    /* =================================================
       Nome
    ================================================= */

    #solutione-gallery .sg-caption {

        left: 20px;
        right: 20px;
        bottom: 30px;

    }


    #solutione-gallery .sg-label {

        font-size: 9px;

        letter-spacing: .14em;

    }


    #solutione-gallery #sg-material {

        font-size: clamp(27px, 9vw, 38px);

        line-height: 1.05;

    }


    /* =================================================
       Contador
    ================================================= */

    #solutione-gallery #sg-counter {

        top: 18px;
        right: 20px;

        font-size: 10px;

    }


    /* =================================================
       Setas
    ================================================= */

    #solutione-gallery .sg-arrow {

        width: 40px;
        height: 40px;

        font-size: 14px;

    }


    #solutione-gallery .sg-prev {

        left: 15px;

    }


    #solutione-gallery .sg-next {

        right: 15px;

    }


    /* =================================================
       Materiais
    ================================================= */

    #solutione-gallery .sg-materials {

        justify-content: flex-start;

        gap: 8px;

        margin-top: 14px;

        padding-right: 20px;

    }


    #solutione-gallery .sg-material {

        min-width: var(--sg-material-width);

        height: var(--sg-material-height);

        font-size: 11px;

    }

}


/* =====================================================
   17. TELAS MUITO PEQUENAS
   Até 380px
===================================================== */

@media (max-width: 380px) {

    #solutione-gallery {

        --sg-material-width: 125px;

    }


    #solutione-gallery .sg-stage {

        height: 65vh;

        min-height: 440px;

    }


    #solutione-gallery #sg-material {

        font-size: 28px;

    }

}


/* =====================================================
   18. ACESSIBILIDADE
===================================================== */

@media (prefers-reduced-motion: reduce) {

    #solutione-gallery *,
    #solutione-gallery *::before,
    #solutione-gallery *::after {

        scroll-behavior: auto !important;

        transition: none !important;

        animation: none !important;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8b905c *//* =====================================================
   SOLUTIONE • COLEÇÕES
   PARTE 2 — CSS
   Desktop → Notebook → Tablet → Mobile
===================================================== */


/* =====================================================
   01. PERSONALIZAÇÃO
   Altere somente estas variáveis quando quiser
   personalizar o componente.
===================================================== */

#solutione-gallery {

    /* ===== TIPOGRAFIA ===== */

    --sg-font-title: "Montserrat", sans-serif;
    --sg-font-text: "Montserrat", sans-serif;


    /* ===== CORES ===== */

    --sg-bg: #ffffff;
    --sg-text: #111111;
    --sg-text-soft: #666666;

    --sg-button-bg: #f4f4f4;
    --sg-button-text: #222222;

    --sg-button-active-bg: #111111;
    --sg-button-active-text: #ffffff;

    --sg-overlay-start: rgba(0,0,0,0);
    --sg-overlay-end: rgba(0,0,0,.68);


    /* ===== IMAGEM ===== */

    --sg-image-position: center center;


    /* ===== BORDA DA IMAGEM ===== */

    --sg-radius: 0px;


    /* ===== ESPAÇAMENTO DA SEÇÃO ===== */

    --sg-padding-top: 90px;
    --sg-padding-bottom: 90px;
    --sg-padding-side: 40px;


    /* ===== COLEÇÕES ===== */

    --sg-collection-gap: 10px;

    --sg-collection-height: 44px;

    --sg-collection-padding: 0 20px;


    /* ===== MATERIAIS ===== */

    --sg-material-width: 180px;

    --sg-material-gap: 10px;

    --sg-material-height: 42px;

    --sg-material-padding: 0 18px;


    /* ===== ANIMAÇÕES ===== */

    --sg-transition: .45s ease;

}


/* =====================================================
   02. RESET
===================================================== */

#solutione-gallery,
#solutione-gallery * {
    box-sizing: border-box;
}


/* Remove comportamentos padrão dos botões */

#solutione-gallery button {
    font-family: inherit;
}


/* =====================================================
   03. CONTAINER PRINCIPAL
===================================================== */

#solutione-gallery {

    width: 100%;

    background: var(--sg-bg);

    color: var(--sg-text);

    padding:
        var(--sg-padding-top)
        var(--sg-padding-side)
        var(--sg-padding-bottom);

}


/* =====================================================
   04. WRAPPER
===================================================== */

#solutione-gallery .sg-wrapper {

    width: 100%;
    max-width: 1800px;

    margin: 0 auto;

}


/* =====================================================
   05. NAVEGAÇÃO DAS COLEÇÕES
===================================================== */

#solutione-gallery .sg-collections {

    width: 100%;

    display: flex;

    justify-content: center;
    align-items: center;

    flex-wrap: wrap;

    gap: var(--sg-collection-gap);

    margin-bottom: 28px;

}


/* Botões das coleções */

#solutione-gallery .sg-collection {

    height: var(--sg-collection-height);

    padding: var(--sg-collection-padding);

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border: 1px solid transparent;

    border-radius: 999px;

    background: var(--sg-button-bg);

    color: var(--sg-button-text);

    font-family: var(--sg-font-text);

    font-size: 13px;

    font-weight: 500;

    letter-spacing: .02em;

    white-space: nowrap;

    cursor: pointer;

    transition:
        background var(--sg-transition),
        color var(--sg-transition),
        border-color var(--sg-transition),
        transform var(--sg-transition);

}


/* Coleção ativa */

#solutione-gallery .sg-collection.active {

    background: var(--sg-button-active-bg);

    color: var(--sg-button-active-text);

}


/* Hover */

#solutione-gallery .sg-collection:hover {

    background: var(--sg-button-active-bg);

    color: var(--sg-button-active-text);

}


/* =====================================================
   06. ÁREA PRINCIPAL DA IMAGEM
===================================================== */

#solutione-gallery .sg-stage {

    position: relative;

    width: 100%;

    height: calc(100vh - 180px);

    min-height: 650px;

    max-height: 900px;

    overflow: hidden;

    border-radius: var(--sg-radius);

    background: #e9e9e9;

}


/* =====================================================
   07. IMAGEM
===================================================== */

#solutione-gallery #sg-image {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: var(--sg-image-position);

    opacity: 1;

    transition: opacity .45s ease;

}


/* Estado usado pelo JavaScript durante o fade */

#solutione-gallery #sg-image.sg-fade-out {

    opacity: 0;

}


/* =====================================================
   08. OVERLAY DA IMAGEM
===================================================== */

#solutione-gallery .sg-overlay {

    position: absolute;

    inset: 0;

    z-index: 2;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            var(--sg-overlay-start) 35%,
            var(--sg-overlay-end) 100%
        );

}


/* =====================================================
   09. NOME DO MATERIAL
===================================================== */

#solutione-gallery .sg-caption {

    position: absolute;

    left: 60px;
    bottom: 55px;

    z-index: 5;

    color: #ffffff;

    pointer-events: none;

}


#solutione-gallery .sg-label {

    display: block;

    margin-bottom: 8px;

    font-family: var(--sg-font-text);

    font-size: 11px;

    font-weight: 500;

    letter-spacing: .16em;

    text-transform: uppercase;

    opacity: .72;

}


#solutione-gallery #sg-material {

    margin: 0;

    font-family: var(--sg-font-title);

    font-size: clamp(32px, 4vw, 64px);

    font-weight: 500;

    line-height: 1.05;

    letter-spacing: -.025em;

    color: #ffffff;

}


/* =====================================================
   10. CONTADOR
===================================================== */

#solutione-gallery #sg-counter {

    position: absolute;

    top: 32px;
    right: 40px;

    z-index: 5;

    color: #ffffff;

    font-family: var(--sg-font-text);

    font-size: 12px;

    font-weight: 500;

    letter-spacing: .12em;

}


/* =====================================================
   11. SETAS
===================================================== */

#solutione-gallery .sg-arrow {

    position: absolute;

    top: 50%;

    z-index: 6;

    transform: translateY(-50%);

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid rgba(255,255,255,.35);

    border-radius: 50%;

    background: rgba(0,0,0,.12);

    color: #ffffff;

    font-size: 17px;

    line-height: 1;

    cursor: pointer;

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    transition:
        background var(--sg-transition),
        color var(--sg-transition),
        border-color var(--sg-transition),
        transform var(--sg-transition);

}


#solutione-gallery .sg-prev {

    left: 30px;

}


#solutione-gallery .sg-next {

    right: 30px;

}


/* Hover das setas */

#solutione-gallery .sg-arrow:hover {

    background: #ffffff;

    color: #111111;

    border-color: #ffffff;

}


/* =====================================================
   12. LISTA DE MATERIAIS
===================================================== */

#solutione-gallery .sg-materials {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: var(--sg-material-gap);

    margin-top: 20px;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;

    -webkit-overflow-scrolling: touch;

    scroll-behavior: smooth;

}


/* Esconde scrollbar */

#solutione-gallery .sg-materials::-webkit-scrollbar {

    display: none;

}


/* =====================================================
   13. BOTÕES DOS MATERIAIS
===================================================== */

#solutione-gallery .sg-material {

    flex: 0 0 var(--sg-material-width);

    min-width: var(--sg-material-width);

    height: var(--sg-material-height);

    padding: var(--sg-material-padding);

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #dddddd;

    border-radius: 999px;

    background: transparent;

    color: var(--sg-text);

    font-family: var(--sg-font-text);

    font-size: 12px;

    font-weight: 500;

    letter-spacing: .01em;

    white-space: nowrap;

    cursor: pointer;

    transition:
        background var(--sg-transition),
        color var(--sg-transition),
        border-color var(--sg-transition);

}


/* Material ativo */

#solutione-gallery .sg-material.active {

    background: var(--sg-button-active-bg);

    color: var(--sg-button-active-text);

    border-color: var(--sg-button-active-bg);

}


/* Hover */

#solutione-gallery .sg-material:hover {

    border-color: #111111;

}


/* =====================================================
   14. NOTEBOOK
   Aproximadamente 1024px – 1365px
===================================================== */

@media (max-width: 1365px) {

    #solutione-gallery {

        --sg-material-width: 165px;

    }


    #solutione-gallery .sg-stage {

        height: calc(100vh - 180px);

        min-height: 580px;

    }


    #solutione-gallery .sg-caption {

        left: 50px;
        bottom: 50px;

    }


    #solutione-gallery .sg-prev {

        left: 25px;

    }


    #solutione-gallery .sg-next {

        right: 25px;

    }

}


/* =====================================================
   15. TABLET
   768px – 1023px
===================================================== */

@media (max-width: 1023px) {

    #solutione-gallery {

        --sg-padding-top: 60px;
        --sg-padding-bottom: 60px;
        --sg-padding-side: 20px;

        --sg-material-width: 155px;

    }


    /* Coleções continuam centralizadas,
       mas permitem rolagem caso necessário */

    #solutione-gallery .sg-collections {

        flex-wrap: nowrap;

        justify-content: flex-start;

        overflow-x: auto;

        overflow-y: hidden;

        padding-bottom: 4px;

        scrollbar-width: none;

    }


    #solutione-gallery .sg-collections::-webkit-scrollbar {

        display: none;

    }


    #solutione-gallery .sg-collection {

        flex: 0 0 auto;

    }


    /* Imagem */

    #solutione-gallery .sg-stage {

        height: 65vh;

        min-height: 500px;

        max-height: 700px;

    }


    /* Informações */

    #solutione-gallery .sg-caption {

        left: 35px;
        bottom: 40px;

    }


    #solutione-gallery #sg-material {

        font-size: clamp(30px, 5vw, 48px);

    }


    #solutione-gallery #sg-counter {

        top: 25px;
        right: 25px;

    }


    /* Setas */

    #solutione-gallery .sg-prev {

        left: 20px;

    }


    #solutione-gallery .sg-next {

        right: 20px;

    }


    /* Materiais */

    #solutione-gallery .sg-materials {

        justify-content: flex-start;

        padding-right: 20px;

    }

}


/* =====================================================
   16. MOBILE
   Até 767px
===================================================== */

@media (max-width: 767px) {

    #solutione-gallery {

        --sg-padding-top: 60px;
        --sg-padding-bottom: 60px;
        --sg-padding-side: 20px;

        --sg-material-width: 140px;

        --sg-material-height: 40px;

    }


    /* =================================================
       Coleções
    ================================================= */

    #solutione-gallery .sg-collections {

        justify-content: flex-start;

        gap: 8px;

        margin-bottom: 20px;

    }


    #solutione-gallery .sg-collection {

        height: 40px;

        padding: 0 16px;

        font-size: 11px;

    }


    /* =================================================
       Imagem
    ================================================= */

    #solutione-gallery .sg-stage {

        height: 68vh;

        min-height: 480px;

        max-height: 680px;

        border-radius: var(--sg-radius);

    }


    /* =================================================
       Overlay
    ================================================= */

    #solutione-gallery .sg-overlay {

        background:
            linear-gradient(
                to bottom,
                rgba(0,0,0,0) 30%,
                rgba(0,0,0,.74) 100%
            );

    }


    /* =================================================
       Nome
    ================================================= */

    #solutione-gallery .sg-caption {

        left: 20px;
        right: 20px;
        bottom: 30px;

    }


    #solutione-gallery .sg-label {

        font-size: 9px;

        letter-spacing: .14em;

    }


    #solutione-gallery #sg-material {

        font-size: clamp(27px, 9vw, 38px);

        line-height: 1.05;

    }


    /* =================================================
       Contador
    ================================================= */

    #solutione-gallery #sg-counter {

        top: 18px;
        right: 20px;

        font-size: 10px;

    }


    /* =================================================
       Setas
    ================================================= */

    #solutione-gallery .sg-arrow {

        width: 40px;
        height: 40px;

        font-size: 14px;

    }


    #solutione-gallery .sg-prev {

        left: 15px;

    }


    #solutione-gallery .sg-next {

        right: 15px;

    }


    /* =================================================
       Materiais
    ================================================= */

    #solutione-gallery .sg-materials {

        justify-content: flex-start;

        gap: 8px;

        margin-top: 14px;

        padding-right: 20px;

    }


    #solutione-gallery .sg-material {

        min-width: var(--sg-material-width);

        height: var(--sg-material-height);

        font-size: 11px;

    }

}


/* =====================================================
   17. TELAS MUITO PEQUENAS
   Até 380px
===================================================== */

@media (max-width: 380px) {

    #solutione-gallery {

        --sg-material-width: 125px;

    }


    #solutione-gallery .sg-stage {

        height: 65vh;

        min-height: 440px;

    }


    #solutione-gallery #sg-material {

        font-size: 28px;

    }

}


/* =====================================================
   18. ACESSIBILIDADE
===================================================== */

@media (prefers-reduced-motion: reduce) {

    #solutione-gallery *,
    #solutione-gallery *::before,
    #solutione-gallery *::after {

        scroll-behavior: auto !important;

        transition: none !important;

        animation: none !important;

    }

}/* End custom CSS */