
h1, h2 {
	font-family: 'artbrushmedium', sans-serif;
	color: #f89721;
	margin: 0;
}
h1 {
	font-size: 30px;
	text-transform: capitalize;
}

.productos .title {
	padding: 30px;
}

/*PRODUCTOS*/
.productos {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #5b2d10;
}
.productos img {

}
.productos a {
	display: block;
}
.productos .info {
	padding: 15px 0 35px;
}
.productos .info .title {
	font-weight: bold;
	margin: 0 0 15px 0;
	text-transform: capitalize;
}
.productos p {
	font-size: 14px;
}
.producto a:hover {
	opacity: .5;
	-webkit-transition: all .2s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  transition: all .3s ease-in-out;
}


/*IPHONE PORTRAIT*/
@media screen and (max-width: 360px) {
	.productos {margin-top: 0px;}
	.producto a {padding: 15px 20px;}
	.footer {margin-top: 0;}
}
/*IPHONE LANDSCAPE*/
@media (min-width: 321px) and (max-width: 568px) {
	.productos {margin-top: 0px;}
	.producto a {padding: 15px 20px;}
	.footer {margin-top: 0;}
}
/*IPAD and UP*/
@media (max-width:768px) {
	.productos {margin-top: 0px;}
	.producto a {padding: 15px 20px;}
	.footer {margin-top: 0;}
}
@media (max-width:1024px) {
}
@media (max-width:1000px) {
}
@media (max-width: 991px) {
}