.catalogo1-banner{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)),  url('../img/catalogo/slider_n2.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.catalogo1{
    padding: 1rem;
}
.catalogo1-txt{
	position: absolute;
	left: 9%;
	top: 25%;
	transform: translateY(-50%);
}
.catalogo1-txt h2{
	font-size: 4rem;
	color: #fff;
	margin: 0 0 25px 0;
	font-weight: 600;
	line-height: 1;
	text-shadow: 1px 1px 2px #545454;
}
.catalogo1-txt h2 span{
	font-size: 5.3rem;
	color: #5DC1B9;
	font-weight: 700;
}
.catalogo1-txt p{
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px #545454;
}
/*----------------*/
.catalogo1-1 p{
	font-size: 1.1rem;
	font-weight: 500;
	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:nth-child(1){
	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: #5A3926;
    border-radius: 0.5rem;
	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: white;
	font-weight: 500;
	margin-bottom: 0;
	padding: 1rem;
	text-align: center;
	
	text-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.itemz h6{
	font-size: 1.1rem;
	font-weight: 600;
	color: #ff4c29;
	text-align: center;
	margin: 15px 0;
}
/* .itemz:hover img{
	transform: scale(1.1);
	transition: 0.5s;
} */
.itemz:hover{
	background-color: #6E3F22;
	transition: all 0.2s;
}
.itemz:hover p{
	color: #fff;
	transition: all;
}
.itemz:hover .img-producto::after{
	background-color: #5a392652;
	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;
    border-radius: 1rem 1rem 0 0;
}
.img-producto::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
	transition: all;
}


/* detalle */

.btn-detalle-img{
	border-radius: 0.5rem;
	width: 50px;
	height: 50px;
	background-position: center;
    background-size: cover;
	border: 0;
	border-bottom: 5px solid #fff;
	vertical-align: top;
}
.btn-detalle-img.active{
	border-bottom: 5px solid #6E3F22;
}

.img-product90 {
	border-radius: 1rem;
    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;
	text-decoration: none;
}

.detalleTags a.detalleIn{
	color: #5A3926 !important;
}


.detalleTags a:hover{
	text-decoration: none;
	color: #5A3926 !important;
}

.detalleTags span{
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
}

.detalleTags{
	padding-top: 50px;
	padding-bottom: 70px;
}

.detallePrecio{
	color: #6d9a33 !important;
}

.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: #572a0e;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 70px;
    border: 2px solid #441c08;
    border-radius: 50px;
    text-decoration: none;
}
.btn-trp:hover{
	color: #572a0e;
	text-decoration: none;
}
.detalleDescripcion{
	padding-top: 80px;
	padding-bottom: 120px;
}
@media(min-width: 320px){
	.catalogo1-txt h2{
		font-size: 2.5rem;
	}
	.catalogo1-txt h2 span{
		font-size: 3.5rem;
	}
	.catalogo1{
		background-position: 10% center;
	}
}
@media(min-width: 375px){
	.catalogo1-banner{
		background-position: center;
	}
}
@media(min-width: 425px){
	.catalogo1-txt h2{
		font-size: 3.2rem;
	}
	.catalogo1-txt h2 span{
		font-size: 4.5rem;
	}
}
@media(max-width: 767px){
	.catalogo1-txt{
		width: 80%;
		top: 22%;
	}
}
@media(min-width: 768px){
	.catalogo1-banner{
		height: 420px;
	}
	.nosotros1-txt h2{
		font-size: 3.8rem;
	}
	.nosotros1-txt h2 span{
		font-size: 5rem;
	}
}
@media(min-width: 1200px){
	.catalogo1-banner{
		height: 500px;
	}
	.catalogo1-txt h2{
		font-size: 4rem;
	}
	.catalogo1-txt h2 span{
		font-size: 5.5rem;
	}
}
@media(min-width: 425px){
	.btn-detalle-img {
		width: 60px;
		height: 60px;
	}
}

@media(min-width: 992px){
    .detalleTitulo {
        padding-top: 0;
    }
	.btn-detalle-img {
		width: 70px;
		height: 70px;
	}
}

@media(min-width: 1200px){
    .catalogo1{
    	padding: 80px 80px;
    }
    .categoria {
        padding-right: 1rem;
    }
	.btn-detalle-img {
		width: 80px;
		height: 80px;
	}
	.img-product90 {
		width: 90%;
	}
}

@media(min-width: 1600px){
	.catalogo1-txt h2 {
	    font-size: 5.5rem;
	    margin-bottom: 30px;
	}
	.catalogo1-txt h2 span {
	    font-size: 7rem;
	}
	.catalogo1-txt p {
	    font-size: 1.3rem;
	}

    .catalogo1{
    	padding: 80px 150px;
    }
    .categoria {
        padding-right: 3rem;
    }
	.img-product90 {
		width: 80%;
	}
}

@media(max-width: 768px){
    .catalogo1{
        padding: 3rem 1rem;
    }
}