main{
	margin-top: 5px;
	padding: 40px 0;
	background-repeat: repeat;
	background-size: contain;
	font-family: 'Mali', cursive !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Mali', cursive !important;
}

.detalle h3,
.detalle img{
	text-align: center;
}

.detalle img{
	display: block;
	margin: 10px auto;
	max-height: 360px;
}

.resume{
	display: block;
	padding: 0;
	margin: 0 auto 30px;
	max-width: 400px;
	overflow: hidden;
	text-align: center;
}

.resume li{
	list-style: none;
	float: left;
	width: 50%;
	font-size: 13.5px;
	font-weight: 300;
	color: #6a5a4b;
	line-height: 20px;
	margin-bottom: 5px;
}

.resume li.dificultad{
	color: #be2430;
}

.resume span{
	display: flex;
    border: 2px solid;
    width: 60px;
    height: 60px;
    margin: 5px auto 0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 5px;
}

.ingredientes,
.preparacion{
	font-size: 16px;
}

.receta{
    padding: 25px;
    text-align: center;
}

.receta figure{
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
}

.receta figure a{
	display: block;
}

.receta img{
	transition: all .3s ease-in-out;
    transform-origin: center bottom;
    max-width: 100%;
    cursor: pointer;
}

.receta:hover img{
	transform: scale(1.1);
}

.receta figcaption {
    font-size: 16px;
    font-weight: 600;
}

p.no-results{
	text-align: left;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 24px;
	margin: 20px 0 15px;
	font-weight: 500;
}

.preparacion li{
	list-style: none;
	padding-left: 20px;
	position: relative;
}

.preparacion li:before{
	content: '-';
	position: absolute;
	left: 0;
}

.share{
	display: inline-block;
    float: right;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

.share a {
    display: inline-block;
    width: 45px;
    vertical-align: middle;
    margin-left: 5px;
}

.share img{
	margin: 0;
}

@media (min-width: 550px) {
	.resume li{
		width: 25%;
	}
	.receta {
	    padding: 0;
	}
}