.gallery{
	margin: 0px 50px;
	
}
.gallery img{
	transition: 1s;
	padding: 2px;
	width: 250px;
    margin: 20px;
}
.gallery img:hover{
	filter: grayscale(100%);
	transform: scale(1.1);
}
.parrafo-1{
	margin-bottom: 0px;
}
.parrafo-2{
	margin-bottom: 0px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;

}
/*estilos img bordado nuevo*/

.bordado{
	align-content: center;
	margin: 0px 80px;
	
	}
	.bordado img{
		max-width: 100%;
		height: auto;
	}
	
.bordado_index{
	margin: 0px 0px;
}
.bordado_index img{
	max-width: 100%;
	height: auto;
}
.video{
	display: flex;
    justify-content: center;
}
iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}


/*estilos index btn*/

.gallery_container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 20px;
	grid-auto-rows: 150px;
	grid-gap: 1%;
	
}
.gallery_img{
	width: 100%;
	height: 100%;
	margin-top: 5px;
	
}
@media screen and (min-width : 1155px ){
	.gallery_container{
		grid-template-columns: repeat(2, 1fr);
	}
	
}
@media (min-width: 720px) {
	.gallery_container{
		grid-template-columns: repeat(3, 1fr);
	}
	
}
@media (min-width: 1024px) {
	.gallery_container{
		grid-template-columns: repeat(5, 1fr);
	}
	
}
.texto{
	display: flex;
}
.columna-1{
	padding: 25px;
	margin: 0, 10px;
}
.columna-2{
	padding: 25px;
	margin: 0, 10px;
}
.pdfview{
	margin: auto;
	display: block;
	width: 300px;
	height: 50vh;
	
}
