/*  
==========================================================================
Custom CSS Lajes Futura
========================================================================== */

.pagination-wrap li.active {
  background-color: #238db7;
  border: 1px solid #238db7;
  color: #fff;
}

.contact-form form select#produto {
    height: auto !important;
    color: #495057;
}

.carousel-captions {
    margin-top: 10px;
    text-align: center;
}

.carousel-captions .caption {
    font-size: 14px;
    color: #666; /* Ajuste a cor conforme necessário */
    padding: 5px;
}



.service-content h3 {
    min-height: 85px; /* ajuste conforme necessário */
    margin-bottom: 10px; /* espaçamento inferior se necessário */
}

.service-thumb {
    height: 300px; /* ajuste conforme necessário */
    width: 100%; /* ou um valor fixo se preferir */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; /* opcional, para centralizar a imagem horizontalmente */
    box-sizing: border-box;
}

.service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta a imagem para cobrir o contêiner */
    box-sizing: border-box;
}



/* Estilização dos botões no container do produto */

.service-content i::before {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.service-content .btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Botão Ver Produto */
/* Botão Ver Produto */
.service-content .btn-primary {
    position: relative;
    right: 0;
    opacity: 1;
    border-radius: 0 !important;
    overflow: visible;
    text-shadow: none;
    margin-top: 5px;
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 0.725rem;
    text-align: center;
    color: #ffffff !important; /* Cor do texto */
    background: #238db7 !important; /* Cor de fundo */
    letter-spacing: .2px;
    z-index: 102;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #238db7 !important; /* Cor da borda */
    font-weight: 500;
}

.service-content .btn-primary .fa-eye {
    margin-right: 8px;
    font-size: 1.2rem;
    color: #ffffff !important; /* Cor do ícone */
}





.service-content .btn-primary:hover {
    background-color: #1c7490;
    border-color: #1c7490;
}

/* Botão Solicitar Orçamento (WhatsApp) */
.service-content .btn-whatsapp {
  position: relative;
  right: 0;
  opacity: 1;
  border-radius: 0 !important;
  overflow: visible;
  text-shadow: none;
  margin-top: 5px;
  margin-left: 0 !important;
  padding: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 0.725rem;
  text-align: center;
  color: #3cc13f !important;
  background: #eefbef !important;
  letter-spacing: .2px;
  z-index: 102;
  transition: all .2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3cc13f !important;
  font-weight: 500;
}

.service-content .btn-whatsapp .whatsapp-icon {
    margin-right: 8px;
    font-size: 1.2rem;
    color: #3cc13f !important;
}



/* Ícones dos botões */
.service-content .btn i {


  width: 16px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: 2px;
  position: relative;
  fill: #3cc13f;



}

/* Correção de visibilidade dos ícones */
.service-content .btn-primary i, 
.service-content .btn-whatsapp i {
    color: #fff;
}





/* paginação */

.pagination-wrap {
    text-align: center;
    margin-top: 30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination li {
    display: inline;
}

.pagination li a {
  color: #238db7;
  float: left;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-left: -1px;
  background-color: #fff;
  font-weight: lighter;
}

.pagination li.active a {
    background-color: #238db7; /* Cor de fundo do item ativo */
    color: #fff; /* Cor do texto do item ativo */
    border-color: #238db7;
}

.pagination li a:hover {
    background-color: #40afe4; /* Cor de fundo ao passar o mouse */
    border-color: #40afe4;
}

.pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination li.disabled a {
    color: #555; /* Cor do link desabilitado */
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}


/* paginacao */




.service-content span {
  border:1px solid #238db7;
  height: 85px;
  margin-bottom: 10px;
  background: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 10px;
}

.page-header {
  background: linear-gradient(135deg, #008fbd, #00b3ea);
  height: 130px;
}


.header-section {
  height: 90px;
  padding-top: 5px;
  border-bottom: 2px solid #238db7;
}

.service-section .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f0f0f0; /* Cor de fundo neutra para um visual mais leve */
  background-image: 
    linear-gradient(0deg, rgba(0,0,0,0.1) 1px, transparent 1px), /* Linhas sutis para textura */
    linear-gradient(90deg, rgba(0,0,0,0.1) 1px, transparent 1px); /* Linhas sutis para textura */
  background-size: 100px 100px, 100px 100px; /* Tamanho do padrão para uma aparência mais suave */
  background-position: 0 0, 0 0;
  opacity: 0.5; /* Opacidade reduzida para suavizar o efeito */
  z-index: -1;
}




.section-2 .service-item h3 {
  height: 52px;
}

h2 {
  color: #1a1a1a;
}

.dl-slider .dl-caption.big, .dl-slider .dl-caption.medium, .dl-slider .dl-caption.small {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


#scroll-to-top {
  bottom: 10px;
  right: 30px;
}



/*botao whatsapp flutuante*/

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: #25D366;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}

.whatsapp-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.whatsapp-button a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.whatsapp-button:hover {
    background-color: #1eb559;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}


/*end botao whatsapp flutuante*/




.whatsapp-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-button img {
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.whatsapp-button img:hover {
  transform: scale(1.1);
}



.project-item .overlay {
  background-color: rgb(63, 174, 227);
}



.section-heading span::before {
  top: -3px;
  border-color: #40afe4;
}

.section-heading span {
  font-size: 16px;
  color: #171717;
}


.section-heading h2 {
  color: #171717;
}

.subscribe-form .form-input {
    background-color: #333333; /* Cor de fundo escura para melhor contraste */
    color: #ffffff; /* Cor do texto do input */
    border: 1px solid #555555; /* Borda suave para um contorno discreto */
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px; /* Tamanho do texto */
}

.subscribe-form .form-input::placeholder {
    color: #999999; /* Cinza claro, mas ainda legível */
    opacity: 1; /* Garante que o placeholder tenha a cor definida */
}

.subscribe-form .form-input:focus {
    border-color: #40afe4; /* Cor de borda ao focar no input */
    outline: none; /* Remove o contorno padrão do navegador */
}


.subscribe-form .submit-btn {
  background-color: #40afe4;
}


.widget-content a, .footer-section a {
    color: #40afe4; /* Cor dos links */
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.9;
}


.widget-content .widget-links li a {
    color: #40afe4; /* Cor dos links */
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.9;
}

.widget-section a:hover {
    color: #238db7; /* Cor dos links ao passar o mouse */
}

.widget-section h4 {
  color: #f0f0f0;
  height: 60px;
}

.widget-section .social-icons {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin-top: 10px;
}

.widget-section .social-icon img {
    width: 32px; /* Tamanho dos ícones */
    height: 32px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.widget-section .social-icon img:hover {
    transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
    filter: brightness(1.2); /* Aumenta o brilho ao passar o mouse */
}

.footer-section {
    background: #171717;
    background-image: linear-gradient(
        60deg,
        rgba(255, 255, 255, 0.1) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        transparent 75%
    );
    background-size: 100px 100px;
    background-blend-mode: overlay;
}

.widget-section {
  border-top: none;
  border-bottom: none;

    background: #171717;
    background-image: linear-gradient(
        60deg,
        rgba(255, 255, 255, 0.1) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        transparent 75%
    );
    background-size: 100px 100px;
    background-blend-mode: overlay;
}

.blog-content h3 {
  height: 75px;
}

/* ==========================================================================
   servicos section
   ========================================================================== */

.services-area {
    padding: 60px 0;
    background: linear-gradient(45deg, #f0f4f8, #d0dce5); /* Gradiente mais suave */
}

.services-area .read-more {
  font-family: "Work Sans",sans-serif;
  color: #263a4f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
}

.services-area .service-content p {
  height: 200px;
}

.services-area .service-content {
  margin-top: 0;
  padding: 0 30px;
}

.services-area .read-more::before {
  background-color: #238db7;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  left: 0;
  top: calc(50% - 2px);
}

.services-area .section-heading h2 {
    font-size: 36px;
    color: #222; /* Cor escura para contraste */
    margin-bottom: 30px;
}

.service-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Ajuste para alinhar itens corretamente */
}

.service-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px; /* Adicionado espaçamento inferior */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza o conteúdo dentro do item */
    height: 100%; /* Garante que todos os itens tenham a mesma altura */
}

.service-icon {
    font-size: 44px; /* Reduz o tamanho do ícone */
    color: #40afe4; /* Cor cinza mais suave para os ícones */
    margin-bottom: 20px; /* Menor espaçamento abaixo do ícone */
    display: none;
}


.service-content {
    flex-grow: 1; /* Faz com que o conteúdo ocupe o espaço restante */
}

.service-content h3 {
    font-size: 24px;
    color: #238db7; /* Azul escuro para os títulos */
    margin-bottom: 15px;
}

.service-content p {
    font-size: 16px;
    color: #555; /* Cor de texto neutra */
    margin-bottom: 20px;
}

.service-content a {
    font-size: 16px;
    color: #238db7; /* Azul escuro para o botão */
    text-decoration: none;
    font-weight: bold;
}
/*
.service-content a:hover {
    text-decoration: underline;
}*/





/* ==========================================================================
   demais css
   ========================================================================== */


.about-bg {
  background-image: url(../img/about2.jpg);
}

.projects-content .tittle {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.projects-content .category {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Estilo base para todos os efeitos de pedra */
.year-content h2::before {
  position: absolute;
  content: "";
  width: 145px;
  height: 190px;
  left: -10px;
  top: -80px;
  z-index: -1;
  border-radius: 0  ;
  border: 5px solid transparent;
  background-clip: padding-box;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}

/* Efeito de Basalto */
.year-content h2.basalt::before {
  background: linear-gradient(
    45deg,
    rgba(50, 50, 50, 0.3) 0%,
    rgba(30, 30, 30, 0.5) 25%,
    rgba(50, 50, 50, 0.3) 50%,
    rgba(30, 30, 30, 0.5) 75%,
    rgba(50, 50, 50, 0.3) 100%
  ),
  linear-gradient(
    135deg,
    rgba(80, 80, 80, 0.5) 0%,
    rgba(60, 60, 60, 0.3) 30%,
    rgba(80, 80, 80, 0.7) 60%,
    rgba(60, 60, 60, 0.4) 90%
  );
  background-blend-mode: multiply;
  border: 5px solid rgba(50, 50, 50, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

/* Efeito de Granito */
.year-content h2.granite::before {
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(128, 128, 128, 0.2) 25%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(128, 128, 128, 0.2) 75%,
    rgba(0, 0, 0, 0.1) 100%
  ),
  linear-gradient(
    135deg,
    rgba(200, 200, 200, 0.5) 0%,
    rgba(180, 180, 180, 0.3) 30%,
    rgba(200, 200, 200, 0.7) 60%,
    rgba(180, 180, 180, 0.4) 90%
  );
  background-blend-mode: multiply;
  border: 5px solid rgba(100, 100, 100, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Efeito de Calcário */
.year-content h2.limestone::before {
  background: linear-gradient(
    45deg,
    rgba(240, 240, 240, 0.2) 0%,
    rgba(220, 220, 220, 0.3) 25%,
    rgba(240, 240, 240, 0.2) 50%,
    rgba(220, 220, 220, 0.3) 75%,
    rgba(240, 240, 240, 0.2) 100%
  ),
  linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.5) 10%,
    rgba(230, 230, 230, 0.3) 40%,
    rgba(255, 255, 255, 0.7) 60%,
    rgba(230, 230, 230, 0.4) 90%
  );
  background-blend-mode: overlay;
  border: 5px solid rgba(200, 200, 200, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Efeito de Mármore */
.year-content h2.marble::before {
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(200, 200, 200, 0.3) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(200, 200, 200, 0.3) 75%,
    rgba(255, 255, 255, 0.5) 100%
  ),
  linear-gradient(
    135deg,
    rgba(240, 240, 240, 0.7) 0%,
    rgba(200, 200, 200, 0.5) 30%,
    rgba(240, 240, 240, 0.7) 60%,
    rgba(200, 200, 200, 0.4) 90%
  );
  background-blend-mode: overlay;
  border: 5px solid rgba(180, 180, 180, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Efeito de Quartzito */
.year-content h2.quartzite::before {
  background: linear-gradient(
    45deg,
    rgba(200, 200, 200, 0.3) 0%,
    rgba(180, 180, 180, 0.5) 25%,
    rgba(200, 200, 200, 0.3) 50%,
    rgba(180, 180, 180, 0.5) 75%,
    rgba(200, 200, 200, 0.3) 100%
  ),
  linear-gradient(
    135deg,
    rgba(230, 230, 230, 0.5) 0%,
    rgba(210, 210, 210, 0.3) 30%,
    rgba(230, 230, 230, 0.7) 60%,
    rgba(210, 210, 210, 0.4) 90%
  );
  background-blend-mode: overlay;
  border: 5px solid rgba(220, 220, 220, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}





.year-content h2 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para melhorar a visibilidade */
}

.year-content span {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 9;
  text-align: center;
  display: inline-block;
  line-height: 18px;
  padding-left: 10px;
}

.service-content div.icone {
  background-color: #fff;
  border-radius: 2px;
  padding: 5px;
  width: 60px;
  position: relative;
  border: 1px solid #40afe4;
  margin-bottom: 10px;
}


.dl-slider .slick-dots li.slick-active button {
  background-color: #238db7;
}	

.dl-slider .dl-caption.dl-border::before {
  border: 5px solid #238db7;
}

.dl-slider .dl-btn {
  background-color: #238db7;
}

/*.header-section {
  min-height: 190px !important;
}*/

