@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  overflow-x: hidden;
  /* Isso impede a rolagem horizontal */
}

.spacer-banner {
  flex-grow: 1;
  height: 85vh;
  /* Alteração para ocupar toda a altura da tela */
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.spacer-sobre {
  flex-grow: 1;
  height: 85vh;
  /* Alteração para ocupar toda a altura da tela */
  background-color: #c2c2c2;
}

.elementor1 {
  margin-top: -90px;
  position: relative;
}


.elementor2 {
  background-color: #c2c2c2;
  width: 100%;
  height: 100vh;
  /* margin-top: -210px; */

}

.elementor3 {
  background-color: #7cb8f2;
  width: 100%;
  height: 50vh;

}

.elementor4 {
  background-color: #fff;
margin-top: -15px;

}


.elementor5 {
  background-color: rgba(209, 206, 7, 0.774);
  width: 100%;
  height: auto;

}



.pilares {
  min-height: 33vh;
  background-color: #ffffff;
  border: 1px solid #C5C3C1;
  border-radius: 5px;
  transition: all 0.3s ease; /* Agora transition aplica a todas as propriedades */
}

.pilares:hover {
  transform: translateY(-5px); /* Efeito de levantar */
  box-shadow: 0 10px 20px rgba(122, 121, 121, 0.3); /* Sombra mais suave */
  border-color: transparent; /* Opcional: remove a borda no hover */
}


/* .element2{
    
    background-color: #15c623;
   

    } */

.text-color {
  color: #686157;
  text-align: center;
}



#btnTopo {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  z-index: 1000;
  background-color: #7cb8f2;
}


.nav-link {
  color: #393838;
  font-weight: bold;
}

.nav-link:hover {
  color: #c2c2c2;
}

/* Menu active */

.navbar-nav .nav-link.active {
  color: #7cb8f2;
  /* Defina a cor desejada aqui */
  font-weight: bold;
}

.navbar-blur {
  background-color: rgba(238, 238, 238, 0.788);
  /* Cor de fundo branca com uma opacidade de 90% */
  backdrop-filter: blur(10px);
  /* Adiciona o efeito de borramento */
}



/* Adicione estilos personalizados, se necessário */


.middle-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movable-div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content {

  text-align: center;
}


.textrodape {
  max-width: 75%;
  text-align: justify;
}

.btnapps:hover {
  border: 1px solid #fff;
  border-radius: 10px;
}

.spacesobre {
  height: 23vh;
}


.sobre {

  min-height: 100vh;
}



#numero-dinamico {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  animation: contarNumeros 1s ease-in-out forwards;
}


#dynamic-number {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  animation: contarNumeros 1s ease-in-out forwards;
}

.bockcontabil {
  background-image: url('assets/imgs/transparencia.png');
  background-size: cover;
  background-position: 0 0;
  /* Posição inicial */
}

.contact {
  background-image: url('assets/imgs/transparencia.png');
  background-size: cover;
  background-position: 0 0;
  /* Posição inicial */
  min-height: 50vh;
}



/* .cabecalho {
  background-image: url('assets/imgs/3.jpg');

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 250px 0px 269px 0px;
  height: 85vh;
} */

.textnumbers {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.1px;
  color: #fff;
}

.nav-link {
  font-family: Arial, Helvetica, sans-serif;
}


a {
  text-decoration: none;
}

.hover-effect {
  transition: transform 0.9s ease !important;
}

.hover-effect:hover {
  transform: scale(1.1) !important;
}

.hover-effect1 {
  transition: transform 0.9s ease !important;
}

.hover-effect1:hover {
  transform: scale(1.1) !important;
}

.hover-effect2 {
  transition: transform 0.9s ease !important;
}

.hover-effect2:hover {
  transform: scale(1.1) !important;
}

#btnTopo {
  background-color: #7cb8f2;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  /* Ocultar o botão por padrão */
  z-index: 999;
  /* Colocar o botão acima de outros elementos */
}

body {
  font-family: 'Roboto', sans-serif;
}

.txtdec {
  text-decoration: none;
}



.pulsating-button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #7cb8f2;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  animation: pulse 2s infinite;
}

.pulsating-button:hover {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* .footercontact {
  height: 50vh;
} */

.btns{
  background-color: #ffffff00;
  padding: 10px 0 10px 0;
  border: none;
}

/* Para navegadores baseados em Webkit (Chrome, Safari, Opera) */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}



/* Para Internet Explorer e Edge */
.hide-scrollbar {
  -ms-overflow-style: none;
}

.spacetitle{
  height: 2vh;
}
