/* _content/TheLaserSpace.2024/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ktyzhxwvxj] {
    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-ktyzhxwvxj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TheLaserSpace.2024/Components/Pages/Components/AboutUs/AboutUs.razor.rz.scp.css */
/* _content/TheLaserSpace.2024/Components/Pages/Components/DiscountComponent/DiscountComponent.razor.rz.scp.css */
@keyframes moveBackground-b-htyhcc093c {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.discount-card[b-htyhcc093c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 400px;
    background: radial-gradient(circle, rgba(0,0,0,0.9), rgba(0,0,0,1)); /* Gradiente radial preto mais escuro */
    border-radius: 15px; /* Arredondamento das bordas */
    overflow: hidden; /* Garante que as listras fiquem dentro do cartão */
    position: relative; /* Para alinhar as listras corretamente */
    animation: moveBackground-b-htyhcc093c 10s linear infinite; /* Animação do movimento do background */
}

.stripes[b-htyhcc093c] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgb(27, 21, 21) 10px, transparent 10px, transparent 20px); /* Listras pretas */
}

.display-1[b-htyhcc093c] {
    font-size: 6.5em;
    color: yellow;
    text-align: center;
    font-weight: 900;
}

.display-2[b-htyhcc093c] {
    font-size: 3.5em;
    color: yellow;
    text-align: center;
    font-weight: 900;
}

.display-3[b-htyhcc093c] {
    font-size: 1.5em;
    color: grey;
    text-align: center;
    font-weight: 400;
}

.display-4[b-htyhcc093c] {
    position: absolute;
    font-size: 1.1em;
    color: grey;
    text-align: center;
    font-weight: 400;
    bottom: 15px; /* Distância de 5 pixels do fundo */
    left: 50%; /* Centraliza horizontalmente */
    transform: translateX(-50%); /* Corrige a centralização horizontal */
}

.discount-button[b-htyhcc093c] {
    padding: 15px;
    height: 55px;
    background-color: yellow;
    color: black;
    border-color: transparent;
    font-weight: 800;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    line-height: 1;
}

.discount-links[b-htyhcc093c]{
    cursor: pointer;
}

@media (min-width: 992px) {
    .discount-card[b-htyhcc093c] {
        width: 400px;
    }

    .stripes[b-htyhcc093c] {
        background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgb(27, 21, 21) 12px, transparent 12px, transparent 24px);
    }

    .display-1[b-htyhcc093c] {
        font-size: 6.5em;
    }

    .display-2[b-htyhcc093c] {
        font-size: 3.5em;
    }

    .display-3[b-htyhcc093c] {
        font-size: 1.5em;
    }

    .display-4[b-htyhcc093c] {
        font-size: 1.1em;
    }
}


@media (max-width: 500px) {
    .discount-card[b-htyhcc093c] {
        width: 300px;
    }
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/DiscountComponent/PhoneNumberFormat.razor.rz.scp.css */
/* Estilos para telas grandes */
.input-phone[b-e50ohcac6e] {
    position: relative;
    background-color: transparent; /* Fundo transparente */
    color: white; /* Cor do texto branca */
    border-radius: 4px; /* Borda arredondada */
    width: 100%; /* Largura total */
    box-sizing: border-box; /* Inclui padding e border na largura total */
    border-block-color: #333; /* Cor da borda cinza escuro */
    text-align: center;
    font-size: 2em; /* Tamanho de fonte para telas grandes */
}

.input-div[b-e50ohcac6e] {
    display: flex; /* Tornando o elemento um flex container */
    justify-content: center; /* Centralizando horizontalmente */
    align-items: center; /* Centralizando verticalmente */
    height: 78px;
}

/* Estilos para telas médias */
@media (max-width: 768px) {
    .input-phone[b-e50ohcac6e] {
        font-size: 1.5em; /* Reduzindo o tamanho de fonte para telas médias */
    }
}

/* Estilos para telas pequenas */
@media (max-width: 576px) {
    .input-phone[b-e50ohcac6e] {
        font-size: 1em; /* Reduzindo ainda mais o tamanho de fonte para telas pequenas */
    }
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/FooterComponent/FooterComponent.razor.rz.scp.css */
.footer-main[b-o0im9zp48k] {
    padding: 30px;
    background-color: var(--secondary-color);
}

[b-o0im9zp48k] .mud-icon-root.mud-svg-icon{
    margin: 7.5px;
}

.info-footer[b-o0im9zp48k]{
    margin: 20px;
}

section[b-o0im9zp48k] {
    padding: 60px 0;
}

a[b-o0im9zp48k]{
    text-decoration: none;
}

    section .section-title[b-o0im9zp48k] {
        text-align: center;
        color: white;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    #footer h5[b-o0im9zp48k] {
        padding-left: 10px;
        border-left: 3px solid #eeeeee;
        padding-bottom: 6px;
        margin-bottom: 20px;
        color: #ffffff;
    }

    #footer a[b-o0im9zp48k] {
        color: #ffffff;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    #footer ul.social li[b-o0im9zp48k] {
        padding: 3px 0;
    }

        #footer ul.social li a i[b-o0im9zp48k] {
            margin-right: 5px;
            font-size: 25px;
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            transition: .5s all ease;
        }

        #footer ul.social li:hover a i[b-o0im9zp48k] {
            font-size: 30px;
            margin-top: -10px;
        }

        #footer ul.social li a[b-o0im9zp48k],
        #footer ul.quick-links li a[b-o0im9zp48k] {
            color: #ffffff;
        }

            #footer ul.social li a:hover[b-o0im9zp48k] {
                color: #eeeeee;
            }

    #footer ul.quick-links li[b-o0im9zp48k] {
        padding: 3px 0;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

        #footer ul.quick-links li:hover[b-o0im9zp48k] {
            padding: 3px 0;
            margin-left: 5px;
            font-weight: 700;
        }

        #footer ul.quick-links li a i[b-o0im9zp48k] {
            margin-right: 5px;
        }

        #footer ul.quick-links li:hover a i[b-o0im9zp48k] {
            font-weight: 700;
        }

@media (max-width: 767px) {
    #footer h5[b-o0im9zp48k] {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/Hero/Hero.razor.rz.scp.css */
@media (max-width: 576px) {
    /* Estilos para telas pequenas (por exemplo, smartphones) */
    .hero-text[b-vpdqnvltbg] {
        width: 90%;
    }

    .hero-text-1[b-vpdqnvltbg] {
        font-size: 3rem;
    }

    .lead[b-vpdqnvltbg] {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    /* Estilos para telas médias (por exemplo, tablets) */
    .hero-text[b-vpdqnvltbg] {
        width: 70%;
    }

    .hero-text-1[b-vpdqnvltbg] {
        font-size: 5rem;
    }

    .lead[b-vpdqnvltbg] {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    /* Estilos para telas grandes (por exemplo, desktops) */
    .hero-text[b-vpdqnvltbg] {
        width: 60%;
    }

    .hero-text-1[b-vpdqnvltbg] {
        font-size: 7rem;
    }

    .lead[b-vpdqnvltbg] {
        font-size: 2.5rem;
    }
}

.hero-full[b-vpdqnvltbg] {
    height: 100vh;
    background-color: pink;
}

.font-hero[b-vpdqnvltbg]{
    font-weight: bold;
}

.hero-text[b-vpdqnvltbg] {
    width: 80%
}

.hero-div img[b-vpdqnvltbg] {
    display: block;
    width: 100%;
}

.btn-pink[b-vpdqnvltbg] {
    background-color: #ff69b4;
    border: none;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: bold;
    transition: background-color 0.2s;
}

.btn-pink:hover[b-vpdqnvltbg] {
    background-color: #ff85c8;
    color: white;
}

.div-mascara[b-vpdqnvltbg] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.imagem-ajustada[b-vpdqnvltbg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-text-1[b-vpdqnvltbg]{
    font-weight: 500;
}

[b-vpdqnvltbg] .typewriter {
    border-right: none;
}


/* _content/TheLaserSpace.2024/Components/Pages/Components/MariannaComponent/MariannaComponent.razor.rz.scp.css */
@keyframes rotate-b-91xrr0280m {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.main-div[b-91xrr0280m] {
    position: relative;
    align-items: center;
}

.rotating-background[b-91xrr0280m] {
    animation: rotate-b-91xrr0280m 100s linear infinite; /* Definindo a animação */
    transform-origin: 50% 53.5%;
}

.overlay-container[b-91xrr0280m] {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

    .overlay-container img[b-91xrr0280m] {
        display: block;
        max-width: 100%;
    }

@media (min-width: 768px) {
    .main-div[b-91xrr0280m] {
        flex-direction: row;
    }

        .main-div > div[b-91xrr0280m] {
            flex: 1;
        }
}

.the-founder-background[b-91xrr0280m] {
    background: linear-gradient(to right, var(--primary-color), white);
}

.the-founder[b-91xrr0280m] {
    font-size: 4.5rem;
    padding: 15px;
    padding-top: 80px;
}


.description-text[b-91xrr0280m] {
    font-size: 1.5rem;
    padding: 35px;
    font-display: auto;
    padding-top: 0;
}

/* Estilos padrão para .the-founder e .description-text */
.the-founder[b-91xrr0280m],
.description-text[b-91xrr0280m] {
    font-family: fredoka;
}

/* Estilos para .the-founder em telas menores que 768px */
@media (max-width: 767px) {
    .the-founder[b-91xrr0280m] {
        font-size: 2.5rem;
    }
}

/* Estilos para .description-text em telas menores que 768px */
@media (max-width: 767px) {
    .description-text[b-91xrr0280m] {
        font-size: 1rem;
    }
}

/* Estilos para .the-founder em telas maiores ou igual a 768px */
@media (min-width: 768px) {
    .the-founder[b-91xrr0280m] {
        font-size: 3.5rem;
    }
}

/* Estilos para .description-text em telas maiores ou igual a 768px */
@media (min-width: 768px) {
    .description-text[b-91xrr0280m] {
        font-size: 1.5rem;
    }
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/Navbar/Navbar.razor.rz.scp.css */
.navbar[b-3f0dbe3smy] {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
}

.logo[b-3f0dbe3smy] {
    width: 200px;
    height: auto;
}

.logo-shadow[b-3f0dbe3smy] {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 1));
}

.custom-menu[b-3f0dbe3smy] {
    background: transparent;
}

.navbar .custom-menu[b-3f0dbe3smy] {
    height: 100px;
    background-color: deeppink;
}

#navbar[b-3f0dbe3smy] {
    transition: background-color 0.3s ease-in-out;
}

.navbar-scrolled[b-3f0dbe3smy] {
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.navbar-scrolled-up[b-3f0dbe3smy] {
    background: transparent !important;
}

.navbar-collapse.show[b-3f0dbe3smy] {
    background-color: rgba(255, 192, 203, 0.95);
}

.navbar-collapse.collapsing[b-3f0dbe3smy] {
    background-color: rgba(255, 192, 203, 0.95);
}

.navbar-collapse[b-3f0dbe3smy] {
    border-radius: 15px;
    width: 100%;
}

.navbar-nav .nav-link[b-3f0dbe3smy] {
    padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
    .navbar .navbar-nav[b-3f0dbe3smy] {
        display: flex;
        flex: 1;
        justify-content: space-around;
        font-size: 1.5rem;
    }

    .navbar-nav .nav-item[b-3f0dbe3smy] {
        flex-grow: 1;
        text-align: center;
    }
}

@media (min-width: 1300px) {
    .navbar-nav .nav-item[b-3f0dbe3smy] {
        font-size: 2rem;
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/SEO/ModalComponent.razor.rz.scp.css */
.modal[b-q7o3qw6rb7] {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content[b-q7o3qw6rb7] {
    color: var(--primary-color);
    margin: auto; /* Centraliza o modal horizontal e verticalmente */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-height: 60%; /* Define a altura máxima do modal */
    overflow-y: auto; /* Adiciona scroll quando necessário */
    position: absolute; /* Alterado para posição absoluta */
    top: 50%; /* Move o topo para o centro da tela */
    left: 50%; /* Move a esquerda para o centro da tela */
    transform: translate(-50%, -50%); /* Ajusta para centralizar vertical e horizontalmente */
}

.close[b-q7o3qw6rb7] {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


    .close:hover[b-q7o3qw6rb7],
    .close:focus[b-q7o3qw6rb7] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

button[b-q7o3qw6rb7] {
    background-color: cornflowerblue;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/ServiceComponent/PriceTagComponnet.razor.rz.scp.css */
img[b-9gvflh6xd8] {
    width: 100px;
    height: 100px;
}

.svg-price-tag[b-9gvflh6xd8] {
    position: absolute;
    bottom: -30px;
    right: -70px;
    transform: rotate(-25deg);
}

.price[b-9gvflh6xd8] {
    position: absolute;
    top: 50%; /* Define a posição vertical no meio do elemento pai */
    left: 50%; /* Define a posição horizontal no meio do elemento pai */
    transform: translate(-50%, -50%) rotate(45deg); /* Move o elemento de volta para a posição central e remove a rotação */
    font-size: 40px;
    text-align: center; /* Centraliza o texto horizontalmente */
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/ServiceComponent/ServiceComponent.razor.rz.scp.css */
.product-container[b-2lwpunykhx] {
    margin: 20px; /* Adiciona espaço externo em volta de cada produto */
    transition: transform 0.3s ease; /* Adiciona uma transição suave */
}

    .product-container:hover[b-2lwpunykhx] {
        transform: scale(1.05); /* Aumenta o tamanho em 5% */
        z-index: -15;
    }

/* Estilo para produtos selecionados */
.product[b-2lwpunykhx] {
    border: 5px solid #2c3e50;
    border-top-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 20px;
    position: relative;
    background: linear-gradient(135deg, #ffcccc, #ff99cc);
    color: darkblue;
    cursor: pointer;
    box-sizing: border-box; /* Ensures padding is included in width and height */
}

/* Small screens */
.product-small[b-2lwpunykhx] {
    width: 100%;
    max-width: 300px;
    height: auto;
}

/* Medium screens */
.product-medium[b-2lwpunykhx] {
    width: 300px;
    height: 150px;
}

/* Large screens */
.product-large[b-2lwpunykhx] {
    width: 400px;
    height: 200px;
}

/* Media Queries for Responsive Design */
@media (max-width: 600px) {
    .product[b-2lwpunykhx] {
        width: 80%;
        height: auto;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .product[b-2lwpunykhx] {
        width: 300px;
        height: 150px;
    }
}

@media (min-width: 901px) {
    .product[b-2lwpunykhx] {
        width: 400px;
        height: 200px;
    }
}


    .product a[b-2lwpunykhx] {
        color: white; /* Certifique-se de que o texto do link também seja branco */
    }

    .product h3[b-2lwpunykhx] {
        margin: 0;
        /* Seu estilo para h3 aqui */
    }

    /* Estilo para produtos não selecionados */
    .product.unselected[b-2lwpunykhx] {
        opacity: 0.7; /* Reduz a opacidade para torná-lo mais apagado */
        color: white;
    }

        .product.unselected a[b-2lwpunykhx] {
            color: #2c3e50; /* Altera a cor do texto para um tom mais escuro */
        }

        .product.unselected .icon-container[b-2lwpunykhx] {
            display: none; /* Esconde o ícone para produtos não selecionados */
        }


.product-container[b-2lwpunykhx] {
    margin: 20px;
}

.man-icon[b-2lwpunykhx] {
    position: absolute;
    top: 0;
    right: 50px;
    transform: translate(50%, -50%);
    z-index: 3;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: dodgerblue;
}

    .man-icon img[b-2lwpunykhx] {
        width: 40px;
        height: 40px;
    }


.woman-icon[b-2lwpunykhx] {
    position: absolute;
    top: 0;
    right: 90px;
    transform: translate(50%, -50%);
    z-index: 3;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .woman-icon img[b-2lwpunykhx] {
        width: 40px;
        height: 40px;
    }

.container-icon[b-2lwpunykhx] {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 3;
    background-color: floralwhite;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price[b-2lwpunykhx] {
    position: absolute;
    FONT-WEIGHT: 500;
    font-size: 3.5rem;
    z-index: 5;
    bottom: 0;
    right: 0;
}

[b-2lwpunykhx] .mud-icon-size-large {
    FONT-WEIGHT: 500;
    font-size: 3.5rem;
}

/* _content/TheLaserSpace.2024/Components/Pages/Components/ServiceListComponent/ServiceListComponent.razor.rz.scp.css */
[b-78lxnfe21b] .mud-container {
    padding-top: 85px;
    padding-bottom: 40px;
    justify-content: center;
    color: white;
    background-image: radial-gradient(circle, #add8e6 0%, #0077cc 100%);
    width: 100vw;
}

.custom-pack[b-78lxnfe21b] {
    width: 100%;
}

.display-2[b-78lxnfe21b] {
    font-family: Fredoka;
    min-width: 300px;
    background: linear-gradient(to right, #ffcccc, #ff99cc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}

.display-3-sub-text[b-78lxnfe21b] {
    /* Outros estilos da classe display-3-sub-text */
    font-size: 2.25rem; /* Ajuste o tamanho conforme necessário */
    font-weight: 400; /* Ajuste o peso da fonte conforme necessário */
    line-height: 1.5; /* Ajuste a altura da linha conforme necessário */
}


.product-list[b-78lxnfe21b] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.title-custom-pack[b-78lxnfe21b] {
    padding-top: 40px;
    padding-bottom: 40px;
}

@font-face {
    font-family: 'Fredoka';
    src: url('Media/Fonts/Fredoka/static/Fredoka-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka';
    src: url('Media/Fonts/Fredoka/static/Fredoka-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka';
    src: url('Media/Fonts/Fredoka/static/Fredoka-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

button[b-78lxnfe21b] {
    padding: 85px;
    color: yellow;
    background-color: yellow;
}

.button-build-plan[b-78lxnfe21b] {
    padding: 35px;
    color: yellow;
    background-color: transparent; /* Remova o fundo transparente para substituir a cor de fundo do Bootstrap */
    border-color: transparent; /* Remova a cor da borda transparente para substituir a cor da borda do Bootstrap */
}

    .button-build-plan:hover[b-78lxnfe21b],
    .button-build-plan:focus[b-78lxnfe21b] {
        /* Adicione estilos de foco e hover conforme necessário */
    }

    .button-build-plan:active[b-78lxnfe21b],
    .button-build-plan.active[b-78lxnfe21b] {
        /* Adicione estilos para quando o botão estiver ativo */
    }
/* _content/TheLaserSpace.2024/Components/Pages/Components/ServiceListComponent/TotalOrderComponent.razor.rz.scp.css */
.total-order-icon[b-rdjhh747ey] {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

a[b-rdjhh747ey]
{
    text-decoration: none;
}

/* Efeito de brilho */
@keyframes brilho-b-rdjhh747ey {
    0% {
        border-color: transparent;
    }
    /* Começa com a borda transparente */
    50% {
        border-color: yellow;
    }
    /* Brilha com a cor amarela no meio da animação */
    100% {
        border-color: transparent;
    }
    /* Termina com a borda transparente novamente */
}

.brilho[b-rdjhh747ey] {
    animation: brilho-b-rdjhh747ey 1s infinite; /* Animação de brilho */
}

.container[b-rdjhh747ey] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div1[b-rdjhh747ey], .div2[b-rdjhh747ey] {
    flex: 1;
    text-decoration: none;
}
.glass[b-rdjhh747ey] {
    backdrop-filter: blur(10px); /* Adiciona o efeito de vidro embacado */
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5); /* Cor de fundo da div com opacidade */
    text-align: center;
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/StatsComponent/StatsComponent.razor.rz.scp.css */
.main-stats[b-cou9astdk2] {
    display: flex;
    flex-direction: column; /* Alterado para exibir os elementos em uma única coluna */
    align-items: center;
    width: 100%;
    animation: gradientRotation-b-cou9astdk2 1s linear infinite;
    padding: 30px;
}

@keyframes gradientRotation-b-cou9astdk2 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.counter[b-cou9astdk2] {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center; /* Alinha os itens horizontalmente */
}

    .counter p[b-cou9astdk2] {
        font-size: 3rem;
        margin: 0;
        margin-left: 10px;
    }

    .counter img[b-cou9astdk2] {
        width: 50px;
        height: auto;
    }

    .counter span[b-cou9astdk2] {
        font-size: 1rem;
        color: gray;
    }

.text-stats[b-cou9astdk2] {
    padding: 20px;
}

@media only screen and (max-width: 768px) {
    .counter p[b-cou9astdk2] {
        font-size: 2.0rem;
    }

    .text-stats[b-cou9astdk2] {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .counter[b-cou9astdk2] {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .counter p[b-cou9astdk2] {
        font-size: 2.5rem;
    }

    .text-stats[b-cou9astdk2] {
        font-size: 1.8rem;
    }
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/TestmonialsComponent/TestimonialsComponent.razor.rz.scp.css */
.testmonials-main[b-e3qwsgdyb3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 25px;
    padding-top: 85px;
}

.display-1[b-e3qwsgdyb3] {
    text-align: center;
}

.reviews-title[b-e3qwsgdyb3] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px;
    font-weight: bolder;
}

.reviews-text.display-2[b-e3qwsgdyb3] {
    color: var(--secondary-color);
    font-size: 4.5rem;
    padding-right: 1rem;
}

.reviews-text.external-link[b-e3qwsgdyb3] {
    color: var(--secondary-color);
    font-size: 4.5rem;
    padding-right: 1rem;
}

.from-google-reviews-text[b-e3qwsgdyb3] {
    font-size: 1rem;
}


.testimonial[b-e3qwsgdyb3] {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.stars[b-e3qwsgdyb3] {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.review-user[b-e3qwsgdyb3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-titles[b-e3qwsgdyb3] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .reviews-titles .display-2[b-e3qwsgdyb3] {
        color: var(--secondary-color);
        font-size: 2.5rem;
    }

    .reviews-titles h1[b-e3qwsgdyb3],
    .reviews-titles p[b-e3qwsgdyb3] {
        margin: 0;
    }

    .reviews-titles h1[b-e3qwsgdyb3] {
        font-size: 2.5rem;
        padding-right: 1rem;
    }

    .reviews-titles p[b-e3qwsgdyb3] {
        font-size: 1rem;
    }

@media (max-width: 768px) {
    .reviews-titles[b-e3qwsgdyb3] {
        flex-direction: column;
        text-align: center;
    }

        .reviews-titles h1[b-e3qwsgdyb3],
        .reviews-titles p[b-e3qwsgdyb3] {
            margin-bottom: 0.5rem;
        }
}
/* _content/TheLaserSpace.2024/Components/Pages/Components/WhatsAppFixedButtonComponent/WhatsAppFixedButtonComponent.razor.rz.scp.css */
/* Adicione seu estilo personalizado aqui */
.btn-whatsapp[b-pplay8meke] {
    font-size: 1rem; /* Tamanho inicial do ícone */
    border: 2px solid transparent; /* Bordas iniciais transparentes */
    transition: border-color 0.3s ease; /* Transição suave para a animação */

}
.whatsapp-icon[b-pplay8meke] {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* Efeito de brilho */
@keyframes brilho-b-pplay8meke {
    0% {
        border-color: transparent;
    }
    /* Começa com a borda transparente */
    50% {
        border-color: yellow;
    }
    /* Brilha com a cor amarela no meio da animação */
    100% {
        border-color: transparent;
    }
    /* Termina com a borda transparente novamente */
}

.brilho[b-pplay8meke] {
    animation: brilho-b-pplay8meke 1s infinite; /* Animação de brilho */
}
/* _content/TheLaserSpace.2024/Components/Pages/Home.razor.rz.scp.css */
