body {
    font-family: 'Arial', sans-serif;
}
.hero {
    height: 400px;
    overflow: hidden;
}
.hero-carousel img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.cta-button {
    background-color: #ff9800;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 20px;
}
.cta-button:hover {
    background-color: #e68a00;
}

/* Estilo da seção de funcionalidades */
.features {
    margin: 40px 0;
    text-align: center;
}

.feature-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
}

.feature-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Ícones */
.feature-icon {
    font-size: 3rem;
    color: #ff9800; /* Laranja */
    margin-bottom: 15px;
}

/* Títulos */
.feature-card h3 {
    font-size: 1.5rem;
    color: #0066cc; /* Azul */
    margin-bottom: 10px;
    font-weight: bold;
}

/* Texto */
.feature-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsividade */
@media (max-width: 768px) {
    .feature-card {
        margin-bottom: 20px;
    }
    .feature-card p {
        font-size: 0.9rem;
    }
}


/* Estilo da seção de avaliações */
.reviews {
    margin: 40px 0;
    text-align: center;
}

.reviews h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

/* Cards de Avaliações */
.review-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 10px;
    text-align: left;
}

.review-card h4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0066cc;
    margin-bottom: 10px;
}

.review-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
}

/* Estrelas apagadas */
.empty-star {
    color: #ccc!important; /* Cinza claro para estrelas apagadas */
}



/* Footer Principal */
.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
    font-size: 0.9rem;
}

.footer h5 {
    color: #ff9800; /* Destaque nos títulos */
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer a {
    color: #00bcd4; /* Azul para links */
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer p {
    line-height: 1.6;
    margin: 0 0 10px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #555;
    padding-top: 10px;
    font-size: 0.8rem;
}

/* Selos de Confiança */
.trust-seals {
    margin-top: 10px;
}

.trust-seals img {
    margin-right: 10px;
    height: 50px;
    transition: transform 0.2s;
}

.trust-seals img:hover {
    transform: scale(1.1); /* Leve aumento no hover */
}

/* Responsividade */
@media (max-width: 768px) {
    .footer h5 {
        font-size: 1rem;
    }

    .trust-seals img {
        height: 40px;
        margin-bottom: 10px;
    }
}


.pricing {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

/* Estilo do preço riscado */
.old-price {
    font-size: 1.2rem;
    color: #ff9800; /* Cinza neutro */
    text-decoration: line-through;
    text-align: center;
    margin-bottom: 5px;
}

/* Preço principal e badge */
.pricing-card h4 {
    color: #0066cc; /* Azul para contrastar com o laranja */
    font-size: 2rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Badge */
.badge {
    background-color: #00b894; /* Verde água */
    color: white!important;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 12px;
    text-transform: uppercase;
}

/* Benefícios */
.benefits {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #333; /* Preto suave */
}
.benefits li i {
    color: #00b894; /* Verde água */
    margin-right: 10px;
}

/* Botão */
.cta-button {
    margin-top: 20px;
    font-size: 1.1rem;
    padding: 10px;
    border: 2px solid #0066cc; /* Azul */
    border-radius: 8px;
    background-color: #0066cc; /* Azul */
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
}
.cta-button:hover {
    background-color: #004d99; /* Azul mais escuro no hover */
    transform: scale(1.05);
}

/* Estilo do card */
.pricing-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s, box-shadow 0.2s;
}
.pricing-card:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}



/* Estilo da seção de Dúvidas Frequentes */
.faq {
    margin: 40px 0;
}

.faq h2 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

/* Card de FAQ */
.faq-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 15px 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.faq-card:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Pergunta */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-question h4 {
    margin: 0;
    font-size: 1.2rem;
    color: #0066cc;
}

.faq-question i {
    font-size: 1.5rem;
    color: #ff9800; /* Laranja para contraste */
    transition: transform 0.3s;
}

/* Resposta */
.faq-answer {
    margin-top: 10px;
    padding-left: 25px;
    border-left: 3px solid #ff9800; /* Laranja para destaque */
    color: #555;
    display: none; /* Oculta por padrão */
    font-size: 1rem;
    line-height: 1.6;
}

/* Estilo do Título da Seção de FAQ */
.section-title {
    font-size: 1.8rem; /* Reduz o tamanho da fonte */
    color: #333; /* Azul para contraste */
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ff9800; /* Laranja para destacar */
    margin: 10px auto 0; /* Centralizado abaixo do título */
    border-radius: 3px;
}

.rotated {
    transform: rotate(180deg);
}

 /* Media queries para telas menores */
@media (max-width: 768px) {
    .widgets {
        flex-direction: column;
        align-items: center;
    }
    .widget {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .hero {
        height: auto;
    }
    .hero-carousel img {
        height: auto;
    }
}


/* Estilo geral da galeria */
.gallery {
    margin: 40px 0;
    text-align: center;
}

.gallery h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
}

/* Card da galeria */
.gallery-card {
    width: 400px; /* Largura fixa do card */
    height: 300px; /* Altura fixa do card */
    background: #fff;
    border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Leve sombra */
    overflow: hidden; /* Garante que a imagem fique dentro do card */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* Centraliza os cards no carrossel */
}

/* Imagem dentro do card */
.gallery-card img {
    width: 100%; /* Preenche o espaço horizontal do card */
    height: 100%; /* Preenche o espaço vertical do card */
    object-fit: cover; /* Garante que a imagem preencha o card sem distorcer */
    transition: transform 0.3s; /* Animação para o hover */
}

/* Efeito de hover */
.gallery-card img:hover {
    transform: scale(1.1); /* Leve zoom no hover */
}


/* Card da galeria */
.gallery-card {
    width: 400px; /* Largura fixa do card */
    height: 300px; /* Altura fixa do card */
    background: #fff;
    border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Leve sombra */
    overflow: hidden; /* Garante que a imagem fique dentro do card */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px; /* Margem horizontal entre os cards */
}

/* Margem extra no container do carrossel */
.slick-list {
    margin: 0 -10px; /* Garante que os cards externos fiquem alinhados */
}

