html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: Nunito;
  background-color: whitesmoke;
  font-size: .9rem;
}

.pulxe-cardTop {
  border-radius: 30px;
  margin-top: 30px;
  padding: 20px;
  padding-left:30px;
  border-style: none;
  height: 150px;
  background-color: #e3e0e0;
  font-size: 25px;
  font-weight: bold;
  color: #aaa6a6  ;

}

.pulxe-card{
  border-radius: 30px;
    margin-top: 20px;
    padding: 20px;
    border-style: none;
    background-color: white;
    margin-top: -70px;
    
 
}


.gradient-btn {
  background: linear-gradient(120deg, #1797b8 0%, #38417a 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 6px 36px;
  font-size: 1rem;
  font-family: inherit;
  font-weight:100;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(56, 65, 122, 0.08);
  transition: background 0.3s;
}

.gradient-btn:hover {
  background: linear-gradient(120deg, #1797b8 20%, #38417a 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: NunitoM;
  font-weight: 600;
}

@font-face {
  font-family: 'Syne';
  src: url('../css/fonts/Syne-Regular.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('../css/fonts/Nunito-Regular.ttf ') format('woff2');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.08em;
}

@font-face {
  font-family: 'NunitoM';
  src: url('../css/fonts/Nunito-Medium.ttf ') format('woff2');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.08em;
}