.uk-text-justify {
  text-align: justify !important;
  text-align-last: start;
  text-indent: unset;
  hyphens: none;            /* Desativa a hifenação automática */
  overflow-wrap: normal;    /* Evita que as palavras sejam quebradas */
  word-break: normal;       /* Garante a quebra somente entre palavras */
}


.slider-content{
  margin-top:8em !important;
}
 

 /* Overlay customizado com transparência suave */
 .uk-overlay-custom {
    background-color: rgba(0, 0, 0, 0.4);
  }

  /* Container para o conteúdo do slide */
  .slider-content {  
    width: 65%;
    padding: 2em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;  
  }

  @media(max-width:959px){
    .slider-content{
      width: 100%;
      margin-top:2em !important;
    }
  }

  .a1{
    margin-left: 0px;
    margin-right: auto;
  }

  .a2{
    margin-right: auto;
    margin-left: auto;
  }

  .a3{
    margin-left: auto;
    margin-right: 0px;
  }

  /* Ajuste na tipografia dos títulos */
  .slider-content h2,
  .slider-content h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: clamp(2em, 4vw, 4em);
  }

  /* Estilo para os parágrafos */
  .slider-content p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  /* Botões mais arredondados e com transição */
  .slider-button {
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }
  .slider-button:hover {
    background-color: #AF8C74; /* ajuste conforme sua paleta de cores */
  }

  .uk-button.uk-button-primary {
    background-color: #AF8C74;
    color: #ffffff;
    border-color: #AF8C74;
    font-size: 1.2em;
    font-weight: bold;
}

.uk-button.uk-button-primary:hover,
.uk-button.uk-button-primary:focus,
.uk-button.uk-button-primary:active {
    background-color: #452619;
    border-color: #452619;
    color: #ffffff;
}

  /* Alinha o conteúdo centralizado em telas menores */
  @media (max-width: 767px) {
    .slider-content {
      text-align: center;
      margin: 0 auto;
    }
  }

#section-services {
    position: relative; /* Necessário para o posicionamento absoluto do pseudo-elemento */
    background-color: rgba(0, 0, 0, .55); /* Cor de fundo do container */
    padding: 3em 0;
}

/* Pseudo-elemento que exibe a imagem com opacidade */
#section-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background-services.jpg');
    background-size: cover;
    background-position: center;
    opacity: 1; /* Define a opacidade da imagem */
    mix-blend-mode: multiply; /* Aplica o efeito de multiply (opcional) */
    z-index: -1; /* Garante que a imagem fique atrás do conteúdo */
}

.background_equiope{
    background-color: #171308;
    padding-top: 100px; 
    margin-top: 50px;
 }

 .ct-grid-service-layout1 .grid-item-inner .grid-item-holder{
    height: 100%;
 }

 .estatistica_padding{
    padding: 50px 0px;
 }

 .uk-modal .uk-close {
    color: #fff;
  }

  .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    bottom: 0px;
    margin-bottom: -35px;
  }


  .uk-form-label{
    color: #fff !important;
  }

  /*footer*/
  /* Remove qualquer ícone existente */
.menu-links-container .menu a .fa,
.menu-links-container .menu a .fas,
.menu-links-container .menu a .fab,
.menu-links-container .menu a .far,
.menu-links-container .menu a .uk-icon {
    display: none !important;
}

.site-footer .top-footer .menu_links_only ul.menu li a {
    padding-left: 2em !important;
  }

/* Adicionar ícones do Font Awesome via CSS */
#menu-item-323 a::before {
    content: "\f015"; /* Unicode para o ícone de 'home' */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px; /* Espaço entre o ícone e o texto */
}

#menu-item-312 a::before {
    content: "\f5a2"; /* Unicode para o ícone de 'concierge-bell' */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

#menu-item-313 a::before {
    content: "\f05a"; /* Unicode para o ícone de 'info-circle' */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

#menu-item-314 a::before {
    content: "\f0a1"; /* Unicode para o ícone de 'bell' */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

#menu-item-315 a::before {
    content: "\f1ea"; /* Unicode para o ícone de 'newspaper' */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

#menu-item-324 a::before {
    content: "\f0e0"; /* Unicode para o ícone de 'envelope' */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

.background_portifolio{
    
    padding: 3em 0px;
}

.uk-heading-large{
  font-size: clamp(2.7em, 3.8vw, 3.8em) !important;
}

.font-size-1x{
  font-size: clamp(1.2em, 1.6vw, 1.6em) !important;
}

@media(max-width:959px){
    .background_portifolio{
        margin-top: 3em;
    }
    .background_equiope{
       
        margin-bottom: 0px;
        
     } 
}

#header-wrap .header-right .header-right-item {
  line-height: 6vw;
}

#header-wrap .header-branding img {
   max-height: 5vw;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms
}

@media(max-width:959px){
  #header-wrap .header-branding img {
    max-height: 50px;
  }
}

.item-holder{
    opacity: 1 !important;
}

.background_entre_contato{
    background-color: #171308 !important;
    padding: 3em 0px;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

 
.ct-whatsappp {
    position: fixed; 
    bottom: 90px;
    right: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#25D366), to(#128C7E));
    background-image: -webkit-linear-gradient(top, #25D366, #128C7E);
    background-image: -moz-linear-gradient(top, #25D366, #128C7E);
    background-image: -ms-linear-gradient(top, #25D366, #128C7E);
    background-image: -o-linear-gradient(top, #25D366, #128C7E);
    background-image: linear-gradient(top, #25D366, #128C7E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#25D366', endColorStr='#128C7E'); 
  
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; 
   
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: clamp(15px, 2vw, 20px);
    z-index: 8002;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    overflow: hidden;
    line-height: 100%;
  }

   
.ct-whatsappp:hover{
    text-decoration: none !important;
}

  @media (max-width: 767px) {
    .ct-whatsappp {
        bottom: 60px;
        right: 12px;
        width: 35px;
        height: 35px;
        font-size: clamp(15px, 1.7vw, 17px);
    }
  }

  .slider_da_equipe  {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  .x-servicos-item .item-except{
    min-height: 5em !important;
  }

 /* Container modificado: mesmo posicionamento, porém com borda e overlay de fundo */
.experience-card-mod {
    width: 100%;
    height: 350px; 
    position: relative;
    background-image: url('../images/box-image-inner.jpg'); /* Substitua pelo caminho da imagem de fundo */
    background-size: cover;
    
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 100%;
    top: 0%;
    border-radius: 15px;
    border: 15px solid #AF8C74;  /* Borda com a cor desejada */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  /* Sombra para profundidade */
    overflow: hidden; /* Garante que o pseudo-elemento não extrapole o container */
  }
  
  @media (max-width: 959px){
    .experience-card-mod {
      margin-top: 100%;
      top: 0%;
    }
  }
  
.uk-text-x2 *{
  font-size: 1.07em !important;
  line-height: 120% !important;
}

  /* Pseudo-elemento para o overlay branco com 50% de opacidade */
  .experience-card-mod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
  

  .ct-heading-sub{
    font-size: 2em !important;
  }  
  /* Container para o texto, garantindo que fique acima do overlay */
  .overlay-mod { 
    box-sizing: border-box;
    position: relative;
    padding: 1em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    justify-content: center;
  }
  
  .overlay-mod h1 {
    position: relative;
    margin-top: 0.2em !important;
    font-weight: bold;
    font-size: clamp(1.7em, 3vw, 3em);
    margin: 0;
    text-align: center;
    color: #8B4513; /* Mesma cor da borda para harmonia */
  }

  .overlay-mod h2 {
    position: relative;
     margin-top: 0.1em !important;
    font-weight: bold;
    font-size: clamp(1.6em, 2.8vw, 2.8em);
    margin: 0;
    text-align: center;
    color: #000; /* Mesma cor da borda para harmonia */
  }
  
  .overlay-mod p {
    text-align: center;
    font-size: clamp(1em, 1.2vw, 1.2em);
    margin: 0;
    color: #000;
  }



@media (min-width: 959px){
.team-title{
    font-size: clamp(0.7em, 0.9vw, 0.9em) !important;
}}

.site-footer   {
    background-color: #191514;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 103px 0 86px;
  }

  .ct-counter-title{
    min-height: 150px !important;
  }

  .uk-label-black {
    background-color: black;
    color: white;
}


 /* Estilização do modal */
 .uk-modal-dialog {
    background-color: #FFF; /* Fundo branco para contraste */
    border-radius: 10px;
   
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.padding-modal{
  padding: 30px;
}

/* Título estilizado com cor destacada */
.uk-modal-title {
    background-color: #452619;
    color: #FFF;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}

/* Parágrafos ajustados */
.uk-modal-body p {
    font-size: 16px;
    color: #452619;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Link do email */
.uk-modal-body a {
    color: #AF8C74;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

.uk-modal-body a:hover {
    text-decoration: underline;
    color: #452619;
}

/* Botão de fechar customizado */
.uk-modal-close-default {
    background: #AF8C74;
    color: #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.uk-modal-close-default:hover {
    background: #452619;
    color: #FFF;
}
 /* Overlay da popup */
 /* CSS atualizado para Safari */
/* CSS COMPLETO DA POPUP COM FIX SAFARI */

