/* Seccion 1 */
.seccion-1{
	background-image: url('../img/catalogo/image-68.jpg');
	background-size: cover;
	background-position: center;
	height: 705px;
}
.seccion-1 h1{
	font-family: 'Poppins', sans-serif;
	color: white;
	font-size: 5.5rem;
	font-weight: 600;
	text-align: center;
}

/* Seccion 2 */
.seccion-2{
	position: relative; 
	background-color: white;
	height: auto;
}
.seccion-2-img{
	position: absolute; 
	top: -200px;
}

.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: 6rem 30px 0;
}
.catalogo_cat{
	padding: 0 0 0 30px;
}
.catalogo_cat h2{
	font-weight: 400;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 1.2rem;
    padding: 18px 20px;
    background-color: rgb(243, 243, 243);
    color: black;
	border-bottom: 1px solid #cfcfcf;
}
.catalogo_cat ul{
	padding-left: 0;
	margin-bottom: 30px;
}
.catalogo_cat ul li{
	background-color: rgb(243, 243, 243);
	list-style: none;
	margin: 0;
	padding: 18px 20px;
	border-bottom: 1px solid #cfcfcf;
}
.catalogo_cat ul button{
	font-weight: 300;
	font-size: 1rem;
	background: transparent;
	border: 0;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.catalogo_cat ul button.active{
	font-weight: 600;
}

.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_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_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-position: center;
	background-size: cover;
}

.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;
}

/* Filtros */
.contenedor-filtros{
	max-width: 1250px;
	margin: auto;
	position: relative;
	z-index: 10;
}
.fila-categorias ul{
	list-style: none;
	padding-left: 0;
}
.fila-categorias button{
	background-color: transparent;
	color: black;
	border: 1px solid black;
	font-size: 1.8rem;
	padding: 1px 20px;
	font-weight: 400;
	border-radius: 30px;
}
.fila-categorias li{
	margin-right: 20px;
	margin-bottom: 20px;
}
.fila-categorias li .active, .fila-categorias li button:hover{
	color: white ;
	background-color: rgb(49, 74, 35);
}
.fila-productos > div{
	margin-bottom: 50px;
}
.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;
}
.info-producto-nombre{
	margin-top: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.info-producto-descripcion{
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 5px;
}
.info-producto-precio{
	font-size: 1.5rem;
	font-weight: 700;
	color: rgb(49, 74, 35);
}

/* Detalle */
.contenedor-detalle{
	max-width: 1250px;
	margin: auto;
	z-index: 10;
	padding-bottom: 80px;
}
.detalle1{
	/* padding: 4rem 50px; */
	/* max-width: 1200px; */
	/* margin: auto; */
}
.detalle1_txt h2{
	font-weight: 600;
    font-size: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
	color: rgb(49, 74, 35);
}
.detalle1_txt p{
	font-size: 1.3rem;
}
.detalle1_txt ul li{
	font-size: 1.3rem;
	margin: 5px 0;
}
.contenedor-pdf{
	border: 1px solid rgb(215, 215, 215);
    border-radius: 10px;
    padding: 10px 20px;
    padding-left: 0px;
}
.btn-descargar{
    background-color: rgb(54, 73, 39);
    color: white;
    font-size: 1.5rem;
    padding: 12px 40px;
    /* margin-right: 20px; */
}
.btn-descargar:hover{
    color: white;
    background-color: rgb(38, 53, 25);
}

@media (max-width: 1440px) {
	.contenedor-filtros{
		max-width: none;
		padding-left: 30px;
		padding-right: 30px;
	}
	.contenedor-detalle{
		max-width: none;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1200px) {
    .seccion-1{
        height: 600px;
    }
}

@media (max-width: 992px) {
    .seccion-1{
        height: 500px;
        padding: 0 30px;
    }
	.seccion-2-img{
		top: -130px;
	}
}

@media (max-width: 850px) {
	.contenedor-pdf{
		flex-direction: column;
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
    .seccion-1{
        height: 400px;
    }
    .seccion-1 h1{
        font-size: 4rem;
        text-align: center;
    }
	.seccion-2-img{
		display: none !important;
		visibility: hidden !important;
	}
	.contenedor-filtros{
		padding-top: 50px;
	}
	.contenedor-detalle{
		padding-top: 50px;
	}
}

@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;
	} */
	.detalle1_txt > div:last-child{
		margin-top: 0 !important;
	}
}

@media (max-width: 576px) {
    .seccion-1{
        height: 350px;
    }
	.seccion-1 h1{
		position: relative;
		top: 30px;
	}
}

@media (max-width: 575px) {
	.contenedor-pdf{
		flex-direction: row;
	}
	.detalle1_txt{
		padding-top: 30px;
	}
}

@media (max-width: 470px) {
	.contenedor-pdf{
		flex-direction: column;
	}
}

@media(max-width: 425px){
	.seccion-1{
        height: 300px;
    }
    .seccion-1 h1{
        font-size: 3rem;
    }
	/* .detalle1{
		padding-top: 0;
	}
	.btn_detalle{
		justify-content: center !important;
	} */
	.contenedor-filtros{
		padding-left: 20px;
		padding-right: 20px;
	}
	.contenedor-detalle{
		padding-left: 8px;
		padding-right: 8px;
	}
	.btn-descargar{
		font-size: 1.3rem;
	}
}

@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){

}


