.asul-regular {
    font-family: "Asul", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
 
.banner-body{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.banner-body{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

@media(max-width: 635px){
    .banner-body h1{
        font-family: "Asul", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.5rem;
    }
}

.banner-body h1{
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
}

.banner-body h2{
    font-family: "Asul", serif;
    font-weight: 400;
    font-style: normal;
}

.btn-banner-download{
    background-image: url('/site/img/donate_button.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 76px;
}

.link-download-banner{
    color: #fcba03;
    text-decoration-line: underline;
}

.link-download-banner:hover{
    color: white;
    text-decoration-line: underline;
}

.bg-login{
    background-image: url(/site/img/slider/banner-login.png);
    background-size: cover;
    min-height: 100vh;
    max-height: 100%;
    width: 100%;
}
 
.bg-form{
    background: rgba( 0, 0, 0, 0.35);
    backdrop-filter: blur( 13.5px );
    -webkit-backdrop-filter: blur( 13.5px );
    border-radius: 10px;
}
 
.bg-cadastro{
    background-image: url(/site/img/slider/banner-cadastro.png);
    background-size: cover;
    min-height: 100vh;
    max-height: 100%;
    width: 100%;
}

.bg-header{
    background-color: #303030!important;
    transition: ease-in-out 0.4s;
    box-shadow: 0 3px 6px 0 rgba(32, 33, 36, 0.28);
}
 
.bg-transparent{
    transition: ease-in-out 0.4s;
}