﻿:root,
[data-bs-theme=light] {
    --bs-primary: #D5C334;
    --bs-secondary: #6c757d;
    --bs-primary-rgb: 213, 195, 52;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-body-bg: #fafafa;
    --bs-body-bg-rgb: 250, 250, 250;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-border-color: #dee2e6;
    --bs-white: #fff;
    --bs-button-primary-bg: rgba(33, 37, 41, 0.75);
    --bs-button-secondary-bg: rgba(240, 240, 240, 0.75);
    --bs-max-width: 1100px;
    --bs-card2x2-width: 456px;
    --bs-card3x3-width: 320px;
    --bs-card4x4-width: 220px;
    --bs-configurator-bg: #f4f4f4;
    --bs-gray_tab: #C6C6C6;
}


[data-bs-theme=dark] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --bs-color-transparent: rgba(0, 0, 0, 0);
}









.buttonOverCards {
    position: absolute;
    top: 42px;
    left: 330px;
    right: 20px;
    z-index: 10;
    padding: 0rem 0rem 0rem 0rem;
    text-align: center;
}




.maximumsize2x2 {
    width: var(--bs-card2x2-width);
    text-align: center;
}


.maximumsize {
    max-width: var(--bs-max-width);
    padding: 5px 0rem 0.5rem 0rem;
}

.imageMaximumSize {
    max-width: var(--bs-max-width);
    border-radius: 0.45rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}



.hero {
    padding: 3rem 0 0 0;
    position:relative;
    max-width: var(--bs-max-width);
}

    .hero h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .hero p {
        margin-bottom: 0.75rem;
        max-width: var(--bs-max-width);
    }

    

.section {
    margin-top: 2.5rem;
}
    .section h1,
    .section h2 {
        margin-bottom: 1rem;
    }

.cards {
    display: flex;
    /*grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); */
    gap: 15px;
    margin-top: 10px;
}

.card2x2 {
    background: var(--bs-white);
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
    width: var(--bs-card2x2-width);
    flex: 1;
    position: relative; /* Needed for absolute positioning inside */
    /*padding: 10px;
    margin: 20px, 10px, 20px, 10px;*/
}
.image2x2 {
    width: var(--bs-card2x2-width);
    border-radius: 0.75rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
    margin-top: 10px;
    display: inline-block;
}
.card2x2 h3 {
    margin-bottom: 0.5rem;
}





        .config-panel {
            display: grid;
            grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
            gap: 2rem;
            align-items: flex-start;
        }

        .config-controls label {
            display: block;
            margin-bottom: 0.5rem;
            font-size: 0.9rem;
            color: #555;
        }

        .config-controls select {
            width: 100%;
            padding: 0.5rem;
            margin-bottom: 1rem;
        }

        .config-3d #three-container {
            width: 100%;
            height: 400px;
            background: #eaeaea;
            border-radius: 0.75rem;
            overflow: hidden;
        }

        .extras-list {
            list-style: none;
            margin-top: 1rem;
        }

            .extras-list li {
                margin-bottom: 0.5rem;
            }

        .contact-form {
            display: grid;
            gap: 1rem;
            max-width: 500px;
        }

            .contact-form label {
                display: flex;
                flex-direction: column;
                font-size: 0.9rem;
            }

            .contact-form input,
            .contact-form textarea {
                margin-top: 0.25rem;
                padding: 0.5rem;
                border-radius: 0.5rem;
                border: 1px solid #ccc;
            }

            .contact-form textarea {
                min-height: 120px;
            }






        .parent {
            position: relative; /* Needed for absolute positioning of child */
            width: 300px;
            height: 400px;
            background-color: black;
            border: 2px solid #333;
        }
        /* Child positioned at 80% of parent's height */
        .child {
            position: absolute;
            top: 80%; /* 80% from the top of parent */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust to center the element itself */
            background-color: coral;
            padding: 10px;
            border-radius: 5px;
            color: white;
            font-weight: bold;
        }


        .column {
            flex: 1;
            height: 300px; /* 10vh Full viewport height */
            border: 1px solid #ccc;
            position: relative; /* Needed for absolute positioning inside */
            padding: 10px;
            margin: 30px, 30px, 30px, 30px;
        }

.marker {
    position: absolute;
    top: 80%; /* 80% from the top of parent */
    left: 10px;
    right: 10px;
    border: 1px solid #ccc;
    background: #198754;
    padding: 0px;
    margin:10px;
    text-align: center;
}





.scroll-box {
    width: 1000px; /* Fixed width */
    height: 630px; /* Fixed height */
    border: none; /* Optional border */
    padding: 10px; /* Inner spacing */
    overflow-y: auto; /* Enable vertical scroll when needed */
    overflow-x: hidden; /* Hide horizontal scroll */
    background-color: var(--bs-color-transparent); /* Optional background */
}


.multilarprecobox {
    border-color: var(--bs-primary);
    border-style: double;
    border-width: 2px;
    width: 100px;
    height: 14px;
    border-radius: 10px;
    text-align: right;
    vertical-align: middle;
    font-size: 12px;
    padding: 4px;
    white-space: pre;
}









/* modular configurator */

.wizard-container {
    max-width: var(--bs-max-width);
    width: 1030px;
    margin: auto;
    padding: 5px; /* 20px;*/
    border-radius: 8px;
    background: var(--bs-configurator-bg);
}

.step {
    margin-top: 0px;
    width: 1020px; /* nao existia as duas linhas*/
    height: 715px;
}

.Modular-btn-primary {
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    height: 24px;
    text-align: center;
    vertical-align:top;
    margin:0;
    padding:0 10px;
    box-sizing: border-box; /* Ensures padding/border don't affect size */
}

.Modular-btn-primary {
    background: var(--bs-button-primary-bg);
    color: var(--bs-button-secondary-bg);
}

    .Modular-btn-primary:hover {
        background: var(--bs-primary);
        color: var(--bs-body-color)
    }

.modularLayoutButton {
    background: var(--bs-color-transparent);
    width: 100%;
    height: 10px;
    font-size: 10px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

    .modularLayoutButton:hover {
        background: var(--bs-primary);
        color: var(--bs-body-color)
    }

.modularlabelLinhaAtivo {
    background: var(--bs-primary);
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
}

    .modularlabelLinhaAtivo td {
        vertical-align: middle;
    }

.modularlabelLinhaDesativado {
    background: var(--bs-gray_tab);
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
}

    .modularlabelLinhaDesativado td {
        vertical-align: middle;
    }

    .modularlabelLinhaDesativado:hover {
        background: var(--bs-primary);
    }


.modularprecobox {
    border-color: var(--bs-primary);
    border-style: double;
    border-width: 2px;
    width: 200px;
    height: 20px;
    border-radius: 10px;
    text-align: right;
    vertical-align: middle;
    font-size: 20px;
    padding: 8px;
    white-space: pre;
}

.tablehiddenRightAlign {
    text-align: right;
    padding-right: 20px;
    display: none;
}



.image-viewer {
    width: 600px;
    margin: auto;
    text-align: center;
    font-family: Arial;
}

.main-image {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    border-radius: 8px;
/*    background: var(--bs-configurator-bg); */
}

.thumb-stripOld {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}


.thumb-strip {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 10px;
    flex: 1;
}



.thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
    opacity: 0.6;
    transition: 0.2s;
}

    .thumb:hover {
        opacity: 1;
        transform: scale(1.05);
    }

.nav-buttons button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: #D5C334;
    border-radius: 4px;
}



.imagePortolio {
    max-height: 350px;
    border-radius: 0.45rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}






.formbackground {
    /*    max-width: calc(var(--bs-max-width)-200px); */
    width: 600px;
    margin: auto;
    padding: 5px; /* 20px;*/
    border-radius: 8px;
    background: var(--bs-configurator-bg);
}




/* Popup box */
.popup-content {
    background: #fff;
    padding: 20px;
    max-width: 60%;
    max-height: 80%;
    margin: 100px auto;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
/*    display: flex;
*/    overflow-y: auto;
    scroll-behavior: smooth;
    gap: 10px;
    flex: 1;
}

/* Close button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Overlay background */
.popup-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popupimage {
    width: 400px;
    height: 300px;
    border-radius: 0.45rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

.buttonpopup {
    background: none;
    color: var(--bs-primary);
    font: bold 12px;
    height:12px;
    width:10px;
    margin:0;
    padding:0px;
}



















button {
    margin-top: 10px;
    padding: 10px 20px;
    background: #D5C334;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.back {
    background: #999;
    margin-right: 10px;
}




/* Grid container */
/*.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);*/ /* 4 equal columns */
    /*grid-template-rows: repeat(4, 100px);*/ /* 4 rows, each 100px tall */
    /*gap: 10px;*/ /* space between cells */
    /*padding: 10px;
    background-color: #f0f0f0;
}*/

/* Grid items */
/*.grid-item {
    background-color: #4CAF50;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}*/

/* Merged cells */
/*.item1 {
    grid-column: 1 / span 2;*/ /* spans 2 columns */
    /*grid-row: 1 / span 2;*/ /* spans 2 rows */
/*}

.item2 {
    grid-column: 3 / span 2;*/ /* spans last 2 columns */
    /*grid-row: 1;*/ /* only first row */
/*}

.item3 {
    grid-column: 3;*/ /* third column */
    /*grid-row: 2 / span 2;*/ /* spans 2 rows */
/*}

.item4 {
    grid-column: 4;*/ /* last column */
    /*grid-row: 2 / span 3;*/ /* spans 3 rows */
/*}

.item5 {
    grid-column: 1 / span 2;*/ /* first two columns */
    /*grid-row: 3;*/ /* third row only */
/*}

.item6 {
    grid-column: 1 / span 3;*/ /* first three columns */
    /*grid-row: 4;*/ /* last row */
/*}*/



.modular-grid-container-step1 {
    display: grid;
    grid-template-columns: 170px 800px; 
    grid-template-rows: repeat(2, 260px) 60px; 
    gap: 0px; 
    padding: 10px 0px 10px 0px;
    background-color: var(--bs-gray-100);
}

.modular-grid-item-step1 {
    /*background-color: #4CAF50;
        color: white;
        font-size: 20px;*/
    display: flex;
    border-radius: 6px;
}

.modular-grid-container-step1left {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: center;
}

.modular-grid-container-step1row1 {
    grid-column: 2;
    grid-row: 1;
}

.modular-grid-container-step1row2 {
    grid-column: 2;
    grid-row: 2;
}

.modular-grid-container-step1row3 {
    grid-column: 1 / span 2;
    grid-row: 3;
    width: 100%;
    justify-self: center;
    justify-content: center;
    place-items: center;
}


.modular-grid-container-step2 {
    display: grid;
    grid-template-columns: 180px 150px 640px;
    grid-template-rows: 520px;
    gap: 0px;
    padding: 10px 0px 10px 0px;
    background-color: var(--bs-gray-100);

}

.modular-grid-item-step2 {
    /*background-color: #4CAF50;
        color: white;
        font-size: 20px;*/

    display: flex;
    border-radius: 6px;
}

.modular-grid-container-step2col1 {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
}

.modular-grid-container-step2col2 {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}

.modular-grid-container-step2col3 {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
    font-size:10px;
}



.modularLinhaButton {
    background: var(--bs-color-transparent);
    width: 100%;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    margin:0px;
}

.modular-grid-container-step2Hidden {
    display: none;
}




















.buttonOver {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    padding: 0rem 0rem 0rem 0rem;
    text-align: center;
}

.centralizado {
    display: inline-block;
}

        h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
            font-weight: 700;
            color: var(--bs-primary);
            margin-top: 0;
            margin-bottom: 0
        }


        .btn-primary,
        .btn-secondary {
            display: inline-block;
            padding: 0.75rem 1.5rem;
            border-radius: 10px;
            text-decoration: none;
            font-size: 0.95rem;
            margin-top: 1rem;
        }

        .btn-primary {
            background: var(--bs-button-primary-bg);
            color: var(--bs-button-secondary-bg);
        }

            .btn-primary:hover {
                background: var(--bs-primary);
                color: var(--bs-body-color)
            }



        .btn-secondary {
            background: var(--bs-primary);
            color: var(--bs-button-primary-bg);
        }

            .btn-secondary:hover {
                background: var(--bs-button-primary-bg);
                color: var(--bs-body-color)
            }


        .site-main {
            padding: 2rem;
            max-width: var(--bs-max-width);
            max-height: 100%;
            margin: 0 auto;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: "Segoe UI", "Arsenal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            background: var(--bs-body-bg);
            color: var(--bs-body-color);
            line-height: 1.5;
        }

        a {
            margin-left: 1rem;
            text-decoration: none;
            color: var(--bs-primary);
            font-size: 0.95rem;
        }

            a:hover {
                color: var(--bs-secondary);
            }

        .site-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 2rem;
            background: var(--bs-white);
            border-bottom: 1px solid var(--bs-border-color);
        }

        .site-footer {
            padding: 1rem 1rem;
            text-align: center;
            font-size: 0.85rem;
            background: var(--bs-body-bg);
            color: var(--bs-secondary);
            border-top: 1px solid var(--bs-border-color);
            margin-top: 1rem;
        }

        .logo a {
            text-decoration: none;
            letter-spacing: 0.08em;
            text-transform: lowercase;
        }

        .logo .imgLogo {
            height: 36px;
            margin: 0px;
        }

        .logo .tagline {
            display: block;
            font-size: 10px;
            color: var(--bs-secondary);
            margin: 0px;
            padding: 0px;
        }

        .social-box {
            margin: -.5rem;
            width: auto;
            display: flex;
            flex-direction: row;
            gap: 6px;
            flex-wrap: nowrap;
        }

        .social-icon {
            flex-basis: auto;
            margin: .25rem
        }

            .social-icon a {
                background: var(--bs-color-transparent);
                display: block;
                text-align: center;
                transition: all .5s ease-in-out;
                border-width: 1px;
                border-radius: 50%;
                border-style: none;
                border-color: #000;
                padding: 0rem 0rem 0rem 0rem;
                box-shadow: none
            }

                .social-icon a svg {
                    fill: var(--bs-primary);
                    display: block;
                    transition: all .5s ease-in-out;
                    width: 1rem;
                    height: 1rem
                }

                .social-icon a:hover, .social-icon a.active {
                    background: var(--bs-color-transparent);
                    border-color: var(--bs-primary)
                }

                    .social-icon a:hover svg, .social-icon a.active svg {
                        fill: var(--bs-secondary)
                    }


        body .menu-box:focus {
            outline: none
        }

        .menu-box {
            padding: 10px 30px 10px 30px
        }

            .menu-box > ul {
                display: flex;
                align-items: center;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .menu-box > ul > li {
                    margin: 0;
                    margin-right: 1rem;
                    display: inline-block;
                    justify-content: center
                }

            .menu-box a {
                transition: all .5s ease-in-out;
                transition-property: background-color;
                margin: 0;
                display: inline-block;
                text-decoration: none;
                padding: 6px 6px 6px 6px;
                font-weight: 400;
                font-style: normal;
                position: relative;
                box-sizing: border-box;
                line-height: 1;
                color: #000;
                letter-spacing: 0
            }

            .menu-box > ul > li:hover > a, .menu-box > ul > li > a.active {
                background: var(--bs-primary);
            }

            .menu-box > ul > li > a:not(.button):before, .menu-box > ul > li > a:not(.button):after {
                content: '';
                position: absolute;
                display: block;
                z-index: -1;
                transition: all .3s ease;
                background: var(--bs-primary)
            }

            .menu-box > ul > li > a:not(.button):after {
                top: 50%;
                left: 50%;
                width: 100%;
                height: 0;
                transform: translate(-50%, -50%);
                border-radius: 0px
            }

            .menu-box > ul > li:hover > a:not(.button):after, .menu-box > ul > li > a.active:not(.button):after {
                height: 100%
            }
