/* Estilos globais */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

.container {
    width: 80%;
    margin: 0 auto;
}

/* Cabeçalho e navegação */
header {
    background-color: #333;
    padding: 15px 0;
}

nav h1 {
    color: #fff;
    font-size: 30px;
    margin-left: 20px;
    display: inline-block;
}

nav ul {
    list-style: none;
    float: right;
    margin-right: 20px;
    display: flex; /* Exibe o menu normalmente para telas grandes */
    
}

/* O menu padrão */
nav ul li {
    display: inline;
    margin-left: 20px;
    
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    
}

    /* Itens do menu com espaçamento adequado */
    .menu li {
        margin: 10px 0;
        text-align: center;
        
    }


/* Testemunhos */
.testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    background-color: #f4f6f9;
    padding: 40px 0;
}

.testimonial-items {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.testimonial-item {
     
    background-color: white;
    max-width: 300px; /* Defina um tamanho máximo para os itens */
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
}

.testimonial-info .testimonial-role {
    font-size: 0.9rem;
    color: #555;
}

.testimonial-content {
    margin-top: 15px;
    font-size: 1rem;
    color: #333;
    font-style: italic;
}

.testimonial-item:hover {
    border-color: #007bff;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.1);
}

/* Preços */
.pricing {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.pricing-table {
    display: flex;
    justify-content: space-between;
}

.pricing-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    flex: 1;
    min-width: 250px;
}

.pricing-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.pricing-item p {
    font-size: 18px;
    margin-bottom: 15px;
}

.pricing-item a {
    text-decoration: none;
    font-size: 18px;
    background-color: #ff5c00;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.pricing-item a:hover {
    background-color: #e14e00;
}


/* Redes Sociais */
.social-icons {
    display: flex;
    gap: 10px;
    padding-top: 60px;
}

.social-icon {
    font-size: 24px;
    color: #fff; /* Cor branca para os ícones */
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #0073e6; /* Cor ao passar o mouse (azul) */
}

.social-icon:hover {
    color: #ff5c00;
}


/* Seção Hero */
.hero {
    background-color: #2a2a2a;
    color: white;
    text-align: center;
    padding: 80px 0;
    position: relative;
}

.hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.hero h1 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.hero h2 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero .btn {
    background-color: #ff5c00;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
    margin-top: 20px;
}

.hero .btn:hover {
    background-color: #e14e00;
}

/* Seção de serviços */
.services {
    padding: 50px 0;
    background-color: #fff;
}

.services h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.service-item {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    flex: 1;
    min-width: 250px;
    transition: transform 0.3s ease-in-out;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-item i {
    font-size: 40px;
    color: #ff5c00;
    margin-bottom: 20px;
}

.service-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.service-item p {
    font-size: 16px;
    color: #555;
}

/* Seção de contato */
.contact {
    text-align: center;
    padding: 80px 0;
    background-color: #e6e6e6;
    margin-top: 40px;
}

.contact h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact p {
    font-size: 18px;
    margin-bottom: 30px;
}

.whatsapp-btn {
    background-color: #25D366;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
}

/* Rodapé */
footer {
    background-color: #333;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

/* Estilo para a seção "Sobre Nós" */
.about {
  background-color: #fff;
  padding: 50px 20px; /* Espaçamento interno (padding) */
  text-align: center; /* Alinha o texto ao centro */
  font-family: 'Roboto', sans-serif; /* Fonte legível */
  color: #333; /* Cor do texto */
  line-height: 1.6; /* Altura da linha para facilitar a leitura */
}

.about h2 {
  font-size: 2.5em; /* Tamanho maior para o título */
  color: #333; /* Cor do título */
  margin-bottom: 20px; /* Espaço abaixo do título */
}

.about p {
  font-size: 1.1em; /* Tamanho do texto */
  margin-bottom: 20px; /* Espaço abaixo do parágrafo */
}

.about .highlight {
  font-weight: bold; /* Destaca palavras ou frases */
  color: #007BFF; /* Cor para destaque */
}

/* Responsividade */
@media screen and (max-width: 768px) {
    .container {
        width: 90%;
    }

    .hero h2 {
        font-size: 30px;
    }

    .hero p {
        font-size: 16px;
    }

    .service-items {
        flex-direction: column;
        align-items: center;
    }

    .service-item {
        max-width: 90%;
        margin-bottom: 20px;
    }
    
} 