/* Reset */
:root{
  --cor--topo:  rgb(63,63,65);
  --paleta2: #e6c300;
  --transic:  #b49d17;
  
}
* {
  -webkit-user-drag: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header {
  background-color: var(--cor--topo);  
  color: white;
  padding: 1px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo img {
  width: 6rem;
}

/* Desktop Navigation */
.desktop-nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

.desktop-nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s;
}

.desktop-nav ul li a:hover {
  color:var(--paleta2);
}

.quote-btn {
  background-color: var(--paleta2);
  color:  var(--cor--topo);
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.quote-btn:hover {
  background-color: var(--paleta2);
}

/* Mobile Navigation */
.mobile-menu-icon {
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

.mobile-nav {
  display: none;
}

.mobile-nav.active {
  display: block;
  background-color: var(--cor--topo);
  padding: 10px 0;
}

.mobile-nav ul {
  list-style: none;
  text-align: center;
}

.mobile-nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: block;
  padding: 10px;
}

.mobile-nav ul li a:hover {
  background-color:  var(--cor--topo);
}

/* Hero Section */
.hero {
  background-image: url(images/fundo2.jpg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 20px;
  /* background-color: #6d7579; */

  /* background-image: url(images/electrician-working.jpg);  */

  background-position: center;
  background-size: cover;
}
.hero .Balao{
  background-color: rgba(255, 255, 255, 0.8);

  height: 15em;
  width: 30em;

  border-radius: 1rem;
  

  padding: 1rem;
}

.hero-text {
  flex: 1;
  min-width: 300px;
  padding-right: 20px; /* Espaço entre texto e imagem */
}

.hero-text h1 {
  font-size: 2.5rem;
  color:  var(--cor--topo);
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.cta-btn {
  background-color: var(--paleta2);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;

  font-weight:bold;
  font-size: 1rem;
  transition: background-color 0.3s;
}

.cta-btn:hover {
  background-color: var(--transic);
}
.quote-btn:hover{
  background-color: var(--transic);
}

.hero-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  flex: 1;
}

/* Services Section */
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 50px 20px;
  background-color: #fff;
}

.service-card {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  width: 300px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-card img {
  width: 130px;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color:var(--cor--topo);
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
  font-weight: 500;
}

.quemSomos{
  background-color: var(--cor--topo);
  text-align: center;
  /* padding: 1em; */
  
}
.quemSomos h1{
  color: white;
  font-size: 2em;
  padding: 1em;
}
.quemSomos .equipe{
  margin: 0 auto;
  height: 30em;

  display: flex;
  justify-content: center;

  
}
.equipe{
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 0.3em;
}

.quemSomos .texto{
  color: white;
  padding: 2em;
  font-size: 0.9em;
  text-align: center;
  font-weight: 550;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  background-color: var(--cor--topo);
  color: white;
  font-size: 0.9rem;
}

.iluminacao{
  display: flex;
  flex-wrap: wrap;

  margin: 0 auto;
  justify-content: center;

  gap: 2em;
  padding: 1em 2em;
}

.SerPrestados{
  text-align: center;
  align-items: center;
  
}

.imb_mini{
    /* height: 60em; */
    width: 10em;
    object-fit: cover;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    
}
.Cert{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  justify-content: center;

  gap: 2em;
  padding: 1em 2em;
}
.Cert img{
  /* height: 10rem; */
  width: 50rem;
}

.titulo{
  text-align: center;
}
.secao-avaliacoes {
    width: 100%;
    text-align: center;
    padding: 60px 0;
}

.secao-avaliacoes h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.secao-avaliacoes .subtitulo {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 40px;
}

/* Grid que segura os cartões */
.avaliacoes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* Grid responsivo */
    gap: 30px; /* Espaçamento entre os cartões */
    text-align: left;
}

/* Estilo de cada Cartão de Avaliação */
.avaliacao-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.avaliacao-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Cabeçalho do Cartão */
.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    margin-right: 15px;
}

.reviewer-info {
    flex-grow: 1; /* Faz com que este elemento ocupe o espaço disponível */
}

.reviewer-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.reviewer-status {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin: 0;
}

.stars {
    font-size: 1.2rem;
    color: #f1c40f; /* Cor de ouro para as estrelas */
}

/* Corpo do Cartão */
.review-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.review-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Media Queries for Mobile and Tablet */
@media (max-width: 768px) {
  .imb_mini{
  
    width: 9em;
    }
  /* Desktop Nav Hidden */
  .quemSomos .equipe{
  /* margin: 0 auto; */
  height: 20em;

  /* display: flex;
  justify-content: center; */

  
  }
  .desktop-nav {
    display: none;
  }

  .quote-btn{
    display: none;
  }
  .Balao{
    font-size: 0.9em;
    margin: 0 auto;
    /* padding: 3em; */
  }
  .Balao .texto1{
    font-size: 2em;
   
  }

  /* Mobile Nav Visible */
  .mobile-menu-icon {
    display: block;
  }

  /* Services Layout */
  .services {
    flex-direction: column;
  }

  .service-card {
    width: 100%; /* Serviço ocupa toda a largura */
    margin-bottom: 20px; /* Espaço entre os cards */
  }

  /* Hero Section */
  .hero {
    flex-direction: column;
    padding: 40px 20px;
  }

  .hero-text {
    text-align: center;
    min-width: auto;
    margin-bottom: 20px;
  }

  .cta-btn {
    font-size: 1.2rem;
    padding: 12px 25px;
  }

  .hero-image img {
    width: 100%;
    max-width: 100%; /* A imagem ocupa toda a largura da tela */
  }
  .Cert img{
  /* height: 10rem; */
  width: 20rem;
}


}

/* Media Queries for Extra Small Devices */
@media (max-width: 480px) {
  /* Adjust button font-size and padding */
  .imb_mini{
    width: 8em;
  }
  .quemSomos .equipe{

    height: 15em;
  
  }
  .quemSomos .texto{
    font-size: 0.8rem;
  }

  .cta-btn {
    font-size: 1em;
    padding: 10px 20px;
    
  }
  .quote-btn{
    display: none;
  }

  .Balao{
    font-size: 0.5em;
    background-color: #fff;
    /* width: 0.2em; */
    
    /* padding: 0; */
  }
  .Balao .texto{
    font-size: 1.3em;
    
  }
  .Balao .texto1{
    font-size: 1.6em;
  }

  /* Adjust text size in Hero */
  .hero-text h1 {
    font-size: 2rem; /* Menor tamanho para títulos */
  }

  .hero-text p {
    font-size: 1rem; /* Ajusta o tamanho do parágrafo */
  }
}
