@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.rajdhani-light {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .rajdhani-regular {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .rajdhani-medium {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .rajdhani-semibold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .rajdhani-bold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .montserrat-light {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

  .navbar {
    height: 70px;
    background-color: #fff;
  }

  body {
    padding-top: 70px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #292F4A;
  }
  

  #services{
    padding-top: 70px;
  }

 #contact{
    padding-top: 25px;
  }

  .jumbotron {
    background-image: url('../imgs/banner1.jpg');
    background-size:cover;
    color: #fff;
  }
  .btn-primary {
    background-color: #4890D4;
    border-color: #4890D4;
  }
  .btn-primary:hover {
    background-color: #307ABF;
    border-color: #307ABF;
    }

  .titulo{
  color: #307ABF;
  margin-top:10px;
  margin-bottom:10px;
  }


  #about{
    background-color: #292F4A;
    color: #fff;
    padding: 25px;
    text-align: center;
  }

  .linha-com-gradiente {
    background: linear-gradient(to right, #61CBD1, #307ABF);
    height: 2px;
    margin-top: 30px;
  }

  .imagem-centralizada {
    text-align: center;
    margin-top: 20px;
  }

  .imagem-centralizada img {
    width: 80%;
    padding: 15px;
  }


  .gradiente-btn {
    background: linear-gradient(to right, #61CBD1, #307ABF);
    border: none;
    border-radius: 50px; 
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .gradiente-btn:hover {
    background: linear-gradient(to right, #307ABF, #61CBD1);
    text-decoration: none;
    color: white;
  }

  .blue-background {
  background: linear-gradient(to right, #61CBD1, #307ABF); 
  border-radius: 10px; 
}

#destaque{
  color: #292F4A;
  font-weight: normal;
}

#destaque h5{
  line-height: 170%;
}

.blue-background h1 {
  color: #ffffff;

}


.social-icons a {
  margin-right: 10px; /* Espaçamento entre os ícones */
  color: #292F4A; /* Cor dos ícones */
  font-size: 30px; /* Tamanho dos ícones */
  padding: 20px;
}

.social-icons a:hover {
  color: #61CBD1; /* Cor dos ícones ao passar o mouse */
}


@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #fff; /* Definindo o fundo branco */
    position: fixed; /* Mantendo o menu fixo */
    top: 70px; /* Ajustando a distância do topo */
    right: 0; /* Colocando o menu à direita */
    left: auto; /* Reseta a posição do lado esquerdo */
    bottom: auto; /* Resetando a posição inferior */
    max-height: calc(100vh - 70px); /* Altura máxima do menu */
    overflow-y: auto; /* Adicionando rolagem vertical quando necessário */
    z-index: 999; /* Garantindo que o menu fique sobreposto a outros elementos */
  }
  
  .navbar-nav {
    margin-left: auto; /* Alinhando itens do menu à direita */
  }

}

#btn-topo {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4890D4;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#btn-topo:hover {
  background-color: #307ABF;
}

#btn-topo svg {
  fill: currentColor;
}


.btn-retorno-topo:hover {
  background-color: #61CBD1;
}

.btn-retorno-topo svg {
  width: 20px;
  height: 20px;
}
