/* Reset básico e fonte */
:root {
  --bs-light-rgb: 250, 248, 245; /* Your custom blue */
  --bs-body-bg: rgb(250, 248, 245); /* Your custom blue */
  --bs-body-color: rgba(39, 39, 39, 1) /* Your custom blue */
  --bs-body-font-family: 'Roboto', sans-serif;
  --pl-laranja: #F88A1D;
  --pl-azul-claro: #0057FF;
  --pl-azul-escuro: #0C1E48;
  --pl-azul-claro-contato: #0B2562;
}

/* Configuração de layout */

body {
    overflow-x: hidden;
    font-family: 'Open Sans';
    background: #FFFFFF;
}

h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
}

h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
}

h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
}

h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
}

h5 {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
}

p {
  font-size: 20px;
}

btn {
    font-family: 'Inter', sans-serif;
    font-weight: 700; /* Inter Bold */
}

.txt-azul-claro {
  color: var(--pl-azul-claro);
}

.txt-laranja {
  color: var(--pl-laranja);
}


/* Navbar */

/* Default styles (mobile-first, <992px) */
.navbar {
  padding: 18px 0px;
}
.navbar-brand img {
  max-height: 30px; /* Smaller logo for mobile */
}
.navbar-nav .nav-link {
  font-family: 'Open Sans';
  font-weight: 700; /* Inter Medium */
  font-size: 1rem; /* Smaller font for mobile */
}
.btn-primary {
  font-family: 'Inter', sans-serif;
  font-weight: 700; /* Inter Bold */
  font-size: 0.9rem; /* Smaller button text */
  padding: 8px 16px; /* Smaller padding */
}


/* Navbar - Menus */
ul.navbar-nav {
    font-family: Inter;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    padding-left: 2rem;
    gap: 20px;
}

ul.navbar-nav li .nav-link {
    padding: 8px;
    font-size: 14px;
    line-height: 100%;
    color: rgba(39, 39, 39, 1);
    text-transform: uppercase;
    color: #222222;
}

ul.navbar-nav li .nav-link:hover {
    color: #fff;
    background: #1872CD;
    padding: 8px;
    border-radius: 8px;
}

.dropdown-menu {
    background: #F6F6F6;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #dee2e6;
    box-shadow: 0px 4px 3.8px rgba(0, 0, 0, 0.17);
    color: #222222;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    text-align: center;
}
.dropdown-item:hover {
    background-color: #0d6efd;
    color: white;
}

.btn-wpp {
    font-family: 'Inter', sans-serif;
    font-weight: 700; /* Inter Bold */

    font-size: 17.641px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    background: linear-gradient(90.02deg, rgba(12, 30, 72, 0.4) 0.02%, rgba(0, 0, 0, 0) 100.01%), #0057FF;
    box-shadow: 0px 4.41026px 4.41026px rgba(var(--pl-shadow));
    border-radius: 91.5128px;
    color: #FAF8F5;
}

.btn-wpp:hover {
    background: #0057FF;
    color: #FAF8F5;
}

.btn-artefatos {
    font-family: 'Inter', sans-serif;
    font-weight: 700; /* Inter Bold */

    font-size: 17.641px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    background: #F88A1D;
    box-shadow: 0px 4.41026px 4.41026px rgba(var(--pl-shadow));
    border-radius: 91.5128px;
    color: #FAF8F5;
}

.btn-artefatos:hover {
  background: #0057FF;
}

/* Mobile: Toggler and logo stuck together, CTA to the right */
@media (max-width: 991.98px) {
  .navbar-toggler {
    margin-right: 0; /* No gap between toggler and logo */
  }
  .btn-wpp {
    padding-left: 20px;
  }
  .navbar-brand {
    margin: 0; /* Remove default margins */
    padding: 0;
  }
  .navbar-collapse {
    margin-top: 0; /* No gap below logo */
  }
  .navbar-nav {
    padding-left: 0;
  }

  .navbar-brand img {
    max-height: 30px; /* Larger logo for desktop */
    margin-left: 10px;
  }

  .btn-wpp {
    font-size: 0.8rem;
  }
}

/* Desktop (≥992px) */
@media (min-width: 992px) {
  .navbar-brand img {
    max-height: 32px; /* Larger logo for desktop */
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem; /* Larger font for desktop */
  }
  .btn-primary {
    font-size: 1rem; /* Larger button text */
    padding: 10px 20px; /* Larger padding */
  }
}



/* Hero Section */
.hero {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.mySwiper {
    width: 100%;
    height: 100%;
    z-index: 1; /* Garante que o carrossel fique abaixo do conteúdo */
    border-bottom: solid 1px #ffffff;
}

.mySwiper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Gradient covers bottom half */
  background: linear-gradient(to top right, black, transparent); /* Black to transparent, bottom to top */
  z-index: 2; /* Above image, below pagination */
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    --swiper-navigation-size: 20px;
    z-index: 2; /* Botões acima do carrossel */
}

.hero-content {
    position: absolute;
    bottom: 230px;
    left: 10%;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
    z-index: 3; /* Garante que o conteúdo fique acima do carrossel e botões */
    width: 20%; /* Evita que o texto transborde em telas menores */
    max-width: 1200px; /* Limita a largura máxima */
}

.hero-content h1 {
    font-size: 50px;
    margin-bottom: 1rem;
}

.hero-content h6 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.hero-content .btn {
    width: auto;
    padding: 11.0256px 26.4615px;
    margin-top: 1.5rem;

    border: solid 2px rgba(255, 255, 255, 0.6);
    border-radius: 91.5128px;

    font-family: 'Inter';
    font-weight: 700;
    font-size: 17.641px;
    line-height: 21px;
    text-align: center;

    background: linear-gradient(205.85deg, rgba(0, 214, 107, 0) 4.58%, #15AC60 103.03%), #00D66B;
    box-shadow: 0px 4.41026px 6px rgba(0, 0, 0, 0.3), inset -69px 0px 30.1px rgba(255, 255, 255, 0.09), inset 18px 0px 29.3px rgba(0, 0, 0, 0.06);
}

.hero-content .btn:hover {
    background: #00D66B;
    box-shadow: 0px 4.41026px 4.41026px rgba(var(--pl-shadow));
    border-radius: 91.5128px;
}

/* Mobile: Toggler and logo stuck together, CTA to the right */
@media (max-width: 991.98px) {
    .hero {
        height: 60vh;
    }
    .mySwiper {
        border-bottom: solid 2px #ffffff;
    }
    .hero-content {
        bottom: 45px;
        width: 49%;
    }
    .hero-content h1 {
        font-size: 25.6597px;
        line-height: 29px;
    }
    .hero-content h6 {
        font-weight: 400;
        font-size: 10.2639px;
        line-height: 17px;
    }

    .hero-content .btn {
        margin-top: 1rem;
        font-weight: 700;
        font-size: 9.05328px;
        line-height: 11px;
    }
}

@media (max-width: 1500px) and (min-width: 991.98px) {
    .mySwiper {
        border-bottom: solid 2px #ffffff;
    }
    .hero-content {
        bottom: 100px;
        width: 30%;
    }
}


/* QUEM SOMOS */
#sobre-nos .foto-quem-somos {
    border-radius: 25px;
    width: 100%;
    max-height: 720px;
    object-fit: cover;
    box-shadow: 0px 4.41026px 4.41026px rgba(var(--pl-shadow));
}

#sobre-nos .quote-barra-lateral {
  position: relative;
  padding-left: 20px;
  margin: 35px auto;
}

#sobre-nos .quote-barra-lateral::before {
  content: '';
  display: inline-block;
  background: var(--pl-azul-claro);
  width: 5px;
  height: 60px;
  top: 0;
  left: 0;
  border-radius: 140px;
  position: absolute;
  border:none;
}

#sobre-nos .card {
  background: linear-gradient(90deg, #F6F6F6 0%, #FFFFFF 100%);
  box-shadow: 0px 5px 20.3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991.98px) {
  #sobre-nos h1 {
    font-size: 2.5rem;
  }
}


/* BENEFÍCIOS */
#beneficios {
  background: linear-gradient(180deg, #FFFFFF 40.86%, #D2E2F1 103.83%);
}

#beneficios .foto-beneficios {
    border-radius: 25px;
    width: 100%;
    max-height: 720px;
    object-fit: cover;
    box-shadow: 0px 4.41026px 4.41026px rgba(var(--pl-shadow));
}

#beneficios ul {
  list-style: none;
}
#beneficios ul li {
  display: flex;
  margin: 3rem auto;
}
#beneficios ul li h5, #beneficios ul li p {
  font-size: 25px;
}
#beneficios ul li::before {
  content: url('../assets/images/beneficios-list-marker.svg');
  padding-right: 1.5rem;
}


/* CONCRETOS */
#concretos .card {
    background: #fff;
    border-radius: 1.2rem;
    overflow: hidden;
    height: 100%;
    padding: 0px;
    box-shadow: 0px 11.03px 10.66px 0px rgba(0, 0, 0, 0.07);
}

#concretos .imagens-produtos {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#concretos .btn {
    width: auto;
    padding: 11.0256px 26.4615px;
    margin-top: 1.5rem;

    border-radius: 91.5128px;

    font-family: 'Inter';
    font-weight: 700;
    font-size: 17.641px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;

    background: linear-gradient(205.85deg, rgba(0, 214, 107, 0) 4.58%, #15AC60 103.03%), #00D66B;
    box-shadow: 0px 4.41026px 6px rgba(0, 0, 0, 0.3), inset -69px 0px 30.1px rgba(255, 255, 255, 0.09), inset 18px 0px 29.3px rgba(0, 0, 0, 0.06);
}

#concretos .btn:hover {
    background: #00D66B;
}

#concretos .swiper-button-prev, #concretos .swiper-button-next {
    background: unset;
    --swiper-navigation-size: 30px;
}

#concretos .swiper-pagination-bullets {
    background: rgba(0, 0, 0, 0.5);
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem;
    line-height: 1;
    padding-bottom: 2px;
}

#concretos .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

#concretos .swiper-pagination-bullet-active {
    background: var(--pl-azul-claro);
    opacity: 1;
    transform: scale(1.2);
}


/* ARTEFATOS */
#artefatos {
  background: linear-gradient(180deg, #FFFFFF 40.86%, #D2E2F1 103.83%);
}

#artefatos .card {
  box-shadow: 0px 2px 18.8px rgba(0, 0, 0, 0.29);
  background: #F6F6F6;
  border-radius: 35px;
}

#artefatos .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 20px;
}

#artefatos .imagens-artefatos {
  border-radius: 1.5rem;
  margin: 0.5rem 0px;
  height: 500px;
}


/* CONTATO */
#contato {
  background: linear-gradient(#fff 0%, #e9f0fb 40%, var(--pl-azul-escuro) 40%);
}

#contato .card-contato {
  background: var(--pl-azul-claro-contato);
  color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.53);
  padding: 4rem;
}

#contato .mapa {
  box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
  overflow: hidden;
}

#contato .btn {
    width: auto;
    padding: 11.0256px 26.4615px;
    margin-top: 1.5rem;

    border-radius: 91.5128px;

    font-family: 'Inter';
    font-weight: 700;
    font-size: 17.641px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;

    background: linear-gradient(205.85deg, rgba(0, 214, 107, 0) 4.58%, #15AC60 103.03%), #00D66B;
    box-shadow: 0px 4.41026px 6px rgba(0, 0, 0, 0.3), inset -69px 0px 30.1px rgba(255, 255, 255, 0.09), inset 18px 0px 29.3px rgba(0, 0, 0, 0.06);
}

#contato .btn:hover {
    background: #00D66B;
}

@media (max-width: 991.98px) {
  #contato .card-contato {
    padding: 1rem;
  }

  #contato h1 {
    font-size: 2.5rem;
  }

  #contato .botoes-endereco {
    justify-content: center !important;
    padding-bottom: 1rem;
  }
}

/* RODAPÉ */
footer {
  background: var(--pl-azul-escuro);
  color: #FFFFFF;
}

footer ul li {
  padding: 10px 0px;
}

footer a {
  text-decoration: none;
  color: #FFFFFF;
}

footer .social {
  font-size: 36px;
}

footer .copyright .container {
  border-top: 2px solid var(--pl-azul-claro-contato);
}
