/* ****************** blog ******************  */
img{   max-width: 100%;}
.txt-big-blog{}
.fecha-blog{font-style: italic;margin-bottom: 2rem;}
.bg-img-wrap {position: relative;width: 100%;height: 0;padding-top: calc(100% * (100 / 100));overflow: hidden;}
.bg-img-wrap img{left:0;}


.page-blog{}
.page-blog .bck-blog {
  background-image: url('../img/img_blog_bg_header.jpg');
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  margin-top: 120px;
  display: block;
}
@media screen and (max-width: 1010px) {
	.main-header{padding-top:0px;}
	.main-header .mobile-header {display: block;}
	.main-header .menu {display: none;}
	.page-blog .bck-blog {margin-top: 0;background-size: cover;background-position-x: 55%;}
	.title-int { padding-top: 170px !important;}
	.bck-page { height: 20em !important;}
}
@media screen and (max-width: 800px) {
	.title-int {padding-top: 138px !important;}
	.bck-page { height: 20em !important;}
}
@media screen and (max-width: 600px) {
	.page-blog .bck-blog {background-size: 110%;background-position: -20% bottom;}
	.title-int {padding-top: 133px !important;}
	.bck-page { height: 16em !important;}
	
}
@media screen and (max-width: 415px) {
	.grid-recetas .gd-col-4, .grid-recetas.grid_on .gd-col-4{
		width: 80%;
		left: 50% !important;
		transform: translateX(-50%);
	}
}
