.bgCustom1{
    background-color: #faf9f7;
}
.container-custom {
    max-width: 100%;
}
@media (min-width: 1200px) {
    .container-custom {
        max-width: 90%;
    }
}
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {background: #fff;}
::-webkit-scrollbar-thumb {background: #d8d8d8;-webkit-border-radius: 10px;border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background: #555;}
.btn-custom-color {
    background-color: #107c24;
    color: #fff;
    font-size: 0.813rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.btn-custom-buy {
    padding: 0.9rem 0;
}
.btn-custom-color:hover{
    background-color: #12511e !important;
    color: #fff;
}

/* Header */
    .headerBG {
        
    }

    #menuHeaderMobileBG,
    #menuHeaderBG {
        /* background-color: #a22524; */
        background-color: #536f19;
        z-index: 1040;
    }
    .funeralCategory{
        background-color: #384919;
    }

    .h1 {
        /* color: #9A5F63; */
    }
    .desc {
        /* color: #4C332C; */
    }

    footer {
        /* border-top: 12px solid #9a5f63;
        background: #FFDDDD; */
    }


    /* ---TEXTO--- */
	.titleLine {
		display: flex;
		flex-basis: 100%;
		align-items: center;
		color: #000;
		margin: 8px 0px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.titleLine::before,
	.titleLine::after {
		content: "";
		flex-grow: 1;
		background: rgba(0, 0, 0, 0.35);
		height: 2px;
		font-size: 0px;
		line-height: 0px;
		margin: 0px 8px;
	}
    .nav-header #logo{
        max-height: 80px
    }
    .autohide{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1030;
    }
    .scrolled-down{
        transform:translateY(-100%); transition: all 0.3s ease-in-out;
    }
    .scrolled-up{
        transform:translateY(0); transition: all 0.3s ease-in-out;
    }
/* */
    .sidebar .nav-item {
        border-bottom: 1px solid #efefef;
    }
    .sidebar .nav-item:last-child {
        border-bottom: none;
    }
    .sidebar li .submenu{
        list-style: none; 
        margin: 0; 
        padding: 0; 
        padding-left: 1rem;
        padding-right: 1rem;
        /* padding-left: 2rem; */
    }
    /* .sidebar .submenu a:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0da';
        margin-right: 0.5rem;
    } */
    .sidebar .nav-link {
        font-weight: 500;
        color: var(--bs-dark);
    }
    .sidebar .nav-link:hover {
        color: var(--bs-dark);
        background: #efefef;
    }
/* custom scroll */ 
    .offcanvas ::-webkit-scrollbar,
    .modal ::-webkit-scrollbar {
        width: 7px;
    }
    .offcanvas ::-webkit-scrollbar-track,
    .modal ::-webkit-scrollbar-track {
        background: #d6d6d6; 
    }
    .offcanvas ::-webkit-scrollbar-thumb,
    .modal ::-webkit-scrollbar-thumb {
        background: #808080;
        -webkit-border-radius: 10px;
        border-radius: 10px; 
    }
    .offcanvas ::-webkit-scrollbar-thumb:hover,
    .modal ::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }
/* */
    #go_top {
        border: 1px solid #ccc;
        bottom: 10px;
        left: 10px;
        position: fixed;
        z-index: 99;
    }
    #whats_link {
        position: fixed;
        bottom: 15px;
        right: 15px;
        width:50px;
        height:50px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:31px;
        box-shadow: 1px 1px 2px #888;
        z-index:99;
    }
/* partial.components */
    #load {
        display: none;
        background-color: rgba(0,0,0,0.50);
        color: #fff;
        cursor: wait;
        font-size: x-small;
        font-weight: bold;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
    }
    #politics {
        background: #000;
        color: #fff;
        display: none;
        font-size: 0.75rem;
        opacity: 0.8;
    }
    #politics div {
        max-width: 700px!important;
    }
    #politics a {
        color: #fff;
        text-decoration: underline;
    }
    @media(max-width: 600px){
        #politics {
            width: 100% !important;
        }
    }

/*  */

/* Pagination */
    .pagination {
        /* --bs-pagination-color: #808080;
        --bs-pagination-hover-color: #6d6d6d;
        --bs-pagination-active-color: #fff;
        --bs-pagination-active-border-color: #33055b;
        --bs-pagination-active-bg: #502a71;
        --bs-pagination-hover-bg: #ffc0f7; */

        /* --bs-pagination-color: #808080;
        --bs-pagination-hover-color: #6d6d6d;
        --bs-pagination-active-color: #fff; */
        --bs-pagination-active-border-color: var(--bs-dark);
        --bs-pagination-active-bg: var(--bs-dark);
        /* --bs-pagination-hover-bg: #ffc0f7; */
    }
    .page-link {
        /* border-radius: 50%; */
        margin: 0 0.2rem;
        color: #2f3236;
    }
    .page-link:hover {
        color: #27493d;
    }
    .page-item.active > .page-link:hover{
        color: #fff !important;
    }

/* content */
    .divScrollBG {
        height: 245px;
        overflow-y: scroll;
        padding: 15px;
    }
    .divScrollBG p{
        line-height: 1.43;
        letter-spacing: -0.1px;
        color: #777;
        font-size: 14px;
    }
    .divScrollBG::-webkit-scrollbar {
        width: 7px;
    }
    .divScrollBG::-webkit-scrollbar-track{
        background: #d6d6d6; 
    }
    .divScrollBG::-webkit-scrollbar-thumb{
        background: #808080;
        -webkit-border-radius: 10px;
        border-radius: 10px; 
    }
    .divScrollBG::-webkit-scrollbar-thumb:hover{
        background: #555; 
    }

/* Footer */
    .social .list-inline-item:not(:last-child) {
        margin-right: 0
    }
    .social a {
        color: #fff;
    }
    .social .fa-inverse {
        color: #000;
    }

/* Custom */
    .stars {
        color: #FFD700;
        /* font-size: 1.2rem; */
    }