.dCatalogo{
			width: 100%;
		}
		.position-relative {
		    position: relative !important;
		}
	    .cover-background {
		    position: relative !important;
		    background-size: cover !important;
		    overflow: hidden !important;
		    background-position: center !important;
		    background-repeat: no-repeat !important;
		    transition: all ease 0.5s;
		    height: 100%;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    }
		    .cover-coleccion {
		    position: relative !important;
		    background-size: cover !important;
		    overflow: hidden !important;
		    background-position: center !important;
		    background-repeat: no-repeat !important;
		    transition: all ease 0.5s;
		    height: 100%;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    }
		.dCont450{
			height: 450px;
			width: 100%;
			overflow: hidden;
		}
		[data-overlay-dark]:before {
		    content: '';
		    position: absolute;
		    width: 100%;
		    height: 100%;
		    top: 0;
		    left: 0;
		    z-index: 1;
		    background: #000000b3;
		    opacity: 0.9;
		    transition: all ease 0.5s;
		}
		.dMinHeight450flex {
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
		.z-index-9 {
    z-index: 9;
}
		.text-white {
		    color: #fff!important;
		    font-weight: bold;
		}
		.dTitNot {
    font-size: 40px;
    font-family: 'Didot LT Std';
    text-decoration: none;
    color: #FFF;
    border-bottom: none;
}
	.dTitNot {
    font-size: 40px;
    font-family: 'Didot LT Std';
    text-decoration: none;
    color: #666;
    border-bottom: none;
}

.dCatalgoItem{
	box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}
.dSeparador {
    width: 80px !important;
    height: 2px;
    background-color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.dCatalgoItem{
		width: 24%;
	    background-color: white;
	    float: left;
	    height: 285px;
	    margin:0.5%;
	}

.dCatalgoItemProduct{
	width: 24%;
	background-color: white;
	float: left;
	height: 285px;
}
	/*
}
Estilos originales
	.dTitCat{
		font-size: 2.2rem;
	    height: 200px;
	    width: 200px;
	    background: #000000a6;
	    border-radius: 100px;
	    vertical-align: middle;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 10px;
	    transition: all ease 0.5s;
	    color: #fff;
	}
	.dTitCat:hover{
		    font-size: 2.8rem;
		    background: #000000a6;
		    border-radius: 0px;
		    vertical-align: middle;
		    text-align: center;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    padding: 20px;
		    transition: all ease 0.5s;
		    border: 2px solid #fff;
		    width: 100%;
		    height: 100%;
		    color: #fff;

	}
	
	.dTitCat:hover:before {
	    border: 1px solid #fff;
	    content: "";
	    display: block;
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	    pointer-events: none;
	    background:transparent;
	    transition: all ease 2.5s;
	    border-radius: 0;
	    color: #fff;
	    z-index: 0;
}*/
.dTitCat{
		font-size: 2.2rem;
	    height: 100%;
	    width: 100%;
	    background: #000000a6;
	    border-radius: 0;
	    vertical-align: middle;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 10px;
	    transition: all ease 0.5s;
	    color: #fff;
	}
	.dTitCat:hover{
		    font-size: 2.8rem;
		    background: transparent;
		    border-radius: 0px;
		    vertical-align: middle;
		    text-align: center;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		    padding: 20px;
		    transition: all ease 0.5s;
		    border: none;
		    width: 100%;
		    height: 100%;
		    color: #fff;

	}
	
	.dTitCat:hover:before {
		    border: none;
		    content: "";
		    display: block;
		    position: absolute;
		    top: 10px;
		    left: 10px;
		    right: 10px;
		    bottom: 10px;
		    pointer-events: none;
		    background: transparent;
		    transition: all ease 2.5s;
		    border-radius: 0;
		    color: #fff;
		    z-index: 0;
	}
.dBorder{
		display: none;
		width: 25%;
	    border-bottom: solid 2px;
	    float: left;
	    overflow: hidden;
	    position: absolute;
	    bottom: 35%;
	}
.dTitCat:hover .dBorder{
	display: block;
}
@media screen and (max-width: 720px){

	.dCatalgoItem {
	    width: 100% !important;
	    margin: 0.5%;
	    background-color: white;
	    float: left;
	    height: 285px;
	    margin-bottom: 15px;
	}

	.dCatalgoItemProduct{
		width: 100% !important;
	    margin: 0.5%;
	    background-color: white;
	    float: left;
	    height: 285px;
	    margin-bottom: 15px;
	}

}