/* =========================================
   ESTILO: Anuncios Ads (Versão Header Dark)
   ========================================= */

.template-anuncios-ads {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    width: 100%;
}

/* --- BLOCO 1: HEADER ESCURO --- */
.anuncios-ads-header-dark {
    background-color: #000000;
    color: #ffffff;
    position: relative;
    width: 100%;
    padding-bottom: 40px; 
    text-align: center;
    margin-top: -1px; 
}

/* Imagem do Banner */
.anuncios-ads-hero-img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #111;
    position: relative;
}
@media (max-width: 768px) {
    .anuncios-ads-hero-img { height: 280px; }
}

/* SHAPE DIVIDER */
.anuncios-ads-shape-divider {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 5; 
}

.anuncios-ads-shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px; 
    transform: rotate(0deg); 
}

.anuncios-ads-shape-divider .shape-fill {
    fill: #ffffff; 
}

@media (max-width: 768px) {
    .anuncios-ads-shape-divider svg { height: 80px; }
}

/* --- LOGO --- */
.anuncios-ads-logo-wrapper {
    position: relative;
    margin-top: -110px; 
    display: flex;
    justify-content: center;
    z-index: 10; /* Fica acima da onda */
    padding: 0 15px;
}

.anuncios-ads-logo-circle {
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.anuncios-ads-logo-circle img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .anuncios-ads-logo-wrapper { margin-top: -90px; }
    .anuncios-ads-logo-circle { width: 140px; height: 140px; }
}

/* Container de Informações (Títulos e Botões) */
.anuncios-ads-info-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 20px 20px; 
    position: relative;
    z-index: 6;
}

/* -- Tipografia -- */
.anuncios-ads-title-h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-transform: uppercase;
}
.anuncios-ads-subtitle-h2 {
    font-size: 1.5rem;
    color: #eeeeee;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.anuncios-ads-location-h3 {
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}

/* Botões do Header */
.anuncios-ads-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 500px; 
    margin: 0 auto;  
}
.anuncios-ads-actions .btn {
    border-radius: 50px;
    padding: 14px 20px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255,255,255,0.1);
    border: none;
    width: 100%;
}
.anuncios-ads-actions .btn:hover {
    transform: translateY(-3px);
}
.btn-anuncios-ads-phone { background-color: #DC3545 !important; }
.btn-anuncios-ads-phone:hover { background-color: #c82333 !important; }
.btn-anuncios-ads-whatsapp { background-color: #25D366 !important; }
.btn-anuncios-ads-whatsapp:hover { background-color: #128C7E !important; }

/* --- CORPO DO ARTIGO --- */
.anuncios-ads-body-white {
    background-color: #ffffff;
    width: 100%;
    padding: 40px 20px;
}

.anuncios-ads-content-limit {
    max-width: 1100px; 
    margin: 0 auto;    
    color: #333;     
    text-align: center; 
}

/* Ajuste Responsivo */
@media (max-width: 768px) {
    .anuncios-ads-title-h1 { font-size: 1.8rem; }
    .anuncios-ads-subtitle-h2 { font-size: 1.2rem; }
    .anuncios-ads-shape-divider svg { height: 40px; }
    .anuncios-ads-body-white { padding: 20px 10px; }
}

/* --- BOTÃO FLUTUANTE --- */
.anuncios-ads-floating-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
}

.anuncios-ads-floating-button.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.anuncios-ads-floating-button .btn {
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    text-decoration: none;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s;
}

.anuncios-ads-floating-button .btn:hover {
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .anuncios-ads-floating-button {
        bottom: 20px;
        right: 20px;
    }
}

/* ===== Bloco geral ===== */
.bloco-servicos {
  text-align: center;
  padding-bottom: 1.5rem;
}

.titulo-servicos {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}

/* ===== Grade responsiva ===== */
.lista-servicos {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: stretch;
}

/* ===== Item ===== */
.servico-item {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.servico-item:hover {
  transform: translateY(-4px);
}

/* ===== Imagem ===== */
.servico-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.8rem;
}

.servicos-3colunas .servico-item img {
  height: 300px;
}

/* Muda para 2 colunas */
@media (max-width: 992px) {
    .lista-servicos {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Muda para 1 coluna (um abaixo do outro) */
@media (max-width: 600px) {
    .lista-servicos {
        grid-template-columns: 1fr;
    }
}

/* ===== Títulos e texto ===== */
.servico-item h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.servico-item p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.4;
}

/* ===================== */
/* ===== DIFERENCIAIS ===== */
/* ===================== */

.bloco-diferenciais {
  background:#f9f9f9;
  padding: 20px 10px;
  border-radius: 20px;
}

.titulo-diferenciais {
  text-align: center;
}

.lista-diferenciais {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.diferencial-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  text-align: center;
}

.diferencial-item:hover {
  transform: translateY(-4px);
}

.diferencial-item i {
  padding: 20px;
  color: #1BFD69;
}

.diferencial-item h4 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.diferencial-item p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.4;
}

/* Efeito de Zoom suave nos ícones ao passar o mouse */
.sppb-icon-box:hover i,  
h4 > i:hover {          
    transform: scale(1.2);
    transition: transform 0.3s ease;
    color: #25D366; 
}