.cat_title{
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #221E1D;
	padding-top: 40px;
	padding-bottom: 40px;
}
.text_content h1{
	padding-bottom: 20px;
	color: white;
	font-size: 16px;
	letter-spacing: 1.2px;
}
.text_content p{
	color: #E8E6E7;
}
.cat_options a{
	color: #6A6A6A;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
}
.cat_options .active,.cat_options a:hover,.cat_options a:focus{
	color: #5F96BD;
}
.cat_options h4{
	font-size: 17px;
	font-weight: 600;
}
.div_cuadrado{
	margin-top: 4px;
	margin-right: 5px;
	height: 8px;
	float: left;
	width: 8px;
	background-color: black;
}
.items_cat{
	padding-left: 0;
	padding-right: 0;
}
.item_cat img{
    transition: 0.5s;
}
.item_cat:hover .item_text_cat {
	border-color: #373133;
}
.item_text_cat{
	transition: 0.1s;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 3px solid #fff;
}
.item_text_cat a{
	border-bottom: 3px solid transparent;
	padding-left: 0;
	padding-right: 0;
}
.franja_cont{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.franja{
	height: 20px;
	background-color: #262425;
}
.cat_options{
	padding: 4rem 0;
}
.content-products > div{
	margin-bottom: 3rem;
}
.img-product{
	width: 100%;
	position: relative;
	background-color: #efefef;
	background-position: center;
	background-size: cover;
}
.img-product::after{
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 110%;
}

/*DETALLE*/
.det_item_text{
	text-align: justify;
	padding-right: 25px;
	position: relative;
}
.det_btn{
	background-color: #262425;
	padding: 15px 20px;
    width: 90%;
}
.det_btn a, .det_btn a:focus, .det_btn a:hover{
	color: #fff !important;
}
.det_item_text p{
	font-size: 0.9rem;
}
.det_item_text h3{
	font-size: 1.5rem;
}
.option_cat{
	padding-bottom: 4rem;
}
.carosuel-detail{
	background-position: center;
	background-size: cover;
	height: 550px;
}

/*@media(min-width: 768px){
	.det_item_img{
		height: 500px;	
		background-image: url('../img/catalogo/2.jpg');
		background-position: center;
		background-size: cover;
	}
}

@media (min-width: 992px){
	.det_item_img {
		background-image: url(../img/catalogo/2.jpg);
		height: 600px;
	}
}*/

@media(max-width: 1200px){
    .carosuel-detail{
	    height: 400px;
    }
}

@media(max-width: 992px){
    .carosuel-detail{
	    height: 280px;
    }
}

@media(max-width: 767px){
    .carosuel-detail{
	    height: 550px;
    }
}

@media(max-width: 576px){
    .carosuel-detail{
	    height: 420px;
    }
}

@media(max-width: 425px){
    .carosuel-detail{
	    height: 300px;
    }
    .det_btn{
        width: 100%;
    }
}

@media(max-width: 375px){
    .carosuel-detail{
	    height: 250px;
    }
}