.bannercatalogo{
	background-image: url('../img/catalogo/banner.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
}
.slider-catalogo{
	width: 100%;
}
.slider-catalogo img{
	width: 100%;
}
.catalogo1{
	padding: 40px 30px;
}
.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: #E0072F;
	font-weight: 500;
}
.itemz{
	border-radius: 1rem 1rem 0 0;
	display: block;
	width: 100%;
	border: 0;
	padding: 0;
	max-width: 450px;
	height: 100%;

	text-decoration: none;
	background-color: #201E1E;
	transition: all .15s ease-in-out !important;
}
.div-producto{
	margin-bottom: 2rem;
}
.itemz_img{
	text-align: center;
	overflow: hidden;
	height: max-content;
}
.itemz_img img{
	transition: 0.5s;
}
.itemz p{
	font-size: 0.9rem;
	color: white !important;
	font-weight: 500;
	margin-bottom: 0;
	padding: 1rem .5rem;
	text-align: center;

	display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita a 2 líneas */
    line-clamp: 2; /* Propiedad estándar */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemz:hover p{
	color: #fff;
	transition: all;
}
.itemz:hover .img-producto::after{
	border-radius: 1rem 1rem 0 0;
	background-color: #e0072f15;
	transition: all .15s ease-in-out;
}

.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 {
	border-radius: 1rem 1rem 0 0;
    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 .15s ease-in-out;
}


/* detalle */
.detalle-div{
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}
.detalle-descripcion{
	width: 50%;
}
.div-imagenes{
	width: 50%;
	max-width: 450px;

	display: flex;
	flex-direction: column;
	gap: .5rem;
}
.img-detalle{
	border-radius: .5rem;
	margin-left: auto;
    width: 100%;
	background-color: #efefef;
    background-position: center;
    background-size: cover;
    position: relative;
}
.img-detalle::after{
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 100%;
}
.carousel-item{
	transition: all .2s ease-in-out;
}
.indicadores-carucel{
    display: flex;
    gap: .5rem;
}
.indicadores-carucel button {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    height: 5vw;
    width: 5vw;
    max-width: 60px;
    max-height: 60px;
    min-width: 40px;
    min-height: 40px;
    border-radius: .25rem;
    opacity: 0.4;
    transition: all .2s ease-in-out;
}

.indicadores-carucel button.active {
    opacity: 1;
}
/*---------*/

.detalleTags a{
	color: #000 !important;
	transition: all 0.5s;
}

.detalleTags a.detalleIn{
	color: #E0072F !important;
}


.detalleTags a:hover{
	color: #E0072F !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;
}


.descripcion{
	padding-bottom: 80px;
}

.btn-trp{
	display: inline-block;
    color: #E0072F;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 70px;
    border: 2px solid #E0072F;
    border-radius: 50px;
    text-decoration: none;
}
.btn-trp:hover{
	color: #E0072F;
	text-decoration: none;
}
.detalleDescripcion{
	padding-top: 80px;
	padding-bottom: 120px;
}


@media(min-width: 992px){
    .detalleTitulo {
        padding-top: 0;
    }
}

@media(min-width: 1200px){
    .catalogo1{
    	padding: 80px 80px;
    }
    .categoria {
        padding-right: 1rem;
    }
}

@media(min-width: 1600px){
    .catalogo1{
    	padding: 80px 150px;
    }
    .categoria {
        padding-right: 3rem;
    }
}

@media(max-width: 992px){
	.bannercatalogo{
		justify-content: center !important;
		height: 400px;
	}
	.detalle-div{
		flex-direction: column;
	}
	.div-imagenes{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.detalle-descripcion{
		width: 100%;
	}
}