

.candles {
    margin-bottom: 100px;
}

.bold {
    font-weight: bolder;
}

.text {
    margin-bottom: 50px;
}

.facebookLogo {
    margin-left: 30px;
}

.shareEditeDiv {
    text-align: start;
    /* display: flex; */
    justify-content: start;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0; 
    padding-left: 0;/
}


.facebookLogo {
    margin-left: 0; 
    margin-right: 10px; 
}

.share {
    position: relative;
    top: 3px;
    margin-right: 30px; 
    
}
.notice{
    margin-left: 5px;
}

.notice:hover {
    color: rgb(85, 85, 85);

}

.share:hover{
    color: rgb(85, 85, 85);
}

a:hover{
    font-weight: normal;
}


a, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}


.modal-title{
    font-size: 25px;
}

.memorial-div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.memorial-info {
    font-size: 14px;
}

.linhaAmarela2 {
    width: 90%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 100px;
    display: block;

 
}

.imgSpace {
    margin-right: 30px;
}

.photoSize {
    width: 205px;
    height: 250px;
    /*object-fit: cover; */
}


.button-img {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

.button-img.imgSpace {
    margin-left: 10px;
    /* ou ajuste conforme necessário */
}

.userIcon {
    margin-bottom: 5px;
    margin-right: 5px;
}

.crossIcon {
    margin-right: 5px;
}

.photonull {
    width: 350px;
    height: 400px;
    background-color: aliceblue;
}

.headerCard {
    background-color: rgba(195, 156, 66, 0.4);
}

.buttonCard {
    background-color: rgba(195, 156, 66);
    border-color: rgba(195, 156, 66);
    transition: background-color 0.3s ease;
    height: 100%;
    width: 100%;
}

.buttonCard:hover {
    background-color: rgba(195, 156, 66, 0.8);
}


.allemptyHead {
    padding-left: 30px;
    min-height: 25px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: rgb(76, 60, 21);
}

.emptyExtraHead {
    padding-left: 30px;
    min-height: 55px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: rgb(76, 60, 21);
}

.notemptyHead {
    padding-left: 30px;
    font-weight: bold;
    color: rgb(76, 60, 21);
}

.extra-count {
    font-size: 22px;
    font-weight: bolder;
    color: rgb(49, 38, 13);
}

.allemptyBody {
    min-height: 80px;

}

.notemptyBody {
    min-height: 80px;
}

.emptyExtraBody {
    min-height: 36px;
}

@media (max-width: 575.98px) {
    .emptyExtraBody {
        min-height: 80px;
    }
}



.list-group.list-group-flush .list-group-item {
    border: none;
}

.textBody {
    font-weight: bold;
    font-size: 14px;
}

.pagination li a {
    opacity: initial;
}

.paginationDiv {
    display: flex;
    justify-content: flex-end;
    color: black !important;
    margin-bottom: 100px;
}

.pagination {
    color: black !important;
    border-color: black;
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;

}

.page-item {
    color: black;

}


.page-link {
    color: black;
}

.page-link:hover{
    font-weight: normal;
}



.page-item.active .page-link {
    background-color: rgba(195, 156, 66) !important;
    border: rgba(195, 156, 66);
}

.buttonLink {
    display: inline-block;
    background-color: rgba(195, 156, 66);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.buttonLink:hover{
    background-color: #c5972b;
    font-weight: normal;
}
.massInformation {
    font-weight: bold;
}

.link {
    text-decoration: none;
}

.pagination .page-item a.page-link {
    text-decoration: none;
}


.pagination .page-ite a.page-link:hover {
    text-decoration: none;
    color: inherit;
}

.pagination .page-item.active a.page-link {
    font-weight: bold;
}

.page-item.active:hover{
    font-weight: normal;
    color: rgb(230, 230, 230);
}
a{
    text-decoration: none;
}

span.text-decoration{
    text-decoration: none;
}

@media (max-width: 575.98px) {
.extra-margin{
    margin-bottom: 20px;
}
}

.yellow-border-container {
    background-color: #C39C42;
    padding: 5px;
    padding-bottom: 10px;
    color: rgb(0, 0, 0);
    width: 100px;
    height: auto;
    cursor: pointer; 
    border-radius: 4px;
    margin-left: 20px;
    transition: background-color 0.3s ease;
}

.white-border-container {
    background-color: #FFFFFF;
    padding: 5px;
    padding-bottom: 10px;
    color: rgb(0, 0, 0);
    width: 100px;
    height: auto;
    cursor: pointer; 
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.img-yellow-cards{
    width: 40px;
    height: auto;
}

.text-size{
    font-size: 13px;
}

.yellow-border-container:hover{
    background-color: #bd912c;
}

.btn-primary{
    background-color: #C39C42;
    border: #C39C42;
    text-decoration: none;

}

.btn-primary:hover{
    background-color: #bd912c;
    font-weight: normal; 
}

.btn-primary:focus{
    background-color: #bd912c;
}

.btn-secondary:hover{
    font-weight: normal;
}

.div-button{
    text-align: center;
}

.button-container {
    width: 100px;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #C39C42;
    color: white;
    border: 5px solid #C39C42;
    margin-left: 16px;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.button-container:hover {
    background-color: #bd912c;
    border: 5px solid #bd912c;
    font-weight: normal;
}

@media (max-width: 1200px) {
    .yellow-border-container {
        
        padding: 5px;
        width: 82px;
        height: auto;
        margin-left: 20px;
    }

    .text-size{
        font-size: 10px;
    }

    .button-container{
       
        width: 82px;
        margin-top: 10px;
        border-radius: 4px;
        background-color: #C39C42;
        color: white;
        margin-left: 14px;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .yellow-border-container {
      
        width: 90px;
        height: auto;
    }

    .col4 {
        width: 100%;
    }

    .button-container{
        width: 90px;
        margin-left: 16px;
        font-size: 12px;
    }

    .container-cfm {
        /*margin-right: 360px;*/
   
    }
}

@media (max-width: 768px) {
    .container-cfm {
        margin-right: 0px;

    }
}

@media (max-width: 401px) {
    .container-cfm {
        margin-right: 0px;
   
    }
}


.uppercaseName{
    text-transform: capitalize
}

/*
.espacop{
    margin-top: 20px;
    padding-right: 100px; 
    padding-left: 100px;
}
*/

@media (max-width: 1400px){
    /*
    .espacop{
        
        padding-right: 0px; 
        padding-left: 0px;
    }
    */
}

.title1{
    margin-top: 100px;
    margin-bottom: -10px;
}

.centerText{
    padding-right: 150px; /* Ajuste conforme necessário */
    padding-left: 150px;
}