@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/* Cores principais */
/* Tipografia */
/* Tamanhos de fonte */
/* Espaçamentos */
/* Bordas e raio */
/* Sombra leve */
/* ========================
   RESET / NORMALIZE
======================== */
/* Box sizing global */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background-color: #d9c3a0;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #8b5e3c;
  border-radius: 6px;
  border: 3px solid #ffffff;
}

/* Remove bullet points e estilos de listas */
ul,
ol {
  list-style: none;
}

/* Remove sublinhado de links */
a {
  text-decoration: none;
  color: inherit;
}

/* Imagens responsivas */
img {
  max-width: 100%;
  display: block;
}

/* Tabelas básicas */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form inputs */
input,
textarea,
button,
select {
  font: inherit;
  outline: none;
  border: none;
  background: none;
  resize: none;
}

/* Reset de heading e parágrafos */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

/* Body básico */
body {
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  scroll-behavior: smooth;
}

/* Links com transição suave */
a {
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Botões cursor pointer */
button {
  cursor: pointer;
}

/* Remove outline para navegadores, mas podes adicionar foco personalizado depois */
:focus {
  outline: none;
}

.highlight {
  color: #8b5e3c;
  font-weight: 700;
}

/* ========================
   TYPOGRAFIA GLOBAL
======================== */
/* Corpo do site */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  background-color: #ffffff;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #3a3a3a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Parágrafos e texto */
p,
span,
small,
label {
  font-family: "Poppins", sans-serif;
  color: #3a3a3a;
}

/* Links */
a {
  color: #8b5e3c;
  transition: color 0.3s ease, transform 0.3s ease;
}
a:hover {
  color: #d9c3a0;
}

/* Lists */
ul,
ol {
  font-family: "Poppins", sans-serif;
  color: #3a3a3a;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

/* Strong / Bold */
strong,
b {
  font-weight: 600;
}

/* Italic */
/* Small text */
small {
  font-size: 0.875rem;
  color: rgb(246, 245, 245);
}

/* Blockquotes */
blockquote {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  color: rgb(246, 245, 245);
  margin: 2rem 0;
  padding-left: 1rem;
  border-left: 4px solid #8b5e3c;
}

.navbar {
  background-color: #ffffff;
  padding: 10px 20px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar-brand img {
  max-height: 60px;
  width: auto;
  display: block;
}
.navbar-brand span {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  color: #8b5e3c;
}

.nav-link {
  color: #3a3a3a !important;
}
.nav-link:hover {
  color: #8b5e3c !important;
}

footer {
  background-color: #8b5e3c;
  /* cor do texto */
}

footer .text-muted {
  color: rgb(246, 245, 245) !important;
}

.btn-form {
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
  background-color: #8b5e3c !important;
  color: #ffffff !important;
}

.btn-form:hover {
  background-color: #d9c3a0 !important;
  color: #ffffff !important;
}

#galleryCarousel {
  padding-bottom: 40px;
}

#galleryCarousel .carousel-indicators {
  position: static;
  margin-top: 1.5rem;
}

#galleryCarousel .carousel-indicators button {
  background-color: #888;
}

#galleryCarousel .carousel-indicators .active {
  background-color: #111;
}

#galleryCarousel .carousel-control-prev,
#galleryCarousel .carousel-control-next {
  top: 40%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  width: auto;
}

#galleryCarousel .carousel-control-prev {
  left: -50px;
}

#galleryCarousel .carousel-control-next {
  right: -50px;
}

#galleryCarousel .carousel-control-prev-icon,
#galleryCarousel .carousel-control-next-icon {
  filter: invert(1);
}

.home-section {
  height: 100vh;
  position: relative;
}
.home-section .carousel-item img {
  object-fit: cover;
  height: 100vh;
}
.home-section {
  /* Overlay escuro por baixo dos botões */
}
.home-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.home-section {
  /* Texto e botões ficam acima do overlay */
}
.home-section .container {
  position: relative;
  z-index: 2;
}
.home-section {
  /* Força os controlos do carrossel a ficarem acima de tudo */
}
.home-section .carousel-control-prev,
.home-section .carousel-control-next {
  z-index: 3;
}
.home-section .btn-successo {
  background-color: #8b5e3c !important;
  color: #ffffff !important;
}
.home-section .btn-successo:hover {
  background-color: #d9c3a0 !important;
  color: #3a3a3a !important;
}
.home-section h1 {
  font-size: 3rem;
  line-height: 1.3;
}
.home-section p {
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto;
}

.services {
  background-color: rgb(246, 245, 245) !important;
}

.title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.service {
  border-radius: 12px;
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service i {
  color: #8b5e3c;
  transition: all 0.3s ease;
}

.service:hover i {
  color: #8b5e3c;
  transform: scale(1.1);
}

.service h3 {
  font-weight: 500;
}

@media (max-width: 768px) {
  .service {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .title {
    font-size: 2rem;
  }
}
.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8b5e3c, #8b5e3c);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.service:hover::before {
  transform: scaleX(1);
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.about img {
  width: 600px;
  transition: all 0.5s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.about img:hover {
  transform: scale(1.05);
}

.portfolio {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.portfolio img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

/* aplica sombra às imagens */
.portfolio .carousel-inner img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* garante que o container não corta a sombra */
.portfolio .carousel-inner {
  overflow: visible;
}

.trabalhos {
  background-color: rgb(246, 245, 245) !important;
}
.trabalhos .carousel-inner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.trabalhos .carousel-inner img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
}
.trabalhos #trabalhosCarousel .carousel-indicators {
  bottom: -30px;
}
.trabalhos #trabalhosCarousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
}
.trabalhos #trabalhosCarousel .carousel-indicators button.active {
  background-color: #8b5e3c;
}

/* Responsivo */
@media (max-width: 768px) {
  .trabalhos .carousel-inner img {
    height: 300px;
  }
  .trabalhos .title {
    font-size: 1.5rem;
  }
  .trabalhos p {
    font-size: 0.9rem;
  }
}
.contact {
  min-height: auto;
  padding: 80px 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contact {
    padding: 100px 20px;
    margin-top: 130px;
  }
}

/*# sourceMappingURL=style.css.map */
