/* Estilos personalizados */
body {
  font-family: 'Arial', sans-serif;
}

.navbar {
  background-color: #f8f9fa !important;
}

.home-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/bg-home.jpg');
  background-size: cover;
  background-position: center;
  color: white;
}

#sobre img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

#servicos .card {
  transition: transform 0.3s;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#servicos .card:hover {
  transform: translateY(-10px);
}



/* Ajustes para o logo na navbar */
.navbar-brand img {
  height: auto; /* Mantém a proporção do logo */
  max-height: 50px; /* Ajuste a altura máxima conforme necessário */
}

/* Estilos para a Seção Home com Vídeo de Fundo */
.home-section {
  position: relative;
  height: 100vh; /* Cobrir a altura total da tela */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; /* Garante que o vídeo cubra todo o espaço */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Overlay escuro para melhorar a legibilidade */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Estilos para a Seção Sobre */
#sobre {
  background-color: #f8f9fa;
  padding: 80px 0;
}

#sobre h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

#sobre .lead {
  font-size: 1.25rem;
  color: #555;
}

#sobre ul {
  margin-top: 20px;
}

#sobre ul li {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #555;
}

#sobre ul li i {
  color: #007bff; /* Cor dos ícones */
}

#sobre img {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

#sobre img:hover {
  transform: scale(1.05); /* Efeito de zoom ao passar o mouse */
}

#sobre .btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
  transition: all 0.3s ease;
}

#sobre .btn-outline-primary:hover {
  background-color: #007bff;
  color: white;
}

/* Estilos para a Seção Serviços */
#servicos {
  background-color: #ffffff;
  padding: 80px 0;
}

#servicos h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  color: #333;
  text-align: center;
}

#servicos .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#servicos .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#servicos .card-body {
  padding: 30px;
}

#servicos .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

#servicos .card-text {
  font-size: 1rem;
  color: #555;
}

#servicos .fa-3x {
  color: #007bff; /* Cor dos ícones */
}

/* Estilos para a Seção Contato */
#contato {
  background-color: #f8f9fa;
  padding: 80px 0;
}

#contato h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  color: #333;
  text-align: center;
}

#contato .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#contato .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#contato .card-body {
  padding: 30px;
}

#contato .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

#contato ul {
  list-style: none;
  padding-left: 0;
}

#contato ul li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #555;
}

#contato ul li i {
  width: 30px;
  text-align: center;
}

#contato .social-links a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#contato .social-links a:hover {
  opacity: 0.7;
}

#contato iframe {
  border-radius: 10px;
}

/* Estilos do Footer */
footer {
    background-color: #343a40; /* Cor de fundo escura */
    color: white; /* Cor do texto */
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}

footer h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

footer p {
    font-size: 14px;
    margin-bottom: 5px;
}

footer .container {
    max-width: 1140px;
    margin: 0 auto;
}

/* Estilos das colunas no footer */
footer .row {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

footer .col-md-4 {
    flex: 1;
    padding: 0 15px;
}

/* Estilos para ícones das redes sociais */
footer .fab {
    font-size: 20px;
    transition: color 0.3s;
}

footer .fab:hover {
    color: #007bff; /* Cor ao passar o mouse */
}

footer .mx-2 {
    margin-right: 15px;
}

/* Estilo para links do footer */
footer a {
    text-decoration: none;
    color: inherit;
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
    footer .row {
        flex-direction: column;
        align-items: center;
    }

    footer .col-md-4 {
        text-align: center;
        margin-bottom: 20px;
    }

    footer .fab {
        font-size: 24px;
    }
}

/* Ícone do WhatsApp flutuante */
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ajuste para telas pequenas */
@media (max-width: 768px) {
    .whatsapp-icon {
        bottom: 15px;
        right: 15px;
        padding: 12px;
        font-size: 20px;
    }
}
