@import 'Automaticket.Site.Client.te4nxi06gg.bundle.scp.css';

/* _content/Automaticket.Site/Components/Components/AutArteAprovacao.razor.rz.scp.css */
.card[b-29403xuwb2] {
    min-width: 32rem;
    flex: 1 1 auto;
    border-radius: 1rem;
    padding: .3rem;
    overflow: hidden;
    box-shadow: var(--color-red-dark) 80% 0 15px 30px -5px;
    background-image: linear-gradient(144deg,
    var(--color-red-main),
    var(--color-red-dark) 5%,
    var(--color-blue-main));
}

.card-content[b-29403xuwb2] {
    background: var(--color-gray-main);
    border-radius: .7rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.design-top[b-29403xuwb2] {
    position: relative;
    cursor: zoom-in;

    img {
        object-fit: cover;
        height: 30rem;
        width: 100%;
    }

    .zoom-icon[b-29403xuwb2] {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background-color: rgba(0, 0, 0, .8);
        border-radius: 50%;
        padding: 1rem;
        cursor: pointer;
        border: .05rem solid white;

        i {
            color: white;
            font-size: 2rem;
        }
    }
}

.design-status[b-29403xuwb2] {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 2rem;
    margin-top: -.3rem;
    background-color: var(--color-gray-mid);
}

.design-action[b-29403xuwb2] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 2rem;
}

.design-action-response[b-29403xuwb2] {
    display: flex;
    justify-content: center;
    margin: 0 2rem 3rem 2rem;
    
    h5 {
        text-align: center;
    }
}

.design-note[b-29403xuwb2] {
    padding: 1rem;
    width: 100%;
    border-radius: .5rem;
    border: .1rem solid var(--color-red-main);
    font-size: 1.4rem;
}

.design-note-response[b-29403xuwb2] {
    padding: 1rem;
    text-align: center;
}
/* _content/Automaticket.Site/Components/Components/AutProduct.razor.rz.scp.css */
.box[b-nvu31hj2qp] {
    margin: 2rem 0;
    padding: 2rem;
}

.product[b-nvu31hj2qp] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    min-height: 30rem;

    .logo {
        z-index: 1;
        height: 11rem;
    }

    .product-image[b-nvu31hj2qp] {
        position: absolute;
        left: 12%;
        max-width: 60%;
        z-index: 0;
    }

    .image-list[b-nvu31hj2qp] {
        position: absolute;
        left: 11%;
        width: 62%;
        max-width: 62%;
        height: 100%;

        .image-item {
            position: absolute;
            opacity: 0;
            overflow: visible;
            transition: opacity 0.5s ease-in-out;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;

            img {
                width: 100%;

                &.em-breve {
                    width: 30%;
                    margin-left: 20%;
                }
            }
        }

        .image-item.active[b-nvu31hj2qp] {
            opacity: 1;
        }
    }

    .cor-descricao[b-nvu31hj2qp] {
        position: absolute;
        right: 55%;
        transform: translateX(55%);
        top: 27rem;
        color: white;
        width: max-content;

        span {
            font-weight: 500;
            font-size: 1.5rem;
            text-transform: uppercase;
            z-index: 1;
            text-align: center;
            letter-spacing: 0.1rem;
            opacity: 1;
        }

    }

    .details[b-nvu31hj2qp] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 32%;
        z-index: 1;

        h3 {
            margin-bottom: 1rem;
        }

        p[b-nvu31hj2qp] {
            display: block;
            font-size: 1.4rem;
            line-height: normal;
        }

        .color-list[b-nvu31hj2qp] {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin: 2rem 0;
            justify-content: center;

            .color-item {
                margin-right: 1.2rem;
                margin-top: 1.2rem;
                width: 2.5rem;
                height: 2.5rem;
                border-radius: 50%;
                transition: transform 0.2s ease-in-out;

                &.active {
                    border: 0.3rem solid white;
                    transform: scale(1.2);
                }

                &.active:hover[b-nvu31hj2qp] {
                    transform: scale(1.2);
                }

                &.selected:hover[b-nvu31hj2qp] {
                    transform: scale(1.2);
                }

                &:hover[b-nvu31hj2qp] {
                    transform: scale(1.3);
                }

            }

            .color-item-name[b-nvu31hj2qp] {
                display: none;
            }
        }

        .action-buttons[b-nvu31hj2qp] {
            transition: opacity 0.5s;

            .more-details {
                transition: transform 0.2s ease-in-out, visibility 0.1s ease-out;

                margin-top: 2rem;
                visibility: hidden;
                flex-direction: column;
                justify-content: center;
                padding: 0.5rem;
                cursor: pointer;
                text-align: center;

                &.active {
                    visibility: visible;
                }

                &:hover[b-nvu31hj2qp] {
                    transform: scale(1.2);
                }

                img[b-nvu31hj2qp] {
                    margin: 0.5rem 0;
                    height: 1rem;
                }
            }

        }
    }
}

.all-details[b-nvu31hj2qp] {
    transition: max-height 0.3s ease-in-out;

    max-height: 0;
    overflow: hidden;
    visibility: visible;

    &.active {
        max-height: 150rem;
    }

    p[b-nvu31hj2qp] {
        display: block;
        font-size: 1.4rem;
        line-height: normal;
    }

    .details[b-nvu31hj2qp] {
        padding: 0 4rem 0 4rem;

        .section {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 2rem;

            h4 {
                margin: 0;
                margin-right: 2rem;
            }
        }

        .itens[b-nvu31hj2qp] {
            display: flex;
            flex-direction: row;
            margin-top: 1rem;

            .icons {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 1.6rem;

                .icon {
                    width: 6.5rem;
                }
            }
        }

        .measure[b-nvu31hj2qp] {
            display: flex;
            flex-direction: row;

            img {
                max-height: 20rem;
            }

        }

        .grid[b-nvu31hj2qp] {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 1rem;

            .section {
                flex-direction: column;
                align-items: flex-start;
            }
        }
    }

    .action-buttons[b-nvu31hj2qp] {
        display: flex;
        justify-content: flex-end;
        margin-right: 2rem;
        align-items: center;
        margin-top: 2rem;

        .hide-details {
            transition: transform 0.2s ease-in-out;
            flex-direction: column;
            justify-content: center;
            padding: 0.5rem;
            cursor: pointer;
            text-align: center;

            &:hover {
                transform: scale(1.2);
            }

            img[b-nvu31hj2qp] {
                margin: 0.5rem 0;
                height: 1rem;
            }
        }
    }
}


@media screen and (max-width: 53.5rem) {
    .box[b-nvu31hj2qp] {
        .product {
            flex-direction: column;

            h3 {
                margin-top: 3rem;
            }

            p[b-nvu31hj2qp] {
                font-size: 1.7rem !important;
                color: #001aff;
            }
            
            .logo[b-nvu31hj2qp] {
                position: absolute;
                top: 0;
                left: 0;
            }

            .product-image[b-nvu31hj2qp] {
                position: absolute;
                top: 9rem;
                left: -4.4rem;
                max-width: 100vw;
                min-height: 30rem;
                object-fit: cover;
            }

            .image-list[b-nvu31hj2qp] {
                min-width: 100vw;
                left: -4.4rem;
                top: 3rem;
                min-height: 30rem;

                .image-item {
                    left: 0;
                    top: 0;
                    transform: unset;

                    img {
                        object-fit: cover;
                        min-width: 100vw;
                        min-height: 30rem;

                        &.em-breve {
                            min-width: unset;
                            width: 30%;
                            object-fit: none;
                            margin-left: 20%;
                        }
                    }
                }
            }

            .cor-descricao[b-nvu31hj2qp] {
                top: 31rem;
                right: 50%;
                transform: translateX(50%);
                left: auto;
            }


            .details[b-nvu31hj2qp] {
                margin-top: 40rem;
                width: 100%;
                max-width: 100%;
                text-align: center;



                .color-list {
                    position: absolute;
                    top: 31rem;
                    width: 100%;
                    justify-content: center;
                    align-items: center;
                    height: 9rem;

                    .color-item {
                        width: 3rem;
                        height: 3rem;

                    }
                }

                .action-buttons[b-nvu31hj2qp] {
                    justify-content: center;

                    .more-details {
                    }
                }
            }
        }

        .all-details[b-nvu31hj2qp] {
            .action-buttons {
                justify-content: center;
                margin-right: 0;

                .more-details {
                    margin-right: 2rem;
                }

                &.hide-more-details[b-nvu31hj2qp] {
                    display: none;
                }
            }

            .details[b-nvu31hj2qp] {
                padding: 0;
                text-align: center;

                .section {
                    flex-direction: column;

                    h4 {
                        margin: 0;
                        margin-bottom: 1rem;
                    }
                }

                .itens[b-nvu31hj2qp] {
                    .icons {
                        .icon {
                            margin: 0.5rem;
                        }
                    }
                }

                .grid[b-nvu31hj2qp] {
                    grid-template-columns: 1fr;

                    .section {
                        align-items: center;
                    }
                }
            }
        }
    }
}
/* _content/Automaticket.Site/Components/Layout/AutFooter.razor.rz.scp.css */
.aut-footer[b-7tgytnodp9] {
    grid-area: footer;
}

.footer-menu[b-7tgytnodp9] {
    position: relative;
    background-color: var(--color-gray-mid);
    height: 7.8rem;
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.3);

    z-index: 5;
}

.footer-menu .container[b-7tgytnodp9] {
    height: 100%;

}

.footer-menu nav[b-7tgytnodp9] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.footer-menu .separator[b-7tgytnodp9] {
    background: rgb(42, 42, 42);
    width: 0.2rem;
    height: 2rem;
    border-radius: 2rem;
}

.footer-menu .separator[b-7tgytnodp9]:after {
    content: "";
    display: block;
    position: relative;
    width: 0.2rem;
    left: 0.2rem;
    background-color: rgb(64, 62, 62);
    border-radius: 2rem;
    height: 2rem;
}

[b-7tgytnodp9] .footer-nav-link {
    display: block;
    padding: 2rem 0;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--color-gray-light);
}

[b-7tgytnodp9] .footer-nav-link.active {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px var(--color-blue-main),
    0 0 20px var(--color-blue-main), 0 0 30px var(--color-blue-main),
    0 0 40px var(--color-blue-main), 0 0 55px var(--color-blue-main),
    0 0 75px var(--color-blue-main);
    color: #fff;
    transform: scale(1.1);
}

.footer-bottom[b-7tgytnodp9] {
    background-color: var(--color-gray-mid);
    padding: 3rem 0;
}

.footer-bottom .container[b-7tgytnodp9] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-bottom .contacts[b-7tgytnodp9], .addresses[b-7tgytnodp9] {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
}

.footer-bottom .contacts[b-7tgytnodp9] {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    align-items: center;
}

.footer-bottom .contacts .logos[b-7tgytnodp9] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: .8rem;
    gap: 1rem;
}

.footer-bottom .contacts .logos .automaticket-image-link img[b-7tgytnodp9] {
    height: 3.4rem;
}

.footer-bottom .contacts .logos .redes-sociais[b-7tgytnodp9] {
    display: flex;
    justify-content: space-around;
    align-items: center;

    img {
        margin: 0 0.5rem;
    }

    .facebook-image-link img[b-7tgytnodp9] {
        width: 3.2rem;
    }

    .instagram-image-link img[b-7tgytnodp9] {
        width: 3.2rem;
    }

    .x-image-link img[b-7tgytnodp9] {
        height: 3rem;
    }
}

.footer-bottom .contacts .contact[b-7tgytnodp9] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0.3rem;
    width: 100%;
    row-gap: 1rem;
    column-gap: 1.2rem;

}

.footer-bottom .contacts .contact .phone[b-7tgytnodp9] {

}

.footer-bottom .contacts .contact .phone img[b-7tgytnodp9] {
    width: 1.77rem;
    margin-right: 0.3rem;
}

.footer-bottom .contacts .contact .phone a[b-7tgytnodp9] {
    display: flex;
    align-items: center;
    color: var(--color-gray-light);
    font-size: 1.5rem;
    font-weight: 500;
}

.footer-bottom .contacts .contact .whatsapp[b-7tgytnodp9] {

}

.footer-bottom .contacts .contact .whatsapp a[b-7tgytnodp9] {
    display: flex;
    align-items: center;
    color: var(--color-gray-light);
    font-size: 1.5rem;
    font-weight: 500;
}

.footer-bottom .contacts .contact .whatsapp img[b-7tgytnodp9] {
    width: 1.77rem;
    fill: var(--color-gray-light);
    margin-right: .3rem;
}

.footer-bottom .contacts .contact .email a[b-7tgytnodp9] {
    display: flex;
    align-items: center;
    color: var(--color-gray-light);
    font-size: 1.4rem;
}

.footer-bottom .contacts .contact .email a img[b-7tgytnodp9] {
    width: 2.61rem;
    margin-right: 0.3rem;
}

.footer-bottom .contacts .copyright[b-7tgytnodp9] {
    color: var(--color-gray-light);
    font-size: 1.2rem;
    padding-top: 1.3rem;
    text-align: center;
}

.footer-bottom .copyright-mobile[b-7tgytnodp9] {
    display: none;
}

.footer-bottom .separator[b-7tgytnodp9] {
    width: 0.2rem;
    height: 8rem;
    background: rgb(42, 42, 42);
    border-radius: 2rem;
}

.footer-bottom .separator[b-7tgytnodp9]:after {
    content: "";
    display: block;
    position: relative;
    width: 0.2rem;
    left: 0.2rem;
    background-color: rgb(64, 62, 62);
    border-radius: 2rem;
    height: 8rem;
}

.footer-bottom .separator[b-7tgytnodp9]:after {
    height: 8rem;
}

.footer-bottom .addresses[b-7tgytnodp9] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 0 2rem;
    gap: 1rem;
}

.footer-bottom .addresses a[b-7tgytnodp9] {
    display: flex;
    align-items: center;
    color: var(--color-gray-light);
    font-size: 1.2rem;
    margin: 0;
    gap: 1rem;
}

.footer-bottom .addresses .map-pin[b-7tgytnodp9] {
    height: 2.685rem;
}

.footer-bottom .addresses .parking[b-7tgytnodp9] {
    width: 2.50rem;
    height: 2.50rem;
}

@media screen and (max-width: 53.5rem) {
    
}

@media screen and (max-width: 40rem) {
    .footer-menu[b-7tgytnodp9] {
        height: auto;
    }

    [b-7tgytnodp9] .footer-nav-link {
        padding: 2rem 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.8rem;
    }

    nav[b-7tgytnodp9] {
        flex-direction: column;
    }

    .separator[b-7tgytnodp9] {
        display: none;
    }
    
    .footer-bottom[b-7tgytnodp9] {
        padding: 4rem 0;
    }

    .footer-bottom .container[b-7tgytnodp9] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 3rem;
    }

    .footer-bottom .contacts .contact[b-7tgytnodp9] {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }

    .footer-bottom .container .contacts .logos[b-7tgytnodp9] {
        gap: 1.5rem;
        flex-direction: column;
        margin-bottom: 2rem;
        
        .automaticket-image-link {
            display: none;
        }
        
        .redes-sociais[b-7tgytnodp9] {
            flex-direction: row;
            gap: 1rem;
            
            .facebook-image-link img { 
                width: 4rem;
            }
            
            .instagram-image-link img[b-7tgytnodp9] {
                width: 4rem;
            }
            
            .x-image-link img[b-7tgytnodp9] {
                height: 3.5rem;
            }
        }
    }

    .footer-bottom .container .contacts .logos .automaticket-image-link img[b-7tgytnodp9] {
        height: 4rem;
    }

    .footer-bottom .contacts .contact .phone a[b-7tgytnodp9] {
        font-size: 1.8rem;
        letter-spacing: .1rem;
        font-weight: 300;
    }

    .footer-bottom .contacts .contact .phone img[b-7tgytnodp9] {
        width: 2.5rem;
        margin-right: 1rem;
    }

    .footer-bottom .contacts .contact .whatsapp a[b-7tgytnodp9] {
        font-size: 1.8rem;
        letter-spacing: .1rem;
        font-weight: 300;
    }

    .footer-bottom .contacts .contact .whatsapp img[b-7tgytnodp9] {
        width: 2.7rem;
        margin-right: 1rem;
    }

    .footer-bottom .contacts .contact .email a[b-7tgytnodp9] {
        font-size: 1.8rem;
        font-weight: 300;
    }

    .footer-bottom .contacts .contact .email a img[b-7tgytnodp9] {
        width: 3rem;
        margin-right: 1rem;
    }

    .footer-bottom .contacts .copyright[b-7tgytnodp9] {
        display: none;
    }

    .footer-bottom  .copyright-mobile[b-7tgytnodp9] {
        display: block;
        color: var(--color-gray-light);
        font-size: 1.5rem;
        font-weight: 300;
        text-align: center;
    }

    .footer-bottom .addresses[b-7tgytnodp9]  {
        padding: 0;
        margin: 0;
    }
    
    .footer-bottom .addresses p[b-7tgytnodp9] {
        font-size: 1.3rem;
    }
}
/* _content/Automaticket.Site/Components/Layout/AutHeader.razor.rz.scp.css */
header[b-3ubg3obaxr] {

    grid-area: header;
    box-shadow: 0 .5rem 4rem rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.header-top[b-3ubg3obaxr] {
    background: var(--color-red-main);
    box-shadow: inset 0 -.3rem .5rem 0 rgba(0, 0, 0, 0.3);
}

.header-top .container[b-3ubg3obaxr] {
    height: 4.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
    font-weight: 500;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

[b-3ubg3obaxr] .header-top .logo-tablet {
    display: none;
}

.whatsapp-mobile[b-3ubg3obaxr] {
    display: none;
}

.menu-toggle[b-3ubg3obaxr] {
    display: none;
}

.header-top .image-border[b-3ubg3obaxr] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 1.2rem solid var(--color-red-main);
    box-shadow: -0.5rem 0.3rem 0.5rem 0.1rem rgba(0, 0, 0, 0.3);
}

.header-top img[b-3ubg3obaxr] {
    width: 3.5rem;
    height: 3.5rem;
}

.header-top .televendas[b-3ubg3obaxr] {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}

.header-top .televendas span[b-3ubg3obaxr] {
    font-size: 1.2rem;
    font-weight: 300;
    margin-right: 0.5rem;
}

.header-top .whatsapp[b-3ubg3obaxr] {
    display: flex;
    align-items: center;
    margin-right: 10rem;
    font-size: 1.4rem;
}

.header-bottom[b-3ubg3obaxr] {
    background: var(--color-gray-main);
}

.header-bottom .logo:hover[b-3ubg3obaxr] {
    transform: scale(1.1);
}


.header-bottom nav[b-3ubg3obaxr] {
    color: white;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.header-bottom .produtos[b-3ubg3obaxr] {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    max-width: 70rem;
    gap: .5rem;
}

[b-3ubg3obaxr] .produto-nav-link {
    flex: 1 1 auto;
    padding: 2rem 0;
    color: var(--color-gray-light);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0 0.5rem;
    text-align: center;
}

[b-3ubg3obaxr] .produto-nav-link.active {
    color: #eee;
    text-shadow:
            0 0 1px #d6daf8,
            0 0 5px #d6daf8,
            0 0 10px #001aff,
            0 0 15px #001aff,
            0 0 20px #001aff,
            0 0 25px #001aff,
            0 0 30px #001aff;
    transform: scale(1.1);
}

[b-3ubg3obaxr] .header-bottom .orcamento a {
    color: white;
    border: 0.2rem solid;
    border-radius: 2rem;
    padding: 0.8rem 1.2rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
}

.header-bottom .orcamento a svg[b-3ubg3obaxr] {
    height: 2rem;
    margin: 0 0 0 1rem;
    fill: white;
}

@media screen and (max-width: 53.5rem) {
    [b-3ubg3obaxr] .logo {
        display: none;
    }

    [b-3ubg3obaxr] .header-top .logo-tablet {
        display: block;
    }

    [b-3ubg3obaxr] .header-top .logo-tablet img {
        width: 16rem;

    }

    .header-top .container[b-3ubg3obaxr] {
        justify-content: space-between;
    }

    .header-top .whatsapp[b-3ubg3obaxr] {
        margin: 0;
    }

    .header-top .image-border[b-3ubg3obaxr] {
        margin-right: .5rem;
        width: auto;
        height: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .header-top .televendas .texto[b-3ubg3obaxr] {
        display: none;
    }

}

@media screen and (max-width: 40rem) {
    header[b-3ubg3obaxr] {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
    }

    .whatsapp-mobile[b-3ubg3obaxr] {
        display: block;
    }

    .whatsapp-mobile img[b-3ubg3obaxr] {
        min-width: 2rem;
        max-height: 4rem;
    }

    .header-top[b-3ubg3obaxr] {
        display: none;
    }

    .header-bottom .produtos[b-3ubg3obaxr] {
        position: fixed;
        top: var(--nav-height);
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        padding-top: 2rem;
        flex-direction: column;
        background-color: var(--color-gray-main);

        opacity: 0;
        transform: translateX(-100%);
        transition: transform 0.5s, opacity 0.3s;
    }

    .header-bottom .produtos.opened[b-3ubg3obaxr] {
        transform: translateX(0);
        opacity: 1;
    }
    
    [b-3ubg3obaxr] .header-bottom .produtos .produto-nav-link {
        flex: none;
        font-size: 2.5rem;
        letter-spacing: 2px;
        padding: 2rem 0;
    }

    .header-bottom .orcamento[b-3ubg3obaxr] {
        display: none;
    }

    [b-3ubg3obaxr] .logo {
        display: block;
        margin: 2rem 0;
    }

    [b-3ubg3obaxr] .logo img {
        width: 100%;
        height: auto;
        min-width: 20rem;
    }

    .menu-toggle[b-3ubg3obaxr] {
        display: flex;
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        width: 4rem;
    }

    .line[b-3ubg3obaxr] {
        fill: none;
        stroke: white;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1[b-3ubg3obaxr] {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2[b-3ubg3obaxr] {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3[b-3ubg3obaxr] {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1[b-3ubg3obaxr] {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2[b-3ubg3obaxr] {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3[b-3ubg3obaxr] {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
}

    
/* _content/Automaticket.Site/Components/Layout/AutMainLayout.razor.rz.scp.css */

.layout[b-7rje05s3ru] {
    display: grid;
    grid-template-areas:
        "header"
        "main"
        "footer";
    height: 100vh;
    grid-template-rows: auto 1fr auto;
}

main[b-7rje05s3ru] {
    grid-area: main;
}




#blazor-error-ui[b-7rje05s3ru] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-7rje05s3ru] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Automaticket.Site/Components/Pages/ArtesAprovacao.razor.rz.scp.css */
.container[b-8puoicev0e] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;

    .info {
        p {
            padding-top: 1rem;
            padding-bottom: 2rem;
        }
    }
}

.loading-section[b-8puoicev0e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-align: center;
}

.error-section[b-8puoicev0e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    text-align: center;
}

.designs-data[b-8puoicev0e] {
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    animation: show-b-8puoicev0e 600ms 100ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
}

.order-details[b-8puoicev0e] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.order-fields[b-8puoicev0e] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.readonly-field[b-8puoicev0e] {
    flex: 1 1 0;
    min-width: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: .2rem;
    align-items: center;
    padding: 1rem 2rem;
    background-color: var(--color-gray-mid);
    border-radius: .5rem;
    border: .1rem solid var(--color-gray-light);
    color: #eee;
    
    .label {
        font-weight: 500;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .value[b-8puoicev0e] {
        font-size: 2.5rem;
        font-weight: 500;
    }
}

.order-status-blocked-for-change[b-8puoicev0e] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: var(--color-red-main);
    border-radius: .5rem;
    border: .1rem solid var(--color-red-lighter);
    color: #eee;
    flex: 1 1 0;
    font-size: 1.5rem;
}

.designs-pending[b-8puoicev0e] {
    h3 {
        padding-bottom: 2rem;
    }
}

.designs-list[b-8puoicev0e] {
    display: flex;
    flex-wrap: wrap;
    
    gap: 2rem;
}

.designs-finished[b-8puoicev0e] {

    h3 {
        padding-bottom: 2rem;
    }
}

.all-pending-designs-action[b-8puoicev0e] {
    margin-top: 3rem;
    display: flex;

    button {
        font-size: 2rem;
        padding: 3rem;
        width: 100%;
    }
}

.fade-out[b-8puoicev0e] {
    animation: fade-out-b-8puoicev0e 1.0s forwards;
    animation-timing-function: ease-out;
}

@keyframes fade-out-b-8puoicev0e {
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes show-b-8puoicev0e {
    100% {
        opacity: 1;
        transform: none;
    }
}

.loading[b-8puoicev0e] {
    position: relative;
    margin: auto;
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;

    --colorA: #F40000;

    &::before,
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        border-top: 3px solid #fff;
        filter: drop-shadow(0 0 2px var(--colorA)) drop-shadow(0 0 5px var(--colorA)) drop-shadow(0 0 10px var(--colorA)) drop-shadow(0 0 20px var(--colorA));
        animation: loading-rotate-b-8puoicev0e 3s infinite linear;
    }

    &[b-8puoicev0e]::after {
        --colorA: #0055FF;
        animation-delay: -1.5s;
    }
}

@keyframes loading-rotate-b-8puoicev0e {
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 40rem) {
    .artes .container[b-8puoicev0e] {
        margin-top: var(--nav-height);
    }
}
/* _content/Automaticket.Site/Components/Pages/CartazFlyer.razor.rz.scp.css */
.produto-header[b-2rsu1s163h] {


    .produto-page-header-img {
        background-image: url("images/produtos/cartazes-flyers/cartazes-flyers-header.webp");
    }

    .titulo img[b-2rsu1s163h] {
        height: 5.5rem;
    }

} 
/* _content/Automaticket.Site/Components/Pages/Contato.razor.rz.scp.css */

[b-r4qi8290li] .validation-message {
    color: var(--color-red-main);
    font-size: 1.5rem;
    margin-left: .5rem;
}

[b-r4qi8290li] input#surname {
    visibility:hidden;
    padding: 0;
    height: 0;
}

.contato[b-r4qi8290li] {
    background-image: url("images/contato/background-contato.webp");
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 50.1rem;
    height: 100%;

    .hero {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 50.1rem;

        .info {
            width: 40%;

            .product-name {
                margin-bottom: 2rem;
            }


            p[b-r4qi8290li] {
                text-shadow: 0 0 2px #000000, 1px 1px 2px #000000;
            }

            .email-contato[b-r4qi8290li] {
                color: white;
                font-size: 1.5rem;
            }
        }

        .contact-form[b-r4qi8290li] {
            width: 40%;
            padding: 1.5rem;

            form {
                display: flex;
                flex-direction: column;

                .form-group {
                    display: flex;
                    flex-direction: column;
                    
                    input,
                    textarea{
                        border-radius: 0.5rem;
                        padding: 1rem;
                        font-size: 1.4rem;
                        margin: 0.5rem 0;

                        ::placeholder {
                            color: var(--color-gray-lighter);
                        }
                    }

                }

                button[b-r4qi8290li] {
                    margin-top: 1rem;
                }
            }

            .success-message[b-r4qi8290li] {
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 4rem;
            }

            .error-message[b-r4qi8290li] {
                color: white;
                font-size: 2rem;
                text-align: center;
                padding: 4rem;
                
                a {
                    color: var(--color-red-main);
                    text-decoration: underline;
                }
            }
        }
    }

    .whatsapp-contact[b-r4qi8290li], .phone-contact[b-r4qi8290li] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        flex: 1 1 0;
        min-width: 40rem;

        a {
            display: flex;
            align-items: center;
            color: white;
            font-size: 3rem;
            font-weight: 600;
            gap: 2rem;
        }

        img[b-r4qi8290li] {
            width: 5.7rem;
        }

        p[b-r4qi8290li] {
            text-align: center;
        }
    }

    .contatos[b-r4qi8290li] {
        display: flex;
        justify-content: center;
        gap: 5rem;
        flex-wrap: wrap;
        margin: 5rem 2rem;
    }

}

@media screen and (max-width: 40rem) {
    .contato[b-r4qi8290li] {
        margin-top: var(--nav-height);
        background-position-x: 140rem;

        .hero {
            align-items: stretch;
            flex-direction: column;

            .info {
                width: auto;
                margin-top: 3rem;

                p {
                    color: white;
                    font-size: 1.5rem;
                    text-shadow: 0 0 2px #000000, 1px 1px 2px #000000;
                }

                .email-contato[b-r4qi8290li] {
                    font-size: 2rem;
                }
            }

            .contact-form[b-r4qi8290li] {
                width: unset;
                margin: 2rem 0;
            }
        }

        .contatos[b-r4qi8290li] {
            flex-direction: column;
            margin: 2rem;
        }

        .whatsapp-contact[b-r4qi8290li], .phone-contact[b-r4qi8290li] {
            min-width: unset;
        }


    }
}
/* _content/Automaticket.Site/Components/Pages/Credenciais.razor.rz.scp.css */
.produto-header .produto-page-header-img[b-mic76vltva] {
    background-image: url("images/produtos/credenciais/credenciais-header.webp");
}


.images[b-mic76vltva] {
    position: relative;
}

.image-item[b-mic76vltva] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50rem;
    height: 10rem;
    opacity: 0;
    overflow: visible;
    transition: opacity 0.5s ease-in-out;
}

.image-item.active[b-mic76vltva] {
    opacity: 1;
}

.image-item img[b-mic76vltva] {
}

.cores[b-mic76vltva] {
    margin: 50rem;
}

.cor-item[b-mic76vltva] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.cor-item.active[b-mic76vltva] {
    background-color: red;
}

/* _content/Automaticket.Site/Components/Pages/Duvidas.razor.rz.scp.css */
.duvidas[b-ait19857xo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 4rem 0;
}

.duvidas p[b-ait19857xo] {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

/* Core styles/functionality */
.tab input[b-ait19857xo] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab__content[b-ait19857xo] {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.tab input:checked ~ .tab__content[b-ait19857xo] {
    max-height: 1000rem;
}


/* Visual styles */
.accordion[b-ait19857xo] {
    color: var(--color-red-main);
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
}
.tab__label[b-ait19857xo],
.tab__close[b-ait19857xo] {
    display: flex;
    background: var(--color-red-main);
    cursor: pointer;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.tab__label[b-ait19857xo] {
    justify-content: space-between;
    padding: 1.5rem;
}
.tab__label[b-ait19857xo]::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}
.tab input:checked + .tab__label[b-ait19857xo]::after {
    transform: rotate(270deg);
}
.tab__content p[b-ait19857xo] {
    margin: 0;
    padding: 1rem;
}
.tab__close[b-ait19857xo] {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}
.accordion--radio[b-ait19857xo] {
    --theme: var(--color-gray-light);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover[b-ait19857xo]::after {
    animation: bounce-b-ait19857xo .5s infinite;
}
@keyframes bounce-b-ait19857xo {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }
    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}


@media screen and (max-width: 40rem) {
    .container[b-ait19857xo] {
        margin-top: var(--nav-height);
    }
}
/* _content/Automaticket.Site/Components/Pages/Fichas.razor.rz.scp.css */
.produto-header .produto-page-header-img[b-jvwlpr9u5t] {
    background-image: url("images/produtos/fichas/fichas-header.webp");
}
/* _content/Automaticket.Site/Components/Pages/Home.razor.rz.scp.css */
.bg[b-1hzi3j40m2] {
    background-image: url("images/home/neon-bg.webp");
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 49rem;
    height: 100%;
}

.container[b-1hzi3j40m2] {
    display: grid;
    gap: 2rem;
    padding-bottom: 3rem;
    overflow-x: hidden;
    grid-template-areas:
            "ingressos ingressos ingressos pulseiras pulseiras pulseiras"
            "fichas fichas cartazes cartazes credenciais credenciais";
    grid-auto-columns: 1fr;
}


.produtos-descricao[b-1hzi3j40m2] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 2rem;
    gap: 1rem;
    min-height: 19.5rem;

    h3 {
        margin: 0.5rem 0;
    }

    a[b-1hzi3j40m2] {
        margin-top: 1rem;
    }
}

.pulseiras[b-1hzi3j40m2],
.ingressos[b-1hzi3j40m2] {
    display: flex;
    align-items: flex-end;
    height: 61rem;
    margin-bottom: 3rem;

    .wrapper {
        z-index: 1;
    }
}

.ingressos[b-1hzi3j40m2] {
    position: relative;
    grid-area: ingressos;

    .name {
        display: block;
        position: absolute;
        top: 6.5rem;
        left: 40%;
        transform: translateX(-25%);
    }
    
    img.background[b-1hzi3j40m2] {
        position: absolute;
        top: 5.25rem;
        right: -9rem;
        width: 69rem;
    }
}

.pulseiras[b-1hzi3j40m2] {
    position: relative;
    grid-area: pulseiras;

    .name {
        display: block;
        max-width: 100%;
        position: absolute;
        top: 6.5rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .pulserias-neon-img[b-1hzi3j40m2] {
        position: absolute;
        top: 7rem;
        right: 0;
        width: 63.8rem;
        height: 42.4rem;
        background-image: url("images/home/pulseiras-home.webp");
    }
}

.fichas[b-1hzi3j40m2],
.cartazes[b-1hzi3j40m2],
.credenciais[b-1hzi3j40m2] {
    .nome-produto {
        height: 8.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .imagem-produto[b-1hzi3j40m2] {
        height: 17.3rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.fichas[b-1hzi3j40m2],
.cartazes[b-1hzi3j40m2],
.credenciais[b-1hzi3j40m2] {
    display: flex;
    flex-flow: column;
    height: 100%;

    .produtos-descricao {
        flex: 1;
    }
}

.fichas[b-1hzi3j40m2] {
    grid-area: fichas;

    .nome-produto {
        img {
            width: 13rem;
        }
    }

    .imagem-produto[b-1hzi3j40m2] {
        background-image: url("images/home/fichas-home.webp");
    }
}

.cartazes[b-1hzi3j40m2] {
    grid-area: cartazes;

    .nome-produto {
        img.name {
            width: 15rem;
        }
    }

    .imagem-produto[b-1hzi3j40m2] {
        background-image: url("images/home/cartazes-home.webp");
    }
}

.credenciais[b-1hzi3j40m2] {
    grid-area: credenciais;

    .nome-produto {
        img.name {
            width: 24.4rem;
        }
    }

    .imagem-produto[b-1hzi3j40m2] {
        background-image: url("images/home/credenciais-home.webp");
    }
}

@media screen and (max-width: 75rem) {
    .container .pulseiras .pulserias-neon-img[b-1hzi3j40m2] {
        right: -7rem;
    }
}

@media screen and (max-width: 66rem) {
    .container .pulseiras .pulserias-neon-img[b-1hzi3j40m2] {
        right: -12rem;
    }
}

@media screen and (max-width: 60rem) {
    .container .pulseiras .pulserias-neon-img[b-1hzi3j40m2] {
        right: -15rem;
    }

    .container .produtos-descricao[b-1hzi3j40m2] {
        min-height: 23.5rem;
    }
}

@media screen and (max-width: 53.5rem) {
    .container .pulseiras .pulserias-neon-img[b-1hzi3j40m2] {
        right: -20rem;
    }

    .container .ingressos img.background[b-1hzi3j40m2] {
        right: -10rem;
    }

    .container .produtos-descricao[b-1hzi3j40m2] {
        min-height: 26rem;
    }
    
}

@media screen and (max-width: 40rem) {
    .bg[b-1hzi3j40m2] {
        background-attachment: fixed;
        background-position-x: 130rem;
    }

    .bg .container[b-1hzi3j40m2] {
        margin-top: var(--nav-height);
        grid-template-areas:
                "ingressos"
                "pulseiras"
                "fichas"
                "cartazes"
                "credenciais";
        grid-auto-columns: 1fr;
        gap: 4rem;

        .produtos-descricao {
            gap: 2rem;
            min-height: unset;
            
            h3 {
                margin: unset;
            }
        }
    }
    
    .container .ingressos[b-1hzi3j40m2],
    .container .pulseiras[b-1hzi3j40m2] {
        height: 51rem;
    }

    .container .ingressos[b-1hzi3j40m2] {
        .background-image {
            position: absolute;
            top: 0;
            left: -2.5rem;
            height: 41rem;
            width: 100vw;
        }

        .name[b-1hzi3j40m2] {
            top: 3rem;
            left: 20%;
            font-size: 4.5rem;
        }

        img.background[b-1hzi3j40m2] {
            top: 0;
            right: -10rem;
            
        }
    }

    .container .pulseiras[b-1hzi3j40m2] {
        margin-top: -2.5rem;

        .name {
            top: 0;
            left: 90%;
            transform: translateX(-90%);
            font-size: 4.5rem;
        }

        .background-image[b-1hzi3j40m2] {
            position: absolute;
            top: 0;

            left: -2.5rem;
            height: 50rem;
            width: 100vw;
        }

        .pulserias-neon-img[b-1hzi3j40m2] {
            width: 100vw;
            background-position: center;
            left: -2.5rem;
            right: 0;
            top: 1rem;
            overflow: hidden;
        }
    }
}
/* _content/Automaticket.Site/Components/Pages/Ingressos.razor.rz.scp.css */
.produto-header .produto-page-header-img[b-jos7d4gnyh] {
    background-image: url("images/produtos/ingressos/ingressos-header.webp");
}
/* _content/Automaticket.Site/Components/Pages/Localizacao.razor.rz.scp.css */

.localizacao[b-4s8akn7xxd] {
    background-image: url("images/localizacao/background-localizacao.webp");
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 50.1rem;
    height: 100%;

    .hero {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 50.1rem;

        .info {
            width: 40%;

            .product-name {
                margin-bottom: 2rem;
            }
        }

        .cities[b-4s8akn7xxd] {
            width: 40%;

            .city {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin: 1rem 0;

                img {
                    width: 100%;
                    max-width: 45rem;
                }

                p[b-4s8akn7xxd] {
                    color: white;
                    font-size: 1.5rem;
                    font-weight: 400;
                    text-transform: uppercase;
                }
            }
        }
    }

    .addresses[b-4s8akn7xxd] {
        .address {
            margin-top: 5rem;

            .container {
                display: flex;
                align-items: center;
                margin-bottom: 1.5rem;

                img {
                    width: 4.1rem;
                    margin-right: 2rem;
                }

                h3[b-4s8akn7xxd] {
                    font-size: 1.8rem;
                    margin-bottom: 0.5rem;
                }

                p[b-4s8akn7xxd] {
                    margin: 0;
                    padding: 0;
                }
            }

            iframe[b-4s8akn7xxd] {
                background-color: var(--color-gray-light);
                height: 30rem;
                width: 100%;
            }
        }
    }


}

@media screen and (max-width: 40rem) {
    .localizacao[b-4s8akn7xxd] {
        background-position-x: 140rem;
        margin-top: var(--nav-height);

        .hero {
            align-items: flex-start;
            flex-direction: column;

            .info {
                width: auto;
                margin-top: 3rem;

                p {
                    color: white;
                    font-size: 1.5rem;
                    text-shadow: 0 0 2px #000000, 1px 1px 2px #000000;
                }
            }

            .cities[b-4s8akn7xxd] {
                width: 100%;
                margin: 1rem 0;
            }
        }
    }
}
/* _content/Automaticket.Site/Components/Pages/Orcamento.razor.rz.scp.css */

.orcamento[b-qjgr5crltm] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 0;
    gap: 2rem;
}

.orcamento p[b-qjgr5crltm] {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

.contacts[b-qjgr5crltm] {
    max-width: 479px;
    margin: auto;
    position: relative;
}

.contacts  img[b-qjgr5crltm]{
    width: 100%;
    height: 100%;
}

.contacts .whatsapp[b-qjgr5crltm] {
    position: absolute;
    top: 5%;
    right: 0;
    width: 100%;
    height: 45%;
}

.phone[b-qjgr5crltm] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
}

@media screen and (max-width: 40rem) {
    .container[b-qjgr5crltm] {
        margin-top: var(--nav-height);
    }
}
/* _content/Automaticket.Site/Components/Pages/PoliticaDePrivacidadeApp.razor.rz.scp.css */

.politica-de-privacidade[b-pbgch409qf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 4rem 0;
}

.politica-de-privacidade p[b-pbgch409qf] {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

.line-separator[b-pbgch409qf] {
    width: 100%;
    margin: 3rem 0;
    border-top: 2px solid var(--color-red-main);
}

@media screen and (max-width: 40rem) {
    .container[b-pbgch409qf] {
        margin-top: var(--nav-height);
    }
}
/* _content/Automaticket.Site/Components/Pages/Pulseiras.razor.rz.scp.css */
.produto-header .produto-page-header-img[b-e3h77gefuk] {
    background-image: url("images/produtos/pulseiras/pulseiras-header.webp");
}
/* _content/Automaticket.Site/Components/Pages/SobreEmpresa.razor.rz.scp.css */
.sobre[b-uw0o99y7no] {
    background-image: url("images/site/background-logo-automaticket.webp");
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 50.1rem;
}

.hero[b-uw0o99y7no] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50.1rem;

    .about {
        width: 40%;

        .product-name {
            margin-bottom: 2rem;
        }

        p[b-uw0o99y7no] {
            text-shadow: 0 0 2px #000000, 1px 1px 2px #000000;
        }
    }

    .cities[b-uw0o99y7no] {
        width: 40%;

        .city {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 1rem 0;

            img {
                width: 100%;
                max-width: 45rem;
            }

            p[b-uw0o99y7no] {
                color: white;
                font-size: 1.5rem;
                font-weight: 400;
                text-transform: uppercase;
            }
        }
    }
}

.mission[b-uw0o99y7no] {
    background-color: var(--color-gray-mid);
    padding: 8rem 0;

    .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 4rem;

        h6 {
            margin-bottom: 0.5rem;
        }

        p[b-uw0o99y7no] {
            color: white;
        }

        .item[b-uw0o99y7no] {
            display: flex;
            margin-bottom: 3rem;
            align-items: flex-start;

            .image img {
                width: 7rem;
                margin-right: 2rem;
            }
        }
    }
}

.testimonials[b-uw0o99y7no] {
    display: flex;
    align-items: center;
    min-height: 40rem;
    padding: 8rem 0;

    .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 6rem;

        .testimonial {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: justify;
            gap: 3rem;

            h5 {
                text-align: center;
            }
            
            img[b-uw0o99y7no] {
                width: 10rem;
                border-radius: 50%;
                margin-bottom: 1rem;
                background-color: white;
            }
        }
    }


}

@media screen and (max-width: 40rem) {
    .sobre[b-uw0o99y7no] {
        margin-top: var(--nav-height);
        background-position-x: 140rem;
    }

    .hero[b-uw0o99y7no] {

        flex-direction: column;
        padding: 4rem 0;

        .about {
            width: auto;
        }

        .cities[b-uw0o99y7no] {
            display: flex;
            width: auto;
            margin-top: 2rem;
            gap: 2rem;

            .city img {
                width: 100%;
                height: 20rem;
                object-fit: cover;
            }
        }

        p[b-uw0o99y7no] {
            color: white;
            font-size: 1.5rem;
            text-shadow: 0 0 2px #000000, 1px 1px 2px #000000;
        }
    }

    .mission[b-uw0o99y7no] {
        padding: 4rem;

        .container {
            grid-template-columns: 1fr;
        }

        .valores .item[b-uw0o99y7no] {
            margin: 0;
        }
    }

    .testimonials[b-uw0o99y7no] {
        padding: 2rem;
        
        .container {
            grid-template-columns: 1fr;
            gap: 2rem;

            .testimonial {
                gap: 1rem;
            }
        }
    }
}
/* _content/Automaticket.Site/Components/Pages/Software.razor.rz.scp.css */
.software[b-xajhraagj4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 4rem 0;
}

.software p[b-xajhraagj4] {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

.download-container[b-xajhraagj4] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
}

.download[b-xajhraagj4] {
    position: relative;
    display: inline-block;
}

.download img[b-xajhraagj4] {
    max-height: 5rem;
    width: auto;
}

.disabled[b-xajhraagj4] {
    opacity: 0.4; /* Deixa a imagem mais apagada */
    pointer-events: none; /* Evita cliques */
}

.badge-container[b-xajhraagj4] {
    position: relative;
    display: inline-block;
}

.coming-soon[b-xajhraagj4]::after {
    content: "EM BREVE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFD700; /* Amarelo chamativo */
    color: #000; /* Texto preto para contraste */
    font-weight: bold;
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    border: 2px solid #000; /* Borda preta para mais destaque */
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}







.manuals[b-xajhraagj4] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.manual-image[b-xajhraagj4] {
    width: 250px;
    height: 165px;
    cursor: pointer;
}

.manual-image-vista[b-xajhraagj4] {
    background: url('images/software/tutorial-vista.jpg') left top no-repeat;
    
    &:hover {
        background: url('images/software/tutorial-vista.jpg') left bottom no-repeat;
    }
}

.manual-image-xp[b-xajhraagj4] {
    background: url('images/software/tutorial-xp.jpg') left top no-repeat;
    
    &:hover {
        background: url('images/software/tutorial-xp.jpg') left bottom no-repeat;
    }
}

.manual-image-7[b-xajhraagj4] {
    background: url('images/software/tutorial-7.jpg') left top no-repeat;
    
    &:hover {
        background: url('images/software/tutorial-7.jpg') left bottom no-repeat;
    }
}

.manual-image-redes[b-xajhraagj4] {
    background: url('images/software/tutorial-redes.jpg') left bottom no-repeat;
    
    &:hover {
        background: url('images/software/tutorial-redes.jpg') left top no-repeat;
    }
}

.line-separator[b-xajhraagj4] {
    width: 100%;
    margin: 3rem 0;
    border-top: 2px solid var(--color-red-main);
}

@media screen and (max-width: 40rem) {
    .container[b-xajhraagj4] {
        margin-top: var(--nav-height);
    }
}
