.oppening {
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}

.oppening-child {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -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-child img {
    position: absolute;
    right: 10vw;
    opacity: 0.35;
    max-height: 130%;
    margin-top: -56.5px !important;
    z-index: -1;
}

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

.home_btn {
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
}

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

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

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

html {
    scroll-behavior: smooth;
}

#summary {
    position: relative;
    overflow: hidden;
}

#summary h3 {
    z-index: 1;
    position: relative;
}

.img-diretora {
    max-width: 125px;
    max-height: 125px;
    border-radius: 100%;
    box-shadow: 0px 0px 7px #beafdd;
}

.img-padrinhos {
    cursor: pointer;
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: 1px solid black;
    z-index: 1;
}

#canvas,
#canvas1 {
    height: 100%;
    width: 100%;
    position: absolute;
}

#jumbotron {
    background-image: url("/multimedia/page-structure/new_home/family_compressed.jpg");
    background-attachment: fixed;
    background-size: cover;
    height: 500px;
}

#about {
    background-color: #6b307a;
}

#about .container .row {
    padding: 20px;
    width: 100%;
    background-color: #763587;
    margin: -1vw 0;
    color: #d2d1d0;
}

#h1Desc {
    text-align: center;
    margin: 35px auto;
}

#iconeSobre {
    float: left;
    width: 200px;
}

.about-info {
    font-size: 22px;
}

#iconeMissao {
    height: 100px;
    width: auto;
}

#iconeVisao {
    height: 100px;
    width: auto;
}

#iconeValores {
    height: 100px;
    width: auto;
}

#containerPadrinhos {
    background-color: #42627e;
    padding-bottom: 95px;
    padding-top: 25px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-right-radius: 81px;
    border-bottom-left-radius: 81px;
}

#containerPadrinhos h3 {
    color: white;
    z-index: 1;
    position: relative;
}

.imgAl {
    width: 100%;
    height: 66%;
    object-fit: cover;
    display: block;
}

.cardMoreAbout {
    border-radius: 25px;
    box-shadow: -1px 1px 1px #ebc3eb;
}

.card-description {
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
    font-style: italic;
}

.card-more-title {
    text-align: center;
    font-weight: bold;
}

.h1-desc {
    text-align: center;
    margin: 30px auto;
}

#containerPadrinhos {
    display: none;
}

@media (min-width: 440px){
    
    div#rodape > div.col-12 {
        font-size: 24px!important;
    }
    
    .oppening-child {
        padding: 32px 20px;
    }
    
}

@media (max-width: 440px){
    
    div#rodape > div.col-12 {
        font-size: 18px!important;
    }
    
    .oppening-child {
        padding: 22px 22px;
    }
    
    .display-4 {
        font-size: 47px;
    }
    
    #btnHideDonation {
        display: none;
    }
    
}

@media (min-width: 467px){
    
    #donationTop, #donationTop button{
        font-size: 16px;
    }
    
}

@media (max-width: 467px){
    
    #donationTop, #donationTop button  {
        font-size: 12px;
    }
}
