/* 	 Typo		*/
p, a, h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
p {
	font-size: 14px;
	line-height: 26px;
	color: #6c7279;
	margin: 5px 0 20px;
}
h1 {
	font-size: 22px;
	color: #5E5A52;
	font-weight: 600;
}
h2 {
	color: #5E5A52;
	margin: 0 auto 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
h3 {
	font-size: 26px;
	color: #FF7070;
	font-weight: 700;
}
h4 {
	font-size: 26px;
  color: #5E5A52;
	font-weight: 700;
}
h5 {
	color: #2d3033;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 2px;
	font-weight: 300;
  margin-bottom: 20px;
}
hr {
    border-top: 1px solid rgba(0,0,0,.15);
    width: 100%;
    margin: 0 auto;
}
.btn {
	background-color: #d4be8d;;
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	border-color: transparent;
}
.btn:hover, .btn:focus {
	background-color: #d4be8d;
	color: #fff;
	border-color: #5E5A52;
}
.btn-large {
	padding: 15px 40px;
}

/* 	 General Style  */
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;
}
main {
	display: block;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 0 0 50px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.mt {
	margin-top: 30px;
}

/*	 Header & navigation */
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
  background-color: transparent;
  color: #000;
}
#header .header-content {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	width: 150px;
    height:auto;
	float: left;
}
#header.fixed {
	background-color: #fff;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 10px 0;
    margin-top: 10px;
}
#header.fixed .nav-toggle {
	top: 21px;
}
#header.fixed .navigation a {
    color: #5E5A52;
}
#header.fixed .dropdown-menu>li>a {
    color: #5E5A52;
}
.navigation.open {
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
  padding-top: 13px;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #5E5A52;
	font-size: 12px;
	font-weight: 700;
	margin-left: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.navigation a:hover, .navigation a.active {
	color: #bcbcbc;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 22px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #FF8C37;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #FF8C37;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.dropdown-menu {
    border: none;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    margin-top: 10px;
}
.dropdown-menu>li>a {
    color: inherit;
    margin-left: 0px;
}
.dropdown-menu>li>a:hover {
	background-color: transparent;
	color: #ccc;
}

/* SLIDER  */
.carousel {
	width:  100%;
    height: 100vh;
	margin: auto;
}
.carousel-fondo {
    background-attachment: fixed;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.fondo-pan {
    background-image: url(../images/slider/panrallado-rosablanca.jpg);
}
.fondo-envases {
    background-image: url(../images/slider/fondo-cocina2.jpg);
}
.fondo-cocinera {
    background-image: url(../images/slider/fondo-cocinera.jpg);
}
.fondo-milanesas {
    background-image: url(../images/slider/fondo-milanesa.jpg);
}

.item, .active, .carousel-inner {
	height: 100%;
}

.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
  color: #1C4298;
}

.text-primary {
  color: #d4be8d;
}
/* HOME */
.section-video {
	margin: auto;
	padding: 0 10%;
	width: 100%;
	height: auto;
}
section.servicios {
	background-color: #eee;
	padding-top: 70px;
}
.icono-home {
	width: 110px;
}

section h2.section-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
	line-height: 32px;
  margin-top: 0;
  margin-bottom: 80px;
  text-transform: uppercase;
	max-width: 600px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}

/*	Seccion Marcas	*/
.marcas {
	margin: auto;
	background-color: #fff;
  padding: 50px 0;
  text-align: center;
}
.marcas-content {
	margin: 0 auto 0 auto;
}
.marcas-content img {
    margin: 20px 35px;
}


/* PRODCUTOS */

#banner-productos {
    padding: 50px 0 5px;
  	background-image: url(../images/portfolio/banner-productos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
}
#banner-productos img {
  margin: auto;
}

.productos {
	margin: auto;
  padding-top: 150px;
}
.productos .portfolio-item {
    right: 0;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 50px;
}
.productos .portfolio-item img {
	border-radius: 50%;
	display: block;
}
.productos .portfolio-item a h4 {
    font-size: 22px;
    margin-top: 15px;
}

.productos .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.productos .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255, 200, 146, .7);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	border-radius: 50%;
}
.productos .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
.productos .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 30%;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.productos .portfolio-item .portfolio-link .caption .caption-content i {
	font-size: 70px;
	margin-bottom: 10px;
}
.productos .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0 auto;
	color: #e9eaed;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 40px;
}

/* PRODUCTOS LINEA */
#productos-linea {
		margin: auto;
    padding-top: 150px;
  	background-image: url(../images/portfolio/banner-productos-retail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
		height: 100vh;
}
#productos-linea .container {
	width: 80%;
}
#productos-linea .portfolio-item {
	text-align: center;
}
#productos-linea .portfolio-item h1 {
	margin-bottom: 5px;
	padding: 5px 0 ;
}
#productos-linea .portfolio-item h1:hover {
	color: #d4be8d;
}
#productos-linea .portfolio-item img {
	margin: auto;
}
/* PRODUCTOS INDIVIDUAL */
#retail-pan-rallado {
		margin: auto;
    padding-top: 140px;
  	background-image: url(../images/portfolio/banner-productos-pan-rallado.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    background-position: center center;
}
#retail-pan-rallado h1 {
	font-size: 26px;
    color: #003EA0;
	font-weight: 700;
}
#retail-rebozador {
		margin: auto;
    padding-top: 140px;
  	background-image: url(../images/portfolio/banner-productos-rebozador.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    background-position: center center;
}
#retail-rebozador h1 {
	font-size: 26px;
    color: #003EA0;
	font-weight: 700;
}
#retail-rebozador-mixsemillas {
		margin: auto;
    padding-top: 100px;
  	background-image: url(../images/portfolio/banner-productos-rebozador-mixsemillas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    background-position: center center;
}
#retail-rebozador-ajoyperejil {
		margin: auto;
    padding-top: 100px;
  	background-image: url(../images/portfolio/banner-productos-rebozador-ajoyperejil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    background-position: center center;
}

/*	 Footer  */
.footer {
	margin: auto;
	text-align: center;
	padding-top: 20px;
    background-color: #FF8C37;
}
.footer h4 {
	font-size: 13px;
	color: #000;
    margin-bottom: 5px;
}
.footer p {
	font-size: 11px;
    margin-top: 0;
    color: #000;
    line-height: 16px;
}
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: none;
    color: #F8ECE4;
}

.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	font-size: 26px;
	color: #fff;
	letter-spacing: 15px;
}
.footer .footer-share a:hover {
    color: #F8ECE4;
}
.footer .contacto {
    width: 55%;
    margin: 10px auto 0;
}


/* ------------------------------------------------------------------------------
	 Work Detial
-------------------------------------------------------------------------------*/
.productos-detalle h2 {
	margin-top: 100px;
}

.retail-pan-rallado-image {
	background-image: url("../images/portfolio/nutri-pan-rallado.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.retail-pan-rallado-image img {
	opacity: 1;
}
.retail-pan-rallado-image img:hover {
	opacity: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.detail-image {
    text-align: right;
}
.detail-image img {
	max-height: 500px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 3%;
}
.detail-content h3 {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.detail-content h4 {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.detail-content p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
}
.nutri-mobile {
	display: none;
}

/*   RECETAS	*/
#recetas {
    padding: 50px 0 5px;
  	background-image: url(../images/recetas/banner-recetas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
}
#recetas img {
  margin: auto;
}
.recetas {
	width: 94%;
	margin: auto;
}
.recetas img {
    width: 100%;
}
.recetas h2 {
    margin: 90px auto 50px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.recetas-hover {
    background-color: red;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    moz transition: all ease .5s;
}
.recetas-hover:hover {
    opacity: 1;
}
.recetas-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff;
}
.recetas-hover-content p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    text-decoration: underline;
}
.recetas-link {
    display: block;
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}

/* Recetas particulares */
.cont-recetas {
  padding-top: 50px;
	margin-bottom: 15px;
}
.info-recetas {
	border-left: 2px solid #eee;
	padding: 5px 15px;
}
.info-recetas h1 {
	font-family: 'Allura', cursive;
	margin-top: 0;
	font-size: 30px;
	color: #027451;
}
.info-recetas ul li {
	list-style: circle;
	margin-left: 35px;
}
.info-recetas p {
	margin-top: 20px;
}
.info-recetas .btn {
	margin-top: 20px;
}

/* 	EMPRESA */
#empresa {
    padding: 50px 0 5px;
  	background-image: url(../images/empresa/banner-empresa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: center center;
}
#empresa img {
	margin: auto;
}
.empresa {
	padding-top: 100px;
}
.empresa img {
    padding-bottom: 5px;
}
.empresa h4 i {
	margin-right: 17px;
	color: #FF8C37;
	font-size: 30px;
}


/* 	CONTACTO  */
.contacto-banner {
	padding: 50px 0 5px;
	background-image: url(../images/banner-contacto2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	background-position: center center;
}
.contacto-banner img {
	margin: auto;
}
#contacto {
		margin: auto;
    padding-top: 50px;
  	background-image: url(../images/banner-contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.section-contacto {
	margin: 0 auto;
	max-width: 700px;
	height: auto;
	display: block;
}
.section-contacto h2 {
	font-weight: 800;
	line-height: 1em;
	text-align: left;
	margin-bottom: 30px;
}
.section-contacto h3 {
	font-size: 14px;
	color: #6c7279;
}
.section-contacto i {
	margin-right: 10px;
	color: #d4be8d;
	font-size: 20px;
}
.form-control {
	border-radius: 0px;
}
