* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cardfalec {
    background-color: rgb(238, 224, 122);
    margin: 10px auto;
    user-select: none;
   
}
.nomeF {
    font-weight: 800;
}
.cardfalec:hover {
    filter: brightness(1.05);
}
.abre {
    animation: abred 350ms normal linear;
}
.zoom {
    animation: zoom 300ms normal linear;
}
@keyframes abred {
    from {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes zoom {
    from  {

    }
    to {
        position: absolute;
        width: 300px;
        height: 300px;
        margin-top: 10%;
        z-index: 9;
        text-align: center;
        margin-left: 10%;
    }
}
.dnone {
    display: none;
}
.dblock {
    display: block;
}
.cardfalec > div {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.itemCompletos {
    font-size: 3px;
    visibility: hidden;
}
.fotoNome {
    display: flex;
    padding: 5px;
    align-items: center;
}
.fotoNome img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.cardPorCima {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100vh;
    background: rgba(35, 35, 35, 0.61);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6.5px );
    -webkit-backdrop-filter: blur( 6.5px );
    /* border-radius: 10px; */
    border: 1px solid rgba(58, 58, 58, 0.521);
}
.divMostra .lutosC {
    width: 100%;
    animation: apareceF 0.3s normal;
}
.imagemL {
    margin: auto;
    margin-bottom: 0px;
    overflow: hidden;
    align-items: center;
   
    filter: saturate(1.5);
}
/* .imagemL img {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
} */
.imagemL img {
    box-shadow: rgb(253, 253, 253) 0px 0px 10px 0px;
    background-image: url(/img/loadanima.svg);
    background-size: contain;
    background-color: rgb(195, 68, 68);
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
header {
    padding: 10px;
}
.vidroF {
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0.8em;
    line-height: 1em;
}

.lutosC {
    width: 45%;
    margin: auto;
    text-align: center;
    border: rgb(151, 151, 151) solid 1px;
    position: relative;
    padding: 10px;
    background-image: url(/falecimento/4.png);
    /* background-image: url(/falecimento/1.jpeg); */
    background-size: cover;
    border-radius: 8px;
    box-shadow: inset white 10px 0px 10px 10px, rgba(0, 0, 0, 0.51) 1px 1px 5px 2px;
}
.lutosC > img {
    position: absolute;
    left: 0px;
    top: 0px;
}
.itensHtml img {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.nota {
    padding: 0.8em;
    margin: 0.3em auto;
    width: 90%;
    border: rgb(136, 136, 136) solid 1px;
    position: relative;
    background-color: white;
    border-radius: 8px;
}
.icfechar {
    background-color: white;
    padding: 2px;
    width: fit-content;
    margin: 10px;
}
.icfechar:hover {
    cursor: pointer;
}
.ver {
    padding: 5px;
    padding: 2px 20px;
    cursor: pointer;
}



@media (max-width: 920px) {
    .lutosC {
        width: 95%;
    }
    .cardfalec > div {
        display: block;
    }
    .fotoNome {
        display: block;
        padding: 5px;
        align-items: center;
    }
    
    
}
@media (max-width: 361px) {
    .lutosC {
        width: 100%;
    }
    
}