/* Seção do portfólio */
section {
  padding: 40px 0; /* Mantém o padding superior e inferior */
  margin: 0 auto; /* Garantir que não haja margem colada nas laterais */
 /* width: 100%; /* Garantir que a largura ocupe a tela inteira */
  overflow: visible; /* Permite que o conteúdo de outros elementos transborde sem esconder */
}
#portfolio {
  background-color: #f6f9fe;
  position: relative;
  padding: 8px 0px;
}

.content {
    position: relative;
    z-index: 1; /* Garante que o conteúdo fique sobre o vídeo */
    text-align: center;
    color:dimgrey;
    padding: 10px;
}

.section-title h2 p{
  color: #256d25;
  text-align: center;
    margin-bottom: 20px;
}

.portfolio-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden; /* Evita o corte do conteúdo */
  margin-bottom: 
  gap: 20px;
}

.portfolio-link {
  width: calc(33.33% - 20px); /* Fazendo com que todos os itens tenham 1/3 da largura */
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box; /* Garante que o espaçamento seja considerado */
}

.portfolio-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Overlay mais escuro */
  color: white;
  opacity: 0;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.3s ease;
}

.portfolio-link:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-link:hover .portfolio-image {
  transform: scale(1.05);
}

.portfolio-overlay .category {
  font-size: 1.2em;
  font-weight: bold;
}

/* Estilo para categorias diferentes */
.portfolio-link[data-category="expresso"] .portfolio-overlay {
  background-color: rgba(0, 255, 0, 0.8); /* Verde para Expresso */
}

.portfolio-link[data-category="essencial"] .portfolio-overlay {
  background-color: rgba(0, 0, 255, 0.8); /* Azul para Essencial */
}

.portfolio-link[data-category="avancado"] .portfolio-overlay {
  background-color: rgba(255, 0, 0, 0.8); /* Vermelho para Avançado */
}

/* Descrição abaixo da imagem */
.description {
  padding-top: 10px;
  font-size: 1em;
  color: #333;
  text-align: center;
}

/* Ajuste para telas pequenas */
@media (max-width: 768px) {
  .portfolio-link {
    width: calc(50% - 20px); /* Para telas menores, dois itens por linha */
  }
}

@media (max-width: 480px) {
  .portfolio-link {
    width: 100%; /* Em telas muito pequenas, um item por linha */
  }
}



/* Seção de Preços */
/* Section Pricing */
#pricing {
  background-color: #b4babb;
  padding: 60px 0;
}

#pricing .section-title h2 {
  color: #256d25;
  text-align: center;
  margin-bottom: 50px;
}

#pricing .section-title p {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

/* Pricing Container */
.pricing-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card Styling */
.card-pricing.box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  text-align: center;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}

.card-pricing.box h3 {
  font-weight: 600;
  font-size: 16px;
  color: #777777;
  background: #f8f8f8;
  padding: 20px 15px;
  margin: -20px -20px 20px -20px;
}

.card-pricing.box h4 .new-price{
  font-size: 36px;
  color: #e74c3c;
  font-weight: 600;
  margin-bottom: 20px;
}

.card-pricing.box h4 .old-price{
/* text-decoration: line-through; */
 font-size: 36px;
 color: #1d387a;
 font-weight: 600;
 margin-bottom: 20px;
}

.banner-promocional {
    background-color: #27ae60; /* Cor verde para chamar a atenção */
    color: white;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
}

.card-pricing.box h4 span {
  color: #888;
  font-size: 16px;
  font-weight: 300;
}



.card-pricing .features {
  padding: 0;
  list-style: none;
  text-align: center;
}

.card-pricing .features li {
  color: #444444;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 16px;
}

.card-pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.card-pricing .btn-buy {
  background: #164029;
  color: #fff;
  border-radius: 4px;
  padding: 8px 35px;
  font-size: 14px;
  transition: 0.3s;
}

.card-pricing .btn-buy:hover {
  background: #045357;
}

.featured h3 {
  background-color: #064e66;
  color: #fff;
}


/* Ajuste para espaços entre os cards em telas maiores */
@media (min-width: 768px) {
  .card-pricing {
    width: 30%;
  }
}


/* Estilo da seção */
#designs {
  padding: 35px 0; /* Reduzi o padding de 50px para 35px (aprox. 30%) */
  background-image: url(../imgslider/bg2.webp);
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed; /* Efeito de parallax */
  background-repeat: no-repeat;
  min-height: auto; /* Alterando para um tamanho automático baseado no conteúdo */
}

#designs .section-title {
  text-align: center;
  margin-bottom: 30px;
}

#designs .section-title h2 {
  color: #256d25;
  text-align: center;
}


/* Para centralizar o texto descritivo abaixo das imagens */
.item {
  display: flex;
  flex-direction: column; /* Coloca o texto abaixo da imagem */
  align-items: center; /* Centraliza os itens */
}

/* Ajuste geral para centralizar o texto abaixo da imagem */
.content {
  display: flex;
  flex-direction: column; /* Coloca o texto abaixo da imagem */
  align-items: center; /* Centraliza o texto e a imagem */
}

.content img {
 /* max-width: 100%; /* Garante que a imagem ocupe o espaço disponível */
  border-radius: 8px; /* Estilo adicional para bordas arredondadas */
}

.content p.imgs {
  margin-top: 8px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #6ca7b7, #064e66);
  padding: 5px 15px;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Sombra no fundo */
  font-weight: bold;
}

.description {
  margin-top: 8px; /* Espaço entre a imagem e o texto */
  font-size: 1rem; /* Tamanho do texto */
  color: #333; /* Cor do texto */
  text-align: center;
}

/* Estilos básicos para o carrossel */
/* Ajuste básico para o container */
.owl-carousel .item {
  text-align: center; /* Centraliza o conteúdo */
}


.owl-carousel .item {
  padding: 8px; /* Distância entre os itens do carrossel, para o efeito Polaroid */
  display: flex;
  justify-content: center; /* Centraliza as imagens */
  align-items: center;
}

.owl-carousel .item img {
  max-width: 100%;
  transform: scale(0.9); /* Reduz o tamanho das imagens para 70% */
  border-radius: 8px; /* Bordas arredondadas para dar o efeito */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Sombras para dar o efeito Polaroid */
  padding: 4px; /* Espaçamento interno para deixar o efeito mais destacado */
  background-color: white; /* Cor de fundo da imagem, para o efeito Polaroid */
  transition: transform 0.3s ease; /* Suaviza a transição */
  margin-bottom: 15px;
}

.owl-carousel .item img:hover {
  transform: scale(1.1); /* Ao passar o mouse, a imagem fica um pouco maior */
}

/* Estilo para logotipos */
.owl-carousel .item.logo img {
  max-width: 210px; /* Ajuste conforme necessário */
  height: auto;
}

/* Estilo para cartões de visita */
.owl-carousel .item.busy img {
  max-width: 350px;
  height: auto;
  border: 2px solid #256d25; /* Opcional */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  background-color: transparent; /* Remove fundo branco */
  object-fit: cover; /* Ajusta a imagem para não distorcer */
}

/* Estilo para flyers */
.owl-carousel .item.flyer img {
  max-width: 370px; /* Flyers geralmente são maiores */
  height: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}


/* Ajustes de responsividade */
@media (max-width: 768px) {
  .owl-carousel .item img {
    transform: scale(0.8); /* Menor escala em telas menores */
  }
}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 20px; /* Distância da base */
  right: 20px; /* Distância da lateral */
  background-color: #25D366; /* Cor verde WhatsApp */
  color: white;
  border-radius: 50%; /* Formato redondo */
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  z-index: 1000; /* Aparece acima de outros elementos */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover */
.whatsapp-float:hover {
  transform: scale(1.1); /* Aumenta levemente no hover */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Ícone */
.whatsapp-float i {
  font-size: 28px; /* Tamanho do ícone */
}

/* Ajustes para dispositivos móveis */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px; /* Reduz tamanho */
    height: 50px;
    bottom: 15px; /* Ajusta margem inferior */
    right: 15px; /* Ajusta margem lateral */
  }

  .whatsapp-float i {
    font-size: 24px; /* Reduz o tamanho do ícone */
  }
}