/*
Theme Name: Naiciña
Theme URI: http://materialwp.com
Author: Hacce Soluciones TIC
Author URI: http://hacce.com
Description: Material Design WordPress Theme
Version: 0.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: materialwp
Tags: right-sidebar, fluid-layout, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MaterialWP is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.form-control-wrapper .form-control, .form-control, fieldset[disabled] .form-control:focus, .form-control-wrapper .form-control:focus, .form-control:focus, fieldset[disabled] .form-control.focus, .form-control-wrapper .form-control.focus, .form-control.focus {
	padding: 0;
	float: none;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #757575;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #337ab7;
}

a:visited {

}

a:hover,
a:focus,
a:active {
	color: #3f51b5;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-bottom: 40px;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding-right: 20px;
	padding-bottom: 40px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget ul {
	padding: 15px;
	margin-left: 0;
}

.widget-area ul li {
	list-style: none;
}

.widget .textwidget, .widget #calendar_wrap, .widget .tagcloud, .widget .form-search {
	padding: 15px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
#primary {
	/*
	word-wrap: break-word;
	-ms-word-break: break-all;
    Be VERY careful with this, breaks normal words wh_erever
	word-break: break-all;
	Non standard for webkit
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	*/
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta span,
.entry-footer span  {
	margin-right: 20px;
	display: inline-block;
}

.entry-meta span:last-child,
.entry-footer span:last-child {
	margin-right: 0;
}

.entry-meta span a,
.entry-footer span a {
	color: #777;
	text-decoration: none;
	font-size: 90%;
}

.entry-meta span a:hover,
.entry-footer span a:hover {
	text-decoration: underline;
}

.entry-meta span i,
.entry-footer span i {
	color: #777;
	font-size: 80%;
}

.entry-footer .edit-link {
	float: right;
}

.entry-container {
	padding: 35px;
}

.entry-container h1{
	margin-top: 0;
}

.entry-container h1 a{
	color: #404040;
}

.entry-container h1 a:hover{
	text-decoration: none;
	color: #3f51b5;
}

a.read-more {
	text-transform: uppercase;
	color: #404040;
	font-weight: 500;
}

a.read-more:hover {
	text-decoration: none;
	color: #3f51b5;
}

.card {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
}

.card .entry-img {
	background-color: #F4F4F4;
}

.site-footer {
	background-color: #374147;
	padding: 40px 0;
	color: #fff;
	margin-top: 30px;
}

.site-footer a {
	color: #fff;
	opacity: 0.6;
}

.site-footer a:hover {
	color: #fff;
	opacity: 1;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
#secondary {
	word-wrap: break-word;
	-ms-word-break: break-all;
     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
    hyphens: auto;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}

.comments-area {
	padding: 35px;
}

.comments-title, .comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #eee;
}

ol.comment-list {
	list-style:none;
	padding-left: 0;
}

.comment-author .avatar {
	margin-right: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 4px;
}

.comment-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.comment-details .reply {
	margin-top: 10px;
}

.comment-date a {
	font-size: 11px;
	color: #777;
	margin-right: 10px;
}

#commentform #comment {
	width: 100% !important;
}

#commentform #submit {
	position: relative;
	padding: 8px 30px;
	border: 0;
	margin: 10px 1px;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255,255,255,.84);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	outline: 0!important;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	-webkit-transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);
	transition: box-shadow .28s cubic-bezier(0.4,0,.2,1);

	color: rgba(0,0,0,.84);
	background-color: transparent;
	border-color: #ccc;
}

#commentform #submit:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/
#Container .mix{
	display: none;
}

.btn:not(.btn-link):not(.btn-flat).active {
	box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);
}

.portfolio-list .mix h4 {
	padding: 10px;
	margin: 0;
}

.portfolio-list .mix h4 a {
	color: #404040;
	font-size: 12px;
}

.portfolio-list .mix h4 a:hover {
	text-decoration: none;
	color: #3f51b5;
}

.portfolio-img {
	background-color: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
	border-radius: 2px;
	border: 0;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
Naiciña Common
--------------------------------------------------------------*/
body {
	background-color: #fff;
	font-family: 'Roboto';
	font-weight: 300;
}
body, h1, h2, h3, h4, h5, p {
	font-family: 'Roboto';
}
.home header .navbar, .single-producto header .navbar, .single-receta header .navbar {
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.24);
}
.navbar-brand {
	padding-top: 11px;
	height: 100%;
}
.navbar-brand img.logo-otherwise {
	display: inline-block;
}
.navbar-brand img.logo-xs {
	display: none;
}
.navbar-inverse.navbar {
	background-color: #fff;
	font-family: 'Roboto';
	color:  #c8bfa2;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	height: auto;
	margin: 0px;
	padding-top: 0px ;
}
.navbar .navbar-nav>li>a {
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-inverse.navbar .active, .navbar-inverse.navbar li:hover {
	color:  #8cc63e;
}
.navbar .menu-item .dropdown-menu {
	background-color:  #241207;
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.37);
	padding: 16px 0px 10px 0px;
}
.navbar-inverse.navbar .dropdown-menu>li>a {
	color:  #eee5d2;
	padding: 6px 27px 6px 27px;
}
.navbar-inverse.navbar .dropdown-menu>li>a:hover {
	color:  #fff;
}
.navbar-inverse.navbar .dropdown-menu .active>a {
	color:  #fff;
	background-color: rgba(0,0,0,0);
}
.navbar li.menu-item.qtranxs-lang-menu {
	border-left: 1px solid #ede2cf;
}

.cabecera-interiores {
	width: 100%;
	height: auto;
	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
	background-image: url('images/cover.jpg');
	padding: 60px 0px 60px 0px;
}
.cabecera-interiores .title {
	color:  #ffffff;
	font-family: Roboto;
	font-weight: 300;
	text-align: center;
}
.cabecera-interiores div.breadcrums {
	color:  #ffffff;
	font-size: 15px;
	text-align: center;
	margin: 0px 10px;
}
.cabecera-interiores a:hover, .cabecera-interiores a:visited, .cabecera-interiores a:focus, .cabecera-interiores a:active {
	text-decoration: none;
}
.cabecera-interiores div.breadcrums a {
	color:  #ffffff;
	margin: 0px 10px;
	text-transform: uppercase;
}
.cabecera-interiores div.breadcrums a.current {
	color:  #bbbbbb;
}
.spacer-top-80 {
	margin-top: 80px;
}
.spacer-bottom-80 {
	margin-bottom: 80px;
}
.site-footer {
	background-color:  rgba(255, 255, 255, 0.68);
	color: #9b9b9b;
	font-weight: 400;
	border-top: 1px solid rgba(0, 0, 0, 0.27);
	border-bottom: 1px solid rgba(0, 0, 0, 0.27);
	margin-top: 0px;
	margin-bottom: 45px;
	padding: 0px 0px 40px 0px;
}
.site-footer a {
	opacity: 1;
}
.site-footer a:hover, .site-footer a:visited, .site-footer a:focus, .site-footer a:active {
	text-decoration: none;
}
.site-footer .pie-col1, .site-footer .pie-col2, .site-footer .pie-col3, .pie-col4 {
	margin-top: 40px;
}
.site-footer .pie-col1, .site-footer .pie-col4 {
	text-transform: uppercase;
	color: rgb(36, 18, 7);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.site-footer .pie-col1 ul, .site-footer .pie-col4 ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.site-footer .pie-col1 ul li a, .site-footer .pie-col4 ul li a {
	color:  #9b9b9b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	display: inline-table;
}
.site-footer .pie-col1 ul li a:hover, .site-footer .pie-col4 ul li a:hover {
	color:  #241207;
}
.site-footer .pie-col1 ul li a:before, .site-footer .pie-col4 ul li a:before {
	font-family: 'FontAwesome';
	content: '\f111';
	font-size: 6px;
	top: -2px;
	position: relative;
	width: 0px;
	display: none;
	left: -15px;
}
.site-footer .pie-col2 {
	margin-top: 60px;
}
.site-footer .pie-col3 {
	text-transform: uppercase;
	color:  rgb(36, 18, 7);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.site-footer .pie-col3 .social {
	margin-top: 20px;
}
.site-footer .pie-col3 .social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #8cc63e;
	margin-left: 10px;
}
.site-footer .pie-col3 .social a i {
	font-size: 20px;
	margin-top: 9px;
	text-align: center;
	width: 100%;
	margin-left: 1px;
}
.site-footer .pie-col3 .social a:hover {
	background-color:  rgba(36, 18, 7, 0.46);
}
.site-footer .pie-col3 .badges {
	margin-top: 20px;
}
.site-footer .pie-col3 .badges a {
	display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
	margin-left: 20px;
}
.site-footer .pie-col3 .badges a.badge-1 {
	width: 164px;
	height: 69px;
	position: relative;
	top: 4px;
	background-image: url('images/footer_badge_1.png');
}
.site-footer .pie-col3 .badges a.badge-2 {
	width: 40px;
	height: 61px;
	background-image: url('images/footer_badge_2.png');
}
.site-footer .pie-col3 .badges a.badge-3 {
	width: 42px;
	height: 61px;
	background-image: url('images/footer_badge_3.png');
}
.legal {
	width: 100%;
	height: 0px;
  text-align: center;
  position: relative;
  top: 55px;
}
.legal a:hover, .legal a:visited, .legal a:focus, .legal a:active {
	text-decoration: none;
}
.legal a {
	padding: 10px;
	color:  #9b9b9b;
	font-size: 12px;
	font-weight: 400;
}
.legal a:hover {
	color:  #241207;
}
.card .hover-layer {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.card:hover .hover-layer {
	display: block;
	background-color:  rgba(36, 18, 7, 0.75);
	text-align: center
}
.card .hover-layer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.card:hover .hover-layer .name-hack {
	position: absolute;
  top: 0;
  width: 100%;
}
.card .hover-layer .plus-outer {
	margin: 0px auto;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
}
.card .hover-layer .plus {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	text-align: center;
	margin: 0 auto;
}
.card .hover-layer .plus:before {
	font-family: 'Roboto';
	line-height: 40px;
	font-style: normal;
	font-size: 32px;
	color: #ffffff;
	content: '+';
}
.card:hover .hover-layer p {
	text-transform: uppercase;
	font-family: 'Roboto';
	font-style: normal;
	color:  #ffffff;
	font-size: 15px;
	font-weight: 700;
	margin-top: 14px;
}
.entry-container {
	padding: 0px 0px 35px 0px;
}
.entry-meta .byline, .entry-meta .comments-link {
	display: none;
}
.p1, .p2 {
	font-family: 'Roboto';
	color:  #585858;
	text-align: justify;
	font-weight: 300;
}
.p2 {
	font-size: 15px;
}
.btn:not(.btn-link):not(.btn-flat) {
	box-sizing: border-box;
	background-color:  #8cc63e;
	color:  #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
.btn:hover:not(.btn-link):not(.btn-flat) {
	background-color:  rgba(36, 18, 7, 0.46);
}
/*--------------------------------------------------------------
Listas: categorias, productos y recetas
--------------------------------------------------------------*/
.imagen-feder2 > a > img,
.imagen-feder > a > img {
	max-width: 50px !important;
	cursor: pointer;
}
.imagen-feder2 > a,
.imagen-feder > a{
	padding: 20px 10px 10px 10px !important;
}
.nav>li>a{
	padding-left: 10px;
	padding-right: 10px;
}
.productos {
	padding: 0px 0px 80px 0px;
}
.categorias {
	padding: 0px 0px 80px 0px;
}
/*
.recetas {
	padding: 30px 0px 80px 0px;
}
*/
.categorias .categoria-item {
	padding-left: 9px;
	padding-right: 10px;
}
.recetas .receta-item {
}

.productos .card, .categorias .card, .recetas .card {
	font-family: 'Roboto';
	color:  #7b4625;
	font-size: 26px;
	text-align: center;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,0.11);
	border-radius: 0;
	margin: 10px 0px;
}
.productos .card, .recetas .card{
	height: 360px;
}
.categorias .card {
	font-style: italic;
}
/*
.productos .card .name-outer, .categorias .card .name-outer, .recetas .card .name-outer  {
	padding: 0px 10px;
	height: 162px;
}
*/
.productos .card .name-outer, .recetas .card .name-outer {
	font-family: 'Roboto';
	color:  rgba(36, 18, 7, 0.5);
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	height: auto;
	padding-top: 30px;
}
.productos .card .name-outer:before, .categorias .card .name-outer:before , .recetas .card .name-outer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	/*margin-right: -0.25em;*/
}

.productos .card .name, .categorias .card .name , .recetas .card .name, .recetas .card .entry-title {
	display: inline-block;
  vertical-align: middle;
	margin: 0px;
}
.productos .card .name, .recetas .card .name, .recetas .card .entry-title {
	font-size: 18px;
	font-weight: 700;
}
.productos a:hover .card .name, .recetas a:hover .card .name {
	color:  rgba(36, 18, 7, 0.5);
}
.categorias a:hover .card .name {
	color: #ffffff;
}
.recetas .card .entry-title {
	/*margin: 0px;*/
}
.recetas .card .entry-title>a {
	font-family: 'Roboto';
	color:  rgba(36, 18, 7, 0.5);
	/*font-size: 18px;*/
	/*font-weight: 700;*/
	/*font-style: normal;*/
	text-align: center;
	height: auto;
	padding: 30px;
	display: inline-block;
}

.productos .card .picture, .categorias .card .picture, .recetas .card .picture, .recetas .card .entry-img  {
	overflow: hidden;
}
/*
.recetas .card .picture, .recetas .card .entry-img {
	height: 175px;
}^
*/
.productos .card .picture:before, .categorias .card .picture:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.productos .card .picture img, .categorias .card .picture img, .recetas .card .picture img, .recetas .card .entry-img img {
	width: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
Inicio Page
--------------------------------------------------------------*/
.ms-slide-info, .ms-info {
	height: 100%;
	text-align: center;
	pointer-events: none;
}
.feder{
	text-transform: uppercase;
	margin-top: 30px;
	text-align: right;
	pointer-events: visible;
	cursor: pointer;
}
.ms-info div.logo {
	margin: 0 auto;
	background-image: url('images/portada_big_logo.png');
  	background-size: contain;
  	background-repeat: no-repeat;
	margin-top: 25px;
	width: 118px;
	height: 54px;
}
.ms-info h1 {
	font-family: 'Roboto';
	color: #7b4625;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	padding: 0px 15px;
	margin-top: 10px;
}
.ms-info p {
	font-family: 'Roboto';
	color:  #e7dec0;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	display: none;
	margin: 0 auto;
	width: 60%;
}
.ms-info .btn.btn-flat:not(.btn-link) {
	text-align: center;
	box-sizing: border-box;
	background-color:  #8cc63e;
	color:  #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	pointer-events: visible;
}
.categorias.is-front-page {
	padding: 80px 0px;
	background-color:  #eee5d2;
}
.categorias.is-front-page .card {
	border: none;
}
.features {
	background-color: #241207;
}
.features .container {
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-image: url('images/portada_features_cover.png');
}
.features p {
	margin: 0px;
}
.features .bl-izq, .features .bl-der {
	color:  #ffffff;
}
.features .bl-izq p {
	line-height: 40px;
	text-align: center;
	/* font-size: 27px; */
}
.features .bl-izq p.big{
	color: #8cc63e;
}
.features .bl-der {
	font-size: 26px;
	font-weight: 500;
}
.features .bl-der .td-container {
	margin: 0 auto;
	display: table;
	text-align: left;
}
.features .bl-der p:before {
	display: inline-block;
	content: ' ';
	width: 29px;
	height: 28px;
	margin-right: 15px;
	position: relative;
	top: 5px;
	background-image: url('images/portada_bullet.png');
}
.company {
	background-color: #241207;
	color: #ffffff;
	text-align: center;
	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
	background-image: url('images/portada_bottom_cover.jpg');
}
.company h2 strong {
	font-weight: 700;
}
.company p {
	font-size: 18px;
	padding: 0 25px;
}
.company p strong {
	font-size: 18px;
	display: block;
}
.company .btn:not(.btn-link):not(.btn-flat) {
	color: #ffffff;
	border-radius: 0;
	padding: 8px 50px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
/*--------------------------------------------------------------
Naiciña Page
--------------------------------------------------------------*/
p.intro {
	color:  #585858;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	max-width: 640px;
	margin: 0px auto;
	padding: 0px 10px;
}
#naicina-timeline {
	width: 100%;
	height: auto;
	margin-left: -40px;
	padding-bottom: 100px;
  background-position: left top;
  background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url('images/naicina_timeline.png');
}
#naicina-timeline .nai-timeline-item {
	position: relative;
	width: 100%;
	padding: 0px 10px 0px 150px;
	color:  #585858;
	font-size: 15px;
	text-align: left;
	margin-bottom: 50px;
}
#naicina-timeline .nai-timeline-item .year {
	position: absolute;
	color:  #f4f1e7;
	font-size: 115px;
	font-weight: 900;
	line-height: 85px;
	z-index: 1;
	left: 106px;
}
#naicina-timeline .nai-timeline-item .milestone {
	position: relative;
	z-index: 2;
	padding-top: 50px;
}
.historico-logo{
	display: flex;
	justify-content: center;
}
.big-logo {
	width: 100%;
	height: 512px;
	margin-top: -56px;
	/*margin-bottom: -35px;*/
  background-position: center;
  background-repeat: no-repeat;
	background-image: url('images/naicina_big_logo.png');
}
/*--------------------------------------------------------------
Nuestros productos > Tipo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Product and recipe pages
--------------------------------------------------------------*/
.un-producto, .una-receta {
	margin-top: 50px;
	margin-bottom: 100px;
}
.un-producto .foto-producto img, .una-receta .foto-receta img {
	width: 100%;
}
.un-producto .contenido-producto, .una-receta .contenido-receta {
	margin-top: 50px;
	padding: 0px 0px 0px 80px;
}
.un-producto .contenido-producto .entry-header {
	padding-bottom: 15px;
  margin-bottom: 30px;
	border-bottom: 1px solid #979797;
}
.una-receta .contenido-receta .entry-header {
	margin-bottom: 30px;
}
.un-producto .contenido-producto .entry-header .entry-title, .una-receta .contenido-receta .entry-header .entry-title {
	font-family: 'Roboto';
	color:  #241207;
	font-size: 36px;
}
.un-producto .breadcrums, .una-receta .breadcrums {
	margin-left: -6px;
}
.un-producto .breadcrums a, .una-receta .breadcrums a {
	color:  #241207;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 6px;
	font-weight: 400;
}
.breadcrums a:hover, .breadcrums a:visited, .breadcrums a:focus, .breadcrums a:active {
	text-decoration: none;
}
.un-producto .breadcrums a.current, .una-receta .breadcrums a.current {
	color:  #bbbbbb;
}
.un-producto .contenido-producto .entry-content p, .una-receta .contenido-receta .entry-content p {
	font-family: 'Roboto';
	color:  #585858;
	font-size: 15px;
}

.un-producto .contenido-producto .entry-content .presentacion2 {
	background-color:  #eee5d2;
	width: 100%;
	font-family: 'Roboto';
	color:  #241207;
	font-size: 30px;
	font-weight: 100;
	padding: 20px 10px;
}
.un-producto .contenido-producto .entry-content .presentacion2 .also-in {
	padding: 20px 20px 20px 40px;
}
.un-producto .contenido-producto .entry-content .presentacion2 .picture {
}
.un-producto .contenido-producto .entry-content .link-tienda {
	text-align: center;
	margin-top: 20px;
}
.una-receta .contenido-receta .ingredientes {
	background-color: #eee5d2;
	width: 100%;
	font-family: 'Roboto';
	color:  #585858;
	font-size: 15px;
	padding: 30px;
}
.una-receta .contenido-receta .ingredientes h3, .una-receta .contenido-receta .preparacion h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
}
.una-receta .contenido-receta .ingredientes h3 {
	margin-top: 0px;
}
.una-receta .contenido-receta .preparacion h3 {
	margin-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #979797;
}
.una-receta .contenido-receta .ingredientes ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: auto;
}
.una-receta .contenido-receta .ingredientes ul li:before {
	content: '-';
	margin-right: 6px;
}

.una-receta .preparacion {
	color:  #585858;
	font-size: 15px;
	font-weight: 300;
}

.related-products, .otras-recetas {
	min-height: 400px;
	background-color:  #eee5d2;
}
.related-products h2 {
	margin-top: 50px;
	margin-bottom: 20px;
}
.otras-recetas h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
Noticias
--------------------------------------------------------------*/
.noticia-item .card {
	font-family: 'Roboto';
	box-shadow: none;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,0.11);
}
.noticia-item .card .entry-img {
	height: 200px;
	overflow: hidden;
}
.noticia-item .card .entry-img img {
	height: auto;
	margin: 0 auto;
	min-width: inherit;
	max-width: inherit;
	width: 100%;
}
.noticia-item .card .entry-container {
    padding: 20px;
}
.noticia-item .card .entry-container a {
	/*color: #241207;*/
	color: #7b4625
}
.noticia-item .card .entry-container a:hover {
	color: #7b4625
}
.noticia-item .card .entry-title {
	font-size: 18px;
	min-height: 40px;
}
/*--------------------------------------------------------------
Noticia
--------------------------------------------------------------*/
h1.entry-title {
	color: #7b4625;
}
.panel {
	box-shadow: none;
}
.panel-warning>.panel-heading {
		background-color: rgba(0,0,0,0.0);
		border-bottom: 1px solid #9b9b9b;
		padding: 10px 0px;
}
.panel-title {
	color: #9b9b9b;
	font-size: 24px;
	font-family: 'Roboto';
}
#secondary .widget_recent_entries ul {
	padding: 10px 0px;
}
#secondary .widget_recent_entries li {
	border-bottom: 1px solid rgba(0,0,0,0.11);
	margin: 5px 0px 10px 0px;
	padding-bottom: 5px;
}
#secondary .widget_recent_entries a {
	color: #9b9b9b;
}
#secondary .widget_recent_entries a:hover {
	color: #241207;
}
/*--------------------------------------------------------------
Contacto
--------------------------------------------------------------*/
.contenido-contacto p {
	margin-bottom: 50px;
}
.contenido-contacto .title {
	margin-bottom: 10px;
}
.contenido-contacto img {
	width: 70px;
	padding: 20px;
}
.contenido-contacto p {
	margin-left: 70px;
  margin-top: -60px;
	margin-bottom: 40px;
  /*border-left: 1px solid #9b9b9b;*/
	border-left: 1px solid rgba(0,0,0,0.11);
  padding-left: 20px;
}
.contenido-contacto .logo {
	width: 100%;
	height: 59px;
  background-position: center;
  background-repeat: no-repeat;
	background-image: url('images/logo_naicina.png');
	margin-top: 60px;
}
.formulario-contacto {
    border: 1px solid rgba(0,0,0,0.11);
    float: right;
    max-width: 480px;
    padding: 20px 95px;
		margin-bottom: 50px;
}
.formulario-contacto .btn:not(.btn-link):not(.btn-flat) {
	width: 100%;
	/*text-align: center;*/
	box-sizing: border-box;
	background-color:  #8cc63e;
	color:  #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
.formulario-contacto .btn:hover:not(.btn-link):not(.btn-flat) {
	/*background-color:  #241207;	*/
	background-color:  rgba(36, 18, 7, 0.46);
}
.form-control {
	color: #555;
	font-weight: 400;
}
.form-control-wrapper .floating-label {
	color: #555;
	font-weight: 400;
}
.form-control-wrapper .form-control:focus~.floating-label {
	text-transform: uppercase;
	color: #241207;
	font-weight: 400;
}
.form-control-wrapper .form-control:invalid {
	background: rgba(0,0,0,0.0);
}
/*--------------------------------------------------------------
Calidad
--------------------------------------------------------------*/
.calidad img {
	margin-left: 20px;
}


.col-lg-6 {
	display:inline-block;
	width:50%;
}

.contenido-receta {
	display:inline-block;
}

.tiempos{
	padding: 10px 30px 0px 30px;
	font-size:16px;
	font-style: inherit;
	font-family: 'Roboto';
	font-weight: 400;
	color: #585858;
}

.foto-receta .entry-img {
	margin-top: 100px;
}
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 440px) {
    .name-outer h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
@media only screen and (min-width : 320px) {
	.features .bl-izq{
		padding: 20px 0px 0px 0px;
	}
	.features .bl-der{
		padding: 0px 0px 20px 0px;
	}
	.features .bl-izq p, .features .bl-der p{
		font-size: 18px;
	}
	.features .bl-izq .big{
		font-size: 28px;
	}
	.company {
		padding: 20px 0px;
	}
	.company h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.productos .producto-item, .recetas .receta-item{
		padding: 0px 15%;
	}
	.productos .card .picture, .recetas .card .picture{
		height: auto;
	}
	.productos .card, .recetas .card{
		height: auto;
	}
	.categorias .card .name-outer, .productos .card .name-outer, .recetas .card .name-outer{
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: 126px;
		color: #8cc63e;
	}
	.p1, .p2{
		text-align: center;
	}
	.p1{
		font-size: 18px;
	}
	.cabecera-interiores{
		margin-bottom: 20px;
	}
	.cabecera-interiores .title{
		font-size: 28px;
	}
	#masthead{
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 1;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	.portfolio-list .mix h4 {
		padding: 20px;
	}

	.portfolio-list .mix h4 a {
		font-size: 18px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#masthead{
		position: relative;
		width: 100%;
	}
	.p1, .p2{
		text-align: justify;
	}
	.p1{
		font-size: 18px;
	}
	.cabecera-interiores .title{
		font-size: 38px;
	}
	.cabecera-interiores {
		margin-bottom: 80px;
	}
	.productos .producto-item{
		padding: 0px 15px;
	}
	.productos .card{
		min-height: 330px;
	}
	.recetas .card{
		min-height: 325px;
	}
	.productos .card .picture, .recetas .card .picture {
		height: 195px;
	}
	.productos .card .picture img, .recetas .card .picture img {
		height: auto;
	}
	.productos .producto-item, .recetas .receta-item{
		padding: 0px 15px;
	}
	.company {
		padding: 120px 0px;
	}
	.company h2 {
		font-size: 48px;
		margin-bottom: 40px;
	}
	.features .bl-izq, .features .bl-der{
		padding: 50px 0px;
	}
	.features .bl-izq p, .features .bl-der p{
		font-size: 28px;
	}
	.features .bl-izq .big{
		font-size: 38px;
	}
	.site-footer .pie-col1,.site-footer .pie-col4 {
		text-align: left;
	}
	.site-footer .pie-col1 ul li a, .site-footer .pie-col4 ul li a {
		margin-left: 15px;
	}
	.site-footer .pie-col1 ul li a:before, .site-footer .pie-col4 ul li a:before {
		display: inline-block;
	}
	.site-footer .pie-col2 {
		margin-top: 40px;
	}
	.site-footer .pie-col3 {
		text-align: right;
	}
	
	.navbar-brand img.logo-otherwise {
		display: inline-block;
	}
	/*
	.navbar-brand img.logo-xs {
		display: none;
	}
	*/
	.ms-info div.logo {
		width: 178.5px;
		height: 81.5px;
		margin-top: 40px;
	}
	#naicina-timeline {
		background-position: center top;
		margin-left: 0px;
	}
	#naicina-timeline .nai-timeline-item {
		width: 50%;
		padding: 0px 0px 0px 0px;
		margin-bottom: -25px;
	}
	#naicina-timeline .nai-timeline-item:nth-child(odd) {
		margin-left: 0px;
		padding-right: 120px;
	}
	#naicina-timeline .nai-timeline-item:nth-child(odd) .year {
		left: auto;
		right: 80px;
	}
	#naicina-timeline .nai-timeline-item:nth-child(even) {
		margin-left: 50%;
		padding-left: 120px;
	}
	#naicina-timeline .nai-timeline-item:nth-child(even) .year {
		left: 66px;
	}
	.navbar-header{
		display: flex;
		float: none;
		justify-content: center;
	}
	.navbar-header .navbar-brand{
		margin: 10px 0;
	}
	#menu-principal{
		display: flex;
		justify-content: center;
		text-align: center;
		float: none !important;
	}
	.navbar .navbar-collapse, .navbar .navbar-form{
		border: none;
	}
	.navbar li.menu-item.qtranxs-lang-menu{
		border: none;
	}
}
@media only screen and (max-width : 768px) {
	.ms-slide-info{
		position: relative !important;
	}
	.navbar-inverse.navbar{
		height: 85px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.categorias .card .picture img {
		width: auto;
	}
	.ms-info div.logo {
		width: 250px;
		height: 114px;
	}
	.ms-info h1 {
		font-size: 36px;
		color: #7b4625;
		/*color:  #e7dec0;*/
		padding: 0px 0px;
	}
	.ms-info p {
		font-size: 16px;
		display: block;
	}
	.productos .card{
		min-height: 360px;
	}
	.productos .card .picture {
		height: 295px;
	}
	.productos .producto-item{
		padding: 0px 15px;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.categorias .card .name-outer {
		padding: 0px 10px;
		height: 120px;
	}
	.ms-info div.logo {
		margin-top: 60px;
		width: 357px;
		height: 163px;
	}
	.ms-info h1 {
		font-size: 40px;
	}
	.ms-info p {
		font-size: 18px;
	}
	.navbar-header{
		display: inline;
		float: left;
	}
	.navbar li.menu-item.qtranxs-lang-menu{
		border-left: 1px solid #ede2cf;
	}
	.navbar-header .navbar-brand{
		margin: 0px;
	}
}
.grecaptcha-badge{
	opacity:0;
}