@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

/* Cabeçalho fixo */

    .welcome{
        display: flex;
        flex-direction: column;
        color: #3c3c3c;
    }

    .page-title{
        color: #3c3c3c;
        font-weight: 600;
    }

    .date-day-year{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
    }

    .img-profile {
        height: 50px !important;
        width: 50px !important;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }

    .gerenal-info{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        transition: .5s !important;
    }

    .gerenal-info .gerenal-info-card{
        position: relative;
        display: block;
        width: 310px;
        height: 150px;
        margin-right: 15px;
        padding: 25px 20px;
        margin-bottom: 10px;
        transition: .5s !important;
        border-radius: 12px;
        box-shadow: 2px 1px 3px 1px #b1b0b008;
        background-color: #ffffff;
    }

    .general-info-data{
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .info-data-title{
        font-family: "Inter", sans-serif;
        font-size: 14px;
        color: #363636;
        font-weight: 500;
        margin-bottom: 3px;
    }

    .info-data{
        display: flex;
        justify-content: end;
        color: #292929;
        font-weight: 700;
    }

    .gree-circle{
        height: 15px;
        width: 15px;
        border-radius: 10px;
        background-color: green;
    }

    .orange-circle{
        height: 15px;
        width: 15px;
        border-radius: 10px;
        background-color: orange;
    }

    .purple-circle{
        height: 15px;
        width: 15px;
        border-radius: 10px;
        background-color: purple;
    }

    .greeting-message {
        display: flex;
        font-size: 1.5em;
        /* Aumenta o tamanho da fonte */
        color: #3c3c3c;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings: "slnt" 0;
        align-items: center;
    }

    /* .greeting-message span {
        margin-left: 10px;
    } */

/* Fim cabeçalho fixo */


/* Tabelas/ Containers*/

    .product-table{
        background-color: #fff;
        color: #212121;
        border-radius: 10px;
        padding: 50px 30px;
        margin-top: 15px;
    }

    .product-table h3{
        color: #212121;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .section-persona{
        background-color: #fff;
        color: #212121;
        border-radius: 10px;
        padding: 40px 70px;
        margin-top: 15px;
    }

    .section-persona h3{
        color: #212121;
        font-weight: 500;
        margin-bottom: 20px;
    }

    /* Cores */

        .titulos{
            color: #0057bb;
            font-weight: 700;
        }

        .card-color{
            width: 150px;
            overflow: hidden;
            /* border: 1px solid #ccc; */
            background-color: #fff;
            margin-right: 10px;
        }

        .color-container {
            display: flex;
            justify-content: space-between;
            margin: 10px;
        }

        .image-wrapper {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .image-wrapper img {
            width: 100%;
            height: 100px;
            object-fit: contain;
        }

        .sect-options{
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 0;
            /* right: 40%; */
        }

        .btn-padrao {
            font-family: 'Montserrat';
            background-color: #ffffff;
            color: #212121;
            border: solid 1px #212121;
            padding: 8px 12px;
            margin-top: 10px;
            border-radius: 5px !important;
            text-transform: uppercase;
            font-weight: 400;
            /* box-shadow: -2px 2px 5px 1px #4545451f; */
        }

        .btn-padrao:hover {
            background-image: linear-gradient(to right, rgb(12, 26, 37), rgb(24, 25, 26));
            color: #ffffff !important;
            border: solid 1px #fff;
        }

        .btn-padrao-fill {
            font-family: 'Montserrat';
            background-color: #1493fc;
            padding: 10px 20px;
            width: auto !important;
            /* display: block; */
            color: #fff;
            text-shadow: none !important;
            margin-top: 10px;
            border-radius: 5px;
            border: 1px solid #fff;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 400;
        }

        .btn-padrao-fill:hover {
            background-image: linear-gradient(to right, rgb(12, 26, 37), rgb(24, 25, 26));
            border: 1px solid #fff;
            color: #fff;
            transition: 0.3s ease-in-out !important;

        }

        .divider{
            border-top: 0.9px #eceaea solid;
            margin: 5px 0px;
        }

    /* Fim Cores */

    /* Aparencia Filtros e Paginação das Tabelas */


    .dataTables_length label {
        display: flex;
        flex-direction: row;
        color: #333;
        margin: 10px 0px;
    }

    .dataTables_length select {
        border: solid 1px #747474;
        border-radius: 4px;
        margin: 0px 10px;
        /* padding: 5px; */
        color: #333;
        background-color: #fff;
        width: 85px;
        height: 30px;
        font-weight: bold;
    }

    .dataTables_filter label {
        display: flex;
        flex-direction: row;
        justify-content: end;
        color: #333;
        margin: 5px 0px;
    }

    .dataTables_filter input {
        border: solid 1px #5a5a5a;
        border-radius: 4px;
        padding: 0px 20px;
        color: #333;
        background-color: #fff;
        width: 400px;
        height: 40px;
    }

    .dataTables_paginate .paginate_button {
        border-radius: 4px;
        margin: 2px;
        color: #333;
    }

    .dataTables_paginate .paginate_button:hover {
        background-color: #ddd;
        color: #000;
    }

    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #1391F9;
        border-color: #1391F9;
        padding: 8px 14px;
    }

/* Fim Aparencia */

    /* Dropzone */

        .photos-section{
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .card-product-photos{
            position: relative;
            /* background-color: #0057bb; */
            height: 150px;
            width: 150px;
        }

        .card-product-photos img{
            max-height: 140px;
        }

        .remove-photo{
            position: absolute;
            top: 0;
            right: 0;
        }

        .holder-section{
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .card-product-holder{
            position: relative !important;
            background-color: #0057bb !important;
            height: 150px;
            width: 150px;
        }

        .holder-section img{
            max-height: 130px !important;
        }

        .dropzone {
            display: flex;
            align-items: center !important;
            justify-content: center !important;
            position: relative;
            min-height: 230px !important;
            width: 100%;
            margin-bottom: 15px !important;
            border: none !important;
            border-radius: 15px;
            background-color: #f5f5f5 !important;
        }

        .dropzone::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* border: 1.5px dashed black !important; */
            border-radius: 15px !important;
            pointer-events: none;
        }

        .dropzone::after {
            content: "";
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            border: 1.5px dashed transparent;
            background-image: linear-gradient(to right, rgb(155, 155, 155) 50%, transparent 50%),
                                linear-gradient(to right, rgb(155, 155, 155) 50%, transparent 50%),
                                linear-gradient(to bottom, rgb(155, 155, 155) 50%, transparent 50%),
                                linear-gradient(to bottom, rgb(155, 155, 155) 50%, transparent 50%);
            background-size: 40px 1.5px, 40px 1.5px, 1.5px 40px, 1.5px 40px;
            background-position: top, bottom, left, right;
            background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
            pointer-events: none;
            border-radius: 15px;
        }

        .form-group {
            position: relative;
        }

        .input-group {
            position: relative;
        }

        .input-group-btn {
            position: relative;
            z-index: 1;
        }
    /* Fim dropzone */


    /* Botão de opções */
        .green-bottom{
            background-color: #009d0a;
            color: #fff;
            font-size: 16px;
            padding: 4px 8px;
            margin-bottom: 5px;
        }

        .orange-bottom{
            background-color: #fc8f00;
            color: #fff;
            font-size: 16px;
            padding: 4px 8px;
            margin-bottom: 5px;
        }

        .red-bottom{
            background-color: #C50E0E;
            color: #fff;
            font-size: 16px;
            padding: 4px 8px;
            margin-bottom: 5px;
        }

    /* Fim Botão de Opções */


    /* Zoom imagem dos produtos */

        .zoom {
            transition: transform .2s !important;
            /* Animation */
        }

        .zoom:hover {
            transform: scale(4) !important;
        }

    /* Fim Zoom */


/* Fim Tabelas */


/* Mine Tutorial */

    /* Personalizar o balão do Intro.js */
    .custom-introjs-tooltip {
        position: absolute !important;
        left: 50%;
        top: 100% !important;
        margin-left: -0px;
        margin-top: -0px !important;
        max-width: 400px; /* Largura máxima do balão */
        padding: 15px; /* Espaçamento interno */
        background-color: #fff; /* Cor de fundo */
        color: #333; /* Cor do texto */
        border-radius: 8px; /* Borda arredondada */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
        text-align: left; /* Alinhamento do texto */
        font-size: 16px; /* Tamanho da fonte */
    }

    .introjs-tooltip {
        background-color: #fff; /* Cor de fundo */
        color: #333; /* Cor do texto */
        border-radius: 8px; /* Borda arredondada */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
        padding: 15px; /* Espaçamento interno */
    }

    .introjs-tooltipbuttons {
        text-align: right; /* Alinhamento dos botões */
        margin-top: 10px; /* Margem superior */
    }

    .introjs-button {
        background-color: #007bff; /* Cor de fundo do botão */
        border: none; /* Remover borda */
        color: white; /* Cor do texto */
        padding: 10px 20px; /* Espaçamento interno */
        margin: 5px; /* Margem */
        border-radius: 4px; /* Borda arredondada */
        cursor: pointer; /* Cursor do mouse */
    }

    .introjs-button:hover {
        background-color: #0056b3; /* Cor de fundo ao passar o mouse */
    }

    .introjs-skipbutton {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        color: #616161;
        font-size: 16px !important;
        cursor: pointer;
        font-weight: normal !important;
        text-align: center;
        text-decoration: none;
    }

    .introjs-bullets {
        display: none; /* Remover os bullets */
    }

    .introjs-progress {
        background-color: #f1f1f1; /* Cor de fundo da barra de progresso */
    }

    .introjs-progressbar {
        background-color: #007bff; /* Cor da barra de progresso */
    }

    .introjs-helperLayer{
        box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 0px, rgba(33, 33, 33, 0.5) 0px 0px 0px 3000px !important;
    }

    /* .introjs-skipbutton {
        background: none;
        border: 1px solid #ddd;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

    .introjs-skipbutton:before {
        content: "☐ ";
    }

    .introjs-skipbutton.completed:before {
        content: "☑ ";
    }

    .introjs-tooltip-title {
        position: relative;
    }

    .step-count {
        position: absolute;
        right: 10px;
        top: 10px;
        background: #f5f5f5;
        padding: 2px 5px;
        border-radius: 3px;
        font-size: 0.9em;
    } */

/* Fim Mine Tutorial */


    .span-featured{
        color: #00a2ff;
        text-underline-position: above;
    }

    .hastag-products{
        position: absolute;
        bottom: -35px;
        left: 2px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        color: #fff;
    }

    /* Estilo carrossel */

    .bottom-carousel{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        border-radius: 25px;
        border: solid;
        height: 50px;
        width: 50px;
    }

    /* Fim estilo carrossel */

    /* Estilo para o container das categorias e barra de rolagem do sidebar lateral*/

    .white-bar{
        background-color: #ffffff;
        box-shadow: 2px 1px 3px 1px #aaaaaa18;
        height: 45px;
    }
    .cont-category{
        display:flex;
        align-items: center;
        justify-content: center;
        max-width: 1500px !important;
        padding: 10px 0px;
    }

    .category-container {
        display: flex;
        overflow-x: auto; /* Para permitir o carrossel em telas menores */
        overflow-y: hidden; /* Removendo o scroll vertical */
        white-space: nowrap; /* Evitando que os itens quebrem para a próxima linha */

    }

    /* Estilizando a barra de rolagem para navegadores WebKit (Chrome, Safari) */
    .category-container::-webkit-scrollbar {
        height: 8px; /* Altura da barra de rolagem */
        padding: 20px;
    }

    .category-container::-webkit-scrollbar-thumb {
        background-color: #ffffff13; /* Cor do botão de rolagem */
        border-radius: 6px; /* Borda arredondada do botão de rolagem */
        width: 50px !important;
    }

    .category-container::-webkit-scrollbar-track {
        background-color: #eee; /* Cor do fundo da barra de rolagem */
    }

    /* Estilizando a barra de rolagem para navegadores Firefox */
    .category-container {
        scrollbar-width: none; /* Para fazer a barra não aparecer */
        /* width: 80%; Largura do carrossel */
    }

    .category-container::-webkit-scrollbar-thumb {
        background-color: #b1b1b1 !important; /* Cor do botão de rolagem */
        border-radius: 10px; /* Borda arredondada do botão de rolagem */

    }

    .category-container::-webkit-scrollbar-track {
        background-color: transparent !important; /* Cor do fundo da barra de rolagem */
    }

    /* Estilo para cada item de categoria */
    .category-item {
        flex: 0 0 auto;
        margin-right: 10px; /* Espaçamento entre os itens */
        box-sizing: border-box; /* Garante que a largura inclua a margem */
        text-align: center;
    }

    /* Estilo para as imagens */
    .single-banner img {
        max-width: 90px;
        height: auto;
    }

    /* Estilo para o texto */
    .content p {
        margin-top: 10px;
        font-size: 14px;
        overflow: hidden; /* Escondendo qualquer conteúdo que transborde do container */
        text-overflow: ellipsis; /* Adicionando reticências (...) para indicar que há mais texto disponível */
        white-space: nowrap; /* Impedindo que o texto seja quebrado em várias linhas */
    }

    .text-item {
        /* flex: 1; */
        text-align: center; /* Alinha o texto no centro */
    }

    .text-item h2{
        color: #1391f9 !important;
    }

    .projetos{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        transition: .5s !important;
    }

    .projetos .projeto{
        position: relative;
        display: block;
        width: 218px;
        /* height: 490px; */
        margin: 5px;
        margin-bottom: 10px;
        transition: .5s !important;
        border-radius: 5px;
        /* box-shadow: 1px 1px 3px 1px #b1b0b03e; */
        background-color: #fff;
    }

    .projetos .projeto:hover{
        box-shadow: 1px 1px 3px 1px #b1b0b05d;
    }

    .custom-image {
        height: 230px;
        width: auto; /* Altura desejada */
    }

    .product-name{
        height: 50px;
        overflow: hidden;
    }

    .header-products-sections{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .main-info{
        font-family: "Montserrat", sans-serif;
        color: #1391f9 !important;
        font-size: 25px;
        font-weight: 600;
    }

    .product-name-details{
        font-family: "Montserrat", sans-serif;
        color: #1391f9;
        font-size: 28px;
        font-weight: 600;
    }

    .old-price{
        text-decoration: line-through;
        color: #1a1a1a;
    }

    .btn-persona{
        align-items: center;
        justify-content: center;
        height: 35px;
        padding: 2px 0px 2px 0px;
        width: 100%;
        margin-right: 5px;
        background-color: transparent;
        border: solid 1px #000;
    }

    .btn-persona:hover{
        align-items: center;
        justify-content: center;
        height: 35px;
        padding: 2px 0px 2px 0px;
        width: 100%;
        margin-right: 5px;
        background-image: linear-gradient(to right, rgba(21, 149, 255, 1), rgba(7, 125, 223, 1));
        border: solid 1px #00000000;
        transition: .5s !important;
    }

    .btn-persona:hover a{
        color: #fff !important;
    }

    .btn-persona-orcamento{
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 100%;
        padding: 2px 20px 2px 20px;
        margin-right: 5px;
        background-color: transparent;
        border: solid 1px #000;
    }

    .btn-persona-orcamento:hover{
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 100%;
        padding: 2px 20px 2px 20px;
        margin-right: 5px;
        background-image: linear-gradient(to right, rgba(21, 149, 255, 1), rgba(7, 125, 223, 1));
        border: solid 1px #00000000;
        transition: .5s !important;
    }

    .btn-persona-orcamento:hover a{
        color: #fff !important;
    }

    .btn-persona-icon{
        align-items: center;
        justify-content: center;
        height: 35px;
        padding: 4px 10px 5px 10px;
        margin-right: 5px;
        background-color: transparent;
        border: solid 1px #000;
    }

    .btn-persona-icon:hover{
        align-items: center;
        justify-content: center;
        height: 35px;
        padding: 4px 10px 5px 10px;
        margin-right: 5px;
        background-image: linear-gradient(to right, rgba(21, 149, 255, 1), rgba(7, 125, 223, 1));
        border: solid 1px #00000000;
        transition: 0.5s;
    }

    .btn-persona-icon:hover a{
        color: #fff !important;
    }

    .btn-product-grids{
        background-color: #ffffff;
        border-radius: 20px;
        font-size: 16px;
        color: #1d1d1d;
        padding: 10px 25px;
        margin-right: 15px;
        transition: 0.3s;
    }

    .btn-product-grids:hover{
        background-color: #003c9c;
        background-image: linear-gradient(to right, rgb(0, 72, 198), rgb(0, 63, 172), rgb(0, 40, 135));
        border-radius: 20px;
        font-size: 16px;
        color: #fff;
        padding: 10px 25px;
        margin-right: 15px;
        transition: 0.3s;
    }

    /*  COMPARTILHAMENTO */

        /* Estilos gerais para o card do produto */
        .projeto.image {
            position: relative;
            transition: 0.5s;
        }

        .projeto.image:hover .share-button-container {
            display: block;
        }

        .modal.show .modal-dialog{
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal-header-persona{
            position: unset !important;
            padding: 15px 0px !important;
            margin-bottom: 0px !important;
            /* justify-content: left !important; */
            /* display: flex; */
            /* align-items: center; */
        }
        .modal-content-persona{
            width: 500px;
            max-height: 225px;
            height: 400px;
            border-radius: 25px !important;
            padding: 20px;
        }

        .modal-dialog-persona{
            max-width: 500px;
            max-height: 1000px;
        }

        .modal-content-persona .share-button i {
            font-size: 25px;
        }

        .link-buttons {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #1d1d1d;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s, color 0.3s;
            background-color: #fff;
            /* border: 1px solid #1d1d1d; */
            padding: 4px 5px;
            margin-bottom: 5px;
        }

        /* Estilos para o botão de compartilhamento */
        .share-button-container {
            position: absolute;
            top: 10px; /* Ajuste conforme necessário */
            display: none;
        }

        .share-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #1d1d1d;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s, color 0.3s;
            background-color: #fff;
            /* border: 1px solid #1d1d1d; */
            padding: 4px 5px;
            margin-bottom: 5px;
        }

        .share-button:hover{
            background-color: #ffffff;
            /* border: 1px solid #0a37a8; */
            padding: 4px 5px;
            color: #0c84f5;
        }

        .share-button i {
            font-size: 19px;
        }

        /* Estilos para os botões dentro do modal */
        .share-buttons-modal {
            display: flex;
            flex-direction: column;
            gap: 10px; /* Espaçamento entre os botões */
        }

        .share-buttons-modal .share-button {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: auto;
            padding: 10px 20px;
            font-size: 16px;
        }

        .share-buttons-modal .share-button i {
            margin-right: 10px;
        }

        .share-button.facebook:hover {
            background-color: #3b5998;
            color: #fff;
        }

        .share-button.whatsapp:hover {
            background-color: #25D366;
            color: #fff;
        }

        .share-button.copy-link:hover {
            background-color: #007bff;
            color: #fff;
        }


    /*  */

    /* OPÇÕES DO PRODUTO*/

        .loading-spinner {
            border: 4px solid rgba(252, 252, 252, 0.1);
            border-left-color: #a5a5a5;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            animation: spin 1.8s linear infinite;
            /* animation-delay: 0.5s; */
            display: inline-block;
            vertical-align: middle;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .product-options-section{
            position: absolute;
            top: 10px;
            right: 10px;
            display: none;
        }

        .projeto.image:hover .product-options-section {
            display: block;
        }

        .product-options{
            display: flex !important;
            flex-direction: column !important;
            transition: 0.3s;
        }


        /* Grids */
        .products-grids-persona{
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
            width: 100%;
            transition: .5s !important;
        }

        .products-grids-persona .products-grid{
            position: relative;
            display: block;
            width: 230px;
            margin: 8px;
            margin-bottom: 10px;
            transition: .5s !important;
            border-radius: 5px;
            background-color: #fff;
        }

        .product-options{
            display: flex !important;
            flex-direction: column !important;
            transition: 0.3s;
        }

        .product-options-section{
            position: absolute;
            top: 10px;
            right: 10px;
            display: none;
        }

        .products-grid.image:hover .product-options-section {
            display: block !important;
        }

        .products-grid.image:hover .share-button-container {
            display: block;
        }

    /*  */





    @media screen and (min-width: 771px) and (max-width: 1480px)
    {
        #Gslider .carousel-indicators {
            bottom: -40px;
        }

        .busca-persona {
            margin: 0vh 10vh !important;
            transition: 0.3s !important;
        }

        /* .carousel-item{
            height: 60vh;
            background-size: cover;
            background-repeat: no-repeat;

        } */
    }

    @media screen and (min-width: 1250px)
    {
        .category-item {
            width: 140px;
            height: auto;
            margin-bottom: 10px;
            margin-left: 5px;
        }

        .category-item p {
            font-size: 13px;
            color: #161616;
        }

    }

    @media screen and (max-width: 1250px)
    {
        .category-item {
            width: 120px;
            height: auto;
            margin-bottom: 15px;
        }

        .category-container {
            scrollbar-width: none; /* Para fazer a barra não aparecer */
            width: 90%; /* Largura do carrossel */
        }

        .category-item p {
            font-size: 12px;
            color: #161616;
        }

        .main-info{
            font-family: "Montserrat";
            color: #1391f9 !important;
            font-size: 20px;
            font-weight: 600;
        }

        .product-options-section{
            position: absolute;
            top: 10px;
            right: 10px;
            display: block;
        }

        .share-button-container {
            display: block;
        }

    }

    @media only screen and (max-width: 768px) {
        .share-button-container {
            position: absolute;
            top: 10px;
            left: 5px;
            display: flex;
        }

        .share-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            /* background-color: #1391f9 ;
            border: 1px solid #1391f9 ; */
            /* color: #fff; */
            border-radius: 5px;
            padding:2px 6px;
            text-decoration: none;
            transition: background-color 0.3s, color 0.3s;
        }

        .share-button i{
            font-size: 16px;
            /* color: #1391f9; */

        }
        .share-buttons {
            display: flex;
            position: static; /* Remove a posição absoluta */
            transform: none; /* Remove a transformação */
            margin-top: 10px; /* Adiciona espaçamento acima dos botões */
            gap: 10px;
        }
    }

    @media only screen and (min-width: 0px) and (max-width: 770px)
    {
        .carousel-item{
            height: 37vh;
            background-size: cover;
            background-repeat: no-repeat;

        }
        .white-bar{
            display: none;
        }

        .category-item {
            width: 90px;
            height: auto;
            margin-bottom: 12px;
        }

        .category-container {
            scrollbar-width: none; /* Para fazer a barra não aparecer */
            width: 90%; /* Largura do carrossel */
        }

        .category-item p {
            font-size: 11px !important;
            color: #161616;
            font-weight: 100;
        }

        #Gslider .carousel-indicators {
            bottom: -30px;
        }

        .header-products-sections{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 20px 0px;
        }

        .header-products-sections .text-item h2{
            font-size: 25px;
        }

        .header-products-sections .text-item p{
            max-width: 340px;
            /* font-size: 13px; */
            text-align: start;
            color: #1d1d1d;
        }

        .header-products-sections .text-item h6{
            margin-top: 5px;
            font-size: 12px;
            font-weight: 800;
        }

        .text-item{
            text-align: left;
            margin-bottom: 5px;
            font-size: 11px;
            font-weight: 600;
        }

    }

    @media only screen and (min-width: 200px) and (max-width: 400px)
    {
        .carousel-inner{
            height: 37vh !important;
        }
        .carousel-item{
            height: 37vh;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .product-name{
            height: auto !important;
        }

        #Gslider .carousel-indicators {
            bottom: -30px;
        }

        /* .products-grids-persona .products-grid{
            width: 140px;
        } */

        .custom-image {
            height: 220px; /* Altura desejada */
        }

        .contact-form {
            margin: 0rem 0rem !important;
        }
    }

    @media screen and (min-width: 851px) and (max-width:1250px)
    {
        .btn-persona-orcamento small
        {
            font-size: 90%;
        }

        .link-orcamento i
        {
            font-size: 18px;
        }
    }

    @media screen and (min-width: 401px) and (max-width:850px)
    {

        .products-grids-persona .products-grid{
            position: relative;
            display: block;
            width: 230px;
            margin: 5px;
            margin-bottom: 10px;
            transition: .5s !important;
            border-radius: 5px;
            background-color: #fff;
        }

        .projetos .projeto{
            position: relative;
            display: block;
            width: 178px;
            /* height: 490px; */
            margin: 5px;
            margin-bottom: 10px;
            transition: .5s !important;
            border-radius: 5px;
            /* box-shadow: 1px 1px 3px 1px #b1b0b03e; */
            background-color: #fff;
        }

        .product-name{
            height: 80px;
        }

        .product-name p{
            font-weight: 400 !important;
            color: #000;
        }

        .main-info{
            color: #1391f9 !important;
            font-size: 20px;
            font-weight: 600;
        }

        .payments-infos{
            height: 85px;
        }

        .payments-infos small{
            font-size: 88%;
        }

        .btn-persona{
            align-items: center;
            justify-content: center;
            height: 35px;
            padding: 2px 0px 2px 0px;
            width: 100%;
            margin-right: 5px;
            background-color: #ffffff;
            border: solid 1.5px #1d1d1d;
            color: #1d1d1d;

        }

        .btn-persona-icon{
            align-items: center;
            justify-content: center;
            height: 35px;
            padding: 4px 10px 5px 10px;
            margin-right: 5px;
            background-color: #ffffff;
            border: solid 1.5px #1d1d1d;
            color: #1d1d1d;
        }

        .btn-persona-orcamento{
            align-items: center;
            justify-content: center;
            height: 35px;
            width: 100%;
            padding: 2px 20px 2px 20px;
            margin-right: 5px;
            background-color: #ffffff;
            border: solid 1.5px #000;
            color: #1d1d1d;
        }

        .btn-persona-orcamento small{
            font-size: 88%;
        }

        .link-orcamento{
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center !important;
            gap: 10px;
        }

        .link-orcamento i{
            font-size: 20px;
        }

        .text-item{
            text-align: left;
            margin-bottom: 5px;
        }

        .header-products-sections{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .header-products-sections .text-item p{
            max-width: 340px;
            /* font-size: 13px; */
            text-align: start;
            color: #1d1d1d;
        }

        .share-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #1d1d1d;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s, color 0.3s;
            background-color: #fff;
            /* border: 1px solid #1d1d1d; */
            padding: 4px 5px;
            /* margin-bottom: 5px; */
        }

        .share-button:hover{
            background-color: #fff;
            padding: 4px 5px;
            color: #1d1d1d;
        }

    }
