/* Seccion 1 */
/* .seccion-1-bg{
	background-image: url(../img/catalogo/borde.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
}

.inicio1_item_txt p{
	font-size: 0.9rem;
	margin-bottom: 8px;
	font-weight: 300;
	overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.inicio1_item_txt {
    padding: 20px 16px 10px;
	text-align: left;
}
.inicio1_item{
    display:block !important;
    width: 100%;
	color: #000 !important;
    text-decoration: none;
    transition: all 0.2s;
} */
/* .inicio1_item:hover{
    background-color: #fee870;
    transition: all 0.2s;
}
.inicio1_item:hover .ini_tit1{
    color: #000;
}
.inicio1_item:hover .img-prod-catalogo::after{
    background-color: rgb(254 232 112 / 40%);
    transition: all 0.2s;
} */
.catalogo2{
	padding: 95px 30px 0;
}
.catalogo_cat{
	/* padding: 0 0 0 30px; */
	max-width: 1600px;
	margin: auto;
}
.catalogo_cat h2{
	font-weight: 700;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 1.5rem;
    padding: 18px 30px;
    color: #4b4f50;
}
.cont-categorias{
	background-color: #e5e5e5;
	padding-top: 20px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.cont-categorias button{
	font-weight: 400;
	border: none;
	background: none;
	font-size: 1.1rem;
	margin-right: 40px;
	margin-bottom: 25px;
	position: relative;
}
.cont-categorias button.active{
	color: #014a50;
	font-weight: 700;
}
.cont-categorias button.active::before{
	content: '';
	width: 25px;
	height: 5px;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #014a50;
}
.cont-cards-prod{
	max-width: 1540px;
	margin: auto;
}
.card-prod{
	padding: 20px;
	display:block;
    width: 100%;
	text-decoration: none;
	border: 1px solid #dedede;
	margin-bottom: 24px;
}
.card-titulo{
	color: #014a50;
	font-size: 1.4rem;
	margin-bottom: 15px;
	padding-left:15px ;
}
.card-prod > div{
	margin-top: 20px;
}
.card-prod-btn{
	border: 6px solid #cbcbcb;
	color: black;
	padding: 3px 20px;
}
.card-prod-btn:hover{
	border: 6px solid #c7b180;
}
.card-prod-precio{
	font-family: 'Montserrat', sans-serif;
	color: black;
	font-weight: 700;
	margin-bottom: 0;
}

.img-prod-catalogo{
	width: 100%;
    position: relative;
	background-color: #efefef;
    background-position: center;
    background-size: cover;
}
.img-prod-catalogo::after{
	content: '';
    width: 100%;
    padding-bottom: 120%;
    display: block;
	transition: all 0.2s;
}
.catalogo_pag{
	text-align: right;
}
.catalogo_pag .pagination .page-link{
	border: 0;
	color: #333;
	font-size: 1rem;
	margin: 0 5px;
	text-decoration: none;
	padding: 6px 12px;
	box-shadow: none !important;
}
.catalogo_pag .page-item.active .page-link {
	color: #000;
	background-color: #fee870;
	border-color: #fee870;
}

/*DETALLE*/
.detalle1{
	padding: 96px 20px;
	max-width: 1620px;
	margin: auto;
}
.detalle_cat h2{
	font-weight: 700;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 1.5rem;
    padding: 18px 0;
    color: #4b4f50;
}
.detalle1_txt h2{
	font-weight: 700;
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
	color: #014a50;
}
.detalle1_txt p{
	font-size: 1rem;
}
.detalle1_txt p span{
	color: #ccc;
    text-decoration-line: line-through;
    margin-right: 10px;
}
.detalle1_txt h4{
	font-weight: 300;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	display: inline-block;
}
.detalle1_txt ul li{
	font-size: 0.9rem;
	margin: 5px 0;
}
.detalle1 > .row{
	border: 1px solid #dedede;
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 60px;
}
.btn-regresar{
	display: inline-block;
	text-decoration: none;
	border: 6px solid #014a50;
	color: black !important;
	padding: 3px 20px;
}
.btn_detalle{
	display: none !important;
	visibility: hidden !important;
	margin-top: 80px;
	/* margin-bottom: 5rem; */
	justify-content: end;
}
.btn_detalle a{
	display: inline-block;
	text-decoration: none;
	border: 6px solid #014a50;
	color: black !important;
	padding: 3px 20px;
	border-radius: 0;
}
.detalle1_img > img{
	height: auto !important;
}
.detalle1_img a img{
	padding-bottom: 8px;
	transition: 0.5s;
}
.detalle1_img .active img{
	background: #fee870;
	transition: 0.5s;
}
.detalle1_img button{
	text-decoration: none;
	outline: none;
	display: inline-block;
    padding: 8px 3px;
	box-shadow: none !important;
}
.content-img-detail{
	background-color: #efefef;
	background-position: center;
	background-size: cover;
	transition: all 0.4s;
	position: relative;
}
.content-img-detail::after{
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.btn-galery-detail{
	width: 50px;
	height: 50px;
	background-color: #dcbcad;
	/* background-position: center; */
	/* background-size: cover; */
}
.carousel-indicators [data-bs-target] {
	background-color: #dcbcad;
	opacity: 1;
	width: 50px;
	height: 15px;
}
.carousel-indicators .active {
    background-color: #017a73;
}
.carousel-indicators{
	bottom: -60px;
	justify-content: end;
	margin-right: 9px;
	margin-left: 9px;
}

.ini_cont_item > div {
    padding: 0 8px;
    margin-bottom: 30px;
}
.ini_tit1{
	font-weight: 600 !important;
}
.ini_tit2 {
    font-weight: 500 !important;
}
.ini_tit2 span {
    color: #ccc;
    text-decoration: line-through;
    margin-right: 8px;
}
.ini_tit3 {
	font-weight: 400 !important;
}
.inicio1_sec_precio{
	border-top: 1px solid #e6e6e6;
	padding: 20px 16px;
}
.inicio1_sec_precio img{
	background-color: #efefef;
	padding: 4px;
	border-radius: 50%;
	width: 28px;
}
.inicio1_sec_precio h6{
	font-size: 0.9rem;
	margin-bottom: 0;
}
.inicio1_precio_1{
	text-decoration: line-through;
	margin-right: 10px;
}
.inicio1_precio_2{
	font-weight: 600;
}

@media(max-width: 992px){
	#carouselExampleIndicators{
		height: 90%;
	}
	/* .carousel-indicators{
		bottom: 5%;
	} */
}

@media(max-width: 768px){
	.catalogo2{
		padding-top: 30px;
	}
	.detalle1{
		padding-top: 30px;
		padding-bottom: 0;
	}
}

@media(max-width: 767px){
	.catalogo_cat {
	    padding: 0;
	    /* margin-bottom: 8rem; */
	}
	.catalogo_item > div{
		padding: 0;
		text-align: center;
	}
	.catalogo_pag .pagination a{
		margin: 0;
	}
	.detalle1_txt h2{
		margin-top: 0;
	}
	.detalle1_txt h4{
		display: inline-block;
		margin-top: 4rem;
	}
	/* .detalle1 {
	    padding: 4rem 15px 0 15px;
	} */
	.cont-btn-regresar{
		display: none !important;
		visibility: hidden !important;
	}
	#carouselExampleIndicators{
		margin-top: 30px;
	}
	.btn_detalle{
		display: flex !important;
		visibility: visible !important;
		justify-content: flex-start !important;
	}
}

@media(max-width: 576px){
	.card-titulo{
		padding-left: 0;
	}
}

@media(max-width: 425px){
	.catalogo_cat h2{
		text-align: center;
	}
	.detalle_cat h2{
		text-align: center;
	}
	/* .detalle1{
		padding-top: 0;
	} */
	
	.catalogo2{
		padding-left: 20px;
		padding-right: 20px;
	}
	.card-titulo{
		font-size: 1.2rem;
	}
	.card-prod-btn{
		font-size: 0.9rem;
	}
	.btn_detalle{
		justify-content: center !important;
	}
	.detalle1_txt h2{
		font-size: 1.2rem;
	}
}

@media(min-width: 320px){

}
@media(min-width: 375px){

}
@media(min-width: 425px){

	.btn-galery-detail{
		width: 60px;
		height: 60px;
	}
	.detalle1_txt h2{
		font-size: 1.8rem;
	}
}

@media(min-width: 768px){

	/* .catalogo2 {
		padding: 6rem 30px 2rem;
	} */
	/* .content-img-detail{
		width: 95%;
	} */
	/* .btn_detalle {
		margin-top: 4rem;
		margin-bottom: 1rem;
	} */
}
@media(min-width: 992px){

	.btn-galery-detail{
		width: 70px;
		height: 70px;
	}
	.detalle1_txt h2 {
		font-size: 2rem;
	}
	/* .btn_detalle {
		margin-top: 5rem;
		margin-bottom: 5rem;
	} */
}
@media(min-width: 1200px){

	.btn-galery-detail{
		width: 96px;
		height: 96px;
	}
	/* .content-img-detail{
		width: 80%;
	} */
	/* .detalle1 {
		padding: 6rem 50px;
	} */
}
@media(min-width: 1400px){

	.detalle1_txt ul li {
		font-size: 1rem;
	}
}
@media(min-width: 1600px){

	.catalogo_item .inicio1_item{
        width: 90%;
    	display: block;
    	margin: auto;
    }
}
@media(min-width: 1900px){

}