:root {
    /* Estas variáveis serão definidas pelo PHP no arquivo principal */
    --cor-fundo-botao: #7d61e6;
    --cor-fonte-botao: #fff;
    --cor-background: #f0f0f0;
    --cor-texto-cabecalho-padrao: #000;
    --social-icon-outline-color: #FFFFFF; /* Variável para a cor do contorno */
}
* { margin:0; padding: 0; box-sizing: border-box; } html, body { height: 100%; }
body { font-family: Arial, sans-serif; background-color: var(--cor-background); display: flex; flex-direction: column; }
.content-wrapper { flex-grow: 1; } a { color: inherit; text-decoration: none; }
.texto1 { font-size:16px; color: var(--cor-texto-cabecalho-padrao); text-decoration:none; }
.logo-redondo { background-color: #eee; border-radius: 50%; width: 100px; height: 100px; overflow: hidden; position: relative; border: 2px solid #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.logo-redondo img { width: 100%; height: 100%; object-fit: cover; }
.header-full-width-wrapper { transition: background-color: 0.3s; width: 100%; }
.header-content { width: 97%; max-width: 1200px; margin: 0 auto; padding: 15px 0 10px 0; }
.social-icons-container { margin-top: 20px; margin-bottom: 5px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.social-icon { font-size: 24px; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.1); }

.banner-container { display: flex; gap: 10px; padding: 0 20px; overflow-x: auto; scrollbar-width: none; }
.banner-container::-webkit-scrollbar { display: none; } .banner-link { flex-shrink: 0; }
.banner-image { width: 120px; height: 150px; object-fit: cover; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.apresentacao-citacao { background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); position: relative; padding: 25px 40px; text-align: center; margin: 0 auto; max-width: 900px; }
.verification-badge { display: inline-flex; align-items: center; gap: 5px; background-color: rgba(255,255,255,0.15); color: var(--cor-texto-cabecalho-padrao); padding: 4px 10px; border-radius: 20px; font-weight: 500; font-size: 0.7em; margin-top: 8px; }
.verification-badge svg { width: 14px !important; height: 14px !important; flex-shrink: 0; }
.portfolio-section { position: relative; padding-bottom: 20px; margin-top: 30px; }
.portfolio-title-wrapper { width: 100%; text-align: center; padding: 25px 0 20px 0; border-top: 1px solid #ddd; position: relative; z-index: 3; }
.portfolio-badge { display: inline-flex; align-items: center; gap: 10px; background-color: #eef2ff; color: #4f46e5; padding: 8px 18px; border-radius: 20px; font-weight: 500; font-size: 1.2em; }
.portfolio-grid { display: flex; justify-content: flex-start; flex-wrap: nowrap; gap: 25px; padding: 0 20px 15px 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; max-width: 100%; }
.portfolio-grid::-webkit-scrollbar { display: none; }
.client-card { background-color: transparent; border: none; box-shadow: none; text-decoration: none; color: inherit; transition: transform 0.2s ease; width: 150px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 15px; text-align: center; flex-shrink: 0; }
.client-logo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin-bottom: 15px; border: 3px solid #f0f0f0; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.client-name { font-weight: 600; font-size: 15px; word-wrap: break-word; line-height: 1.3; }
.pagination-dots { display: block; text-align: center; margin-top: 10px; }
.dot { display: inline-block; width: 10px; height: 10px; border-radius: 5px; background: #ccc; margin: 0 4px; cursor: pointer; transition: all 0.3s ease; }
.dot.active { background: #555; width: 25px; }
@media (max-width: 768px) { .client-card { width: 110px; } }
.horarios-section { background-color: var(--cor-fundo-botao); color: var(--cor-fonte-botao); padding: 20px; width: 100%; }
.rodape-moderno { background-color: #1f2937; padding: 30px 20px; text-align: center; }
.rodape-moderno a { display: inline-block; color: #d1d5db; font-size: 12px; text-decoration: none; transition: color 0.3s; }
.rodape-moderno .logo-rodape { width: 70px; margin-bottom: 5px; }
.gerenciado-por { border-top: 1px solid #334155; margin-top: 20px; padding-top: 20px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.gerenciado-por img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.image-modal-overlay { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.85); justify-content: center; align-items: center; }
.image-modal-content { position: relative; margin: auto; padding: 10px; max-width: 90vw; max-height: 90vh; }
.image-modal-close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; cursor: pointer; line-height: 1; }
.botao-container { 
    display: block; 
    width: 80%; 
    max-width: 900px; 
    margin: 25px auto; 
    position: relative; 
}
.Botoes-principal { 
    box-shadow: 0px 5px 14px -7px rgba(0,0,0,0.3); 
    background-color: var(--cor-fundo-botao); 
    border-radius:16px; 
    display: flex; 
    align-items: center; 
    cursor: pointer; 
    color: var(--cor-fonte-botao); 
    font-family: Arial, sans-serif; 
    font-weight: bold; 
    text-decoration: none; 
    width: 100%; 
    transition: transform 0.2s ease; 
    position: relative; 
}
.Botoes-principal:hover { transform: scale(1.02); }
.botao-simples { 
    min-height: 70px; 
    padding: 15px 25px; 
    justify-content: center;
}
.botao-simples .icone { 
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em; 
}
.botao-simples .texto { 
    font-size: 1.5em;	/* tamanho fonte botão */
    position: relative; /* Adicionado */
    left: 0px;         /* Espaço texto botão */
}
.botao-hibrido-imagem {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: 110px; /* <--- E ESTA LINHA CONTROLA A ALTURA DA IMAGEM */
    z-index: 2;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.botao-hibrido-imagem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
}
.botao-hibrido {
    min-height: 90px; /* <--- ESTA LINHA CONTROLA A ALTURA DO BOTÃO */
    padding: 15px 25px;
    justify-content: center;
    text-align: center;
}
.Botoes-principal.botao-hibrido {
    overflow: visible;
}
.botao-hibrido-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative; /* Adicionado */
    left: 12.17px;         /* Adicionado */
	min-height: 20px; /* <-- ADICIONE ESTA LINHA E AJUSTE O VALOR */
}
.botao-hibrido-texto .titulo {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3; /* <-- DIMINUA ESTE VALOR (ex: de 1.3 para 1.1 ou 1) */
}
.botao-hibrido-texto .subtitulo {
    font-size: 0.85em;
    font-weight: normal;
    opacity: 0.9;
    margin-top: 2px; /* <-- DIMINUA ESTE VALOR (ex: de 4px para 2px ou até 0) */
}
main#main-content { padding: 0 0 20px 0; width: 100%; }
main#main-content .botao-container:first-child { margin-top: 0; }
.botao-container.separador { margin: 30px auto; padding: 0; }
.separador .separador-linha {
    border: none;
    height: 1px;
    background: linear-gradient( to right, transparent 0%, var(--cor-fundo-botao) 50%, transparent 100% );
    opacity: 0.2;
}
.texto_horarios_mobile tr td, .texto_horarios tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.texto_horarios_mobile {
    border-collapse: collapse;
}
.texto_horarios_mobile tr:not(.last-row) td {
    border-bottom: 1px solid color-mix(in srgb, currentColor 3%, transparent);
}
@media (min-width: 800px) {
    .texto_horarios td {
        border: none;
    }
    .texto_horarios td:not(:first-child):before {
        content: '';
        position: absolute;
        left: 0;
        top: 15%;
        bottom: 15%;
        width: 1px;
        opacity: 0.20;
    }
}

/* --- CÓDIGO DA SOMBRA ADICIONADO --- */
.sombra-ativa .botao-container {
    z-index: 1; /* Garante que o botão fique acima da sombra */
}

/* Cria o pseudo-elemento que será a nossa sombra */
.sombra-ativa .botao-container::after {
    content: '';
    position: absolute;
    bottom: -8px; /* Ajuste a posição vertical da sombra */
    left: 10%; 
    right: 10%;
    height: 60%; 
    z-index: -1; /* Coloca a sombra atrás do botão */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(5px);
    opacity: 0.8;
}
/* --- FIM DO CÓDIGO DA SOMBRA --- */