
/* Seção de Informações de Contato */
.contact-info {
    padding: 80px 20px;
    text-align: left;
}

.contact-info .container {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.info-block {
    margin-bottom: 40px;
}

.info-block p {
    font-size: 1.5rem; /* Letras maiores */
    color: #333; /* Cinza escuro */
    margin-bottom: 10px;
}

.info-block strong {
    font-weight: bold;
    font-size: 1.6rem; /* Destaque no título */
    color: #000; /* Preto */
}

.info-block a {
    text-decoration: none;
    font-size: 1.5rem; /* Para links maiores */
    transition: color 0.3s ease;
}

/* Google Maps */
.map-section iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* Responsividade */
@media (max-width: 768px) {
    .contact-info .container {
        padding: 20px;
    }

    .info-block p {
        font-size: 1.2rem; /* Ajusta para telas menores */
    }

    .info-block strong {
        font-size: 1.4rem;
    }
}
