.scroll-container {

  overflow-y: auto;
  scroll-behavior: smooth;


}


.counter-container {
    width: 100%;
    height: 500px;
    display: flex;
    gap: 50px;
    text-align: center;
    background-color: #494949;
    justify-content: center;
}
.counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px;
    margin-top: 90px;
   
}
.counter {
    font-size: 3rem;
    font-weight: bold;
    color: #CF872A;
    animation: float 2s ease-in-out infinite; /* Adiciona a animação de flutuação */
}
.label {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #fff;
}
.icones2{
 font-size: 20px;
  margin-right: 263px;
  transition: transform 0.3s ease-in-out;
 

}
.icones2:hover{
  transform: scale(0.8);
}

.quebra2{
 
  padding-bottom: 30px;
  font-size: 20px;
  text-align: left;
  width: 400px;

}
.icones3{
  font-size: 20px;
  padding: 8.5px;
  margin-right: 260px;
  transition: transform 0.3s ease-in-out;

}
.icones4:hover{
  transform: scale(0.8);
}

.icones4{
  font-size: 20px;
  margin-right: 300px;
  transition: transform 0.3s ease-in-out;

}

.quebra1{

  text-align: left;
  font-size: 20px;
  padding: 9.5px;
  padding-bottom: 1px;

}


.icones3:hover{
  transform: scale(0.8);
}


/* Definição da animação de flutuação */
@keyframes float {
  0% {
      transform: translateY(0); /* Posição inicial */
  }
  50% {
      transform: translateY(-10px); /* Movimenta o número para cima */
  }
  100% {
      transform: translateY(0); /* Retorna à posição original */
  }
}
.atendimento{
    width: 80%;
    height: 1300px;
    background-color: #CF872A;
    border-radius: 112px;
    position: relative; /* adiciona position relative */
    top: -150px; /* ajusta a posição top para subir 20px */
    margin: 0 auto; /* centraliza horizontalmente */
 
  
}
.comunicação{
    color: #fff;
   
    

}
.comunicar{
    color: #fff;
    margin-left: 100px;
}

.comunicação{.comunicar{
    width: 500px;
    display: flex;
    flex-direction: column;
    
    color: #fff;
  
}
    width: 100%;
    text-align: center;
    align-items: center;
    place-items: center;
    display: flex;
    justify-content: center;
}
.cliente{
    width: 300px;
    font-weight: lighter;
    font-size: 25px;
}
.fone{

    display: flex;
    justify-content: flex-end;
    position: relative; /* adiciona position relative */
    top: -910px; /* ajusta a posição top para subir 20px */
    margin-right: 70px;
 
}
.fone:hover{
    filter: drop-shadow(0 0 0.75rem #000);
    transition: all 0.5s ease-in;
   
}
.personalizado{
    margin: 60px;
   font-size: 30px;
  
}
.carousel{
    display: none;
}
.telefone{
    width: 500px;
    height: 600px;
}
.logos img{

    margin: 40px;
  

}
.logos{
    width: 80%;
    margin-left: 180px;
    padding-bottom: 80px;
}
.clientes{
    margin-left: 30px;
}


.comentarios img{
    margin-bottom: 50px;
}
.usuario{
    width: 300px;
    margin-left: 350px;
    font-style: italic;
   
}
.depoimentos-container {
    max-width: 700px; /* Largura máxima de 600px */
    position: relative;
    margin: 0 auto; /* Centraliza horizontalmente */
    overflow: hidden; /* Esconde o conteúdo que excede a largura do contêiner */
 


 
 
  }
  .container1{
    width: 100%;
    height: 800px;
    background-color: #CF872A;
    text-align: center
   ;

  }
  .title{
    color: #fff;
    padding-top: 60px;
    font-size: 30px;
  
  
  }
  
  .depoimentos-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Transição suave */
    width: 100%;
   
   
  }
  
  .depoimento {
    min-width: 700px; /* Largura de 600px para cada depoimento */
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #EDEDED;   
   border-radius: 73px;
   padding: 60px 80px ;
   margin-top: 100px;
   box-shadow: 6px 6px 6px #00000029;
  }
  .opiniao{
    width: 600px;
    font-size: 20px;
  }
  
  .prev-depoimentos, .next-depoimentos {
    cursor: pointer;
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  
  .prev-depoimentos {
    left: 0;
    padding-left: 10px; /* Ajuste para posicionar o botão dentro da área visível */
  }
  
  .next-depoimentos {
    right: 0;
    padding-right: 10px; /* Ajuste para posicionar o botão dentro da área visível */
  }
  /* pop up */

  .popup-new {
    display: none; /* Esconde o pop-up inicialmente */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.popup-content-new {
    background-color: #ffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 60%;
    max-width: 600px;
    margin: auto;
    position: relative;
  
}

.popup-images-new a {
    display: inline-block;
    margin: 10px;
}

.popup-images-new img {
    width: 180px;
    height: auto;
    cursor: pointer;
}

/* Estilos para o botão de fechar do novo pop-up */
.close-new {
    position: absolute;
    top: 10px;
    right: 15px;
    margin-right: 50px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
}
.itau{
  width: 190px ;
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear;
    

}
.itau:hover{
    transform: scale(1.1);
    background-position: -60px;

}
.cred1{
    width: 190px ;
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear;

}
.cred1:hover{
    transform: scale(1.1);
    background-position: -60px;
    
}
.bv{
  width: 190px ;
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear;

}
.bv:hover{
    transform: scale(1.1);
    background-position: -60px
    
}
.mercadopago{
  width: 190px ;
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear;

}
.mercadopago:hover{
    transform: scale(1.1);
    background-position: -60px
    
}
.borda{
  font-size: 17px;
  border-bottom: 1px solid #000;
}
.clientes1{
  margin-left: 60px;
}
  
  
@media (max-width: 900px) {
    .counter-container {
        width: 100%;
        height: 800px;
        display: grid;
        grid-template-columns: 1fr 1fr; /* Duas colunas */
        grid-template-rows: 300px 300px; /* define as 2 linhas */
        max-width: 800px; /* Ajuste de largura para centralização */
        text-align: center;
        
    }

    .counter-item {
        display: flex;
        flex-direction: column;
        align-items: center;
       
       
      
    }

    .counter {
        font-size: 2.5rem;
        font-weight: bold;
        color: #CF872A;
    }

    .label {
        margin-top: 10px;
        font-size: 1rem;
        color: #fff;
    }
    .imagem{
        display: none;
    }

    .carousel {
        display: flex;
        position: relative;
        width: 100%;
        height: 800px;
       
        position: relative; /* adiciona position relative */
        top: -400px; /* ajusta a posição top para subir 20px */
   
      }
      
      .carousel-inner {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        color: #000;
      }
      
      .carousel-item {
        flex: 0 0 100%;
        width: 100%;
        height: 300px;
        margin: 0;
        padding: 20px;
       
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* sombra */
        transition: transform 0.5s ease-in-out; /* adicionar transição para o efeito de slide */
      }
      
      .carousel-item.active {
        transform: translateX(0); /* mostrar o slide atual */
      }
      
      .carousel-item:not(.active) {
        transform: translateX(100%); /* esconder os slides não atuais */
      }
      .atendimento{
        width: 100%;
      }
      .quebra1{

       text-align: center;
      
      }
      .icones4{
        font-size: 20px;
        margin-right: 0;
        transition: transform 0.3s ease-in-out;
      
      }
   
    /* Responsividade */
    @media (max-width: 768px) {
        .counter-container {
            grid-template-columns: 1fr 1fr; /* Mantém duas colunas */
            gap: 1px;
            max-width: 100%;
        }
    }
    .carousel-inner {
        overflow: hidden; /* Esconder os slides não atuais */
      }
      
      .carousel-item {
        width: 100vw; /* Largura igual ao tamanho da tela */
        height: 400px; /* Altura igual ao tamanho da tela */
        display: flex; /* Fazer com que o slide ocupe toda a tela */
        flex-direction: column; /* Alinhar os elementos verticalmente */
        justify-content: center; /* Centralizar os elementos verticalmente */
        align-items: center; /* Centralizar os elementos horizontalmente */
       
      }
      .fone{

        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
     
        position: relative; /* adiciona position relative */
        top: -680px; /* ajusta a posição top para subir 20px */
     
    
       
     
    }
    .telefone{
        width: 300px;
        height: 400px;
    }
    .carousel-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
      }
      
      .prev, .next {
       color: #fff;
        border: none;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
      }
      
      .prev:hover, .next:hover {
       color: #494949; ;
      }

      .carousel-item {
        display: none;
      }
      
      .carousel-item.show {
        display: block;
      }
      .atendimento{
        width: 100%;
        height: 1100px;
        background-color: #CF872A;
        border-radius: 60px;
        position: relative; /* adiciona position relative */
        top: -60px; /* ajusta a posição top para subir 20px */
    
     
      
    }
    .personalizado{
      margin-top: 300px;
       font-size: 30px;
     

  
    }
     br{
      
         display: none;
    
      }
      .logos{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 0;
        align-items: center;
        margin: 0 auto;
      }
      .logos img{
        height: 90px;
        width: 120px;
        margin: 15px;
      }
      .banco{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
      }
      .clientes1{
     
        margin-bottom: 60px;
        text-align: center;
        margin-left: 0;
      
       
      }
     .icons{
      margin-right: 0;
     }
     .icones2{
      margin-right: 0;
      transition: transform 0.3s ease-in-out;
     
    }
    .quebra2{
      text-align: center;
      width: 320px;
    }
   
    .icones3{
      margin-right: 0;
      transition: transform 0.3s ease-in-out;
    }

     
        .depoimentos-container {
          max-width: 350px; /* Reduce the maximum width for mobile devices */
        }
        
        .depoimento {
          min-width: 350px; /* Reduce the minimum width for mobile devices */
          padding: 30px 40px; /* Reduce the padding for mobile devices */
          margin-top: 50px; /* Reduce the margin-top for mobile devices */
        }
        
        .opiniao {
          width: 100%; /* Altere para 100% para ocupar toda a largura */
          font-size: 16px; /* Reduce the font size for mobile devices */
          margin: 0; /* Adicione margin: 0 para remover a margem */
        }
        
        .prev-depoimentos, .next-depoimentos {
          font-size: 18px; /* Reduce the font size for mobile devices */
        }
        
        .usuario {
          margin-left: 0;
        }
        .canais{
            margin: 0;
        }
        .depoimento img{
            margin: 20px;
        }
        
.comunicação{.comunicar{
    width: 400px;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    color: #fff;
   
  
}
  
      }
      @media only screen and (max-width: 768px) {
        .carousel {
          width: 80%; /* reduzir a largura do carousel para mobile */
          margin: 0 auto; /* centralizar o carousel horizontalmente */
        }
        
        .carousel-item {
          width: 80%; /* reduzir a largura dos slides para mobile */
        }
      }
      .logo-popup{
        width: 50px;
        height: 50px;
      }
   

      
    /* Adicionar regras de estilo para telas menores */

    }