.servicos-section {
    padding: 80px 0;
    background-color: #fff;
}

.servicos-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.servicos-section .section-title {
    font-size: 36px;
    color: #B39B6D;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.servicos-section .section-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #B39B6D;
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.servico-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.servico-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.servico-icon {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
}

.servico-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.servico-content {
    padding: 30px;
}

.servico-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.servico-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.ver-mais-btn {
    display: block;
    width: 200px;
    margin: 40px auto 0;
    padding: 15px 30px;
    background-color: #B39B6D;
    color: white;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.ver-mais-btn:hover {
    background-color: #9a8555;
    transform: translateY(-3px);
}

/* Seção Por Que Escolher Nossos Serviços */
.porque-escolher {
    padding: 80px 0;
    background-color: #1a3c4d; /* Azul petróleo */
    color: #fff;
}

.porque-escolher .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.porque-escolher .section-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.porque-escolher .section-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #B39B6D;
}

.diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.diferencial-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: relative;
}

.diferencial-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
}

.diferencial-numero {
    font-size: 48px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 20px;
    right: 20px;
}

.diferencial-title {
    font-size: 22px;
    color: #B39B6D;
    margin-bottom: 15px;
    font-weight: 600;
}

.diferencial-desc {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Seção Avaliações */
.avaliacoes {
    padding: 80px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.avaliacoes .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.avaliacoes .section-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.estrelas {
    color: #FFD700;
    font-size: 36px;
    margin-bottom: 20px;
}

.ver-avaliacoes {
    display: inline-block;
    padding: 15px 30px;
    background-color: #B39B6D;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.ver-avaliacoes:hover {
    background-color: #9a8555;
    transform: translateY(-3px);
}

/* Seção Contato e Mapa */
.contato-info {
    padding: 80px 0;
    background-color: #fff;
}

.contato-info .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.info-block {
    padding-right: 40px;
}

.info-block h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.info-item {
    margin-bottom: 20px;
}

.info-item h4 {
    font-size: 18px;
    color: #B39B6D;
    margin-bottom: 5px;
    font-weight: 600;
}

.info-item p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.horarios {
    margin-top: 30px;
}

.horarios h4 {
    font-size: 18px;
    color: #B39B6D;
    margin-bottom: 15px;
    font-weight: 600;
}

.horario-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #666;
}

.mapa-container {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.mapa-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsividade */
@media (max-width: 992px) {
    .servicos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .diferenciais-grid {
        grid-template-columns: 1fr;
    }
    
    .contato-info .container {
        grid-template-columns: 1fr;
    }
    
    .info-block {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .servicos-section .section-title,
    .porque-escolher .section-title,
    .avaliacoes .section-title {
        font-size: 28px;
    }
    
    .servico-card {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .servicos-grid {
        grid-template-columns: 1fr;
    }
    
    .servicos-section,
    .porque-escolher,
    .avaliacoes,
    .contato-info {
        padding: 60px 0;
    }
}
