@font-face {
    font-family: 'futura_md_btbold';
    src: url('/fonts/futubd_0-webfont.eot');
    src: url('/fonts/futubd_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/futubd_0-webfont.woff2') format('woff2'),
         url('/fonts/futubd_0-webfont.woff') format('woff'),
         url('/fonts/futubd_0-webfont.ttf') format('truetype'),
         url('/fonts/futubd_0-webfont.svg#futura_md_btbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('/fonts/futubk_0-webfont.eot');
    src: url('/fonts/futubk_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/futubk_0-webfont.woff2') format('woff2'),
         url('/fonts/futubk_0-webfont.woff') format('woff'),
         url('/fonts/futubk_0-webfont.ttf') format('truetype'),
         url('/fonts/futubk_0-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_hv_btheavy';
    src: url('/fonts/futuhv_0-webfont.eot');
    src: url('/fonts/futuhv_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/futuhv_0-webfont.woff2') format('woff2'),
         url('/fonts/futuhv_0-webfont.woff') format('woff'),
         url('/fonts/futuhv_0-webfont.ttf') format('truetype'),
         url('/fonts/futuhv_0-webfont.svg#futura_hv_btheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('/fonts/futult_0-webfont.eot');
    src: url('/fonts/futult_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/futult_0-webfont.woff2') format('woff2'),
         url('/fonts/futult_0-webfont.woff') format('woff'),
         url('/fonts/futult_0-webfont.ttf') format('truetype'),
         url('/fonts/futult_0-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'futura_bk_btbook', sans-serif;
    background-image: url('/Content/Images/Pictures/fondo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;
    background-color: #464646;
    background-color: transparent;
    
}

h1 {
	font-size: 50px;
	margin-bottom: 0.15em;
}

h3 {
    margin-bottom: 0.20em;
}

p {
	text-align: justify;
}

strong {
	font-weight: 700;
}

.yellow {
	color: #f7a71c;
}

.white {
	color: #fff;
}

.subTitle {
	font-family: 'futura_bk_btbook', sans-serif;
	font-size: 25px;
	color: #666666;
}

#paralaxSlice2 {
  background-image: url('Images/Pictures/fondo.jpg');
}

.header1 #mainHeader {
  border-bottom: 3px solid #f7a71c;
}

#mainHeader.fixedHeader, .is-sticky #mainHeader {
  background: rgba(255, 255, 255, 1);
}

.header1 .navbar-default .navbar-nav > li > a {
	font-family: 'futura_hv_btheavy', serif;
}

#slidecaption h1 {
	font-family: 'futura_md_btbold', serif;
	font-size: 62px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
	margin-bottom: 15px;
}

#slidecaption hr {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
	border: 2px solid #fff;
	max-width: 950px;
	text-align: center;
	margin: 0 auto 25px auto;
}

#slidecaption p {
	font-family: 'futura_bk_btbook', serif;
	font-size: 27px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
	text-align: center;
}

.paralaxText article {

}

.paralaxText article .boxContent {
	background: #fff;
	border: none;
	text-align: left;
	border-radius: 0;
	padding: 20px;
	-webkit-transition: background 0.3s; /* Safari */
	transition: background 0.3s;
}

.paralaxText article .boxContent h3 {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	text-transform: uppercase;
	margin: 0;
	-webkit-transition: color 0.3s; /* Safari */
	transition: color 0.3s;
}

.paralaxText article .boxContent p {
	margin: 0.70em 0 5px 0;
	font-size: 14px;
	color: #333333;
	-webkit-transition: color 0.3s; /* Safari */
	transition: color 0.3s;
}

.paralaxText article a:hover {
	text-decoration: none;
}

.paralaxText article a:hover .boxContent {
	background: #f7a71c;
}


.paralaxText article a:hover .boxContent p, .paralaxText article a:hover .boxContent h3 {
	color: #fff;
}

.border-up {
	position: relative;
  	background: url("Content/images/border-up.png") repeat-x top left transparent;
  	margin: -15px 0 0 0;
  	width: 100%;
  	height: 15px;
  	z-index: 1;
}

.border-down {
	position: relative;
  	background: url("Content/images/border-down.png") repeat-x bottom left transparent;
  	margin: 0 0 -15px 0;
  	width: 100%;
  	height: 15px;
  	z-index: 1;
}

.generatedMoreLink a h2 {
	font-family: 'futura_bk_btbook', sans-serif;
	margin: 5px 0 0 0;
	font-size: 25px;
}

.generatedMoreLink a i {
	font-size: 30px;
}

.home-why h1 {
	font-size: 38px;
}

.box-blue {
	padding: 30px;
	background: #000d8e;
	color: #fff;
}

.box-blue p {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.page-header {
	text-align:center;
	border-bottom: 1px solid rgba(1,1,1,0.075);
    background-image: url(../images/parallax-in.jpg);
}
.pollos .box-product {
    min-height: 300px;
}

.header-producto h5{
	color:#FFF;
}

.box-product a {
    font-size: 13px;
    font-weight: 600;
}
.box-product h2 {
    min-height: 55px;
    padding: 0;
    margin: 0 0 5px 0;
}


.panel-default>.panel-heading:hover a, .panel-default>.panel-heading:hover a:after, .nav>li>a:hover {
  	color: #fff;
}

.panel-group .panel+.panel {
  	margin-top: 10px;
}

.panel-group .panel {
  	border: none;
  	border-radius: 0;
}

.panel-default>.panel-heading {
  	background: #f7a71c;
  	border-radius: 0;
  	border: 1px solid #ddd;
}

.panel-title>a {
  	color: #fff;
  	font-size: 13px;
  	text-transform: uppercase;
}

.panel-heading .accordion-toggle:after {
  	font-family: 'FontAwesome';
  	content: "\f0ab";
  	float: right;
}

.panel-heading:hover .accordion-toggle.collapsed:after {
	color: #f7a71c;
}

.panel-heading .accordion-toggle.collapsed:after {
  	content: '\f0a9';
  	color: #8f8f8f;
}

.panel-heading .accordion-toggle.collapsed {
  	color: #8f8f8f;
  	background: #fbfbfb;
}

.panel-heading:hover .panel-title .accordion-toggle.collapsed {
  	color: #f7a71c;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}

#paralaxSlice3 {
  background: url('../images/parallax-3.jpg') no-repeat top center;
}

#paralaxSlice3 h1 {
	font-size: 48px;
	color: #333;
	font-weight: 400;
}

#paralaxSlice3 p {
	font-size: 25px;
	color: #333;
	font-weight: 400;
	margin-bottom: 40px;
	text-align: center;
}

#paralaxSlice3 .btn {
	background: #333;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	padding: 11px 50px;
	border: none;
}

#paralaxSlice3 .btn:hover {
	background: #f7a71c;
	border: none;
}

#paralaxSlice3 .paralaxText {
	padding: 130px 0;
}

#paralaxSliceIn {
  background-image: url('../images/parallax-in.jpg');
}

#paralaxSliceIn .paralaxText {
	padding: 100px 0;
}

#paralaxSliceIn .paralaxText h1 {
	font-family: 'futura_md_btbold', serif;
	font-size: 58px;
}

#paralaxSliceIn .paralaxText h3 {
	font-family: 'futura_lt_btlight', serif;
	font-size: 18px;
}

.features i {
	margin: 0 auto;
	font-size: 48px;
	color: #f7a71c;
}

.features h3 {
	margin: 0;
	padding: 28px 0 10px 0;
}

.features p {
	text-align: center;
}


#paralaxSlice4 {
  background-image: url('../images/parallax-4.jpg');
}

#paralaxSlice4 .paralaxText {
	padding: 70px 0;
}


#paralaxSlice4 .paralaxText h3 {
	font-size: 24px;
	color: #fff;
}

#paralaxSlice4 .paralaxText blockquote {
	padding-bottom: 20px;
	color: #fff;
}

#paralaxSlice4 .btn {
	background: #f7a71c;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	padding: 11px 50px;
	border: none;
}

#paralaxSlice4 .btn:hover {
	background: #333;
	border: none;
}

.ingredients {
	padding: 30px;
	background: url("Content/images/handmadepaper.png") repeat top left #F1F3F4;
	border-left: 5px solid #f7a71c;
}

article.post {
	min-height: 385px;
}


article.post h2 {
	margin: 0 0 0.45em 0;
	font-size: 18px;
}

article.post h2:after {
  border-top: none;
  border-bottom: none;
  display: inherit;
  height: inherit;
  content: "";
  width: inherit;
  position: inherit;
  margin-left: inherit;
  top: inherit;
}


footer {
  color: #777;
  background: #1B1B1B;
  border: none;
}

.iconRounded {
  color: #1B1B1B;
  border: none;
  background: #FAFAFA;
}

.iconRounded:hover, .color1 .iconRounded:hover, .boxIcon a:hover i {
  background-color: #f7a71c;
  color: #1B1B1B;
  text-shadow: none;
  border-style: none;
}

#footerRights {
  background-color: #0F0F0F;
  color: #FAFAFA;
  border: none;
}

#footerRights p {
  color: #FAFAFA;
  text-align: center;
}


/*#news-container article.post .postPic img {
	max-height: 219px;

}*/


.post h2 a {
	display: block;
}

.postPic div {
    overflow: hidden;
    height: 220px;
}


.navbar-nav .progress {
    height: 41px;
    border-radius: 30px;
    box-shadow: none;
    margin-bottom: 0;
}

.navbar-nav .progress .progress-bar {
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    line-height: 41px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-nav .progress .progress-bar i {
	float: none!important;
	display: inline-block;
	font-size: 18px;
    margin-right: 3px;
}

#lastMenu a:hover {
	background-color: #fff;
}

.navbar-nav a.last:hover .progress .progress-bar {
    background-color: #333;
}



ul.nav-servicios {
	padding: 0;
	margin: 0;
}

ul.nav-servicios li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.nav-servicios a {
	display: block;
	text-align: center;
	padding: 5px 0;
	color: #111111;
	margin: 2px;
	transition: all 0.1s ease-out;
	background-color: #F7F7F7;
	border: 1px solid #ddd;
}

ul.nav-servicios a:hover {
	text-decoration: none;
	background: #f7a71c;
	color: #FFF;
}

select.select-servicios {
	display: block;
}

ul.nav-servicios {
 	display: none;
}



.compartir-redes, .n-visitas {
    border-top: 1px solid #ddd;
    padding: 10px 0 0 0;
    margin: 20px 0 0 0;
}

.compartir-redes a {
    margin-right: 3px;
}

.compartir-redes i {
    font-size: 30px;
}

.compartir-redes i.fa-print {
    color: #666;
}
.compartir-redes i.fa-facebook-square {
    color: #3B579D;
}
.compartir-redes i.fa-twitter-square {
    color: #33CCFF;
}

#slidecaption h2 {
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
}
#slidecaption h2:after {
  content: none;
}
.mosaicMoreLink .icon-plus-1:before, [class*=" icon-"]:before {
	font-family: "custom-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    font-variant: normal;
    text-transform: none;
    line-height: 4em;
    margin-left: .2em;
    border-left: solid 1px #faba0e;
    padding-left: 0.8em;
}





.nav-search {
    overflow: hidden;
    height: 41px;
    border-radius: 30px;
    box-shadow: none;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin: 21px 0 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.search input {
    border: none;
    background: transparent;
    padding: 12px;
}

.search input:focus {
    border: none;
    outline: none;
}

.nav-search button {
    background-color: #f7a71c;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    margin: -10px 10px 0 0;
}

.nav-search button i {
	float: inherit!important;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}


.fixedHeader .nav-search {
    margin: 7px 0 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}






@media (min-width: 992px) {
	.img-receta-mask {
		height: 129px;
	    overflow: hidden;
	}
}
@media (min-width: 1200px) {
	.img-receta-mask {
		height: 155px;
	    overflow: hidden;
	}
}
@media (max-width: 992px) {
	.recetasHome .img-responsive {
		width: 100%!important;
	}
	.box-product {
	    margin-bottom: 3em;
	}
}
@media (min-width: 768px) {
	body.header1 {
	  padding-top: 90px;
	}

	.header1 .navbar-nav > li a {
	  font-size: 16px;
	  text-transform: none;
	}

	.navbar-nav .dinaMegaMenu {
	  padding: 0;
	  border-top: 3px solid #f7a71c;
	}

	.navbar-nav .dinaMegaMenu ul li a {
	  padding: 10px 10px 10px 10px;
	  font-size: 14px;
	}

	.navbar-nav .dinaMegaMenu ul li a img {
	  margin-top: 3px;
	  filter: alpha(opacity=40);
	  -webkit-opacity: 0.4;
	  -moz-opacity: 0.4;
	  opacity: 0.4;
	  -webkit-transition: opacity 0.3s;
	  -moz-transition: opacity 0.3s;
	  -o-transition: opacity 0.3s;
	  transition: opacity 0.3s;
	}

	.navbar-nav .dinaMegaMenu ul li a:hover img {
	  margin-top: 3px;
	  filter: alpha(opacity=100);
	  -webkit-opacity: 1;
	  -moz-opacity: 1;
	  opacity: 1;
	  -webkit-transition: opacity 0.3s;
	  -moz-transition: opacity 0.3s;
	  -o-transition: opacity 0.3s;
	  transition: opacity 0.3s;
	}
	select.select-servicios {
		display: none;
	}
	ul.nav-servicios {
		display: block;
	}
}


@media (max-width: 1200px) {
	.postPic div {
	    overflow: hidden;
	    height: 175px;
	}
	.boxContent.small {
	    height: 100px;
	}
	article.post {
	    min-height: 370px;
	}
}

.pagination>li>a.active {
   background: none repeat scroll 0 0 #f7a71c;
   border-color: #f7a71c;
   color: #fff;
}



/* COOKIES */


#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	min-height:40px;
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	z-index:99999;
}

.inner {
	width:100%;
	position:absolute;
	padding-left:5px;
	font-family:verdana;
	font-size:12px;
	top:30%;
}

.inner a.ok {padding:4px;color:#00ff2e;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#faff00;}


@media(max-width:1500px){
	
	#barraaceptacion {	
		padding-bottom:65px;	
	}
	.inner {	
		top:10%;
		font-size:11px;
	}
}


@media(max-width:768px){
	
	#barraaceptacion {	
		padding-bottom:65px;	
	}
	.inner {	
		top:20%;		
	}
	.btn.btn-primary {
	    margin-bottom: 1em;
	}
}

@media(max-width:450px){
	
	#barraaceptacion {	
		padding-bottom:105px;	
	}
	.inner {	
		top:10%;
	}
}

@media(max-width:350px){
	
	#barraaceptacion {	
		padding-bottom:126px;	
	}
	.inner {	
		top:10%;
	}
}
/* cookies */

