* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #e0efff;
  color: #111;
}

header {
  background: #c9dff7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo {
  font-size: 1.5rem;
  font-weight: 600;
}
.logo span {
  color: #3478f6;
}

************************************************
          * sidebar and *nav*

nav{
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav li{
  height: 50px;
}
nav a{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}
nav a:hover{
  background-color: #f0f0f0;
}
nav li:first-child{
  margin-right: auto;
}
.sidebar{
  position: fixed;
  top: 0; 
  right: 0;
  height: 30vh;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar li{
  width: 100%;
}
.sidebar a{
  width: 100%;
}
.menu-button{
  display: none;
}
@media(max-width: 800px){
  .hideOnMobile{
    display: none;
  }
  .menu-button{
    display: block;
  }
}
@media(max-width: 400px){
  .sidebar{
    width: 100%;
  }
}
******************************************************
.banner {
  background: url('imgs/banner.jpg') no-repeat center center/cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,0.7);
  position: relative;
  padding: 1rem;
  overflow: hidden;
}

.texto-banner {
  text-align: center;
  padding: 2rem;
  
}


.servicos {
  padding: 4rem 4rem;
  text-align: center;
}

.servicos h2 {
  margin-bottom: 2rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}



.card {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-5px);
}

#foto-cli{
  width: 100%;       /* faz a imagem ocupar 100% do card */
  height: auto;      /* mantém a proporção */
  display: block;
  object-fit: cover; /* opcional: faz a imagem preencher mesmo com corte */
  border-radius: 12px;
  
}
#foto-sol{
  width: 100%;       /* faz a imagem ocupar 100% do card */
  height: auto;      /* mantém a proporção */
  display: block;
  object-fit: cover; /* opcional: faz a imagem preencher mesmo com corte */
  border-radius: 12px;
  
}

#foto-eleauto{
  width: 100%;       /* faz a imagem ocupar 100% do card */
  height: auto;      /* mantém a proporção */
  display: block;
  object-fit: cover; /* opcional: faz a imagem preencher mesmo com corte */
  border-radius: 12px;
  
}

#foto-estru{
  width: 100%;       /* faz a imagem ocupar 100% do card */
  height: auto;      /* mantém a proporção */
  display: block;
  object-fit: cover; /* opcional: faz a imagem preencher mesmo com corte */
  border-radius: 12px;
  
}

#foto-Proj{
  width: 100%;       /* faz a imagem ocupar 100% do card */
  height: auto;      /* mantém a proporção */
  display: block;
  object-fit: cover; /* opcional: faz a imagem preencher mesmo com corte */
  border-radius: 12px;
  
}


.slider {
  position: relative;
  width: 100%;
  max-width: 500px; /* ou o tamanho da imagem */
  margin: auto;
}

.slider img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* Estilo base dos botões */
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: white;
  border: none;
  font-size: 24px;
  padding: 110px 12px;
  cursor: pointer;
  border-radius: 0%;
  z-index: 1;
}

/* Posição dos botões */
#cli-prev {
  left: 10px;
}

#cli-next {
  right: 10px;
}

#sol-prev {
  left: 10px;
}

#sol-next {
  right: 10px;
}

#eleauto-prev {
  left: 10px;
}

#eleauto-next {
  right: 10px;
}

#estru-prev {
  left: 10px;
}

#estru-next {
  right: 10px;
}

#Proj-prev {
  left: 10px;
}

#Proj-next {
  right: 10px;
}




footer {
  background: #c9dff7;
  text-align: center;
  padding: 1rem;
  margin-top: 10rem;
}

/*          fonte titulo            */

.raleway-teste {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  
}

#sub-hero{
  margin-top: 25px;
  text-align: center;
}

.Hero{
  background-color: white;
  padding: 3rem;
  text-align: center; 
}

#btn-orc{
  background-color: #3478f6;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: inline-block;
  margin: 1.5rem auto 0;
  color:white;
  text-decoration: none;
}

/* QUEM SOMOS */

.Qu-so{
  background-color: white;
  padding: 4rem;
  text-align: center;
  
}

#sub-quem{
  margin-top: 25px;
  text-align: center;
}

#title-quem{
  font-weight: 700;
  font-size: 30px;
}

/*    depoimentos     

#title-depo {
    font-weight: 700;
    font-size: 30px;
}

.depoimentos {
    text-align: center;
    padding: 4rem;
    background: #e0efff;
}

.depoimentos > div {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 40px; 
    margin-top: 20px; 
}

*/


.card-cliente {
    background-color: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px; 
    max-width: 350px; 
    text-align: left; 
}


@media (max-width: 768px) {
    .depoimentos {
        padding: 2rem 1rem; /* Reduz o padding para telas menores */
    }

    .card-cliente {
        /* Garante que ocupe a largura total disponível */
        flex: 1 1 100%; 
        max-width: 100%;
    }
}

.contato{
  background: #e0efff;
  text-align: center;
  padding: 3rem;
  margin-top: 2rem;
}

#title-contato{
  font-weight: 700;
  font-size: 30px;
}

#sub-contato{
  margin-top: 25px;
  text-align: center;
}

#zap-contato{
  background-color: rgb(7, 173, 7);
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: inline-block;
  margin: 1.5rem auto 0;
  color:white;
  text-decoration: none;
}

/* No seu arquivo CSS */
html {
    scroll-behavior: smooth; /* Adiciona o efeito de transição suave */
}