/* GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 17px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #333;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #41692d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
	color: #1b1311;
	text-transform: uppercase;
	letter-spacing: 0px;
}
h1 {
	margin-bottom: 40px;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 70px;
		padding-bottom: 80px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #f2e5b3;
}
::selection {
    text-shadow: none;
    background: #f2e5b3;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
/*/*/
/* NAVEGACION */
.navbar-default {
    border-color: #eee;
	border-width: 3px;
    background-color: #fff;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 64px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default .navbar-brand.navbar-brand-actualizado {
background-image: url(../imagenes/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 125px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background-size: 100%;
}
.navbar-default.navbar-shrink  .navbar-brand.navbar-brand-actualizado {
	background-image: url(../imagenes/logo.png);
    width: 95px;
    height: 60px;
}


.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	background-color: #fff;
	margin-top: 14px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000;
}
.navbar-default .nav li a {
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #000;
}
#seleccionado > a,
#seleccionado > a:hover,
#seleccionado > a:focus,
#seleccionado > a:active {
	color: #1b1311 !important;
	background-color: #f2e5b3 !important;
}
@media(min-width:992px) {
    .navbar-default {
        padding-top: 9px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 9px;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
		background-color: #fff;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 80px;
		width: 103px;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}
	.navbar-default .nav li a {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 10px;
		padding-right: 30px;
		margin-top: 26px;
		border-radius: 6px;
	}
	.navbar-default.navbar-shrink {
		background-color: #fff;
    }
	.navbar-default.navbar-shrink .navbar-brand{
		background-image: url(../imagenes/logo-2.png);
		width: 77px;
		height: 60px;
    }
	.navbar-default.navbar-shrink .nav li a{
		margin-top: 16px;
    }
	.navbar-default.navbar-shrink .dropdown .dropdown-menu li a {
		margin: 0px;
	}
}
.dropdown .dropdown-menu {
	background-color: #eee !important;
	margin: 0px;
	border: none;
	border-radius:0px !important;
}
.dropdown .dropdown-menu li a {
	margin: 0px;
	font-size: 14px !important;
	line-height: 18px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	color: #666 !important;
	background-color: #eee;
}
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu li a:focus,
.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a.active {
	border-radius: 0px;
	color: #fff !important;
	background-color: #1b1311 !important;
}
.dropdown .dropdown-toggle {
	background-color: #fff !important;
	color: #666 !important;
	padding-bottom: 6px !important;
	padding-top: 5px !important;

}
.dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle:focus,
.dropdown .dropdown-toggle:active,
.dropdown .dropdown-toggle.active {
	background-color: #eee !important;
	color: #000 !important;

}
.dropdown .dropdown-toggle.activo {
	color: #1b1311 !important;
	background-color: #f2e5b3 !important;
}
@media(min-width:992px) {
	.dropdown .dropdown-menu {
		background-color: #eee !important;
		margin-top: 8px !important;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		border: none;
		border-radius:0px !important;	
	}
	.dropdown .dropdown-menu li {
		display:block !important;
	}	
	.dropdown .dropdown-menu li a {
		margin: 0px;
		font-size: 14 px !important;
		line-height: 18px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		color: #666 !important;
		background-color: #eee;
		display:block !important;
	}
	.dropdown .dropdown-menu li a:hover,
	.dropdown .dropdown-menu li a:focus,
	.dropdown .dropdown-menu li a:active,
	.dropdown .dropdown-menu li a.active {
		border-radius: 6px;
		color: #fff !important;
		background-color: #1b1311 !important;
	}
	.dropdown .dropdown-toggle {
		background-color: transparent !important;
		color: #666 !important;
	}
	.dropdown .dropdown-toggle:hover,
	.dropdown .dropdown-toggle:focus,
	.dropdown .dropdown-toggle:active {
		background-color: transparent !important;
		color: #000 !important;
	
	}
	.dropdown .dropdown-toggle.activo {
		color: #1b1311 !important;
		background-color: #f2e5b3 !important;
	}
}
.icono-dd {
	font-size: 18px;
	margin-left: 6px;
	position: relative;
	top: 2px;
}
.link-carrito a {
	color: #1b1311 !important;
	font-size: 24px;
	position: relative;
	top: -3px !important;
}
.link-carrito a:hover,
.link-carrito a:focus {
	color: #000 !important;
}
.redes-top a {
	padding-right: 10px !important;
	font-size: 18px !important;
}
/*/*/
/* HEADER */
header {
	margin-top: 66px;
}
@media(min-width:992px) {
	header {
		margin-top: 100px;
	}
}
/*/*/
/* ACERCA */
#acerca {
	background-color: #f2e5b3;
	background-image: url(../imagenes/fondo-acerca.png);
	background-position: center center;
	background-repeat: repeat-x;
}
#acerca h1 {
	margin-top: 0px;
}
.btn-1 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: #1b1311;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 40px;
	padding-top: 13px;
	padding-right: 19px;
	padding-bottom: 13px;
	padding-left: 19px;
	border-radius: 6px;
	border: #1b1311 1px solid;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: transparent;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #1b1311;
}
.icono-btn {
	margin-left: 30px;
}
/*!*/
/*! DESTACADOS */
#destacados {
	background-color: #fff;
}
#destacados p {
	padding-bottom:  90px;
	display: block;
}
#foto-destacado-recetas {
	height: 150px;
	background-image: url(../imagenes/fondo-recetas-home-v2.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	margin-top: 40px;
}
#foto-destacado-productos {
	height: 150px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../imagenes/prod-home-v2.jpg);
}
@media(min-width:768px) {
	#destacados h2 {
		margin-top: 3px;
	}
	#foto-destacado-recetas {
		height: auto;
		background-position: -180px center;
	}
	#foto-destacado-productos {
		height: auto;
		background-position: -180px center;
	}
	#destacados .row{
		display: table;
	}
	#destacados .row [class*="col-"] {
		display: table-cell;
		float: none;
	}
	.panel-destacados-productos {
		padding-right: 30px !important;
	}
	.panel-destacados-recetas {
		padding-right: 30px !important;
	}
}
@media(min-width:992px) {
	#foto-destacado-recetas {
		background-position: -105px center;
	}
	#foto-destacado-productos {
		height: auto;
		background-position: -105px center;
	}
}
@media(min-width:1200px) {
	#foto-destacado-recetas {
		background-position: -75px center;
	}
	#foto-destacado-productos {
		height: auto;
		background-position: -75px center;
	}
}
.btn-4 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: #1b1311;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 13px;
	padding-right: 19px;
	padding-bottom: 13px;
	padding-left: 19px;
	border-radius: 6px;
	border: #1b1311 1px solid;
	position: absolute;
	bottom: 10px;
}
.btn-4:hover,
.btn-4:focus,
.btn-4:active,
.btn-4.active {
	background-color: transparent;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #1b1311;
}	
/*!*/
/*! EMPRESA */
.logo-nama-empresa {
	margin-top: 30px;
}
/*!*/
/*! PRODUCTOS */
#productos {
	background-color: #fff;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 10px;
}
@media(min-width:992px) {
	#productos {
		padding-top: 190px;
		padding-bottom: 40px;
	}
}
#productos h1 {
	margin-top: 0px;
}
.panel-producto {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: solid 1px #ccc;
}
.nombre-producto {
	font-family: 'Roboto Slab', serif;
	font-size: 21px;
	line-height: 21px;
	display: block;
	height: 2em;
	overflow: hidden;
	margin-bottom: 4px;
	text-transform: uppercase;
	margin-top: 20px;
	color: #1b1311;
	font-weight: 300;
}
.art-producto {
	display: block;
}
.precio {
	display: block;
	font-size: 21px;
	line-height: 21px;
	font-weight: 600;
	color: #41692d;
	margin-top: 8px;
}
.btn-ver-mas {
	font-family: 'Roboto Slab', serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #1b1311;
	font-size: 14px;
	line-height: 14px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 6px;
}
.btn-ver-mas:hover,
.btn-ver-mas:focus,
.btn-ver-mas1:active,
.btn-ver-mas1.active {
	background-color: #1b1311;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
/*!*/
/*! DETALLE PRODUCTO */
#detalle-producto {
	background-color: #fff;
	background-position: center center;
	padding-top: 100px;
}
@media(min-width:992px) {
	#detalle-producto {
		padding-top: 190px;
	}
}
#detalle-producto h1 {
	margin-top: 0px;
}
#relacionados h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	color: #333;
	display: block;
}
.panel-descripcion {
	border-bottom: solid 1px #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.cantidad-carrito {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	background-color: #c00;
	width: 22px;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	border-radius: 100%;
	position: relative;
	left: -14px;
	top: -10px;
	display: inline-block;
}
.descripcion-detalle {
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
}
#agregar label {
	font-weight: 400 !important;
	color: #666;
}
.formulario-agregar {
	margin-top: 30px;
	margin-right: 0px !important;
}
@media(min-width:768px) {
	.formulario-agregar {
		margin-top: 0px;
	}
}
#agregar select {
	border-radius: 0px;
	height: 35px;
	border-color: #ccc;
}
#agregar .form-group input {
	padding-left: 18px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #333;
}
.btn-2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: #1b1311;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 0px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	border-radius: 6px;
	display: block;
	width: 100%;
	text-align: center;
	border: none;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: #f2e5b3;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #1b1311;
}
.mensaje-agregados {
	display: block;
	text-align: center;
	background-color: #dff0d8;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
}
#relacionados img {
	max-width: 190px;
}
/*!*/
/*! CARRITO */
#carrito {
	background-color: #fff;
	padding-top: 100px;
}
@media(min-width:992px) {
	#carrito {
		padding-top: 190px;
	}
}
#carrito h1 {
	margin-top: 0px;
}
.panel-carrito {
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.btn-3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #1b1311;
	font-size: 14px;
	line-height: 14px;
	background-color: #f2e5b3;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 0px;
	padding-top: 14px;
	padding-bottom: 14px;
	border: none;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	border-radius: 6px;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
	background-color: #1b1311;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.icono-btn-3 {
	margin-right: 30px;
}
.total-carrito {
	margin-bottom: 20px;
	width: 100%;
}
.precio-total {
	font-size: 24px;
	color: #41692d;
	text-align: right;
	font-weight: 600;
}
.titulo-total {
	font-size: 18px;
	color: #333;
	font-weight: 400;
}
.productos-carrito {
	margin-top: 10px;
	margin-bottom: 20px;
}
.panel-producto-carrito {
	border-top: solid 1px #ccc;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 40px;
	padding-bottom: 20px !important;
	display: block;
	height: auto;
}
.titulo-producto-carrito {
	font-family: 'Roboto Slab', serif;
	font-size: 21px;
	display: block;
	text-transform: uppercase;
	color: #000;
	font-weight: 900;
}
.presentacion {
	font-size: 14px;
	color: #333;
	display: block;
}
.cantidad-prod-carrito {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #696;
	margin-top: 14px;
}
.cantidad-prod-carrito i {
	font-size: 16px;
	color: #999;
	margin-left: 10px;
	margin-right: 10px;
}
.icono-eliminar {
	font-size: 18px;
	color: #666;
}
.icono-eliminar:hover,
.icono-eliminar:focus,
.icono-eliminar:active {
	color: #c00;
}
#finalizar-compra textarea {
	height: 112px;
}
.leyenda {
	font-size: 17px;
	margin-bottom: 40px;
}
.img-confirmacion {
	margin-bottom: 50px;
}
/*!*/
/*! RECETAS */
#recetas h3 {
	margin-top: 4px;
	font-size: 21px;
	line-height: 21px;
	font-weight: 900;
	display: block;
}
@media(min-width:768px) {
	#recetas h3 {
		height: 3em;
		overflow: hidden;
	}
}
.panel-receta {
	margin-top: 60px;
	display: block;
}
.btn-ver-mas-recetas {
	font-family: 'Roboto Slab', serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 10px;
}
.btn-ver-mas-recetas:hover,
.btn-ver-mas-recetas:focus,
.btn-ver-mas-recetas:active,
.btn-ver-mas-recetas.active {
	color: #1b1311;
}
@media(min-width:768px) {
	.btn-ver-mas-recetas{
		position: absolute;
		bottom: -100px;
	}
}
@media(min-width:992px) {
	.btn-ver-mas-recetas{
		position: absolute;
		bottom: -65px;
	}
}
@media(min-width:1200px) {
	.btn-ver-mas-recetas{
		position: absolute;
		bottom: -110px;
	}
}
.foto-receta {
	margin-top: 10px;
	margin-bottom: 40px;
}
.descripcion-receta {
	padding-top: 30px;
	display: block;
}
@media(min-width:768px) {
	.descripcion-receta {
		padding-top: 4px;
	}
}
.btn-volver {
	font-family: 'Roboto Slab', serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 10px;
}
.btn-volver:hover,
.btn-volver:focus,
.btn-volver:active,
.btn-volver.active {
	color: #1b1311;
}
/*!*/
/*! CONTACTO */
#contacto {
	background-color: #fff;
}
#formulario-contacto {
	margin-top: 10px;
}
#formulario-contacto textarea {
	height: 178px;
}
#contacto table {
	margin-top: 10px;
	margin-bottom: 30px;
}
#contacto td {
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 21px;
	vertical-align: top;
}
#contacto td i {
	color: #3d651e;
	font-size: 20px;
	margin-top: 1px;
}
/*!*/

/*! UBICACION */
#ubicacion {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
/*!*/

/*! PIE */
footer {
	background-color: #222;
	color: #999;
	font-size: 14px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}
footer a {
	color: #999;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	line-height: 24px;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: #fff;
}
.copy {
	font-size: 16px;
	color: #bbb;	
}
footer hr{
	border-color: rgba(255,255,255,.25);
	margin-top: 14px;
	margin-bottom: 40px;
}
footer table i {
	font-size: 17px;
	margin-top: 3px;
	display: block;
}
footer table {
	margin-bottom:20px;	
	margin-top: 4px;
}
footer td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.subir {
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	margin-top: 50px;
}

.redes-pie {
	font-size: 40px;
	margin-top:40px;
	margin-left: 0px;
	margin-right: 20px;
	color: #CCC;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.redes-pie:hover,
.redes-pie:focus,
.redes-pie:active {
	color: #fff;
}
.wa-pie {
	font-size: 30px;
	margin-right: 20px;
}
@media(min-width:992px) {
	.subir {
		text-align: right;
		margin-top: 6px;
		padding-top: 0px;
	}
	.redes-pie {
		font-size: 40px;
		margin-top:7px;
	}
}
.marca {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
/*!*/

/*! FORMULARIO GENERALES */
.formulario {
	margin-top: 50px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 12px;
	color: #333;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-group textarea.form-control {
	height: 216px;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-control:focus {
	border-color: #1b1311 !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    font-weight: 400 !important;
    color: #666 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #666 !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #666 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    font-weight: 400 !important;
    color: #666 !important;
	font-size: 14px !important;
}
.text-danger {
	color: #f00;
}
/*!*/


.home-estructura {height: initial;}