/* Add here all your CSS customizations */

/* Section Featured */
section.recetas {
	background: #EDEADA; /*#f4f4f4;*/
	/*border-top: 5px solid #f1f1f1;*/
	margin: 20px 0;
	padding: 20px 0;
}

section.recetas.section-no-background {
	background: transparent;
	border-top-color: transparent;
}

section.recetas.section-center {
	text-align: center;
}

#fondorecetas {
	background: #EDEADA; /* #0e0e0e; */
	border-top: 4px solid #0e0e0e;
	font-size: 0.9em;
	margin-top: 10px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#recetas {
	background: #0e0e0e;
	border-top: 4px solid #0e0e0e;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#recetas .container .row > div {
	margin-bottom: 25px;
}

#recetas .container input:focus {
	box-shadow: none;
}

/*-----------------------------menu idioma --------------------------------*/

/* Header */
#header .header-btn-collapse-nav {
	margin-top: 18px;
}




/* ----------------------------------------------------------------- */
/*agrego yo para drop down de idioma */
#header .dropdowns-container {
	float: left;
}
#header .dropdowns-container:after {
	content: '';
	display: table;
	clear: both;
}


#header .header-dropdown {
	position: relative;
	float: left;
}
#header .header-dropdown > a {
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	color: #000;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 7px;
}
#header .header-dropdown > a i {
	margin-left: 4px;
}

#header .header-dropdown:first-child > a {
	padding-left: 10;
}
#header .header-dropdown a {
	text-transform: uppercase;
}
#header .header-dropdown a img {
	display: inline-block;
	max-width: 16px;
	height: auto;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}
#header .header-dropdown a:hover, #header .header-dropdown a:focus {
	text-decoration: none;
}
#header .header-dropdown .header-dropdownmenu {
	list-style: none;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 4px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#header .header-dropdown .header-dropdownmenu li {
	padding: 2px 9px;
	line-height: 1;
}
#header .header-dropdown .header-dropdownmenu li a {
	font-size: 11px;
	line-height: 1;
	color: #777;
}
#header .header-dropdown .header-dropdownmenu li a img {
	margin-top: -3px;
}

#header .header-dropdown .header-dropdownmenu li:hover {
	background-color: #ccc;
}
#header .header-dropdown .header-dropdownmenu li:hover a {
	color: #fff;
}
#header .header-dropdown.lang-dropdown .header-dropdownmenu {
	min-width: 98px;
}
#header .header-dropdown:hover .header-dropdownmenu, #header .header-dropdown:focus .header-dropdownmenu {
	display: block;
}
#header .header-dropdown + .header-dropdown,
#header .header-dropdown + .compare-dropdown {
	margin-left: 7px;
}
#header .header-dropdown + .header-dropdown:before,
#header .header-dropdown + .compare-dropdown:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -7px;
	background-color: #eee; 
}


/* Thumb Info Custom Blog */
@media (max-width: 991px) {
	.thumb-info-blog-custom img {
		max-width: 120px;
		margin-bottom: 10px !important;
	}
	/* agrego para menu de idioma ---------------------------------------------*/
	#header .header-dropdown > a {
		padding-left: 5px;
		padding-right: 10px;
	}
	#header .header-dropdown > a i {
		margin-left: 3px;
	}
	/*-------------------------------------------------------------------------*/	
}


