.icon-blue {
    color: #3aace7; /* Código da cor azul claro */
    }
    .modal-transparent .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.d-flex .btn {
  width: 200px; /* ou qualquer outro valor que você desejar */
}
.btn-shadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.btn-shadow:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-shadow:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.apresentacao {
  font-weight: bold;
  font-size: 1.5rem;
}

.logoInicial {
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
  font-family: 'PT Sans', sans-serif;
  margin-top: 1%;
  margin-left: 38px;
  
}
.logoInicial:hover {
  color: #fff;
  text-decoration: none;
}

.cadLabel {
  font-weight: bold;
  font-size: 1.0rem;
  color: #39ace7;
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
/* Botões do zero */
.zero-btn {
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  
  margin: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Botão primário */
.primary {
  background-color: #58cc02;
  color: #fff;
  box-shadow: 0px 5px 0px #499f03;
  padding: 10px 30px;
}

/* Botão secundário */
.secondary {
  background-color: #39ace7;
  color: #fff;
  box-shadow: 0px 5px 0px #2d87b4;
  padding: 10px 30px;
}

/* Efeito hover */
.zero-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0px 9px 0px rgba(0, 0, 0, 0.2);
}

body {
 background-color: #3a85e7;
}


/* .secondary {
  background-color: #3a85e7;
  color: #fff;
  box-shadow: 0px 5px 0px #3071c5;
  padding: 10px 75px;
}


.zero-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0px 9px 0px rgba(0, 0, 0, 0.2);
}

body {
 background-color: #fff;
} */