html {
    scroll-behavior: smooth;
}
.novo-breadcrumb{
    color: #f2f2f2;
    color: #f2f2f2;
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 40px;
    font-size: 15px;
}

.novo-breadcrumb span{
    margin-left: 5px;
    margin-right: 5px;
}

.novo-breadcrumb a,
.novo-breadcrumb a:hover{
    text-decoration: none !important;
    color: #f2f2f2;
}


.perfil-modelo-container.perfil-versao-2 {

}

.perfil-modelo-container.perfil-versao-2{
    max-width: 100%;
    margin: 0 auto;
    background-color: #212121;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: none;
    color: #f2f2f2;
}

.perfil-modelo-header{
    background: #151515;
}

.perfil-modelo-info{
    background-color: #212121;
    position: relative;
    margin-top: 20px;
    padding: 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
}

.perfil-modelo-foto-container {
    position: relative;
    margin-top: 0;
    width: 26%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    border: none;
    box-shadow: none;
    z-index: 10;
}

.perfil-modelo-foto {
    width: 100%;
    height: auto;
    object-fit: initial;
    border-radius: 12px;
}

.perfil-modelo-voltar {
    background-color: #333;
    color: #f2f2f2;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}
.perfil-modelo-voltar:hover {
    background: #212121;
    transition: all 0.3s ease;
}

.perfil-modelo-btn {
    background-color: #333;
    color: #f2f2f2;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.perfil-modelo-btn:hover {
    background: #212121;
    transition: all 0.3s ease;
}

.perfil-modelo-status {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    margin-bottom: 15px;
}

.perfil-modelo-status-dot {
    width: 10px;
    height: 10px;
    background-color: #4caf50;
    border-radius: 50%;
    display: inline-block;
}

.perfil-modelo-descricao {
    font-style: italic;
    margin-bottom: 15px;
    color: #f2f2f2;
    font-size: 14px;
}

.perfil-modelo-perguntar, 
.perfil-modelo-perguntar:hover {
    display: flex;
    align-items: center;
    color: #f2f2f2;
    font-weight: 500;
    gap: 5px;
    margin-bottom: 20px;
    text-decoration: none !important;
    font-size: 15px;
}

.perfil-modelo-detalhes {
    flex: 1;
    padding: 20px 20px 0 20px;
    padding-left: 44px;
}

.perfil-modelo-servico-valor{
    color: #f2f2f2 !important;
}

.perfil-modelo-servico-label,
.perfil-modelo-servico-label:hover{
    color: #f2f2f2 !important;
}

.perfil-modelo-servicos{
    border-top: 1px solid #606060;
}

.perfil-modelo-lateral{
    border-left: 1px solid #606060;
}

.perfil-modelo-atributo{
    color: #f2f2f2;
}

.perfil-modelo-atributo-icon {
    color: #f2f2f2;
}

a.perfil-modelo-numero-visualizacoes,
a.perfil-modelo-numero-visualizacoes:hover{
    color: #f2f2f2;
    font-style: oblique;
}

a.perfil-modelo-numero-visualizacoes span,
a.perfil-modelo-numero-visualizacoes:hover span{
    color: #006DD9;
}


.perfil-modelo-atributo-icon img{

}

.nova-coluna-lateral-direita-pai{
    position: relative;
    width: 74%;
}

.nova-coluna-lateral-direita-pai .nova-coluna-lateral-direita-filha{
    display: flex;
}

.perfil-modelo-botoes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}

.perfil-modelo-botoes .diogenes-col-xl-4{
    padding-right: 0 !important;
}

.perfil-modelo-btn-acao {
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}
.perfil-modelo-btn-acao:hover{
    transition: all 0.3s ease;
    background-color: #f2f2f2;
}

.perfil-modelo-btn-seguir {
    background-color: #2457C5;
    color: white;
    transition: all 0.3s ease;
}

.perfil-modelo-btn-indisponivel,
.perfil-modelo-btn-indisponivel:hover {
    background-color: #4b4b4b !important;
    color: white !important;
}

.perfil-modelo-btn-seguir:hover {
    background-color: #1a3f9b;
    transition: all 0.3s ease;
}
.perfil-modelo-btn-seguir i{
    font-size: 22px;
}

.topo-header-modelo{
    position: relative;
    display: block;
    width: 100%;
    height: 560px;
    margin-top: 0;
    margin-bottom: 75px;
}

.titulos-modelo{
    position: relative;
    padding-top: 210px;
}

.titulos-modelo h1{
    text-transform: uppercase;
    
    font-family: "Bebas Neue";
    font-weight: 400;
    font-size: 55px;
    width: fit-content;
    background: rgba(61, 53, 53, 0.55);
    color: #f2f2f2;
    padding: 10px;
    padding-left: 24px;
    padding-right: 128px;
    max-width: 100%;
    border-radius: 8px;
}

.titulos-modelo h1 small{
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: none;
    font-weight: bold;
    color: #f2f2f2;
    font-size: 22px;
    margin-top: -6px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.titulos-modelo .btn-whatsapp,
.titulos-modelo .btn-whatsapp:hover{
        width: 300px;
    padding: 9px;
    border-radius: 5px;
    border: none;
    font-size: 22px;
    padding-bottom: 6px;
    letter-spacing: 1px;
    font-weight: normal;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "Bebas Neue";
    background-color: rgba(36, 87, 197, 0.72);
    color: white;
    opacity: 1;
    text-decoration: none !important;
}

.titulos-modelo .btn-whatsapp i{
    font-size: 30px;
    margin-right: 2px;
    margin-top: 0;
    opacity: 0.9;
}

.titulos-modelo .btn-ensaio,
.titulos-modelo .btn-ensaio:hover{
        width: 300px;
    padding: 9px;
    border-radius: 5px;
    border: none;
    font-size: 22px;
    padding-bottom: 6px;
    letter-spacing: 1px;
    font-weight: normal;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "Bebas Neue";
    background-color: rgba(61, 53, 53, 0.55);
    color: white;
    opacity: 1;
    text-decoration: none !important;
}

.titulos-modelo .btn-ensaio img{
    margin-right: 4px;
    margin-top: -4px;
}


.stories-e-dados-mini{
    position: absolute;
    display: block;
    width: 800px;
    height: 120px;
    background-color: rgba(61, 53, 53, 0.55);
    border-radius: 15px;
    left: 50%;
    margin-left: -400px;
    text-align: center;
    bottom: -58px;
    padding: 12px;
}


.stories-e-dados-mini .caixa-itens  {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
}

/* Para os itens filhos (opcional) */
.stories-e-dados-mini .dado-acao {
    flex: 1; /* Crescer igualmente */
    /* ou use flex: 0 0 auto; para manter tamanho natural */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
}

.stories-e-dados-mini .dado-acao h2,
.stories-e-dados-mini .dado-acao img{
    flex: 1;
}

.stories-e-dados-mini .dado-acao h2{
    color: #f2f2f2;
    text-align: left;
    font-size: 18px;
}
.stories-e-dados-mini .dado-acao h2 small{
    display: block;
    color: #f2f2f2;
}

.stories-e-dados-mini .dado-acao img{
    width: 30px !important;
    height: 30px !important;
    max-width: 30px;
    position: relative;
    display: block;
    margin-top: 4px;
}

.storiesDiogenes{
    width: 100px;
}

.storiesDiogenes .container-box .container-item img {
    width: 65px !important;
    height: 65px !important;
    border-radius: 100%;
    max-width: 100% !important;
    object-fit: cover;
    max-height: 100% !important;
    top:46% !important;
}

.stories-e-dados-mini .dado-acao.dado-acao-story h2{
    margin-top: 32px;
    font-size: 24px;
}

.stories-e-dados-mini .dado-acao-normal{
    position: relative;
    padding-top: 28px;
}

.inside-wrapper .nav-btn.prev,
.inside-wrapper .nav-btn.next{
    display: none !important;
}

.favoritar-e-compartilhar{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 5px;
    position: absolute;
    right: 0;
    width: 326px;
    top: -94px;
}

.favoritar-e-compartilhar .item{
    text-align: center;
    flex: 1;
}

.favoritar-e-compartilhar .item a,
.favoritar-e-compartilhar .item a:hover{
    text-decoration: none !important;
    color: #f2f2f2 !important;
    font-family: "Bebas Neue";
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 22px;
}

.favoritar-e-compartilhar .item a.ja-favoritado,
.favoritar-e-compartilhar .item a.ja-favoritado:hover{
    color: #006dd9 !important;
}

.favoritar-e-compartilhar .item img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gray-section{
    position: relative;
    display: block;
    background-color: #212121;
    padding-top: 12px;
    padding-bottom: 24px;
    width: 100%;
    height: auto;
    min-height: 200px;
    margin-top: 30px;
    margin-bottom: 42px;
}

.sessao-icones-perfil{
    border-bottom: 1px solid #606060;
}

.sessao-icones-perfil .pai{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 5px;
}

.sessao-icones-perfil .pai .item{
    text-align: center;
    flex: 1; 
}

.sessao-icones-perfil .pai .item img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 52px;
    width: auto;
    margin-top: 12px;
}

.sessao-icones-perfil .pai .item h3{
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 21px;
    padding-left: 8px;
    padding-right: 8px;
}

.disclamer-meus-servicos{

}

.disclamer-meus-servicos p{
    text-align: center;
    color: #f2f2f2;
    font-size: 17px;
    padding-top: 22px;
}

.texto-pai{
    background: #151515;
    padding: 35px;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: -12px;
    border-top: 1px solid #606060;
}

.texto-pai .texto{

}

.texto-pai .texto p{
    color: #f2f2f2;
}


.gray-section-formas-de-pagamento{
    padding-top: 30px;
    padding-bottom: 20px;
}

.gray-section-formas-de-pagamento .vamos-marcar-pai{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0px;
}

.gray-section-formas-de-pagamento .vamos-marcar-pai .item{
    flex:1;
}

.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro{
    padding-top: 50px;
}

.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro h3{
    font-size: 25px;
}

.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro h3 span{
    color: #006DD9;
}


.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro h3 img{
    position: absolute;
    left: -38px;
    width: 71px;
    height: auto;
    top: 45px;
}




.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro h2{
    font-size: 25px;
}

.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro h2 span{
    color: #006DD9;
}


.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro h2 img{
    position: absolute;
    left: -49px;
    width: 79px;
    height: auto;
    top: 53px;
}



.gray-section-formas-de-pagamento .vamos-marcar-pai .item h3{
    text-align: center;
    font-size: 22px;
}

.gray-section-formas-de-pagamento .vamos-marcar-pai .item h3 small{
    display: block;
    color: #006DD9;
    font-size: 18px;
    margin-bottom: 10px;
}

.gray-section-formas-de-pagamento .vamos-marcar-pai .item img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 70px;
    margin-bottom: 10px;
}

.formas-de-pagamento-pai{
border-top: 1px solid #606060;
    margin-top: 20px;
    padding-top: 18px;
}

.formas-de-pagamento-pai .coluna-um{
    padding-top: 13px;
}

.formas-de-pagamento-pai .coluna-um h3{
    text-align: center;
}

.formas-de-pagamento-pai .coluna-um h3 span{
    color: #006DD9;
}
.formas-de-pagamento-pai .coluna-um h3 img{

}

.formas-de-pagamento-pai .coluna-um h2{
    text-align: center;
    font-size: 1.75rem;
}

.formas-de-pagamento-pai .coluna-um h2 span{
    color: #006DD9;
}
.formas-de-pagamento-pai .coluna-um h2 img{

}

.formas-de-pagamento-pai .coluna-dois{

}

.formas-de-pagamento-pai .coluna-dois .formas-de-pagamento-filha{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    padding-right: 100px;
}

.formas-de-pagamento-pai .coluna-dois .item-forma{
    flex: 1;
    text-align: center;
}

.formas-de-pagamento-pai .coluna-dois .item-forma img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}





.perfil2-nova-galeria-de-midia-container {
            max-width: 100%;
            margin: 0 auto;
            position: relative;
        }
        
        .perfil2-nova-galeria-de-midia-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
            position: relative;
            transition: max-height 0.5s ease;
            overflow: hidden;
        }
        
        .perfil2-nova-galeria-de-midia-rows-hidden {
            max-height: 450px; /* Altura para mostrar aproximadamente 2 linhas */
        }
        
        .perfil2-nova-galeria-de-midia-rows-expanded {
            max-height: fit-content; /* Altura suficiente para mostrar tudo */
        }
        
        .perfil2-nova-galeria-de-midia-item {
            position: relative;
            aspect-ratio: 1/1;
            background-color: #555;
            border-radius: 5px;
            overflow: hidden;
        }
        

        .perfil2-nova-galeria-de-midia-item a,
        .perfil2-nova-galeria-de-midia-item a:hover{
            text-decoration: none !important;
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .perfil2-nova-galeria-de-midia-play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        
        .perfil2-nova-galeria-de-midia-play-icon {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0 10px 18px;
            border-color: transparent transparent transparent #555;
            margin-left: 4px;
        }
        
        .perfil2-nova-galeria-de-midia-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 6px 10px;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 12px;
            color: #eee;
        }
        
        .perfil2-nova-galeria-de-midia-gradient-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60%;
            background: linear-gradient(to top, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 0.8) 40%, rgba(26, 26, 26, 0) 100%);
            pointer-events: none;
            z-index: 10;
            transition: opacity 0.5s ease;
            /* Garantir que o gradiente não cubra o botão */
            max-height: calc(100% - 80px);
        }
        
        .perfil2-nova-galeria-de-midia-button-container {
            display: flex;
            justify-content: center;
            padding: 20px 0;
            position: relative;
            z-index: 20; /* Garantir que esteja acima do gradiente */
        }
        
        .perfil2-nova-galeria-de-midia-button {
            background-color: #3b68e0;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 12px 20px;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: background-color 0.3s;
        }
        
        .perfil2-nova-galeria-de-midia-button:hover {
            background-color: #2950bf;
        }
        
        .perfil2-nova-galeria-de-midia-button-icon {
            width: 12px;
            height: 12px;
            transform: rotate(90deg);
            transition: transform 0.3s;
        }
        
        .perfil2-nova-galeria-de-midia-button.expanded .perfil2-nova-galeria-de-midia-button-icon {
            transform: rotate(-90deg);
        }
        
        .perfil2-nova-galeria-de-midia-rows-hidden .perfil2-nova-galeria-de-midia-row:nth-child(n+3) {
            opacity: 0.3;
        }
        
        @media (max-width: 1200px) {
            .perfil2-nova-galeria-de-midia-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .perfil2-nova-galeria-de-midia-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 480px) {
            .perfil2-nova-galeria-de-midia-grid {
                grid-template-columns: 1fr;
            }
        }



        .fale{
            position: relative;
            display: block;
            text-align: center;
            padding-top: 30px;
            padding-bottom: 19px;
            padding-left: 50px;
            padding-right: 50px;
        }

        .fale h2{
            font-size: 23px;
        }

        .fale h2 a,
        .fale h2 a:hover{
            width: 205px;
            padding: 9px;
            border-radius: 5px;
            border: none;
            font-size: 19px;
            padding-bottom: 6px;
            letter-spacing: 1px;
            font-weight: normal;
            cursor: pointer;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            vertical-align: middle;
            gap: 5px;
            font-family: "Bebas Neue";
            background-color: #2457C5;
            color: white;
            opacity: 1;
            text-decoration: none !important;
            margin-left: 8px;
        }

        .fale h3{
            font-size: 17px;
            font-weight: normal;
            color: #f2f2f2;
            margin-top: 34px;
            margin-bottom: 14px;
        }


         .perfil2-tabela-de-informacoes-container {
            display: flex;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .perfil2-tabela-de-informacoes-coluna {
            flex: 1;
            padding: 20px 0;
            border-right: 1px solid #333;
        }
        
        .perfil2-tabela-de-informacoes-coluna:last-child {
            border-right: none;
        }
        
        .perfil2-tabela-de-informacoes-titulo {
            color: #006DD9;
            font-size: 22px;
            font-weight: bold;
            padding: 0 20px 20px;
            padding-left: 0px;
            border-bottom: 1px solid #333;
        }
        .perfil2-tabela-de-informacoes-titulo h3{
            color: #006DD9;
            font-size: 22px;
            font-weight: bold;
            padding: 0 20px 20px;
            padding-left: 0px;
            border-bottom: 1px solid #333;
        }
        .perfil2-tabela-de-informacoes-linha {
            display: flex;
            justify-content: space-between;
            padding: 15px 20px;
            border-bottom: 1px solid #333;
            min-height: 60px;
            align-items: center;
        }
        
        .perfil2-tabela-de-informacoes-chave {
            color: #1e90ff;
            font-size: 16px;
            font-weight: bold;
        }
        
        .perfil2-tabela-de-informacoes-valor {
            color: #f2f2f2;
            font-size: 16px;
            text-align: right;
        }
        
        @media (max-width: 768px) {
            .perfil2-tabela-de-informacoes-container {
                flex-direction: column;
            }
            
            .perfil2-tabela-de-informacoes-coluna {
                border-right: none;
                border-bottom: 1px solid #333;
            }
            
            .perfil2-tabela-de-informacoes-coluna:last-child {
                border-bottom: none;
            }
        }

        .ads-no-perfil{

        }

        .ads-no-perfil .caixa-ads-perfil{
            position: relative;
            background: #000;
            padding: 0px;
            border-radius: 12px;
            margin-top: 28px;
            margin-bottom: 14px;
        }

        .ads-no-perfil .caixa-ads-perfil .caixa-imagem-logo-ads{
            text-align: right;
            padding-top: 85px;
        }

        .ads-no-perfil .caixa-ads-perfil .caixa-imagem-logo-ads img{
            
        }



        .perfil-ads-carousel-container {
            max-width: 100%;
            margin: 0 auto;
            padding: 20px;
        }
        
        .perfil-ads-carousel .item {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            margin: 0 10px;
        }

        .perfil-ads-carousel .item a,
        .perfil-ads-carousel .item a:hover{
            text-decoration: none;
        }
        
        .perfil-ads-carousel .item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
        }
        
        /* Customização dos dots */
        .perfil-ads-carousel .owl-dots {
            text-align: center;
            margin-top: 20px;
        }
        
        .perfil-ads-carousel .owl-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 5px;
            background-color: #ccc;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .perfil-ads-carousel .owl-dot.active {
            background-color: #007bff !important;
            transform: scale(1.2);
        }
        
        .perfil-ads-carousel .owl-dot:hover {
            background-color: #0056b3;
        }
        
        /* Responsividade */
        @media (max-width: 768px) {
            .perfil-ads-carousel .item {
                margin: 0 5px;
            }
            
            .perfil-ads-carousel .item img {
                height: 150px;
            }
        }

        .ads-no-perfil .owl-carousel .owl-nav button.owl-next, 
        .ads-no-perfil .owl-carousel .owl-nav button.owl-prev, 
        .ads-no-perfil .owl-carousel button.owl-dot {
             background: #747474 !important;
        }
        .perfil-ads-carousel .owl-dot.active,
        .ads-no-perfil .owl-carousel button.owl-dot.active {
            background-color: #007bff !important;
            transform: scale(1.2);
        }


        .modelo-valores-container{
                background-color: #212121;
                color: #f2f2f2;
        }

        .modelo-valores-titulo{
            color: #f2f2f2;
            font-size: 23px;
        }
        .modelo-valores-titulo span{
            color: #006DD9;
        }
        .modelo-valores-titulo img{
            margin-right: 10px;
        }


        .modelo-valores-titulo h3{
            color: #f2f2f2;
            font-size: 23px;
        }
        .modelo-valores-titulo h3 span{
            color: #006DD9;
        }
        .modelo-valores-titulo h3 img{
            margin-right: 10px;
        }


        .modelo-valores-tempo{
            color: #006DD9;
        }
        .modelo-valores-tempo.ativo {
            text-decoration: none;
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
        }

        .modelo-valores-indisponivel {
            color: #f2f2f2;
        }

        .modelo-valores-linha{
            border-bottom: 1px solid #333;
        }
        .modelo-valores-separador {
            width: 1px;
            background-color: #333;
        }

        .fale-com-ela-2 h2{
            font-size: 23px;
        }
        .fale-com-ela-2 a,
        .fale-com-ela-2 a:hover{
            width: 205px;
            padding: 9px;
            border-radius: 5px;
            border: none;
            font-size: 19px;
            padding-bottom: 6px;
            letter-spacing: 1px;
            font-weight: normal;
            cursor: pointer;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            vertical-align: middle;
            gap: 5px;
            font-family: "Bebas Neue";
            background-color: #2457C5;
            color: white;
            opacity: 1;
            text-decoration: none !important;
            margin-left: 8px;
        }   
        .barra-perfil-verificado-icone-check {
            width: 16px;
            height: 16px;
            color: #006DD9;
        }

        .barra-perfil-verificado-texto-documentos {
            color: #006DD9;
            font-weight: 600;
        }

        .caixa-icones-verificacao{
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: stretch;
            flex-wrap: nowrap;
            gap: 20px;
            padding-top: 22px;
        }

        .caixa-icones-verificacao .caixa-icones-filha{
            flex: 1;
            text-align: center;
            font-size: 15px;
        }

        .caixa-icones-verificacao .caixa-icones-filha img{
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 44px;
            height: 44px;
            margin-bottom: 8px;
        }


        .localizacao-perfil-2{
                padding-top: 31px;
        }

        .localizacao-perfil-2 .titulos{

        }
        .localizacao-perfil-2 .titulos .coluna-um{

        }

        .localizacao-perfil-2 .titulos .coluna-um h3,
        .localizacao-perfil-2 .titulos .coluna-dois h3{
            font-size: 20px;
            color: #f2f2f2;
        }

        .localizacao-perfil-2 .titulos .coluna-um h3{

        }

        .localizacao-perfil-2 .titulos .coluna-um h3 img{

        }

        .localizacao-perfil-2 .titulos .coluna-um h3 img,
        .localizacao-perfil-2 .titulos .coluna-dois h3 img{

        }

        .localizacao-perfil-2 .titulos .coluna-dois{
            text-align: right;
        }
        .localizacao-perfil-2 .titulos .coluna-dois h3{
            cursor: pointer;
        }

        .localizacao-perfil-2 .titulos .coluna-dois h3 img{

        }

        .localizacao-disclamer{
            padding-top: 20px;
        }

        .localizacao-disclamer p{
            text-align: center;
            color: #f2f2f2;
        }

         .map-iframe {
            width: 100%;
            height: 400px;
            border: none;
            border-radius: 12px;
            margin-top: 20px;
            margin-bottom: 20px;
            filter: invert(90%) hue-rotate(180deg) brightness(95%) contrast(85%);
        }

        .btn-avulso-whatsapp-perfil-2{
            width: 168px;
            padding: 7px;
            border-radius: 5px;
            border: none;
            font-size: 17px;
            padding-bottom: 6px;
            letter-spacing: 1px;
            font-weight: normal;
            cursor: pointer;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            vertical-align: middle;
            gap: 5px;
            font-family: "Bebas Neue";
            
            background-color: #2457C5;
            color: white;
            
            opacity: 1;
            text-decoration: none !important;
            margin-left: 0;
            margin-right: 0;
            transition: all 0.3s ease;
        }

        .btn-avulso-whatsapp-perfil-2:hover{
            color: white;
            background: #0e378f;
            transition: all 0.3s ease;
        }

        .perfil-modelo-btn:hover,
        .perfil-modelo-btn-denunciar:hover{
            /*
            background: #006DD9 !important;
            color: #fff !important;
            */
            transition: all 0.3s ease;
        }


        .perfil2-tabela-de-informacoes-container-nova.modelo-valores-tabelas{
            padding-left: 24px;
            padding-right: 24px;
        }

        .modelo-valores-preco {
            font-weight: 600;
            color: #EEEEEE;
        }

        .titulo-com-avaliacao{
            text-align: center;
            font-size: 22px;
        }

        .titulo-com-avaliacao i{
            color: #006DD9;
            font-size: 28px;
            margin-right: 2.5px;
        }



        .instrucao-para-comentar{
            position: relative;
            padding: 20px;
        }

        .instrucao-para-comentar .icone{
            text-align: center;
        }

        .instrucao-para-comentar .icone img{

        }

        .instrucao-para-comentar .conteudo{

        }

        .instrucao-para-comentar .conteudo p{
            text-align: center;
        }

        .area-dos-comentarios{
            padding: 20px;
        }

        .controle-comentarios-usuarios-container {
            width: 100%;
            max-width: 100%;
            background-color: #333333;
            border-radius: 8px;
            padding: 0px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        }

        .controle-comentarios-usuarios-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 24px;
            color: #ffffff;
        }

        .controle-comentarios-usuarios-rating-section {
            margin-bottom: 0;
            padding: 20px;
            padding-bottom: 0px;
        }

        .controle-comentarios-usuarios-rating-label {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 12px;
            color: #ffffff;
        }

        .controle-comentarios-usuarios-stars {
            display: flex;
            gap: 4px;
            margin-bottom: 16px;
        }

        .controle-comentarios-usuarios-star {
            width: 28px;
            height: 28px;
            cursor: pointer;
            transition: all 0.2s ease;
            fill: none;
            stroke: #4a90e2;
            stroke-width: 2;
        }

        .controle-comentarios-usuarios-star:hover {
            transform: scale(1.1);
        }

        .controle-comentarios-usuarios-star.filled {
            fill: #4a90e2;
            stroke: #4a90e2;
        }

        .controle-comentarios-usuarios-star.active {
            fill: #4a90e2;
            stroke: #4a90e2;
        }

        .controle-comentarios-usuarios-login-message {
            font-size: 14px;
            color: #cccccc;
            text-align: center;
            margin-bottom: 16px;
            line-height: 1.4;
        }

        .controle-comentarios-usuarios-auth-buttons {
            display: flex;
            gap: 12px;
            justify-content: center;
            margin-bottom: 24px;
        }

        .controle-comentarios-usuarios-btn {
            padding: 10px 20px;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            min-width: 80px;
        }

        .controle-comentarios-usuarios-btn-login {
            background-color: #006DD9;
             color: #ffffff;
        }

        .controle-comentarios-usuarios-btn-login:hover {
            background-color: #357abd;
        }

        .controle-comentarios-usuarios-btn-register {
            background-color: #fff;
            color: #006DD9;
            border: 2px solid #4a90e2;
        }

        .controle-comentarios-usuarios-btn-register:hover {
            background-color: #4a90e2;
            color: #ffffff;
        }

        .controle-comentarios-usuarios-tabs {
            display: flex;
            border-bottom: 1px solid #555555;
            margin-bottom: 20px;
            padding-left: 24px;
    padding-right: 24px;
        }

        .controle-comentarios-usuarios-tab {
            padding: 12px 0;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            color: #cccccc;
            border-bottom: 2px solid transparent;
            margin-right: 32px;
            transition: all 0.2s ease;
        }

        .controle-comentarios-usuarios-tab.active {
            color: #ffffff;
            border-bottom-color: #4a90e2;
        }

        .controle-comentarios-usuarios-tab:hover {
            color: #ffffff;
        }

        .controle-comentarios-usuarios-comment-section {
            position: relative;
        }

        .controle-comentarios-usuarios-textarea {
            width: 100%;
            min-height: 120px;
            padding: 16px;
            background-color: #2a2a2a;
            border: 1px solid #555555;
            border-radius: 6px;
            color: #ffffff;
            font-size: 14px;
            font-family: inherit;
            resize: vertical;
            transition: border-color 0.2s ease;
        }

        .controle-comentarios-usuarios-textarea:focus {
            outline: none;
            border-color: #4a90e2;
        }

        .controle-comentarios-usuarios-textarea::placeholder {
            color: #888888;
        }

        .controle-comentarios-usuarios-comment-actions {
            display: flex;
            justify-content: flex-end;
            gap: 12px;
            margin-top: 16px;
        }

        .controle-comentarios-usuarios-btn-cancel {
            background-color: transparent;
            color: #006DD9;
            border: 1px solid #006DD9;
        }

        .controle-comentarios-usuarios-btn-cancel:hover {
            background-color: rgba(74, 144, 226, 0.1);
        }

        .controle-comentarios-usuarios-btn-submit {
            background-color: #006DD9;
            color: #ffffff;
        }

        .controle-comentarios-usuarios-btn-submit:hover {
            background-color: #357abd;
        }

        .controle-comentarios-usuarios-btn-submit:disabled {
            background-color: #666666;
            cursor: not-allowed;
        }

        .controle-comentarios-usuarios-preview-section {
            display: none;
            padding: 16px;
            background-color: #2a2a2a;
            border: 1px solid #555555;
            border-radius: 6px;
            min-height: 120px;
            color: #cccccc;
            font-size: 14px;
        }

        .controle-comentarios-usuarios-preview-section.active {
            display: block;
        }

        .controle-comentarios-usuarios-write-section.active {
            display: block;
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 44px;
        }

        .controle-comentarios-usuarios-write-section {
            display: none;
        }

        .perfil2-area-comentarios-ativos-container {
            width: 100%;
            max-width: 700px;
            margin: 0 auto;
            background-color: #303030;
            border-radius: 8px;
            overflow: hidden;

            
        }

        .caixa-dos-comentarios-em-si{
            position: relative;
            height: 520px;
            overflow-y: scroll;
            scrollbar-color: #333 #111111; /* cor do thumb, cor do fundo */
        }
        .caixa-dos-comentarios-em-si::-webkit-scrollbar-track {
            background: #212121;
        }
        .caixa-dos-comentarios-em-si::-webkit-scrollbar-thumb {
            background-color: #333; 
        }





        .perfil2-area-comentarios-ativos-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 20px;
            background: #161616;
            border-bottom: 1px solid #F1F5F9;
            height: 70px;
        }

        .perfil2-area-comentarios-ativos-title {
            font-size: 18px;
            font-weight: 600;
            color: #ffffff;
        }

        .perfil2-area-comentarios-ativos-controls {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .perfil2-area-comentarios-ativos-verified-label {
            font-size: 14px;
            color: #006DD9;
            font-weight: 500;
        }

        .perfil2-area-comentarios-ativos-toggle {
            position: relative;
            width: 44px;
            height: 24px;
            background-color: #006DD9;
            border-radius: 12px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .perfil2-area-comentarios-ativos-toggle.disabled {
            background-color: #666666;
        }

        .perfil2-area-comentarios-ativos-toggle-knob {
            position: absolute;
            top: 2px;
            left: 2px;
            width: 20px;
            height: 20px;
            background-color: #ffffff;
            border-radius: 50%;
            transition: transform 0.3s ease;
            transform: translateX(20px);
        }

        .perfil2-area-comentarios-ativos-toggle.disabled .perfil2-area-comentarios-ativos-toggle-knob {
            transform: translateX(0);
        }

        .perfil2-area-comentarios-ativos-share-btn {
            width: 42px;
            height: 42px;
            background-color: transparent;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.2s ease;
        }

        .perfil2-area-comentarios-ativos-share-btn:hover {
            background-color: #777777;
        }

        .perfil2-area-comentarios-ativos-comment {
            padding: 20px;
            border-bottom: 1px solid #666;
            display: flex;
            gap: 12px;
        }

        .perfil2-area-comentarios-ativos-comment:last-child {
            border-bottom: none;
        }

        .perfil2-area-comentarios-ativos-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            flex-shrink: 0;
            object-fit: cover;
        }

        .perfil2-area-comentarios-ativos-comment-content {
            flex: 1;
        }

        .perfil2-area-comentarios-ativos-comment-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 8px;
        }

        .perfil2-area-comentarios-ativos-user-info {
            display: flex;
            flex-direction: column;
        }

        .perfil2-area-comentarios-ativos-username {
            font-size: 14px;
            font-weight: 600;
            color: #006DD9;
            margin-bottom: 2px;
        }

        .perfil2-area-comentarios-ativos-user-stats {
            font-size: 12px;
            color: #888888;
        }

        .perfil2-area-comentarios-ativos-comment-meta {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 4px;
        }

        .perfil2-area-comentarios-ativos-stars {
            display: flex;
            gap: 2px;
        }

        .perfil2-area-comentarios-ativos-star {
            width: 15px;
            height: 15px;
            fill: #006DD9;
        }

        .perfil2-area-comentarios-ativos-star.empty {
            fill: #666666;
        }

        .perfil2-area-comentarios-ativos-timestamp {
            font-size: 13px;
            color: #888888;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .perfil2-area-comentarios-ativos-verified-icon {
            width: 12px;
            height: 12px;
            fill: #4a90e2;
        }

        .perfil2-area-comentarios-ativos-comment-text {
            font-size: 14px;
            color: #ffffff;
            line-height: 1.4;
            margin-bottom: 12px;
        }

        .perfil2-area-comentarios-ativos-comment-actions {
            display: flex;
            gap: 16px;
        }

        .perfil2-area-comentarios-ativos-action-btn {
            background: none;
            border: none;
            color: #888888;
            font-size: 12px;
            cursor: pointer;
            transition: color 0.2s ease;
        }

        .perfil2-area-comentarios-ativos-action-btn:hover {
            color: #ffffff;
        }

.esconder-desktop{
    display: none !important;
}
/* RESPONSIVO */
@media(max-width:540px){

     .esconder-mobile{
        display: none !important;
    }
    .esconder-desktop{
        display: block !important;
    }

    .topo-header-modelo {
        position: relative;
        display: block;
        width: 100%;
        height: 720px;
        margin-top: -50px;
        margin-bottom: 75px;
    }
    .titulos-modelo h1 {
        text-transform: uppercase;
        font-family: "Bebas Neue";
        font-weight: 400;
        font-size: 40px;
        width: fit-content;
        background: rgba(61, 53, 53, 0.55);
        color: #f2f2f2;
        padding: 10px;
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
        border-radius: 8px;
    }
    .titulos-modelo h1 small {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: none;
        font-weight: bold;
        color: #f2f2f2;
        font-size: 16px;
        margin-top: -6px;
        margin-bottom: 6px;
        letter-spacing: normal;
    }
    .titulos-modelo {
        position: relative;
        padding-top: 242px;
    }
    .titulos-modelo .btn-whatsapp, .titulos-modelo .btn-whatsapp:hover,
    .titulos-modelo .btn-ensaio, .titulos-modelo .btn-ensaio:hover{
        width: 210px;
    }

   


    .favoritar-e-compartilhar {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 0;
        position: absolute;
        right: 0;
        width: 100%;
        top: -98px;
    }
    .topo-header-modelo{
        margin-bottom: 120px;
    }
    .stories-e-dados-mini {
        position: absolute;
        display: block;
        width: 95%;
        height: 182px;
        background-color: rgba(61, 53, 53, 0.55);
        border-radius: 15px;
        left: 50%;
        margin-left: -47.5%;
        text-align: center;
        bottom: -109px;
        padding: 12px;
    }
    .favoritar-e-compartilhar .item a,
    .favoritar-e-compartilhar .item a:hover {
        text-decoration: none !important;
        color: #f2f2f2 !important;
        font-family: "Bebas Neue";
        font-weight: normal;
        letter-spacing: 0.5px;
        font-size: 26px;
    }
    .stories-e-dados-mini .dado-acao.dado-acao-story{
        display: block;
        padding-top: 31px;
    }
    .stories-e-dados-mini .dado-acao.dado-acao-story h2 {
        margin-top: -6px;
        font-size: 18px;
        text-align: center;
    }
    .storiesDiogenes {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.storiesDiogenes .container-box .container-item{
    margin-right: 0;
}
    
.storiesDiogenes .container-box{
    padding-top: 7px;
}

.dado-acao-mob{
    flex: 1;
    display: block;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
}

.dado-acao-mob .dado-acao.dado-acao-normal{
    padding-top: 10px;
}
   
.stories-e-dados-mini .dado-acao h2 {
    color: #f2f2f2;
    text-align: left;
    font-size: 16px;
}
.stories-e-dados-mini .dado-acao h2 small {
    display: block;
    color: #f2f2f2;
    opacity: 0.6;
    margin-top:1px;
}

    .novo-breadcrumb{
        font-size: 13px;
    }
    .novo-breadcrumb span {
        margin-left: 2.5px;
        margin-right: 2.5px;
    }

    .perfil-modelo-foto-container {
    position: relative;
    display: none;
    }

    .perfil-modelo-info,
    .nova-coluna-lateral-direita-pai .nova-coluna-lateral-direita-filha{
        display: block;
    }
    .nova-coluna-lateral-direita-pai {
        position: relative;
        width: 100%;
    }
    .perfil-modelo-lateral {
    border-left: 0px solid #606060;
}
.perfil-modelo-lateral {
        width: 100%;
        border-left: none;
        border-top: 0px solid #eee;
        padding-top: 20px;
    }
    .perfil-modelo-detalhes {
    flex: 1;
    padding: 20px 20px 0 20px;
    padding-left: 20px;
    text-align: left;
}
.perfil-modelo-perguntar, .perfil-modelo-perguntar:hover {
    display: block;
}
.perfil-modelo-nome {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
    padding-bottom: 14px;
    margin-top: -17px;
}
.perfil-modelo-botoes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    padding-left: 0;
    padding-right: 16px;
    padding-top: 0;
}

.mini-titulo-novo h3 {
    font-weight: normal;
    color: #fff;
    font-family: "Bebas Neue";
    margin-top: 12px;
    text-align: center;
    padding-right: 20px;
}
.sessao-icones-perfil .pai {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    justify-items: stretch;
    align-items: stretch;
}
.mini-titulo-novo {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #606060;
    /* padding-bottom: 0; */
}
    .mini-titulo-novo h3 {
        font-weight: normal;
        color: #fff;
        font-family: "Bebas Neue";
        margin-top: 12px;
        text-align: left;
        padding-right: 20px;
        margin-bottom: 9px;
        margin-top: 0;
    }
    .texto-pai {
    background: #151515;
    padding: 12px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -14px;
    border-top: 0px solid #606060;
    padding-top: 30px;
}
.texto-pai .texto {
    text-align: justify;
}
.perfil-modelo-acoes-mobile{
    display: flex !important;
    background: #151515;
}

.btn-avulso-whatsapp-perfil-2, .btn-avulso-whatsapp-perfil-2:hover {
    width: 148px;
    padding: 7px;
    border-radius: 5px;
    border: none;
    font-size: 17px;
    padding-bottom: 6px;
    letter-spacing: 1px;
    font-weight: normal;
    cursor: pointer;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    gap: 5px;
    font-family: "Bebas Neue";
    background-color: #2457C5;
    color: white;
    opacity: 1;
    text-decoration: none !important;
    margin-left: auto;
    margin-right: auto;
}

.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro{
    padding-top: 0;
    padding-left: 15px;
}
.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro h3 {
    font-size: 28px;
    position: relative;
}
.gray-section-formas-de-pagamento .vamos-marcar-pai .item.item-primeiro h3 img {
    position: absolute;
    left: 36px;
    width: 65px;
    height: auto;
    top: -1px;
}

.vamos-marcar-pai-mobile{
        display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    justify-items: stretch;
    align-items: stretch;
}
.gray-section-formas-de-pagamento .vamos-marcar-pai .item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
    margin-bottom: 7px;
}
.gray-section-formas-de-pagamento .vamos-marcar-pai .item h3 {
    text-align: center;
    font-size: 20px;
}
.formas-de-pagamento-pai .coluna-dois .formas-de-pagamento-filha{
    padding-right: 0;
}
.flex-mobile{
    display: flex !important;
}
.flex-mobile * button,
.flex-mobile .perfil-modelo-btn,
.flex-mobile .perfil-modelo-btn:hover, 
.flex-mobile .perfil-modelo-btn-denunciar:hover{
    text-align: center !important;
    display: block !important;
}
.perfil2-nova-galeria-de-midia-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}
.perfil2-nova-galeria-de-midia-play-button {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.perfil2-nova-galeria-de-midia-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4px 7px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    color: #eee;
}
.perfil2-nova-galeria-de-midia-container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 25px;
}
.modelo-valores-tempo.ativo {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
}

.modelo-valores-preco {
    font-weight: 600;
    color: #EEEEEE;
    font-size: 13px;
    opacity: 0.7;
    text-align: right;
}

.perfil2-tabela-de-informacoes-titulo {
    color: #006DD9;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 20px 16px;
    padding-left: 0px;
    border-bottom: 1px solid #333;
}

.fale h2 a, .fale h2 a:hover {
    width: fit-content;
    min-width: 300px;
    padding: 9px;
    border-radius: 5px;
    border: none;
    font-size: 19px;
    padding-bottom: 6px;
    letter-spacing: 1px;
    font-weight: normal;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    gap: 5px;
    font-family: "Bebas Neue";
    background-color: #2457C5;
    color: white;
    opacity: 1;
    text-decoration: none !important;
    margin-left: 8px;
    margin-top: 23px;
    margin-bottom: -7px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fale h2 {
    font-size: 20px;
}
.fale h3 {
    font-size: 17px;
    font-weight: normal;
    color: #f2f2f2;
    margin-top: 34px;
    margin-bottom: 14px;
    line-height: 21px;
}
.ads-no-perfil .caixa-ads-perfil .caixa-imagem-logo-ads {
    text-align: right;
    padding-top: 0;
    display: none;
}
.gray-section.ads-no-perfil{
        position: relative;
    display: block;
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 0;
    width: 100%;
    height: auto;
    min-height: 20px;
    margin-top: -20px;
    margin-bottom: 9px;
}

.modelo-valores-coluna video{
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 490px !important;
    margin-bottom: 23px !important;
}
.barra-perfil-verificado-texto-documentos {
    color: #006DD9;
    font-weight: 600;
    max-width: 125px;
    font-size: 11px;
}
.barra-perfil-verificado-container {
        margin: 0;
        max-width: none;
    }

    .localizacao-perfil-2 .titulos .coluna-um h3, .localizacao-perfil-2 .titulos .coluna-dois h3 {
    font-size: 11px;
    color: #f2f2f2;
}
.localizacao-disclamer p {
    text-align: center;
    color: #f2f2f2;
    font-size: 13px;
}
.localizacao-perfil-2 .titulos .coluna-um {
    padding-right: 0px;
    padding-left: 8px;
}
.localizacao-perfil-2 .titulos .coluna-dois {
    text-align: right;
    padding-left: 0;
}
.instrucao-para-comentar .conteudo {
    padding-left: 0;
}
.instrucao-para-comentar .conteudo p {
    text-align: justify;
}

.perfil2-area-comentarios-ativos-header {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px;
    background: #161616;
    border-bottom: 1px solid #F1F5F9;
    height: auto;
}
.area-dos-comentarios .diogenes-col-xl-7.diogenes-col-lg-7.diogenes-col-md-7.diogenes-col-12{
    padding-right: 0;
    padding-left: 0;
}

.area-dos-comentarios .diogenes-col-xl-5.diogenes-col-lg-5.diogenes-col-md-5.diogenes-col-12{
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}
.controle-comentarios-usuarios-stars {
    display: block;
    gap: 4px;
    margin-bottom: 16px;
    text-align: center;
}
.controle-comentarios-usuarios-rating-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #ffffff;
    text-align: center;
}
.controle-comentarios-usuarios-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 80px;
    width: 300px;
}

}


.nova-barra-de-perfil-modelo{
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding-top: 12px !important;
    background: #2e2e34 !important;
    color: #f2f2f2 !important;
}

#menuFixoMobile{
    padding-top: 13px !important;
}
#menuFixoMobile.nova-barra-de-perfil-modelo a, 
#menuFixoMobile.nova-barra-de-perfil-modelo a:hover {
    text-decoration: none;
    color: #f2f2f2;
    font-size: 13px;
    text-transform: uppercase;
}

#menuFixoMobile.nova-barra-de-perfil-modelo a i, 
#menuFixoMobile.nova-barra-de-perfil-modelo a:hover i{
    font-size: 26px;
    margin-bottom: 4px;
}


#menuFixoMobile.nova-barra-de-perfil-modelo a i.icone-do-whatsapp,
#menuFixoMobile.nova-barra-de-perfil-modelo a:hover i.icone-do-whatsapp{
    color: #47cc69;
    font-size: 28px;
    margin-bottom: 2px;
}

 .titulos-modelo .btn-whatsapp,
 .titulos-modelo .btn-ensaio{
    transition: all 0.2s ease;
 }


 .titulos-modelo .btn-whatsapp:hover{
        background: rgba(36, 87, 197, 0.80) !important;
        transition: all 0.2s ease;
    }
    .titulos-modelo .btn-ensaio:hover{
        background: rgba(61, 53, 53, 0.80) !important;
        transition: all 0.2s ease;
    }

@media(max-width:540px){
    .nova-barra-de-perfil-modelo {
        padding-left: 6px;
        padding-right: 6px;
        gap: 0px !important;
    }
    #menuFixoMobile{
        gap:0px !important;
    }
    #menuFixoMobile.nova-barra-de-perfil-modelo a, 
    #menuFixoMobile.nova-barra-de-perfil-modelo a:hover{
        font-size: 12px;
    }
    #menuFixoMobile.nova-barra-de-perfil-modelo a i, 
    #menuFixoMobile.nova-barra-de-perfil-modelo a:hover i {
        font-size: 23px;
        margin-bottom: 4px;
    }
    #menuFixoMobile.nova-barra-de-perfil-modelo a svg, 
    #menuFixoMobile.nova-barra-de-perfil-modelo a:hover svg{
        width: 23px;
        height: 23px;
        margin-bottom: 4px;
    }

    /*
          .vamos-marcar-pai-mobile > *:last-child:nth-child(3n + 1) {
                grid-column: 2;
            }


            .vamos-marcar-pai-mobile > *:nth-last-child(2):nth-child(3n + 1) {
                grid-column: 2;
            }

            .vamos-marcar-pai-mobile > *:last-child:nth-child(3n + 2) {
                grid-column: 3;
            }
    */

    /*
      .vamos-marcar-pai-mobile > *:last-child:nth-child(3n + 1) {
        grid-column: 2;
    }

    .vamos-marcar-pai-mobile > *:last-child:nth-child(3n + 2) {
        grid-column: 3;
    }
        */


}



        .caixa-dos-comentarios-em-si{
          background: #333333;
          background-attachment: fixed !important;
        }

        .caixa-dos-comentarios-em-si::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 520px;
            height: 148px;
            background: url('../images/logo-oficial.png') no-repeat center/contain;
            background-attachment: fixed !important;
            transform: translate(-50%, -50%) rotate(-10deg); 
            opacity: 0.1; 
            pointer-events: none; 
            filter: (1);
        }

        .diogenes-gt-background{
            background: #000 !important;
        }

        @media(max-width:540px){
          .caixa-dos-comentarios-em-si::before{
            left: 77%;
          }
          .perfil-modelo-btn{
            text-align: center;
            display: block !important;
          }

          .diogenes-gt-main-container.internas {
              height: auto;
              min-height: 129px;
              position: absolute;
              display: block;
              top: 0;
              left: 0;
              width: 100%;
             
          }
          .diogenes-gt-background{
            background: rgba(000, 000, 000, 0.3) !important;
            filter: none !important;
            z-index: 1 !important;
          }
          .diogenes-gt-main-container.internas .diogenes-gt-header {
                border-bottom: 0px solid #000;
                margin-top: 37px;
            }
          .titulos-modelo {
                position: relative;
                padding-top: 285px;
          }

          .diogenes-gt-logo{
            cursor: pointer;
          }

          .diogenes-gt-logo img {
                height: 48px;
            }

            .diogenes-gt-logo a,
            .diogenes-gt-logo a:hover{
            text-decoration: none !important;
            }

          .diogenes-gt-main-container.internas {
                height: auto;
                min-height: 10px;
          }
          .diogenes-gt-logo img {
                height: 52px;
            }
            .diogenes-gt-header {
                height: 84px;
                padding-bottom: 0 !important;
            }

            /* AJUSTES DO NOVO HEADER */
            .diogenes-gt-main-container.internas .diogenes-gt-header {
                border-bottom: 0px solid #000;
                margin-top: 0;
                padding-top: 0 !important;
                transition: all 0.3s ease;
            }
            .diogenes-gt-main-container.internas {
                height: auto;
                position: fixed;
                display: block;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 999 !important;
                /* height: 90px !important; */
            }
            .diogenes-gt-main-container.internas .diogenes-gt-mascara{
                height: 37px;
                background: none;
            }
            .diogenes-gt-logo img {
                margin-top: -8px;
                transition: all 0.3s ease;
            }

            .diogenes-gt-header.scroll-rolado {
                height: 60px;
                padding-bottom: 0 !important;
                transition: all 0.3s ease;
            }
            .diogenes-gt-header.scroll-rolado .diogenes-gt-logo img {
                height: 40px;
                transition: all 0.3s ease;
            }

        }

        #offcanvasDrawer{
            z-index: 99999 !important;
        }
        @media(min-width:1000px){

                /* AJUSTES DO NOVO HEADER */
                .diogenes-gt-main-container.internas .diogenes-gt-header {
                    border-bottom: 0px solid #000;
                    margin-top: 0;
                    padding-top: 0 !important;
                    transition: all 0.3s ease;
                }
                .diogenes-gt-main-container.internas {
                    height: auto;
                    position: fixed;
                    display: block;
                    top: 0;
                    left: 0;
                    width: 100%;
                    z-index: 999 !important;
                    /* height: 90px !important; */
                }
                .diogenes-gt-main-container.internas .diogenes-gt-mascara{
                    height: 37px;
                    background: none;
                }
                .diogenes-gt-logo img {
                    margin-top: 7px;
                    transition: all 0.3s ease;
                }

                .diogenes-gt-header.scroll-rolado {
                    height: 76px;
                    padding-bottom: 0 !important;
                    transition: all 0.3s ease;
                }
                .diogenes-gt-header.scroll-rolado .diogenes-gt-logo img {
                    height: 52px;
                    margin-top: 12px;
                    margin-bottom: 10px;
                    transition: all 0.3s ease;
                }
                .diogenes-gt-main-container.internas {
                    height: auto;
                    min-height: 10px;
                }
                .diogenes-gt-background {
                    background: rgba(000, 000, 000, 0.3) !important;
                }

        }


        .progress-range{
            top: -675px;
            position: absolute;
        }


        .notification-toast {
            position: fixed;
            top: 20px;
            right: 20px;
            background-color: #333;
            color: white;
            padding: 16px 24px;
            border-radius: 8px;
            border-left: 4px solid #006DD9;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            font-size: 14px;
            font-weight: 500;
            opacity: 0;
            transform: translateX(400px);
            transition: all 0.3s ease;
            z-index: 9999999999999999999999999999999999999;
        }

        .notification-toast.show {
            opacity: 1;
            transform: translateX(0);
        }

        /* Overlay */
.share-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.share-modal-overlay.show {
    opacity: 1;
}

/* Modal */
.share-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #333;
    color: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    width: 90%;
    max-width: 400px;
    opacity: 0;
    transition: all 0.3s ease;
}

.share-modal.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Header */
.share-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.share-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.share-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.share-modal-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Body */
.share-modal-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Share Options */
.share-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    text-decoration: none;
    color: white !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.share-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #006DD9;
    transform: translateX(4px);
    color: white !important;
    text-decoration: none !important;
}

.share-option svg {
    flex-shrink: 0;
}

/* Cores específicas para cada rede */
.share-option.whatsapp:hover {
    background-color: rgba(37, 211, 102, 0.1);
}

.share-option.facebook:hover {
    background-color: rgba(24, 119, 242, 0.1);
}

.share-option.twitter:hover {
    background-color: rgba(29, 155, 240, 0.1);
}

/* Responsivo */
@media (max-width: 480px) {
    .share-modal {
        width: 95%;
    }
    
    .share-modal-header {
        padding: 16px 20px;
    }
    
    .share-modal-body {
        padding: 20px;
    }
}


/* Notificação de erro */
.notification-toast.notification-error {
    border-left-color: #dc3545;
}

/* Notificação de loading */
.notification-toast.notification-loading {
    border-left-color: #ffc107;
}

/* Adicionar cursor pointer no elemento clicável */
.perfil-modelo-atributo {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.perfil-modelo-atributo:hover {
    opacity: 0.8;
}


/* Overlay */
.options-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.options-modal-overlay.show {
    opacity: 1;
}

/* Modal */
.options-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #333;
    color: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    width: 90%;
    max-width: 400px;
    opacity: 0;
    transition: all 0.3s ease;
}

.options-modal.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Header */
.options-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.options-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.options-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.options-modal-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Body */
.options-modal-body {
    padding: 40px 24px;
}

/* Loading */
.options-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.options-loading p {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

/* Spinner */
.options-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top-color: #006DD9;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Responsivo */
@media (max-width: 480px) {
    .options-modal {
        width: 95%;
    }
    
    .options-modal-header {
        padding: 16px 20px;
    }
    
    .options-modal-body {
        padding: 32px 20px;
    }
}



/* Overlay */
.report-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.report-modal-overlay.show {
    opacity: 1;
}

/* Modal */
.report-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #333;
    color: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    width: 90%;
    max-width: 450px;
    opacity: 0;
    transition: all 0.3s ease;
}

.report-modal.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Header */
.report-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.report-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.report-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.report-modal-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Body */
.report-modal-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.report-modal-description {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

/* Report Options */
.report-option {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    text-decoration: none;
    color: white !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.report-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #006DD9;
    color: white !important;
    text-decoration: none !important;
    transform: translateX(4px);
}

.report-option span {
    line-height: 1.4;
}

/* Responsivo */
@media (max-width: 480px) {
    .report-modal {
        width: 95%;
    }
    
    .report-modal-header {
        padding: 16px 20px;
    }
    
    .report-modal-body {
        padding: 20px;
    }
    
    .report-option {
        font-size: 14px;
    }
}


.favorito-adicionado{
  color:#006dd9 !important;
}




 /* --- MODAL PADRÃO (ERRO/SUCESSO) --- */
    .custom-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .custom-modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .custom-modal-box {
        background-color: #1a1a1a;
        border: 1px solid #333;
        border-top: 0px solid #006dd9;
        padding: 30px;
        border-radius: 8px;
        width: 90%;
        max-width: 450px;
        text-align: center;
        box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        color: #e0e0e0;
        font-family: sans-serif;
        position: relative;
    }
    .custom-modal-title {
        font-size: 1.25rem;
        margin-bottom: 15px;
        font-weight: bold;
        color: #fff;
    }
    .custom-modal-msg {
        margin-bottom: 25px;
        font-size: 0.95rem;
        color: #b0b0b0;
        line-height: 1.5;
    }
    .custom-modal-btn {
        background-color: #006dd9;
        color: #fff;
        border: none;
        padding: 10px 25px;
        border-radius: 21px;
        cursor: pointer;
        font-weight: 600;
        transition: background 0.2s;
    }
    .custom-modal-btn:hover {
        background-color: #0056b3;
    }

    /* --- ESTILOS NOVOS: CHECKBOX TERMOS --- */
    .terms-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        color: #ccc;
        font-size: 14px;
    }
    .terms-wrapper input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-right: 10px;
        accent-color: #006dd9;
        cursor: pointer;
    }
    .terms-link {
        color: #006dd9;
        text-decoration: underline;
        cursor: pointer;
        margin-left: 4px;
    }
    .terms-link:hover {
        color: #fff;
    }

    /* --- ESTILOS NOVOS: MODAL DE TERMOS --- */
    .modal-terms-content {
        text-align: left;
    }
    .terms-textarea {
        width: 100%;
        height: 300px;
        background: #252525;
        border: 1px solid #444;
        color: #ccc;
        padding: 15px;
        border-radius: 8px;
        resize: none;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
        color: #ccc;
        margin-bottom: 20px;
        /* Scrollbar customizada Firefox */
        scrollbar-width: thin;
        scrollbar-color: #006dd9 #252525;
    }
    /* Scrollbar customizada Webkit */
    .terms-textarea::-webkit-scrollbar {
        width: 8px;
    }
    .terms-textarea::-webkit-scrollbar-track {
        background: #252525;
    }
    .terms-textarea::-webkit-scrollbar-thumb {
        background-color: #006dd9;
        border-radius: 4px;
    }

    /* --- ESTILOS NOVOS: MODAL RESUMO E ASSINATURA --- */
    .modal-resumo-box {
        max-width: 500px;
    }
    .resumo-lista {
        text-align: left;
        margin-bottom: 20px;
        background: #252525;
        padding: 15px;
        border-radius: 8px;
        font-size: 14px;
    }
    .resumo-item {
        margin-bottom: 8px;
        border-bottom: 1px solid #333;
        padding-bottom: 8px;
    }
    .resumo-item:last-child {
        border-bottom: none;
    }
    .resumo-label {
        color: #888;
        font-weight: 600;
        margin-right: 5px;
    }
    .resumo-valor {
        color: #fff;
    }
    .signature-area {
        background: #fff;
        border-radius: 4px;
        margin-bottom: 20px;
        position: relative;
    }
    canvas#signature-pad {
        width: 100%;
        height: 200px;
        border-radius: 4px;
        display: block;
        touch-action: none; /* Importante para mobile */
    }
    .signature-label {
        font-size: 12px;
        color: #aaa;
        margin-bottom: 5px;
        display: block;
        text-align: left;
    }
    .clear-sign-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        background: #ccc;
        color: #333;
        border: none;
        font-size: 11px;
        padding: 4px 8px;
        border-radius: 4px;
        cursor: pointer;
    }


    @media(max-width:540px){
    .diogenes-institucional-box{
      padding-left: 23px;
      padding-right: 23px;
    }
  }


  .box-distancia{
    display: none;
    background: rgba(000, 000, 000, 0.50);
    color: white;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    z-index: 999;
    font-family: 'Roboto Condensed';
  }



  /* ====================================================== */
/* SKELETON LOADING PARA STORIES                          */
/* ====================================================== */
.gg-skeleton-loader {
    background: linear-gradient(90deg, #1e1e1e 25%, #333333 50%, #1e1e1e 75%);
    background-size: 200% 100%;
    animation: ggSkeletonShimmer 1.5s infinite linear;
    border-radius: 50%;
    overflow: hidden;
}

@keyframes ggSkeletonShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.gg-lazy-story {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.gg-lazy-story.loaded {
    opacity: 1;
}