/* 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-verde: 111, 168, 67, 1;
  --pl-shadow: 0, 0, 0, 0.25;
}

/* Configuração de layout */

body {
    overflow-x: hidden;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 900; /* Inter Black */
}

h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 500; /* Inter Medium */
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; /* Roboto Regular */
}

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

.cor-verde-mais-claro {
    color: rgba(137, 207, 83, 1);
    font-family: inherit;
}

.cor-verde-escuro {
    color: rgba(var(--pl-verde));
    font-family: inherit;
}

.cor-vermelho-escuro {
    color: rgba(161, 44, 74, 1);
}

.cor-branca {
    color: rgba(250, 248, 245, 1);
}


/* Navbar */

/* Default styles (mobile-first, <992px) */
.navbar-brand img {
  max-height: 30px; /* Smaller logo for mobile */
}
.navbar-nav .nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 500; /* 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 */
}

/* 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 */
  }
  .navbar-brand {
    margin: 0; /* Remove default margins */
    padding: 0;
  }
  .navbar-collapse {
    margin-top: 0; /* No gap below logo */
  }
  .navbar-nav {
    padding-left: 0;
  }
}

/* Desktop (≥992px) */
@media (min-width: 992px) {
  .navbar-brand img {
    max-height: 54px; /* 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 */
  }
}

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

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

ul.navbar-nav li .nav-link {
    padding: 8px 0px;
    font-size: 16px;
    line-height: 100%;
    color: rgba(39, 39, 39, 1);
}

ul.navbar-nav li .nav-link:hover {
    color: rgba(var(--pl-verde));
    border-bottom: 2px solid rgba(var(--pl-verde));
}

.btn-wpp {
    width: 187.95px;
    height: 43.05px;
    font-size: 17.641px;
    line-height: 30px;
    background: #6FA843;
    box-shadow: 0px 4.41026px 4.41026px rgba(var(--pl-shadow));
    border-radius: 91.5128px;
    color: rgba(250, 248, 245, 1);
}

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

/* 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 */
    mask: radial-gradient(100px at bottom,#0000 calc(100% - 1px),#000) 50%/150px 100%;
    border-bottom: solid 1px #ffffff;
}

.mySwiper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32%; /* Gradient covers bottom half */
  background: linear-gradient(to top, 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: 160px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    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: 35%; /* Evita que o texto transborde em telas menores */
    max-width: 1200px; /* Limita a largura máxima */
}

.hero-content h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
}

.hero-content .btn {
    width: 170px;
    padding: 11.0256px 26.4615px;

    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4.41026px 4.41026px rgba(var(--pl-shadow));
    border: solid 2px rgba(255, 255, 255, 0.6);
    border-radius: 91.5128px;

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

    color: #FAF8F5;
}

.hero-content .btn:hover {
    background: rgba(var(--pl-verde));
    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 {
        mask: radial-gradient(40px at bottom,#0000 calc(100% - 1px),#000) 50%/60px 100%;
        border-bottom: solid 2px #ffffff;
    }
    .hero-content {
        bottom: 120px;
        width: 70%;
    }
    .hero-content h1 {
        font-size: 1em;
        margin-bottom: 15px;
    }
}

@media (max-width: 1500px) {
    .mySwiper {
        mask: radial-gradient(70px at 50% 107%,#0000 calc(100% - 1px),#000) 50%/100px 100%;
        border-bottom: solid 2px #ffffff;
    }
    .hero-content {
        bottom: 100px;
        width: 50%;
    }
}


/* Estatísticas */

.stat {
    text-align:center;
    padding: 0.25rem;
    margin-top: -1rem;
}
.stat h3 {
    color:rgba(var(--pl-verde));
    font-family: 'Inter';
    font-weight: 900;
    font-size: 50px;
}

.stat p {
    margin:0;
    color:#111;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 21px;
}

@media (max-width: 991.98px) {
    .stat h3 {
        font-size: 2rem;
    }

    .stat p {
        font-size: 1rem;
    }
}


/* Quem Somos */
#quem-somos h1 {
    color: rgba(161, 44, 74, 1);
}

#quem-somos p {
    font-size: 20px;
    line-height: 32px;
}

#quem-somos h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700; /* Inter Bold */
    font-size: 20px;
    padding-left: 1rem;
}

#quem-somos .cartoes {
    margin-top: 3rem;
}

/* About */
.about-card {
    border-radius: 28px;
    border: 1px solid rgba(var(--pl-verde));
}

.about-card:hover {
    transform: scale(1.05); /* Scales the card to 105% of its original size */
    transition: transform 0.3s ease-in-out;
}

.about-card .icon {
    width:80px;
    height:80px;
    display:grid;
    place-items:center;
}

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

@media (max-width: 991.98px) {
    #quem-somos {
        text-align: center;
    }

    #quem-somos h1 {
        font-size: 2rem;
    }

    #quem-somos p {
        text-align: justify;
        padding: 1rem;
    }

    .about-card .icon {
        width:40px;
        height:40px;
        display:grid;
        place-items:center;
    }

    #quem-somos .cartoes {
        margin-top: 1rem;
    }

    #quem-somos h6 {
        font-family: 'Inter', sans-serif;
        font-weight: 700; /* Inter Bold */
        font-size: 0.72rem;
        padding-left: 0.3rem;
    }
}

/* Serviços */
#servicos h1 {
    color: rgba(161, 44, 74, 1);
}

#servicos .card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0rem 0.75rem;
    padding: 81px 0px 0px;
    height: 525px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25), inset 10px 2px 49.5px rgba(255, 255, 255, 0.25), inset -14px 8px 50.4px rgba(0, 0, 0, 0.07);
    border-radius: 26px;
}

#servicos .card:hover {
    transform: scale(1.05); /* Scales the card to 105% of its original size */
    transition: transform 0.3s ease-in-out;
}

#servicos .card-img-container {
    height: 160px;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 20px;
}

#servicos .card-img-top {
    width: 170px;
}

#servicos .card-title {
    text-align: center;
    font-family: 'Inter';
    font-weight: 900;
    font-size: 24.9231px;
    line-height: 30px;
    margin-bottom: 1rem;
}

#servicos .card-text {
    text-align: center;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5rem;
}


@media (max-width: 991.98px) {
    #servicos h1 {
        font-size: 2rem;
    }

    #servicos .card {
        height: 350px;
        margin: 0rem 0rem;
        padding: 56px 0px 0px;
    }

    #servicos .card-img-container {
        height: 100px;
        padding-bottom: 0px;
    }

    #servicos .card-img-top {
        width: 110px;
    }

    #servicos .card-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    #servicos .card-text {
        font-size: 0.8rem;
    }
}

/* Vídeo de serviços */
#video-servicos {
    position: relative;
    background-image: url('../assets/images/fundo-video.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 850px;
}

/* Vídeo de serviços */
#video-servicos::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Gradient covers bottom half */
    background: rgba(0, 0, 0, 0.65); /* Black to transparent, bottom to top */
    z-index: 1; /* Above image, below pagination */
}

#video-servicos .container {
    position: relative;
    text-align: center;
    font-family: 'Inter';
    font-weight: 900;
    color: #fff;
    z-index: 2;
}

#video-servicos .container h1 {
    position: relative;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
}

.video-frame {
    position: relative; /* Necessário para o pseudo-elemento */
    left: 50%;
    transform: translateX(-50%);
    width: 400px; /* Ajuste conforme a largura do vídeo */
    height: 600px; /* Ajuste conforme a altura do vídeo */
    overflow: hidden;
    margin: 3rem 0px;
    border: 5.31px solid rgba(255, 255, 255, 1);
    border-radius: 25.66px;
    box-shadow: 0px 13.27px 18.05px 3.54px rgba(0, 0, 0, 0.47);
}

.video-frame video {
    height: 720px;
    object-fit: cover;
    object-position: 50% 50%;
}

.video-container {
    position: relative;
}

.video-container .corner-img {
  position: absolute;
  width: 220px; /* Adjust size */
  height: auto;
  object-fit: cover;
  z-index: 3; /* Above video and cloud border */
}
.video-container .top-left {
  top: 15%;
  left: 10%;
}
.video-container .top-right {
  top: 15%;
  right: 10%;
}
.video-container .bottom-left {
  bottom: 20%;
  left: 10%;
}
.video-container .bottom-right {
  bottom: 30%;
  right: 10%;
}

@media (max-width: 991.98px) {
    #video-servicos {
        height: 450px;
    }

    #video-servicos .container h1 {
        width: 350px;
    }

    .video-frame {
        width: 150px; /* Ajuste conforme a largura do vídeo */
        height: 200px; /* Ajuste conforme a altura do vídeo */
        border: 2px solid rgba(255, 255, 255, 1);
    }

    .video-frame video {
        position: relative;
        height: 260px;
        object-fit: cover;
        object-position: 50% 60%;
        top: -20px;
    }

    .video-container .corner-img {
      width: 80px; /* Adjust size */
    }

    .video-container .top-left {
      top: 15%;
      left: 2%;
    }
    .video-container .top-right {
      top: 15%;
      right: 2%;
    }
    .video-container .bottom-left {
      bottom: 20%;
      left: 2%;
    }
    .video-container .bottom-right {
      bottom: 30%;
      right: 2%;
    }
}

/* Projetos */
#projetos h1 {
    width: 600px;
}

#projetos .imagens-projetos {
    height: 450px;
    overflow: hidden;
    border: 5.31px solid rgba(255, 255, 255, 1);
    border-radius: 25.66px;
    padding: 0px;
}

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

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

#projetos .imagens-projetos .swiper-pagination-bullet-active {
    background: rgba(137, 207, 83, 1);
    opacity: 1;
    transform: scale(1.2);
}



#projetos .imagens-projetos img {
    width: 100%;
}

#projetos .textos-projetos {
    padding-left: 3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; /* Roboto Regular */
    font-size: 20px;
    line-height: 32px;
}

#projetos h2 {
    color: rgba(161, 44, 74, 1);
    font-family: 'Inter';
    font-weight: 900;
    font-size: 36px;
    padding-bottom: 0.7rem;
}

@media (max-width: 991.98px) {
    #projetos .textos-projetos {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #projetos .row,
    #projetos .section-head {
        padding: 1rem;
    }

    #projetos h1 {
        width: 100%;
        font-size: 1.6rem;
    }

    #projetos .textos-projetos p {
        text-align: justify;
    }
}


/* Depoimentos */
#depoimentos {
    position: relative;
    background-color: rgba(32, 70, 34, 1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 860px;
}

#depoimentos::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Gradient covers bottom half */
    background-image: url('../assets/images/depoimentos/fundo.png');
    background-repeat: no-repeat;
    background-size: 500px;
    z-index: 1; /* Above image, below pagination */
}

#depoimentos::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scaleX(-1);
    width: 100%;
    height: 100%; /* Gradient covers bottom half */
    background-image: url('../assets/images/depoimentos/fundo.png');
    background-repeat: no-repeat;
    background-size: 500px;
    z-index: 1; /* Above image, below pagination */
}

#depoimentos .container {
    position: relative;
    text-align: center;
    font-family: 'Inter';
    font-weight: 900;
    color: #fff;
    z-index: 2;
}

#depoimentos .container h1 {
    position: relative;
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
}


#depoimentos .swiper-wrapper {
    margin-bottom: 50px;
    margin-top: 30px;
    height: 500px;
}

#depoimentos .swiper-slide img {
    display: block;
    width: 50%;
    margin-left: 10%;
    border-radius: 25px;
}

#depoimentos .swiper-slide img:hover {
    transform: scale(1.05); /* Scales the card to 105% of its original size */
    transition: transform 0.3s ease-in-out;
}

#depoimentos .swiper-slide .card {
    position: relative;
    z-index: 2;
    left: 55%;
    top: -50%;
    transform: translateY(-50%);
    width: 450px;
    color: #000;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#depoimentos .swiper-slide .card:hover {
    transform: translateY(-50%) scale(1.05); /* Scales the card to 105% of its original size */
    transition: transform 0.3s ease-in-out;
}

#depoimentos .swiper-slide .card-head {
    display: flex;
    font-family: 'Inter';
    font-weight: 700;
    text-align: left;
    padding: 0.5rem;
    padding-bottom: 0px;
}

#depoimentos .swiper-slide .card-head .card-head-text {
    padding: 0.6rem 1.3rem;
}

#depoimentos .swiper-wrapper .card-head .client-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

#depoimentos .swiper-wrapper .card-head .stars {
    color: rgba(161, 44, 74, 1);
    margin-bottom: 15px;
}

#depoimentos .swiper-slide .card-body {
    font-family: 'Roboto';
    font-weight: 400;
    padding-top: 0.2rem;
}

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

#depoimentos .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;
}

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

#depoimentos .swiper-pagination-bullet-active {
    background: rgba(137, 207, 83, 1);
    opacity: 1;
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    #depoimentos {
        height: 100%;
    }

    #depoimentos::before {
        background-size: 150px;
    }

    #depoimentos::after {
        background-size: 150px;
    }

    #depoimentos .container h1 {
        width: 400px;
    }

    #depoimentos .swiper-wrapper {
        height: 500px;
    }

    #depoimentos .swiper-slide img {
        display: block;
        width: 80%;
        height: 50%;
        margin: auto;
        border-radius: 25px;
        box-shadow: 0px -5.14px 13.91px 0px rgba(0, 0, 0, 0.35);
    }

    #depoimentos .swiper-slide .card {
        left: 0px;
        top: -5%;
        margin: auto;
        transform: translateY(0%);
        width: 75%;
        color: #000;
        padding: 0.8rem;
        border-radius: 25px;
        box-shadow: 0px -5.14px 13.91px 0px rgba(0, 0, 0, 0.35);
    }

    #depoimentos .swiper-slide .card-head {
        font-size: 1.2rem;
    }

    #depoimentos .swiper-slide .card-head .card-head-text {
        padding-left: 1rem;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    #depoimentos .swiper-wrapper .card-head .client-img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    #depoimentos .swiper-wrapper .card-head .stars {
        margin-bottom: 15px;
        font-size: 0.8rem;
    }


    #depoimentos .swiper-slide .card-body {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 0.9rem;
        padding-top: 0.2rem;
    }

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


/* Depoimentos */
#produtos .section-head {
    text-align: center;
    width: 450px;
}

#produtos .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);
}

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

#produtos .imagens-projetos img {
    width: 100%;
}

#produtos .card-body {
    text-align: center;
}

#produtos .card-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding-top: 1rem;
}

#produtos .card-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18.38px;
    text-align: center;
}

#produtos .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;
}

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

#produtos .swiper-pagination-bullet-active {
    background: rgba(137, 207, 83, 1);
    opacity: 1;
    transform: scale(1.2);
}

#produtos .btn-cta {
    width: auto;
    font-size: 17.641px;
}


@media (max-width: 991.98px) {
    #produtos .section-head {
        text-align: center;
        width: 350px;
    }
}


/* Loja */

#loja .container {
    box-shadow: 0px -12px 61.5px rgba(0, 0, 0, 0.36), inset 0px 37px 64.3px -57px rgba(0, 0, 0, 0.82);
    border-radius: 100px 100px 0px 0px;
    background: rgba(39, 39, 39, 1);
    padding: 5rem 5rem 3rem 5rem;
}

#loja .loja-title {
    position: relative;
    margin-bottom: 100px;
}
#loja .loja-title::before {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 100%;
    height: 100%; /* Gradient covers bottom half */
    background-image: url('../assets/images/loja/ramo.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1; /* Above image, below pagination */
}

#loja .foto-loja {
    border-radius: 2rem;
    height: 400px;
    width: 100%;
    object-fit: cover;
    border: 4px solid rgba(250, 248, 245, 1);
}

#loja .foto-mapa {
    height: 100%;
    width: 100%;
}


#loja .btn-cta {
    width: auto;
    font-size: 20px;
}

@media (max-width: 991.98px) {
    #loja .container {
        padding-top: 5rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    #loja .loja-title img {
        width: 100%;
    }

    #loja .loja-title::before {
        content: '';
        position: absolute;
        bottom: -130px;
        left: 0;
        width: 100%;
        height: 70px; /* Gradient covers bottom half */
        background-image: url('../assets/images/loja/ramo.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 1; /* Above image, below pagination */
    }
}


footer {
    background: rgba(32, 70, 34, 1);
}

footer .btn-cta {
    width: auto;
}

footer .copyright {
    background: rgba(39, 39, 39, 1);
}
