*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: Poppins;
    background-color: rgb(249, 247, 220);
}
h1, h2, h3{
    font-family: Lato;
}
header{
    background-color: rgb(241, 232, 211);    
}


.navegacao{
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 15px 30px;
}
.logo_solara{
    height: 90px;
}

.inicioo{
    position: relative;
    height: 90vh;
    background: url(solara_fundo_pagina.png) no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0 ,0, 0.4);
}
.apresentacao{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    text-align: center;
    background-color: #ffffff21;/* É APENAS TESTE, SE REALMENTE NÃO FICAR BOM, EXCLUIR!!!! */
    border-radius: 10px;/* É APENAS TESTE, SE REALMENTE NÃO FICAR BOM, EXCLUIR!!!! */
    color: rgb(255, 255, 255);
    max-width: 700px;
    padding: 20px;
}
.apresentacao h1{
    font-size: 40px;
    margin-bottom: 15px;
}
.apresentacao p{
    font-size: 20px;
    margin-bottom: 50px;
}
.btn-ver-produtos{
    background-color: #fd1010;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.ver-produtos{
    color: aliceblue;
}
.essencias{
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 10px;

}
.card-list-essencias{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1600px;
    margin: 0 auto;

}
.card-list img{
    width: 250px;
    height: 460px;
    object-fit: cover;
    border-radius: 12px; 
}
.essencias h2{
    margin-bottom: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
.essencias h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c79d28; /* pode usar cor da sua marca */
    margin: 10px auto 0;
    border-radius: 2px;
}
.carrossel-produtos h2{
    margin-bottom: 40px;
    font-weight: 600;
    margin-bottom: 40px;   
}
.carrossel-produtos h2::after{
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c79d28; /* pode usar cor da sua marca */
    margin: 10px auto 0;
    border-radius: 2px;
}
.carousel{
    max-width: 500px; /* opcional, deixa mais bonito centralizado */
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}
.carrossel-produtos {
    padding: 60px 20px;
    text-align: center;
}

.carrossel-produtos h2 {
    font-size: 36px;
    margin-bottom: 40px;
}
.carousel-inner{
    border-radius: 15px;
}
.carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: cover; /* TROCA ISSO */
}
.btn-catalogo {
    display: flex;
    margin: 30px auto;
    background-color: #fd1010;
    width: 200px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: rgb(255, 253, 253);
    border-radius: 8px;
    text-align: center;

}
   /* deixa os botões mais suaves */
.carousel-control-prev-icon,
.carousel-control-next-icon {
      background-color: rgba(0,0,0,0.4);
      border-radius: 50%;
      padding: 20px;
}
.services-solara{
    text-align: center;
    padding: 50px;
}
.services-solara h2{
    margin-bottom: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
.services-solara h2::after {
    content: "";
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c79d28; /* pode usar cor da sua marca */
    margin: 10px auto 0;
    border-radius: 2px;
}
.my-services {
    display: flex;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.card-serv {
    flex: 1;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
}

.card-serv img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}
.footer{
  padding: 50px 20px;
  background: #202020;
  text-align: center;
}

.logo-footer{
  width: 90px;
  margin-bottom: 20px;
}

.frase-footer{
  color: #fff6ee;
  margin-bottom: 25px;
  font-size: 15px;
}
.titulo-redes{
  margin-bottom: 20px;

  color: #fff6ee;

  font-size: 16px;
}

.redes{
  display: flex;
  justify-content: center;
  gap: 25px;

  margin-bottom: 30px;

  flex-wrap: wrap;
}

.redes a{
  text-decoration: none;
  color: #fff6ee;

  font-weight: bold;

  transition: 0.3s;
}

.redes a:hover{
  color: #c79a63;
}

.copy{
  color: #fff6ee;
  font-size: 14px;

  margin-bottom: 20px;
}

/* DESENVOLVIDOR */

.dev{
  display: flex;
  justify-content: center;
  align-items: center;


  margin-top: 10px;

  color: #8b7b6b;
  font-size: 14px;
}

.dev span{
  color: #6e4a84;
  font-weight: bold;
}

/* LOGO DO DEV */

.logo-dev{
  width: 110px;

  object-fit: contain;

  opacity: 0.95;

  transition: 0.3s;
}

.logo-dev:hover{
  transform: scale(1.05);
}
.dev a{
  display: flex;
  align-items: center;
}
/* =========================
   RESPONSIVIDADE MOBILE
========================= */

@media (max-width: 768px){

  /* HERO */

  .apresentacao{
    width: 90%;
    padding: 25px 15px;
  }

  .apresentacao h1{
    font-size: 30px;
  }

  .apresentacao p{
    font-size: 16px;
    margin-bottom: 30px;
  }

  /* SERVIÇOS */

  .my-services{
    flex-direction: column;
    align-items: center;
  }

  .card-serv{
    width: 100%;
    max-width: 320px;
  }

  /* ESSÊNCIAS */

  .card-list-essencias{
    gap: 20px;
  }

  .card-list img{
    width: 100%;
    max-width: 280px;

    height: auto;
  }

  /* CARROSSEL */

  .carousel{
    width: 100%;
  }

  .carousel-item img{
    height: 350px;
  }

  /* FOOTER */

  .footer{
    width: 100%;
    padding: 40px 20px;
  }

  .frase-footer{
    font-size: 14px;
    line-height: 1.6;
  }

  .titulo-redes{
    margin-bottom: 12px;
  }

  .redes{
    flex-direction: column;
    gap: 15px;

    margin-bottom: 20px;
  }

  .copy{
    font-size: 13px;
    line-height: 1.5;
  }

  .logo-footer{
    width: 70px;
  }

  .logo-dev{
    width: 80px;
  }

}