.tituloprodu{
	    color:#059A2B;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 4%;
    text-align: center;
}
.lineaprodu{
	border-bottom: 1px solid #006D9E;
	width: 4%;
	margin-bottom: 2%;
}
.btn-buscar{
	color: #059B2B;
    font-size: 14px;
    background-color: white;
    border: 1px solid #059B2B;
    border-radius: 6px;
    width: 50%;
    transition: 0.4s;
    margin-bottom: 11%;
}
.campobusca{
	display: flex;
	justify-content: center;
	align-items: center;
}
.formulario{
	width: 25%;
}
.imagen{
	width: 100%;
	height: 208px;
	display: flex;justify-content: center;align-items: center;
	border: 1px solid #eee;

}
.imagen>img{
	max-height: 100%;
}
.nombre{
	color: black;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}
.margen-pro{
	margin-bottom: 3%;
}