.bannercatalogo{
	background-image: url('../img/catalogo/slider_n2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}
.slider-catalogo{
	width: 100%;
}
.slider-catalogo img{
	width: 100%;
}
.catalogo1{
	padding: 40px 30px;
}
.catalogo1-1 p{
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 4rem;

}
.categoria{
	padding-left: 0;
}
.categoria li{
	margin-bottom: 0.8rem;
	color: #272727;
	list-style: none;
}
.categoria li button{
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	justify-content: space-between;
}
.categoria li div{
	color: #7E381F;
	font-size: 1.3rem;
	padding: 0;
	text-align: left;
}
.categoria button{
	transition: all 0.5s;
}
.categoria .active div
,.categoria button:hover{
	color: #603e2d;
	font-weight: 500;
}
.itemz{
	display: block;
	width: 100%;
	margin: 0 auto 1.5rem auto;
	border: 0;
	background: transparent;
	padding: 0;
	text-decoration: none;
}
.itemz_img{
	text-align: center;
	overflow: hidden;
}
.itemz_img img{
	transition: 0.5s;
}
.itemz p{
	font-size: 0.9rem;
	color: #272727;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
	padding: 1rem;
}
.itemz h6{
	font-size: 1.1rem;
	font-weight: 600;
	color: #ff4c29;
	text-align: center;
	margin: 15px 0;
}
.box-btn-detalle-img{
	display: flex;
	gap: .5rem;
}
/* .itemz:hover img{
	transform: scale(1.1);
	transition: 0.5s;
} */
.itemz:hover{
	background-color: #6d9a33;
	transition: all 0.2s;
}
.itemz:hover p{
	
	color: #fff;
	transition: all;
}
.itemz:hover .img-producto::after{
	background-color: rgb(213 207 56 / 40%);
	transition: all;
}

.pag-catalogo{
	padding: 0 120px 8rem 0 !important;
	text-align: right;
}
.pag-catalogo button{
	background: #fff;
	padding: 1px 10px;
	border: 0;
	border-radius: 3px;
	color: #000;
}
.pag-catalogo button:hover{
	background: #ff775c;
	color: #fff;
	transition: 0.5s;
}
.pag-catalogo .active{
	background: #ff775c;
	color: #fff;
}

.img-producto {
    width: 100%;
    position: relative;
	background-color: #ccc;
    background-position: center;
    background-size: cover;
}
.img-producto::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
	transition: all;
}


/* detalle */

.btn-detalle-img{
	width: 7vw;
	height: 7vw;
	max-width: 50px;
	max-height: 50px;
	min-width: 40px;
	min-height: 40px;
	background-position: center;
    background-size: cover;
	border: 0;
	border-bottom: 5px solid #fff;
	vertical-align: top;
}
.box-galeria-detalle{
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.btn-detalle-img.active{
	border-bottom: 5px solid #ff8f2e;
}
.img-product90 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    transition: all 0.2s;
}
.img-product90::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}


.detalleTags a{
	color: #000 !important;
	transition: all 0.5s;
}

.detalleTags a.detalleIn{
	color: #373435 !important;
}


.detalleTags a:hover{
	text-decoration: none;
	color: #373435 !important;
}

.detalleTags span{
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
}

.detalleTags{
	padding-top: 50px;
	padding-bottom: 70px;
}

.detalleTitulo p{
	padding-top: 12px;
}

.detalleTitulo h4{
	padding-top: 25px;
}

.detalleTitulo{
	padding-top: 50px;
}

.titulo-detalleDescripcion:after{
	content: '';
    position: absolute;
    width: 50px;
    height: 8px;
    background: #6d9a33;
    left: 0;
    bottom: -22px;
}

.titulo-detalleDescripcion{
	font-weight: 600;
	position: relative;
	margin-bottom: 60px;
}

.descripcion{
	padding-bottom: 80px;
}

.btn-trp{
	display: inline-block;
    color: #373435;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 70px;
    border: 2px solid #373435;
    border-radius: 50px;
    text-decoration: none;
}
.btn-trp:hover{
	color: #373435;
	text-decoration: none;
}
.detalleDescripcion{
	padding-top: 80px;
	padding-bottom: 120px;
}

@media(min-width: 425px){

}

@media(min-width: 992px){
    .detalleTitulo {
        padding-top: 0;
    }

}

@media(min-width: 1200px){
    .catalogo1{
    	padding: 80px 80px;
    }
    .categoria {
        padding-right: 1rem;
    }

	.img-product90 {
		width: 90%;
	}
}

@media(min-width: 1600px){
    .catalogo1{
    	padding: 80px 150px;
    }
    .categoria {
        padding-right: 3rem;
    }
	.img-product90 {
		width: 80%;
	}
}
