/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 25, 2014 */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/

.flexslider {
  margin: 0 0 60px;
  background: white;
  border: 4px solid white;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */

/*.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

/* Pause/Play */

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: black;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: black;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/******************************************
  GENERAL STYLES
******************************************/

@font-face {
  font-family: 'nexa_boldregular';
  src: url('font-nexa/nexa-bold-webfont.eot');
  src: url('font-nexa/nexa-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font-nexa/nexa-bold-webfont.woff') format('woff'), url('font-nexa/nexa-bold-webfont.ttf') format('truetype'), url('font-nexa/nexa-bold-webfont.svg#nexa_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_blackregular';
  src: url('font-nexa/nexablack-webfont.eot');
  src: url('font-nexa/nexablack-webfont.eot?#iefix') format('embedded-opentype'), url('font-nexa/nexablack-webfont.woff') format('woff'), url('font-nexa/nexablack-webfont.ttf') format('truetype'), url('font-nexa/nexablack-webfont.svg#nexa_blackregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa_lightregular';
  src: url('font-nexa/nexa-light-webfont.eot');
  src: url('font-nexa/nexa-light-webfont.eot?#iefix') format('embedded-opentype'), url('font-nexa/nexa-light-webfont.woff') format('woff'), url('font-nexa/nexa-light-webfont.ttf') format('truetype'), url('font-nexa/nexa-light-webfont.svg#nexa_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
*:focus {
  outline: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
/*.col-md-8 {
	width: 66.6667%
}
.col-md-7 {
	width: 58.3333%;
}
.col-md-5 {
	width: 41.6667%
}*/

#wrap {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
.cta {
  background: transparent;
  color: #ee8242;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cta:after {
  content: '>';
  padding-left: 5px;
  font-family: 'nexa_boldregular';
}
.cta:hover {
  text-decoration: none;
  color: #007584;
  background: transparent;
}
.cta.cta-bg {
  width: 100%;
  padding: 10px;
  background: #00a2b7;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.cta.cta-bg:after {
  content: none;
}
.cta.cta-bg:hover {
  background: #007584;
}
/*********************************************
* HEADER
*********************************************/

.btn-menu {
  display: none;
  background: none;
  border: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #191c1f;
  padding: 5px 10px;
}
#breakfast-nav {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #191c1f;
  position: absolute;
  top: 15px;
  right: 60px;
  z-index: 10;
}
#breakfast-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
#breakfast-nav li {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#breakfast-nav li.soon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 20px;
}
#breakfast-nav li.soon:after {
  content: 'Muy pronto';
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 3;
  background: #ee8242;
  color: white;
  font-size: 8px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  width: 94%;
  height: 20px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
#breakfast-nav li.soon:hover:after {
  top: 0;
}
#breakfast-nav a {
  position: relative;
  z-index: 0;
  color: #191c1f;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#breakfast-nav a:hover,
#breakfast-nav a:focus,
#breakfast-nav a:active,
#breakfast-nav a.active {
  color: #00a2b7;
  text-decoration: none;
}
#breakfast-nav .btn-share {
  display: inline-block;
  position: relative;
  overflow: visible;
  padding-left: 10px;
}
#breakfast-nav .btn-share:hover .social-popover {
  display: block;
}
#breakfast-nav .btn-share i {
  display: block;
  width: 20px;
  height: 16px;
  overflow: hidden;
  text-indent: 999em;
  background: url(../../img/breakfast/btn-share.png) center no-repeat;
}
#breakfast-nav .social-popover {
  position: absolute;
  left: 50%;
  margin: 5px 0 0 -30px;
  width: 60px;
  height: 35px;
  display: none;
  background: white;
  -webkit-box-shadow: 0 0 3px #161616;
  -moz-box-shadow: 0 0 3px #161616;
  box-shadow: 0 0 3px #161616;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}
#breakfast-nav .social-popover:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -5px;
  border: 6px solid transparent;
  border-bottom-color: white;
}
#breakfast-nav .social-popover li {
  display: inline-block;
  width: 28px;
  height: 35px;
  overflow: hidden;
  text-indent: -99em;
}
#breakfast-nav .social-popover li a {
  width: 28px;
  height: 35px;
  text-indent: -99em;
  display: block;
  -webkit-transition: none 200ms ease-in-out;
  -moz-transition: none 200ms ease-in-out;
  -ms-transition: none 200ms ease-in-out;
  -o-transition: none 200ms ease-in-out;
  transition: none 200ms ease-in-out;
}
#breakfast-nav .social-popover li a.i-facebook {
  background: url(../../img/breakfast/i-facebook.png) top center no-repeat;
}
#breakfast-nav .social-popover li a.i-twitter {
  background: url(../../img/breakfast/i-twitter.png) top center no-repeat;
}
#breakfast-nav .social-popover li a:hover {
  background-position: bottom center;
}
/*********************************************
* CONTENT
*********************************************/

.main {
  padding-top: 50%;
}
.breakfast-img-main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.breakfast-img-main h1,
.breakfast-img-main h2 {
  display: none;
  position: absolute;
  left: 70px;
  margin: 0;
  font-family: 'nexa_boldregular';
}
.breakfast-img-main > img:first-child {
  width: 100%;
}
.salud {
  text-transform: uppercase;
  font-family: 'nexa_blackregular';
  font-size: 11px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  display: block;
  padding: 3px 15px;
  background: rgba(62, 62, 62, 0.5);
  border: 1px solid white;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  position: absolute;
  bottom: 20%;
  left: 80px;
}
.salud:hover,
.salud:focus,
.salud:active {
  color: white;
  text-decoration: none;
  background: #2396f1;
}
.link-kelloggs {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 20%;
  height: 40%;
  overflow: hidden;
  text-indent: -999em;
}
.link-kelloggs a {
  display: block;
  width: 100%;
  height: 100%;
}
.flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border: 0;
  margin: 0;
}
.group-modules {
  max-width: 780px;
  margin: 0 auto;
}
.group-modules div[class*=col-md-] {
  padding: 0;
  float: left;
}
.group-modules .col-md-6 {
  width: auto;
}
.group-modules .col-left {
  padding: 0 15px !important;
}
.group-modules .col-right {
  width: 250px;
  float: right !important;
}
.group-modules .col-right .module {
  margin-bottom: 15px;
}
.group-modules .col-right .module-text {
  padding: 10px 15px 0;
}
.module {
  position: relative;
  overflow: hidden;
}
.module:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.module img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.module a {
  display: block;
  overflow: hidden;
}
.module .module-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 10px 0;
  width: 100%;
  text-align: center;
  color: white;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  visibility: visible;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.module .module-text a:hover,
.module .module-text a:focus,
.module .module-text a:active {
  text-decoration: none;
}
.module .module-text.bg-skyblue {
  background: #00a2b7;
}
.module .module-text.bg-graylight {
  background: #e6f6f8;
}
.module .module-text.bg-green {
  background: #bfc37b;
}
.module .module-text.bg-orange {
  background: #ffa735;
}
.module .module-text.bg-orange-p p {
  background: #ffa735;
}
.module .module-text.bg-orange2 {
  background: #ffa735;
}
.module .module-text.bg-magenta {
  background: #d80073;
}
.module .module-text.font-white-shadow {
  color: white;
}
.module .module-text.font-white-shadow p {
  font-size: 12px;
  text-shadow: 0 0 3px black;
  line-height: 1.1;
}
.module .module-text.font-white-shadow a {
  color: white;
}
.module .module-text.font-white-shadow a:hover,
.module .module-text.font-white-shadow a:focus,
.module .module-text.font-white-shadow a:active {
  color: white;
}
.module .module-text.font-white-shadow .module-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 3px #161616;
  margin: 0 0 5px;
}
.module .module-text.font-white-shadow.f-large {
  padding-bottom: 20px;
}
.module .module-text.font-white-shadow.f-large p {
  font-size: 17px;
  text-shadow: 0 0 3px black;
}
.module .module-text.font-white-shadow.f-large .module-title {
  font-size: 24px;
  text-shadow: 0 0 3px black;
}
.module .module-text.font-white {
  color: white;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: left;
}
.module .module-text.font-white p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.module .module-text.font-white a {
  color: white;
}
.module .module-text.font-white a:hover,
.module .module-text.font-white a:focus,
.module .module-text.font-white a:active {
  color: white;
}
.module .module-text.font-white .module-title {
  font-size: 14px;
  font-family: 'nexa_blackregular';
  text-transform: uppercase;
  margin: 0 0 5px;
}
.module .module-text.font-white.bg-orange-p {
  padding: 0;
}
.module .module-text.font-white.bg-orange-p .module-title {
  font-size: 24px;
  font-family: 'nexa_boldregular';
  text-transform: uppercase;
  text-shadow: 0 0 3px #161616;
  text-align: center;
  margin: 0 0 5px;
  padding: 0 15px;
}
.module .module-text.font-white.bg-orange-p p {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.module .module-text.font-black-gray {
  color: #555555;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: left;
}
.module .module-text.font-black-gray p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.module .module-text.font-black-gray a {
  color: inherit;
}
.module .module-text.font-black-gray a:hover,
.module .module-text.font-black-gray a:focus,
.module .module-text.font-black-gray a:active {
  color: inherit;
}
.module .module-text.font-black-gray .module-title {
  color: #3e3e3e;
  font-size: 14px;
  font-family: 'nexa_boldregular';
  text-transform: uppercase;
  margin: 0 0 5px;
}
.module .module-text.font-trivia {
  color: white;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: left;
  padding: 20px 20px 10px;
}
.module .module-text.font-trivia p {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.module .module-text.font-trivia p a {
  color: white;
}
.module .module-text.font-trivia .trivia-link {
  color: white;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 11px;
  float: right;
  position: relative;
}
.module .module-text.font-trivia .trivia-link:after {
  content: '>';
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  display: inline-block;
  margin-left: 5px;
  background: #191c1f;
}
.module.soon-square:before,
.module.soon-vertical:before,
.module.soon-horizontal:before,
.module.soon-square:after,
.module.soon-vertical:after,
.module.soon-horizontal:after {
  color: #ee8242;
  font-family: 'nexa_boldregular';
  text-align: center;
  text-transform: uppercase;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.module.soon-square:before,
.module.soon-vertical:before,
.module.soon-horizontal:before {
  content: 'Muy';
  font-size: 50px;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.module.soon-square:after,
.module.soon-vertical:after,
.module.soon-horizontal:after {
  content: 'pronto';
  font-size: 25px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 11;
}
.module.soon-square:hover:before,
.module.soon-vertical:hover:before,
.module.soon-horizontal:hover:before,
.module.soon-square:hover:after,
.module.soon-vertical:hover:after,
.module.soon-horizontal:hover:after {
  opacity: 1;
}
.module.soon-square:hover .module-text,
.module.soon-vertical:hover .module-text,
.module.soon-horizontal:hover .module-text {
  visibility: hidden;
}
.module.soon-square.no-hidden-text:hover .module-text,
.module.soon-vertical.no-hidden-text:hover .module-text,
.module.soon-horizontal.no-hidden-text:hover .module-text {
  visibility: visible;
}
.module.soon-square:before,
.module.soon-horizontal:before {
  padding: 60px;
}
.module.soon-square:after,
.module.soon-horizontal:after {
  top: 112px;
}
.module.soon-vertical:before {
  padding-top: 160px;
}
.module.soon-vertical:after {
  top: 210px;
}
.add p,
.add-728 p {
  padding: 2px 3px;
  width: 65px;
  text-align: center;
  font-size: 11px;
  color: #9e8e7e;
  background: white;
}
.add-728 {
  max-width: 728px;
  margin: 20px auto;
}
/*********************************************
* RESPONSIVE
*********************************************/

@media only screen and (min-width: 1001px) {
  #wrap {
    width: 100%;
    max-width: 1440px;
  }
  #breakfast-nav {
    right: 120px;
  }
  #breakfast-nav a {
    font-size: 14px;
  }
  .group-modules {
    width: 100%;
    max-width: 100%;
    padding: 0 80px;
    margin-bottom: 40px;
  }
  .group-modules .col-md-6 {
    width: 50%;
  }
  .group-modules .col-right {
    width: 33.3333%;
    padding-left: 40px !important;
  }
  .module .module-text.font-white .module-title,
  .module .module-text.font-black-gray .module-title {
    font-size: 15px;
  }
  .module .module-text.font-white p,
  .module .module-text.font-black-gray p {
    font-size: 15px;
  }
  .module .module-text.font-white.bg-orange-p .module-title,
  .module .module-text.font-black-gray.bg-orange-p .module-title {
    font-size: 28px;
  }
  .module .module-text.font-white.bg-orange-p p,
  .module .module-text.font-black-gray.bg-orange-p p {
    padding: 20px 70px 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
  }
  .module .module-text.font-white-shadow p {
    font-size: 26px;
  }
  .module .module-text.font-white-shadow .module-title {
    font-size: 28px;
  }
  .module .module-text.font-white-shadow.f-large {
    padding: 20px;
  }
  .module .module-text.font-white-shadow.f-large p {
    font-size: 26px;
  }
  .module .module-text.font-white-shadow.f-large .module-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  .module .module-text.font-white .module-title,
  .module .module-text.font-black-gray .module-title {
    font-size: 13px;
  }
  .module .module-text.font-white p,
  .module .module-text.font-black-gray p {
    font-size: 13px;
  }
  .module .module-text.font-white.bg-orange-p .module-title,
  .module .module-text.font-black-gray.bg-orange-p .module-title {
    font-size: 20px;
  }
  .module .module-text.font-white.bg-orange-p p,
  .module .module-text.font-black-gray.bg-orange-p p {
    padding: 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
  }
  .module .module-text.font-white-shadow p {
    font-size: 12px;
    line-height: 1.1;
  }
  .module .module-text.font-white-shadow .module-title {
    font-size: 18px;
  }
  .module .module-text.font-white-shadow.f-large p {
    font-size: 18px;
  }
  .module .module-text.font-white-shadow.f-large .module-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  #wrap {
    width: 100%;
  }
  .group-modules {
    width: 100%;
    max-width: 100%;
    padding: 0 80px;
    margin-bottom: 40px;
  }
  .group-modules .col-md-6 {
    width: 50%;
  }
  .group-modules .col-right {
    width: 33.3333%;
    padding-left: 3.3% !important;
  }
  .module .module-text.font-white .module-title,
  .module .module-text.font-black-gray .module-title {
    font-size: 12px;
  }
  .module .module-text.font-white p,
  .module .module-text.font-black-gray p {
    font-size: 10px;
  }
  .module .module-text.font-white.bg-orange-p .module-title,
  .module .module-text.font-black-gray.bg-orange-p .module-title {
    font-size: 20px;
  }
  .module .module-text.font-white.bg-orange-p p,
  .module .module-text.font-black-gray.bg-orange-p p {
    padding: 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
  }
  .module .module-text.font-white-shadow .module-title {
    font-size: 20px;
  }
  .module .module-text.font-white-shadow.f-large .module-title {
    font-size: 20px;
  }
  .module .module-text.font-white-shadow.f-large p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  #breakfast-nav {
    text-align: right;
    right: 30px;
  }
  #breakfast-nav .btn-menu {
    display: inline-block;
    color: white;
    background: rgba(0, 0, 0, 0.7);
  }
  #breakfast-nav > ul {
    text-align: center;
    display: none;
    padding: 20px 0 10px;
    background: rgba(0, 0, 0, 0.7);
  }
  #breakfast-nav li {
    display: block;
    height: 35px;
    color: #191c1f;
  }
  #breakfast-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: white;
  }
  #breakfast-nav li a.active {
    font-size: 14px;
  }
  #breakfast-nav li.soon:after {
    width: 100%;
  }
  .salud {
    left: 60px;
  }
  .group-modules {
    padding: 0 60px;
  }
  .group-modules .col-md-6 {
    width: 50%;
  }
  .group-modules .col-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .group-modules .col-right {
    float: left !important;
    width: 100%;
    padding-left: 0 !important;
  }
  .group-modules .col-right .module {
    width: 50%;
    float: left;
  }
  .add.pull-right {
    margin: 10px auto;
    width: 300px;
    float: none !important;
  }
  .add-728 object,
  .add object {
    display: block;
    width: 95% !important;
    margin: 0 auto;
  }
  .add-728 img,
  .add img {
    width: 95% !important;
    height: auto !important;
    margin: 0 auto;
  }
  .add-728 p,
  .add p {
    width: auto;
    text-align: center;
  }
  .module .module-text.font-white-shadow .module-title {
    font-size: 18px;
  }
  .module .module-text.font-white-shadow p {
    font-size: 15px;
  }
  .module .module-text.font-white-shadow.f-large .module-title {
    font-size: 18px;
  }
  .module .module-text.font-white-shadow.f-large p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 649px) {
  .add.pull-right {
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .salud {
    left: 20px;
  }
  .group-modules {
    padding: 0 20px;
  }
  .group-modules .col-md-6 {
    margin: 10px auto;
  }
  .group-modules .col-right {
    float: left !important;
    width: 100%;
  }
  .group-modules .col-right .module {
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
    float: none;
  }
  .module.soon-square:before,
  .module.soon-horizontal:before {
    padding: 30px;
  }
  .module.soon-square:after,
  .module.soon-horizontal:after {
    top: 77px;
  }
}
@media only screen and (max-width: 400px) {
  .group-modules {
    padding: 0 20px;
  }
  .group-modules .col-md-6 {
    float: none !important;
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
  }
  .group-modules .col-right {
    float: left !important;
    width: 100%;
  }
  .group-modules .col-right .module {
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
    float: none;
  }
}
/******************************************
  SECTION STYLES
******************************************/

#section-home h1 {
  color: black;
  top: 264px;
  font-size: 16px;
  text-transform: uppercase;
}
.trivia {
  width: 250px;
}
.trivia.flexslider .slides > li {
  position: relative;
}
.trivia.flexslider .flex-direction-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.trivia.flexslider .flex-prev {
  display: none;
}
.trivia.flexslider .flex-next {
  color: white;
  font-size: 14px;
  font-family: 'nexa_boldregular';
  position: relative;
}
.trivia.flexslider .flex-next:after {
  content: '>';
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  display: inline-block;
  margin-left: 5px;
  background: #191c1f;
}
.trivia.flexslider .flex-next:hover:after {
  background: #007584;
}
.trivia .module-text {
  bottom: 135px;
}
.trivia .module-text .module-title {
  font-size: 24px !important;
  margin-bottom: 15px !important;
}
.trivia-quest {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background: #ee8242;
}
.trivia-quest .numbers {
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  margin: 15px 0;
  padding-right: 10px;
  color: white;
}
.trivia-quest h2 {
  margin: 0;
  padding: 0 20px;
  font-size: 18px;
  color: white;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.trivia-quest h2 a {
  color: inherit;
}
.trivia-quest h2 a:hover,
.trivia-quest h2 a:focus,
.trivia-quest h2 a:active {
  text-decoration: none;
  color: inherit;
}
.contest {
  background: url(../../img/breakfast/home/bg-concurso.jpg) bottom right no-repeat;
  background-size: cover;
}
.contest .contest-title {
  color: #3e3e3e;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'nexa_boldregular';
  margin-left: -15px;
}
.contest .module .module-text {
  position: static;
  color: #3e3e3e;
  text-align: left;
}
.contest .module .module-text a {
  color: inherit;
}
.contest .module .module-text a:hover,
.contest .module .module-text a:focus,
.contest .module .module-text a:active {
  text-decoration: none;
  color: inherit;
}
.contest .module .module-text p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.contest .module .module-text .module-title {
  font-size: 18px;
  font-family: 'nexa_boldregular';
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.3;
}
.contest .module .module-text .module-title a {
  line-height: inherit;
}
.live-chat {
  margin-bottom: 40px;
}
.live-chat .chat-title {
  color: #3e3e3e;
  font-size: 24px;
  font-family: 'nexa_boldregular';
  text-transform: uppercase;
}
.live-chat .chat-title small {
  color: #ee8242;
  font-size: 18px;
  display: block;
}
.live-chat .chat-title a {
  color: inherit;
}
.live-chat .chat-title a:hover,
.live-chat .chat-title a:focus,
.live-chat .chat-title a:active {
  color: inherit;
  text-decoration: none;
}
.live-chat p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  padding-right: 20px;
}
.live-chat img {
  width: 100%;
}
.live-chat .col-md-6 {
  width: 50% !important;
}
/*********************************************
* RESPONSIVE
*********************************************/

@media only screen and (min-width: 1201px) {
  #section-home .trivia {
    width: 100%;
  }
  #section-home .trivia .module-text {
    bottom: 170px;
  }
  #section-home .trivia .module-text .module-title {
    font-size: 28px !important;
  }
  #section-home .trivia-quest {
    height: 170px;
  }
  #section-home .trivia-quest .numbers {
    margin: 15px 0;
    font-size: 15px;
  }
  #section-home .trivia-quest h2 {
    font-size: 26px;
  }
  #section-home .live-chat .chat-title {
    font-size: 40px;
  }
  #section-home .live-chat .chat-title small {
    font-size: 28px;
  }
  #section-home .live-chat p {
    font-size: 15px;
  }
  #section-home .cta {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1001px) {
  #section-home .trivia {
    width: 100%;
  }
  #section-home .cta {
    font-size: 13px;
  }
  .contest .contest-title {
    font-size: 28px;
  }
  .contest .module .module-text p {
    font-size: 15px;
  }
  .contest .module .module-text .module-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  #section-home .trivia .module-text {
    bottom: 150px;
  }
  #section-home .trivia .module-text .module-title {
    font-size: 20px !important;
  }
  #section-home .trivia-quest {
    height: 150px;
  }
  #section-home .trivia-quest .numbers {
    font-size: 13px;
  }
  #section-home .trivia-quest h2 {
    font-size: 18px;
  }
  #section-home .live-chat .chat-title {
    font-size: 30px;
  }
  .contest .contest-title {
    font-size: 20px;
  }
  .contest .module .module-text p {
    font-size: 13px;
  }
  .contest .module .module-text .module-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  #section-home .trivia {
    width: 100%;
  }
  .trivia-quest .numbers {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 800px) {
  /*.group-modules {
  		.col-right {
  			.module {
  				float: left
  			}
  		}
  	}*/
  
  .trivia {
    width: 100%;
  }
  .trivia .module .module-text .module-title {
    font-size: 18px !important;
  }
  .contest {
    background-position: right top;
    background-size: auto;
  }
  .contest .contest-title {
    font-size: 16px;
  }
  .live-chat {
    margin-bottom: 0;
  }
  .live-chat .group-modules {
    margin-bottom: 0;
  }
  .live-chat .chat-title {
    font-size: 28px;
  }
  .live-chat .chat-title small {
    font-size: 18px;
  }
  .live-chat .col-md-6 {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  
}
#section-bio {
  padding-top: 60%;
  /*.col-md-6 {
		width: 50%
	}*/

}
#section-bio .breakfast-img-main h1 {
  color: #4e1b09;
  top: 176px;
  font-size: 47px;
  line-height: 1;
}
#section-bio .breakfast-img-main h1 strong {
  font-size: 59px;
}
#section-bio .breakfast-img-main h2 {
  color: white;
  font-size: 16px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  top: 273px;
  text-transform: uppercase;
}
#section-bio .bg-breakfast {
  padding: 30px 0 20px;
  background: url(../../img/breakfast/bio/bg-breakfast.jpg) top right no-repeat;
}
#section-bio .group-modules {
  padding: 0 60px;
}
#section-bio .group-modules .module .module-text.font-white-shadow p {
  font-size: 17px;
}
#section-bio .group-modules .module .module-text.font-white-shadow .module-title {
  font-size: 20px;
}
.bio {
  position: relative;
}
.bio .bio-white {
  padding: 0 0 10px 70px;
}
.bio .bio-white h2 {
  color: #c89f91;
  font-size: 18px;
  font-family: 'nexa_boldregular';
}
.bio .bio-white p {
  font-weight: 600;
  font-size: 16px;
  color: #4e1b09;
}
.bio .bio-beige {
  padding: 15px 0 10px 70px;
  background: #c89f91;
}
.bio .bio-beige p {
  color: white;
  font-size: 12px;
  font-weight: 600;
}
.bio .bio-beige .bio-book {
  position: relative;
  padding: 10px 10px 10px 100px;
  margin: 30px 0 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  background: #663d2a;
  color: white;
}
.bio .bio-beige .bio-book img {
  position: absolute;
  top: -25%;
  left: 0;
}
.bio .bio-beige .bio-book p {
  font-size: 13px;
  font-weight: 400;
  font-family: 'nexa_boldregular';
}
.bio .bio-beige .bio-book p strong {
  font-size: 18px;
  font-weight: 400;
}
.bio .bio-beige .bio-book a {
  display: block;
  color: white;
  font-size: 11px;
  text-decoration: underline;
  text-align: right;
}
.bio .bio-beige .bio-link {
  font-size: 12px;
  color: #613825;
}
.bio .bio-beige .bio-link a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #613825;
}
.bio .bio-beige .bio-link a:hover {
  color: inherit;
}
.bio .bio-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 380px;
}
/*********************************************
* RESPONSIVE
*********************************************/

@media only screen and (min-width: 1301px) {
  #section-bio .bio .bio-white {
    padding-bottom: 50px;
  }
  #section-bio .bio .bio-white h2 {
    font-size: 28px;
  }
  #section-bio .bio .bio-white p {
    font-size: 26px;
  }
  #section-bio .bio .bio-beige {
    padding-top: 50px;
  }
  #section-bio .bio .bio-beige p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.8;
  }
  #section-bio .bio .bio-beige .bio-book img {
    top: -16%;
  }
  #section-bio .bio .bio-beige .bio-book p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #section-bio .bio .bio-beige .bio-book p strong {
    font-size: 20px;
  }
  #section-bio .bio .bio-beige .bio-book a {
    font-size: 14px;
  }
  #section-bio .bio .bio-beige .bio-link {
    font-size: 16px;
    line-height: normal;
  }
  #section-bio .bio .bio-beige .bio-link a {
    font-size: 22px;
  }
  #section-bio .bio-img {
    max-width: 600px !important;
    width: 100%;
  }
  #section-bio .group-modules .module .module-text.font-white-shadow p {
    font-size: 26px !important;
  }
  #section-bio .group-modules .module .module-text.font-white-shadow .module-title {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1001px) {
  #section-bio .bio-img {
    max-width: 500px;
    width: 100%;
  }
  #section-bio .bg-breakfast {
    background-size: 40% auto;
  }
  #section-bio .bg-breakfast .add {
    margin-top: 108px;
  }
  #section-bio .bio .bio-beige .bio-book p {
    margin-bottom: 5px;
  }
  #section-bio .group-modules {
    padding: 0 80px;
  }
  #section-bio .group-modules .module .module-text.font-white-shadow p {
    font-size: 18px;
  }
  #section-bio .group-modules .module .module-text.font-white-shadow .module-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  #section-bio .bio .bio-white {
    padding-bottom: 30px;
  }
  #section-bio .bio .bio-white h2 {
    font-size: 20px;
  }
  #section-bio .bio .bio-white p {
    font-size: 18px;
  }
  #section-bio .bio .bio-beige {
    padding-top: 30px;
  }
  #section-bio .bio .bio-beige p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  #section-bio .bio .bio-beige .bio-link {
    font-size: 14px;
  }
  #section-bio .bio .bio-beige .bio-link a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  #section-bio {
    padding-top: 50%;
  }
  #section-bio .col-md-6 {
    width: auto;
  }
  #section-bio .bio {
    padding-top: 60%;
  }
  #section-bio .bio-white {
    position: relative;
    padding: 0;
  }
  #section-bio .bio-white .col-md-6 {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    position: relative;
    z-index: 2;
  }
  #section-bio .bio-white p {
    margin-bottom: 0;
  }
  #section-bio .bio-img {
    right: 20%;
    max-width: 350px;
  }
  #section-bio .bio-beige {
    padding: 15px 0 0;
  }
  #section-bio .group-modules {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 700px) {
  #section-bio .bio {
    padding-top: 85%;
  }
  #section-bio .bg-breakfast {
    padding-bottom: 0px;
  }
  #section-bio .bg-breakfast .col-xs-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #section-bio {
    padding-top: 70%;
  }
  #section-bio .bio-img {
    right: 8%;
    width: 100%;
  }
  #section-bio .group-modules {
    padding: 0 20px;
  }
  #section-bio .group-modules .module .module-text.font-white-shadow p {
    font-size: 15px;
  }
  #section-bio .group-modules .module .module-text.font-white-shadow .module-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  #section-bio .bio-img {
    right: auto;
  }
}
#section-test {
  padding-top: 55%;
  /*.mask {
		width: 490px;
		height: 690px;
		overflow: hidden;

		> div {
			position: relative;
			top: -2px;
			left: -2px
		}
	}*/

}
#section-test .breakfast-img-main h1 {
  color: #e30613;
  top: 190px;
  font-size: 52px;
  line-height: 1;
}
#section-test .breakfast-img-main h2 {
  color: white;
  font-size: 16px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  top: 300px;
  text-transform: uppercase;
}
#section-test .trivia {
  width: 100%;
  padding-right: 30px;
}
#section-test .trivia:hover .trivia-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#section-test .trivia .eewidget {
  margin: 0 auto;
}
#section-test .col-left .col-md-6 {
  width: 50%;
}
#section-test .add {
  margin-bottom: 15px;
}
#section-test .bg-kelloggs {
  background: url(../../img/breakfast/test/bg-kelloggs.jpg) center right no-repeat;
  padding: 30px 0;
}
#section-test .side-videos h3 {
  font-family: 'nexa_boldregular';
  font-size: 19px;
  color: #191c1f;
}
#section-test .side-videos .side-video-big {
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#section-test .side-videos .side-video-big:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#section-test .side-videos .side-video-big:hover a {
  color: #191c1f;
}
#section-test .side-videos .side-video-big > a {
  display: block;
  overflow: hidden;
}
#section-test .side-videos .side-video-big img {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#section-test .side-videos .side-video-big p {
  color: #191c1f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  margin: 10px 0;
}
#section-test .side-videos .side-video-big a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 15px;
  font-weight: 700;
  color: #00a2b7;
}
#section-test .side-videos .side-video-big a:hover,
#section-test .side-videos .side-video-big a:focus,
#section-test .side-videos .side-video-big a:active {
  text-decoration: none;
}
#section-test .side-videos .side-video-thumb {
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#section-test .side-videos .side-video-thumb:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#section-test .side-videos .side-video-thumb:hover a {
  color: #00a2b7;
}
#section-test .side-videos .side-video-thumb > a {
  display: block;
  overflow: hidden;
}
#section-test .side-videos .side-video-thumb > a,
#section-test .side-videos .side-video-thumb p {
  width: 50%;
  float: left;
}
#section-test .side-videos .side-video-thumb img {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#section-test .side-videos .side-video-thumb p {
  font-size: 11px;
  font-weight: 400;
  color: #191c1f;
  line-height: 1;
  margin-top: 25px;
  padding: 0 10px;
}
#section-test .side-videos .side-video-thumb a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #191c1f;
  font-size: 13px;
  font-weight: 700;
}
#section-test .side-videos .side-video-thumb a:hover,
#section-test .side-videos .side-video-thumb a:focus,
#section-test .side-videos .side-video-thumb a:active {
  text-decoration: none;
}
#section-test .module .module-text.font-white-shadow.bg-green {
  text-align: left !important;
  padding: 15px 20px 10px;
}
#section-test .module .module-text.font-white-shadow.bg-green p {
  text-shadow: none;
}
#section-test .contest {
  background: url(../../img/breakfast/home/bg-concurso.jpg) bottom right no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
#section-test .contest .contest-title {
  color: #3e3e3e;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-left: -15px;
}
#section-test .contest .module .module-text {
  position: static;
  color: #3e3e3e;
  text-align: left;
}
#section-test .contest .module .module-text a {
  color: inherit;
}
#section-test .contest .module .module-text a:hover,
#section-test .contest .module .module-text a:focus,
#section-test .contest .module .module-text a:active {
  text-decoration: none;
  color: inherit;
}
#section-test .contest .module .module-text p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 500;
}
#section-test .contest .module .module-text .module-title {
  font-size: 15px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
/*********************************************
* RESPONSIVE
*********************************************/

@media only screen and (min-width: 1300px) {
  #section-test .module .module-text.font-trivia p {
    font-size: 28px;
  }
  #section-test .add {
    margin-top: 50%;
  }
}
@media only screen and (min-width: 1001px) {
  #section-test .breik-cols .col-right .module {
    max-height: 350px;
  }
  #section-test .bg-kelloggs {
    background-size: 40% auto;
  }
  #section-test .add {
    margin-top: 35%;
  }
}
@media only screen and (max-width: 970px) {
  #section-test .bg-kelloggs {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 801px) and (max-width: 955px) {
  .breik-cols .group-modules {
    padding: 0 60px;
  }
  .breik-cols .col-left {
    width: 100%;
  }
  .breik-cols .col-right {
    width: 100%;
    padding-left: 0 !important;
    margin-top: 40px;
  }
  .breik-cols .col-right .module {
    max-height: 300px;
    width: 50%;
    float: left;
  }
  #section-test .module .module-text.font-white.bg-orange-p p {
    padding: 15px 10px !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (max-width: 800px) {
  #section-test .group-modules .col-right {
    padding-left: 0 !important;
    margin-top: 40px;
  }
  #section-test .group-modules .col-right .module {
    max-height: 270px;
  }
}
@media only screen and (max-width: 700px) {
  #section-test .group-modules .col-right .module {
    max-height: 230px;
  }
}
@media only screen and (max-width: 600px) {
  #section-test .group-modules .col-right .module {
    max-height: 190px;
  }
}
@media only screen and (max-width: 500px) {
  #section-test .group-modules .col-right .module {
    max-height: 300px;
  }
}
@media only screen and (max-width: 400px) {
  #section-test .group-modules .col-right .module {
    max-height: 250px;
  }
  #section-test .bg-kelloggs .group-modules .col-xs-6 {
    width: 100%;
  }
  #section-test .bg-kelloggs .group-modules .col-xs-6 .module {
    max-height: 250px;
  }
  #section-test .bg-kelloggs .group-modules .col-xs-6 .module img {
    position: relative;
    top: -100px;
  }
}
#section-video {
  padding-top: 80px !important;
}
#section-video .group-modules .col-left {
  padding: 0 35px 0 15px !important;
  overflow: hidden;
}
#section-video .module.video {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  cursor: pointer;
}
#section-video .module.video:hover .module-text p:before {
  background: rgba(0, 0, 0, 0.3);
}
#section-video .module.video .module-text {
  text-align: left;
  font-weight: 700;
}
#section-video .module.video .module-text p {
  padding-left: 20px;
}
#section-video .module.video .module-text p:before {
  position: absolute;
  left: 5px;
  top: 5px;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
}
#section-video .module.video .module-text p:after {
  position: absolute;
  left: 13px;
  top: 10px;
  content: '';
  border: 5px solid transparent;
  border-left-color: white;
}
#section-video .module.video .video-number {
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: 2;
  color: white;
  text-shadow: 0 0 1px black;
  font-weight: 300px;
  font-size: 19px;
}
#section-video .videos-main-lp {
  position: relative;
  z-index: 2;
  height: 528px;
}
#section-video .video-thumb:hover > p a {
  color: #007584;
}
#section-video .video-thumb > p {
  color: #9e8e7e;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.1;
  margin: 10px 0;
}
#section-video .video-thumb > p a {
  font-size: 12px;
  font-weight: 700;
  color: #00a2b7;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#section-video .video-thumb > p a:hover,
#section-video .video-thumb > p a:focus,
#section-video .video-thumb > p a:active {
  text-decoration: none;
}
#section-video .more-videos {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#section-video .more-videos h2 {
  margin-bottom: 30px;
  color: #191c1f;
  font-family: 'nexa_boldregular';
  font-weight: normal;
  font-size: 24px;
  text-align: center;
}
#section-video .video-tips {
  background: url(../../img/breakfast/video/bg-consejos.jpg) top right no-repeat;
  padding: 10px 0 15px;
}
#section-video .video-tips h2 {
  margin: 0 0 20px;
  color: #191c1f;
  font-family: 'nexa_boldregular';
  font-weight: normal;
  font-size: 24px;
  text-align: left;
}
#section-video .video-tips .col-md-6 {
  padding: 0;
  width: 50%;
  float: left;
}
#section-video .video-tips .add {
  position: relative;
  top: -40px;
  right: 70px;
}
#section-video .flexslider .slides li {
  margin-right: 20px;
}
#section-video .flexslider .flex-control-nav {
  bottom: -45px;
}
#section-video .flexslider .flex-control-nav li {
  margin: 0 3px;
}
#section-video .flexslider .flex-control-nav li a {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  background: #b2adab;
}
#section-video .flexslider .flex-control-nav li a.flex-active {
  background: #00a2b7;
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
}
#section-video .flexslider .flex-prev,
#section-video .flexslider .flex-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -99em;
  border: 1px solid transparent;
}
#section-video .flexslider .flex-prev {
  border-top-color: #9e8e7e;
  border-left-color: #9e8e7e;
  left: -45px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
#section-video .flexslider .flex-next {
  border-top-color: #9e8e7e;
  border-right-color: #9e8e7e;
  right: -45px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#section-video .contest {
  background: url(../../img/breakfast/video/bg-concurso.jpg) bottom right no-repeat;
}
#section-comunity {
  padding-top: 60% !important;
}
#section-comunity .breakfast-img-main h1 {
  color: #4e1b09;
  top: 200px;
  font-size: 44px;
  line-height: 1;
}
#section-comunity .breakfast-img-main h2 {
  color: white;
  font-size: 16px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  top: 250px;
  text-transform: uppercase;
}
#section-comunity .breakfast-img-main .salud {
  bottom: 40px;
}
#section-comunity iframe {
  overflow-x: hidden;
  max-width: 942px;
  display: block;
  margin: 0 auto;
}
#section-contest .awards {
  position: relative;
  margin: 0 auto 40px;
  padding: 20px 40px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: #f4debf;
  background-image: -moz-linear-gradient(top, #f5d6ab, #f3e9dd);
  background-image: -ms-linear-gradient(top, #f5d6ab, #f3e9dd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5d6ab), to(#f3e9dd));
  background-image: -webkit-linear-gradient(top, #f5d6ab, #f3e9dd);
  background-image: -o-linear-gradient(top, #f5d6ab, #f3e9dd);
  background-image: linear-gradient(top, #f5d6ab, #f3e9dd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d6ab', endColorstr='#f3e9dd', GradientType=0);
}
#section-contest .awards .awards-title {
  font-family: 'nexa_boldregular';
  font-size: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #e55302;
}
#section-contest .awards .awards-title small {
  display: block;
  font-family: 'nexa_lightregular';
  font-size: 28px;
  color: #e55302;
}
#section-contest .awards ol {
  margin: 0;
  padding: 20px 0 90px 0;
  background: url(../../img/breakfast/contest/participa.png) right center no-repeat;
  background-size: 68% auto;
  list-style: none;
  counter-reset: counter-award;
}
#section-contest .awards ol li {
  position: relative;
  margin: 0 0 20px 55px;
  padding: 0 45% 0 15px;
  border-left: 1px solid #ee8242;
  counter-increment: counter-award;
  color: #191c1f;
  font-size: 16px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#section-contest .awards ol li:before {
  position: absolute;
  top: 0;
  left: -55px;
  content: "0" counter(counter-award);
  color: #e55302;
  font-family: 'nexa_boldregular';
  font-size: 32px;
  line-height: 1;
}
#section-contest .awards ol li a {
  color: inherit;
  text-decoration: underline;
}
#section-contest .awards .join {
  display: block;
  width: 45%;
  height: 350px;
  position: absolute;
  top: 130px;
  right: 0;
  text-indent: -999em;
}
#section-contest .awards .join:after {
  content: '';
  width: 165%;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#section-contest .awards .dates {
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
#section-contest .awards .dates li {
  display: inline-block;
  width: 150px;
  margin: 0 5px;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #e55302;
  color: white;
  font-size: 10px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}
#section-contest .awards .dates li strong {
  display: block;
  border-bottom: 1px solid white;
  font-size: 18px;
  font-family: 'nexa_boldregular';
}
#section-contest .awards .award-text {
  margin: 0 -40px;
  padding: 0 40px 210px;
  background: url(../../img/breakfast/contest/premios.jpg) center bottom no-repeat;
  color: #e55302;
  font-family: 'nexa_boldregular';
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
#section-contest .awards .legal {
  color: #191c1f;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
#section-contest .contest-ended .awards-title small {
  font-family: 'nexa_boldregular';
}
/*********************************************
* RESPONSIVE
*********************************************/

@media only screen and (min-width: 1201px) {
  #section-contest .awards {
    margin: 0 80px 40px;
  }
  #section-contest .awards .awards-title {
    font-size: 55px;
  }
  #section-contest .awards .awards-title small {
    font-size: 40px;
  }
  #section-contest .awards ol {
    background-size: 55% auto;
  }
  #section-contest .awards ol li {
    margin: 0 0 30px 65px;
    font-size: 20px;
  }
  #section-contest .awards ol li:before {
    position: absolute;
    top: 0;
    left: -65px;
    font-size: 40px;
    line-height: 1;
  }
  #section-contest .awards .join {
    top: 155px;
    width: 45%;
    height: 38%;
  }
  #section-contest .awards .dates li {
    width: 22%;
    max-width: 230px;
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.1;
  }
  #section-contest .awards .dates li strong {
    font-size: 26px;
  }
  #section-contest .awards .award-text {
    padding: 0 40px 27%;
    background-size: 90% auto;
    font-size: 26px;
    line-height: 1.2;
  }
  #section-contest .awards .legal {
    font-size: 15px;
  }
  #section-contest .contest-ended .awards-title {
    font-size: 60px;
    position: relative;
    top: 75px;
    width: 60%;
  }
  #section-contest .contest-ended .awards-title small {
    font-size: 45px;
  }
  #section-contest .contest-ended ol {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  #section-contest .contest-ended ol li:before {
    content: none;
    display: none;
  }
  #section-contest .contest-ended ol li .font-up {
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
  }
  #section-contest .group-modules {
    padding: 0 120px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  #section-contest .awards {
    margin: 0 80px 40px;
  }
  #section-contest .contest-ended .awards-title {
    font-size: 50px;
    position: relative;
    top: 75px;
    width: 60%;
  }
  #section-contest .contest-ended .awards-title small {
    font-size: 35px;
  }
  #section-contest .contest-ended ol {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  #section-contest .contest-ended ol li:before {
    content: none;
    display: none;
  }
  #section-contest .contest-ended ol li .font-up {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
  }
  #section-contest .group-modules {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 1000px) {
  #section-contest .awards {
    margin: 0 60px 40px;
  }
  #section-contest .awards .awards-title {
    font-size: 32px;
  }
  #section-contest .awards .awards-title small {
    font-size: 20px;
  }
  #section-contest .awards ol li {
    margin: 0 0 20px 55px;
    font-size: 13px;
  }
  #section-contest .awards ol li:before {
    position: absolute;
    top: 0;
    left: -45px;
    font-size: 27px;
    line-height: 1;
  }
  #section-contest .awards .join {
    top: 110px;
    width: 45%;
    height: 38%;
  }
  #section-contest .awards .dates li {
    width: 22%;
    max-width: 145px;
    font-size: 10px;
    line-height: 1.1;
  }
  #section-contest .awards .dates li strong {
    font-size: 15px;
  }
  #section-contest .awards .award-text {
    padding: 0 40px 30%;
    background-size: 90% auto;
    font-size: 18px;
  }
  #section-contest .awards .legal {
    font-size: 10px;
  }
  #section-contest .contest-ended .awards-title {
    font-size: 40px;
  }
  #section-contest .contest-ended .awards-title small {
    font-size: 30px;
  }
  #section-contest .contest-ended ol {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  #section-contest .contest-ended ol li:before {
    content: none;
    display: none;
  }
  #section-contest .contest-ended ol li .font-up {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
  }
  #section-contest .group-modules {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 799px) {
  #section-contest .awards {
    margin: 0 60px 40px;
  }
  #section-contest .awards .awards-title {
    font-size: 32px;
  }
  #section-contest .awards .awards-title small {
    font-size: 20px;
  }
  #section-contest .awards ol li {
    margin: 0 0 20px 55px;
    font-size: 13px;
  }
  #section-contest .awards ol li:before {
    position: absolute;
    top: 0;
    left: -45px;
    font-size: 27px;
    line-height: 1;
  }
  #section-contest .awards .join {
    top: 110px;
    width: 45%;
    height: 38%;
  }
  #section-contest .awards .dates li {
    width: 45%;
    max-width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }
  #section-contest .contest-ended ol {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  #section-contest .contest-ended ol li:before {
    content: none;
    display: none;
  }
  #section-contest .contest-ended ol li .font-up {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
  }
}
@media only screen and (max-width: 750px) {
  #section-contest .awards .awards-title {
    width: 58%;
    position: absolute;
    text-align: left;
  }
  #section-contest .awards ol {
    padding: 50% 0 0;
    background-position: right top;
  }
  #section-contest .awards ol li {
    padding: 0 15px;
  }
  #section-contest .awards .join {
    height: 25%;
    top: 0;
  }
}
@media only screen and (max-width: 700px) {
  #section-contest .awards .awards-title {
    width: 58%;
    position: absolute;
    font-size: 20px;
    text-align: left;
  }
  #section-contest .awards .awards-title small {
    font-size: 13px;
  }
}
@media only screen and (max-width: 649px) {
  #section-contest .group-modules {
    margin-bottom: 0;
  }
  #section-contest .group-modules div.col-md-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #section-contest .awards {
    margin: 0 20px 20px;
    padding: 10px;
  }
  #section-contest .awards .awards-title {
    width: 58%;
    position: absolute;
    font-size: 20px;
    text-align: left;
  }
  #section-contest .awards .awards-title small {
    font-size: 13px;
  }
  #section-contest .awards ol {
    background-position: right top;
  }
  #section-contest .awards ol li {
    margin: 0 0 20px 45px;
    padding: 0 15px;
  }
  #section-contest .awards ol li:before {
    top: 5px;
    left: -35px;
    font-size: 15px;
  }
  #section-contest .awards .join {
    height: 20%;
  }
  #section-contest .awards .dates li {
    font-size: 8px;
  }
  #section-contest .awards .dates li strong {
    font-size: 13px;
  }
  #section-contest .awards .award-text {
    padding: 0 40px 300px;
    background: none;
    font-size: 13px;
    position: relative;
  }
  #section-contest .awards .award-text:before,
  #section-contest .awards .award-text:after {
    position: absolute;
    left: 50%;
    content: '';
    height: 130px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: url(../../img/breakfast/contest/premios.jpg) left bottom no-repeat;
    background-size: auto 100%;
  }
  #section-contest .awards .award-text:before {
    top: 80px;
    width: 243px;
  }
  #section-contest .awards .award-text:after {
    top: 210px;
    width: 226px;
    background-position: right bottom;
  }
  #section-contest .group-modules {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 400px) {
  #section-contest .awards .awards-title {
    position: static;
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
  #section-contest .awards .awards-title small {
    font-size: 11px;
  }
  #section-contest .awards ol {
    padding-top: 50%;
  }
  #section-contest .awards .join {
    top: 8%;
    width: 100%;
    height: 10%;
  }
  #section-contest .awards .join:after {
    display: none;
  }
  #section-contest .contest-ended ol li .font-up {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
  }
}
#section-bucketlist .option-combo li.label {
  margin-left: 0 !important;
}
#section-bucketlist #content-container {
  position: relative;
  margin: 15px auto 70px !important;
  max-width: 965px !important;
  height: auto !important;
  width: auto !important;
  overflow: hidden;
}
#section-bucketlist #saved-items-container {
  max-width: 955px !important;
  width: 97% !important;
}
#section-bucketlist .group-modules .col-left {
  padding: 0 15px 0 0 !important;
}
#section-bucketlist .trivia {
  width: 100%;
}
#section-bucketlist .trivia .module-text {
  width: 60%;
  bottom: 0;
}
#section-bucketlist .trivia.flexslider .slides {
  position: relative;
  top: -20px;
}
#section-bucketlist .trivia.flexslider .slides > li {
  position: relative;
}
#section-bucketlist .trivia.flexslider .flex-direction-nav {
  bottom: 30px;
}
#section-bucketlist .trivia-quest {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 40%;
  height: 100%;
}
#section-bucketlist .trivia-quest h2 {
  padding-top: 40px;
}
/*********************************************
* RESPONSIVE
*********************************************/

@media only screen and (min-width: 1301px) {
  #section-bucketlist .trivia-quest h2 {
    padding-top: 70px;
    font-size: 29px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  #section-bucketlist .trivia-quest h2 {
    padding-top: 40px;
    font-size: 26px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1199px) {
  #section-bucketlist .trivia-quest h2 {
    padding-top: 20px;
    font-size: 22px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 800px) and (max-width: 940px) {
  #section-bucketlist .trivia-quest h2 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 789px) {
  #section-bucketlist .group-modules .col-right .module {
    float: none !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #section-bucketlist .trivia-quest .numbers {
    margin: 5px 0;
  }
  #section-bucketlist .trivia-quest h2 {
    padding-top: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  #section-bucketlist .trivia .module-text .module-title {
    font-size: 17px !important;
  }
  #section-bucketlist .flex-direction-nav .flex-next {
    right: 0;
    font-size: 12px;
  }
}
