#donationTop {
    background-color: #eae8e8
}

#donationTop .row {
    background-color: white;
    position: relative;
}

#btnHideDonation {
    position: absolute;
    right: 0;
    height: 100%;
}

#bntDonation {
    background-color: rgb(247, 90, 55) !important;
    color: white;
}

#donationMessage {
    color: rgb(121, 6, 6);
}

.oppening {
    /*background-image: url("imagem.jpg");*/
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}

.oppening-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 32px 20px;
    border-radius: 5px;
    padding-left: 64px;
    overflow: hidden;
}

.oppening::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.home_btn {
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}

.home_btn:hover {
    text-decoration: none;
}

.btn_donate,
.btn_donate:hover {
    background-color: #6b307a;
    color: white;
}

.btn_support,
.btn_support:hover {
    /*background-color: #e4def2;*/
    border: 1px solid #6b307a;
    color: black;
}

.header-icons {
    width: 50px;
}

.inline-items-menu {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: -1.5px !important
}

.bg-purple {
    background-color: #763587
}

.fale-conosco-container{
    display: inline-flex;    padding: 5px;    border: 1px solid #b4b4b4;    border-radius: 15px;
}
.fale-conosco-container a {
    text-decoration: none;color: #d2d1d0
}