/* =================================
------------------------------------
  Namaste - Yoga HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/

@font-face {
    font-family: 'gotham_book';
    src:  url('../fonts/Gotham-Book.woff') format('woff'),
          url('../fonts/Gotham-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/ufonts.com_gotham_medium-webfont.eot');
    src: url('../fonts/ufonts.com_gotham_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_gotham_medium-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_gotham_medium-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_gotham_medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham_bold-webfont.eot');
    src: url('../fonts/gotham_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham_bold-webfont.woff') format('woff'),
         url('../fonts/gotham_bold-webfont.ttf') format('truetype'),
         url('../fonts/gotham_bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/ufonts.com_gotham_light-webfont.eot');
    src: url('../fonts/ufonts.com_gotham_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_gotham_light-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_gotham_light-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_gotham_light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_bold';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_black';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_ultra';
    src: url('../fonts/Gotham-Ultra.woff2') format('woff2'),
    url('../fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome/webfonts/fa-regular-400.eot');
    src: url('fontawesome/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
         url('fontawesome/webfonts/fa-regular-400.woff') format('woff'),
         url('fontawesome/webfonts/fa-regular-400.ttf') format('truetype'),
         url('fontawesome/webfonts/fa-regular-400.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa, .fal, .far, .fas {
    font-family: 'FontAwesome';
}

/*----------------------------------------*/
/* Template default CSS
 /*----------------------------------------*/
a {    color: inherit;}
a:hover{color:inherit;}

 html,
 body {
   scroll-behavior: initial;
   height: 100%;
   font-family: 'gotham_mediumregular', sans-serif;
   -webkit-font-smoothing: antialiased;
   font-smoothing: antialiased;
   color:#57310b;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin: 0;
   color: #fe421d;
   font-family: 'gotham_bold';
 }
 
 h1 {
   font-size: 70px;
 }
 
 h2 {
   font-size: 36px;
 }
 
 h3 {
   font-size: 30px;
 }
 
 h4 {
   font-size: 24px;
 }
 
 h5 {
  font-family: 'gotham_boldregular';
   font-size: 18px;
 }
 
 h6 {
   font-size: 16px;
 }
 
 p {
   color:#57310b;
   font-size: 18px;
   line-height: 22px;
 }
 
 /*img {
   max-width: 100%;
 }*/
 
 input:focus,
 select:focus,
 button:focus,
 textarea:focus {
   outline: none;
 }
 
 a:hover,
 a:focus {
   text-decoration: none;
   outline: none;
 }
 
 ul,
 ol {
   padding: 0;
   margin: 0;
 }
 
 
 /*---------------------
     Helper CSS
   -----------------------*/
  .img-100{width: 100%;}
 .font-regular{font-family: 'gotham_lightregular' !important;}
 .font-regular strong{font-family: 'gotham_boldregular' !important;}
 .p-higher{font-size: 22px !important; line-height: 26px;}
  #carousel-products-top .p-higher {    font-size: 19px !important;}
  #carousel-products-top .p-higher.exception{font-size: 17px !important;}
#carousel-products-top .p-higher.exception2 {
    font-size: 12px !important;
    font-weight: bold;    line-height: 14px;    padding-top: 13px;
    padding-bottom: 12px;}
#carousel-products-top .p-higher.exception2 span{
font-weight: normal;
font-size: 9px !important;}
 .b-highlight{overflow: hidden; display: block;}
 .b-highlight img{
    color: #fff;
    transition:all 0.3s;
    transform:scale(1);
    -webkit-transform:scale(1);
  }
  .b-highlight:hover img{
    transform:scale(1.1);
     -webkit-transform:scale(1.1);
  }
  .b-highlight p{position: relative;}

 .section-title {
   text-align: center;
 }
 
 .section-title h2 {
   font-size: 36px;
 }
 
 .set-bg {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top center;
 }
 
 .spad {
   padding-top: 99px;
   padding-bottom: 99px;
 }
 
 .sp-title {
   margin-bottom: 50px;
 }
 
 .sp-title img {
   margin-bottom: 25px;
 }
 
 .sp-title span {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 1px;
   display: block;
 }
 
 .sp-title h3,
 .sp-title h4,
 .sp-title h5 {
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: 2px;
   padding-top: 10px;
 }
 
 .text-white h1,
 .text-white h2,
 .text-white h3,
 .text-white h4,
 .text-white h5,
 .text-white h6,
 .text-white p,
 .text-white span,
 .text-white li,
 .text-white a {
   color: #fff;
 }
 
 .i-fix:before {
   margin-right: -15px;
 }
 
 .gradient-bg-2,
 .site-btn.sb-gradient,
 .accordion-area .panel-link.active,
 .site-tab-nav.nav.nav-tabs.stn-dark .nav-link.active,
 .site-tab-nav.nav.nav-tabs .nav-link.active,
 .course-item .ci-icon:after,
 .blog-item .blog-date {
   background: #7364b0;
   /* Old browsers */
   /* FF3.6-15 */
   /* Chrome10-25,Safari5.1-6 */
   background: -webkit-gradient(linear, left top, right top, from(#7364b0), to(#ffb8e7));
   background: linear-gradient(to right, #7364b0 0%, #ffb8e7 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7364b0', endColorstr='#ffb8e7', GradientType=1);
   /* IE6-9 */
 }
 
 /*---------------------
     Commom elements
   -----------------------*/
 
 .elements-section {
   padding-top: 99px;
 }
 
 .element {
   margin-bottom: 90px;
 }
 
 .el-title {
   font-size: 24px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 3px;
   margin-bottom: 60px;
 }
 
.bg-red{background-color: #fe421e !important;}
.bg-yellow{background-color: #ffec9d !important;}
.bg-yellow2{background-color: #f8cb2e !important;}
.bg-yellow4{background-color: #fff5c6 !important;}
.bg-grey{background-color: #fff8e3 !important;}
.bg-purple{background-color: #a33df2 !important;}
.bg-brown{background-color: #57310c !important;}
.bg-brown2{background-color: #21170e !important;}
.bg-brown3{background-color: #cdb18f !important;}
.bg-cyan{background-color: #60c3f6 !important;}
.bg-light{background-color: #fef3d1 !important;}
.bg-orange{background-color: #ffa336 !important;}
.bg-orange2{background-color: #ff6f00 !important;}
.bg-blue{background-color:#2391f4 !important;}
.bg-brown-puro{background-color: #381e0d !important;}
.bg-brown-puro2{background-color: #9e7f6c !important;}
.bg-brown-mocca{background-color: #70452c !important;}
.bg-brown-mocca2{background-color: #b38f68 !important;}


.color-white{color:#fff !important;}
.color-yellow{color:#ffec9d !important;}
.color-yellow2{color:#f8cb2e !important;}
.color-orange{color:#ffa336 !important;}
.color-brown{color:#57310c !important;}
.color-brown-puro{color:#381e0d !important;}
.color-red{color:#fe421e !important;}
.color-light{color:#fef3d1 !important;}
.color-blue{color:#2391f4 !important;}
.color-mocca{color:#70452c !important;}


.font-gotham-black{    
    line-height: 35px;
    letter-spacing: -1px;}
.font-gotham-regular{font-family: 'gotham_lightregular';}
.font-gotham-bold{font-family: 'gotham_boldregular';}
.t-higher{font-size: 45px;}

 /* buttons */
 
 .site-btn {
    display: inline-block;
    border: none;
    font-size: 20px;
    font-weight: 700;
    min-width: 185px;
    padding: 18px 45px;
    text-transform: uppercase;
    background: #fe421d;
    color: #fff;
    line-height: normal;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
    transition:0.3s all;
 }
 
 .site-btn:hover {
    background: #57310b;
    color: #fff;
 }
 .site-btn.b-new{
      position: absolute;
    right: 40px;
    bottom: 70px;
    font-size: 15px;
    padding: 15px 25px;
 }
 
 .site-btn.sb-gradient {
   color: #fff;
 }
 
 .site-btn.sb-dark {
   background: #5a496a;
   color: #fff;
 }
 
 /* Accordion */
 
 .accordion-area .panel {
   margin-bottom: 16px;
 }
 
 .accordion-area .panel-link:after {
   content: "+";
   position: absolute;
   font-size: 15px;
   right: 26px;
   top: 0;
   line-height: 16px;
   width: 15px;
   height: 100%;
   text-align: center;
   color: #493365;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 
 .faq-accordion.accordion-area .panel-link,
 .faq-accordion.accordion-area .panel-link.active.collapsed {
   padding: 17px 100px 17px 20px;
 }
 
 .faq-accordion.accordion-area .panel-link:after {
   right: 44px;
 }
 
 .accordion-area .panel-header .panel-link.collapsed:after {
   content: "+";
   color: #493365;
 }
 
 .accordion-area .panel-link.active:after {
   content: "-";
   color: #fff;
 }
 
 .accordion-area .panel-link.active {
   color: #fff;
 }
 
 .accordion-area .panel-link,
 .accordion-area .panel-link.active.collapsed {
   text-align: left;
   position: relative;
   width: 100%;
   padding: 15px 65px 15px 17px;
   font-size: 14px;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: 4px;
   color: #493365;
   line-height: 1;
   cursor: pointer;
   border: none;
   border-left: 7px solid #f7ffa0;
   min-height: 48px;
   background: #f2f8f9;
 }
 
 .accordion-area .panel-body {
   padding: 75px 0 0;
 }
 
 .accordion-area .panel-body p {
   margin-bottom: 0;
 }
 
 /* Tab */
 
 .site-tab-nav.nav.nav-tabs {
   border-bottom: none;
   display: block;
 }
 
 .site-tab-nav.nav.nav-tabs.stn-dark .nav-link {
   background: #fff;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-item {
   display: block;
   margin-bottom: 1px;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-link {
   padding: 41px 40px;
   border: none;
   background: #f2f8f9;
   position: relative;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-link:focus,
 .site-tab-nav.nav.nav-tabs .nav-link:hover {
   border: none;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-link:after {
   position: absolute;
   content: "";
   width: 7px;
   height: 0;
   left: 0;
   top: 0;
   background: #f7ffa0;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-link.active {
   border: none;
   border-radius: 0;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-link.active:after {
   height: 100%;
   -webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-link.active h6 {
   color: #fff;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-link.active span {
   color: #fff;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-link h6 {
   font-weight: 400;
   margin-bottom: 4px;
 }
 
 .site-tab-nav.nav.nav-tabs .nav-link span {
   font-size: 14px;
 }
 
 .site-tab-content .st-content {
   max-width: 560px;
 }
 
 .site-tab-content .st-content p {
   margin-bottom: 50px;
 }
 
 .site-tab-content .st-content ul {
   list-style: none;
 }
 
 .site-tab-content .st-content ul li {
   font-size: 14px;
   color: #938e99;
   position: relative;
   padding-left: 74px;
   margin-bottom: 41px;
 }
 
 .site-tab-content .st-content ul li:after {
   position: absolute;
   content: "";
   width: 46px;
   height: 46px;
   left: 0;
   top: calc(50% - 23px);
   background-image: url("../img/check-icon.png");
   background-position: center center;
   background-repeat: no-repeat;
 }
 
 /* Milestones */
 
 .milestone .ms-icon {
   width: 77px;
   height: 77px;
   font-size: 43px;
   color: #493365;
   float: left;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-right: 22px;
   margin-top: 7px;
   border-radius: 50%;
   background: #f7ffa0;
 }
 
 .milestone .ms-text {
   overflow: hidden;
 }
 
 .milestone .ms-text h2 {
   font-size: 72px;
   font-weight: 400;
 }
 
 .milestone .ms-text p {
   margin-bottom: 0;
   line-height: normal;
 }
 
 /* Circle progress */
 
 .circle-progress {
   text-align: center;
   display: block;
   position: relative;
   margin-bottom: 30px;
 }
 
 .circle-progress canvas {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 
 .circle-progress .progress-info {
   position: absolute;
   width: 100%;
   top: 50%;
   margin-top: -38px;
 }
 
 .circle-progress .progress-info h2 {
   font-size: 48px;
   font-weight: 400;
   margin-bottom: 1px;
 }
 
 .circle-progress .progress-info p {
   font-size: 14px;
   margin-bottom: 0;
   line-height: normal;
 }
 
 /* Preloder */
 
 #preloder {
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 999999;
   background: #ffcf32;
 }
 
 .loader {
   width: 40px;
   height: 40px;
   position: absolute;
   top: 50%;
   left: 50%;
     border-style: solid;
   margin-top: -13px;
   margin-left: -13px;
   border-radius: 60px;

   animation: loader 0.8s linear infinite;
   -webkit-animation: loader 0.8s linear infinite;
 }
 
 @keyframes loader {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
     border: 4px solid #2391f4;
     border-left-color: transparent;
   }
   50% {
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
     border: 4px solid #fe421e;
     border-left-color: transparent;
   }
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     border: 4px solid #2391f4;
     border-left-color: transparent;
   }
 }
 
 @-webkit-keyframes loader {
   0% {
     -webkit-transform: rotate(0deg);
     border: 4px solid #2391f4;
     border-left-color: transparent;
   }
   50% {
     -webkit-transform: rotate(180deg);
     border: 4px solid #fe421e;
     border-left-color: transparent;
   }
   100% {
     -webkit-transform: rotate(360deg);
     border: 4px solid #2391f4;
     border-left-color: transparent;
   }
 }
 
 /*------------------
     Header section
   ---------------------*/
 
 .header-section {
   width: 100%;
   top: 0;
   left: 0;
   padding: 0px 50px;
   z-index: 99;
   background: #f8cb2e;
 }
 

 
 .header-socil-links a {
   display: inline-block;
    color: #fe421e;
    font-size: 18px;
    border: solid 2px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
 }
 
 .header-socil-links a:first-child {
   margin-left: 0;
 }
 
 .slicknav_menu {
   display: none;
 }
 
 .main-menu {
   list-style: none;
 }
 
 .main-menu li {
   display: inline-block;
   margin-right: 0;
 }
 
 .main-menu li a {
    font-family: 'gotham_boldregular';
    text-transform: uppercase;
   display: block;
   font-size: 14px;
   padding: 16px 10px;
   color: #fff;
   position: relative;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .main-menu li a:hover {
    color: #fff;
    background: #fe421e;
 }
 
 .main-menu li.active a {
   color: #fe421e;
   background: transparent;
 }

#slide-home .text-banner {
    position: absolute;
    top: 0;
    width: 100vw;
}
.title-foundation-3 {
    color: #fff;
    background: #fd421d;
    display: inline;
    padding: 0.1rem 0.4rem 0.2rem;
    font-size: 1.5rem;
}
.text-foundation-4{
    color: #fff;
    font-size: 2rem;
    text-shadow: 1px 1px 0px #000;
}

.scene-home .content{
  position: absolute;
  top:45%;
  text-align: center;
  width: 100%;
}
.content-text{display: inline-block;}
.scene-home .content p {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 0;
    padding: 15px 10px;
    text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.4)
}
.scene-home .content strong{font-family: "gotham_bold";}
.scene-home .content h3 {  font-size: 45px; line-height: 40px;}
.scene-home .content a {
    color: #fff;
    line-height: inherit;
    text-align: left;
}
.scene-home .content a img {
    width: 60px !important;
    margin-left: 20px;
    position: relative;
    top: -10px;
    margin: auto;
}

#carousel-home .scene-home .content a img {
    width: 80px !important;
    margin-left: 0px;
    left: 30px;
    transform: translateX(-50%);
}

.scene-home .content a.play2 img {
    width: 159px !important;
    position: relative;
    top: -50px;
    margin: auto;
}

.bg-new-promo{
  background-image: url(../images/playstation/banner2.jpg);
    background-position: left bottom;
    min-height: 32vw;
    background-size: 100%;
    background-color: #ffd032;}
.bg-new-promo-left{
  min-height:32vw; background-color: #fecf32; display: block;}

/*** Super Mario landing ***/
#super-mario #slide-home{ background: #f8cc2d; }
#super-mario .bg-new-promo-left { background: url(../images/super-mario/aprieta-el-boton.jpg) center center no-repeat;    background-color: #ffdf43;     background-size: cover;}
#super-mario .bg-new-promo {    background-image: url(../images/super-mario/taza-batidora.jpg);     background-color: #ffdf43; }

/*** Sección Propósitos ***/
#propositos #slide-home {
    background: url(../images/propositos/banner-proposito.jpg) center top no-repeat;
    background-size: cover;
    height: 100vh;
}
#youtube-propositos {
    background: url(../images/propositos/youtube-proposito.jpg) center top no-repeat;
    background-size: cover;
    height: 60vh;
    min-height: 600px;
}
.title-foundation-1{
    color: #fff;
    background: #e1271c;
    display: inline;
    padding: 0.7rem 1.5rem 0.5rem;
    font-size: 3.5rem;
}
.title-foundation-2{
    line-height: 1.2;
    font-size: 3rem;
}



.text-shadow-2{
    font-family: 'gotham_lightregular';
    color: #FFF8E3;
    text-shadow: 0px 2px 4px #382609;
}
.text-shadow-2 strong{
    font-family: 'gotham_boldregular';
}

/*** Smartwatch 2021 landing ***/
#smartwatch2021 .bg-new-promo-left {
    background: url(../images/smartwatch/banner-left-bottom-smartwatch.jpg) center center no-repeat;
    background-color: #ffdf43;
    background-size: cover;
}
#smartwatch2021 .bg-new-promo {
    background-image: url(../images/smartwatch/banner-right-bottom-smartwatch.jpg);
    background-position: left bottom;
    min-height: 32vw;
    background-size: 100%;
    background-color: #ffd032;
}

/*** Altavoz 2022 landing ***/
#altavoz .bg-new-promo-left {
    background: url(../images/altavoz/banner-left-bottom-altavoz.jpg) center center no-repeat;
    background-color: #ffdf43;
    background-size: cover;
}
#altavoz .bg-new-promo {
    background-image: url(../images/altavoz/banner-right-bottom-altavoz.jpg);
    background-position: left bottom;
    min-height: 32vw;
    background-size: 100%;
    background-color: #ffd032;
}

/*** Sobres 2021 landing ***/
#sobres .bg-new-promo-left {
    background: url(../images/sobres/marchando-tu-colacao-bottom.jpg) center center no-repeat;
    background-color: #ffdf43;
    background-size: cover;
}
#sobres .bg-new-promo-center {
    background: url(../images/sobres/banner-left-bottom-SobresColacao_03.jpg) center center no-repeat;
    background-position: left bottom;
    min-height: 32vw;
    background-color: #ffdf43;
    background-size: cover;
}
#sobres .bg-new-promo {
    background-image: url(../images/sobres/banner-left-bottom-SobresColacao_02.jpg);
    background-position: left bottom;
    min-height: 32vw;
    background-size: 100%;
    background-color: #ffd032;
}

/*** Playstation landing ***/
#video-youtube-home{margin-top: 53px;}
.youtube-background {
    position: relative !important;
    width: 100% !important;
    height: 56vw !important;
}
.youtube-background iframe {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}
.video-background-controls .mute-toggle {
    border: none;
    background: #fd421f;
    color: #fff;
}
.youtube-background-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 50% !important;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.bg-new{min-height: 450px;}
.bg-new.home{min-height: auto;}
.bg-new h2 {
    color: #fff;
    font-size: 60px !important;
    font-family: 'gotham_boldregular';
    text-shadow: 3px 4px 0px #000;
    line-height: 60px;
}
.bg-new h2.different {
    font-size: 37px !important;
    line-height: 39px;
}

.no-shadow{text-shadow: none !important;}

.spotify {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 13vw;
    overflow: hidden;
}

.spot20 {
    width: 100%;
    height: 30vw;

}
.spot10 {
    margin-top: 20px;
    width: 100%;
    height: 15vw;
    margin-bottom: 30px;
}

.text-shadow{
    text-shadow: 3px 4px 0px #000;
    font-size: 29px;
    font-family: 'gotham_boldregular';
    line-height: 30px;}


/*** LANDING Music Pods ***/
#music-pods .bg-new-promo{
    background-image: url(../images/music-pods/Banner-music-pods-right.jpg);
    background-position: left bottom;
    min-height: 37vw;
    background-size: cover;
    background-color: #ffdf56;
}
#music-pods .bg-new-promo-left {
    background-image: url(../images/music-pods/Banner-music-pods-left.jpg);
    min-height: 37vw;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#music-pods .bg-new-promo-left img, #music-pods .bg-new-promo img{
    opacity: 0;
}

/*** LANDING Pokemon ***/
#pokemon .bg-new-promo{
    background-image: url(../images/pokemon/pokemon-banner-right.jpg);
    background-position: left bottom;
    min-height: 37vw;
    background-size: cover;
    background-color: #ffdf56;
}
#pokemon .bg-new-promo-left {
    background-color: #f3d83a;
    min-height: 37vw;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#pokemon .bg-new-promo-left img, #pokemon .bg-new-promo img{
    opacity: 0;
}

.jquery-background-video-wrapper{
    width: 100%;
    height: auto;
}

/*** LANDING AMPLIFICADOR PANTALLA ***/
#amplificador .bg-new-promo {
    background-image: url(../images/barras-led/banner-right.jpg);
    background-position: left bottom;
    min-height: 37vw;
    background-size: cover;
    background-color: #eedb56 ;
}
#b-play-promo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}
/*#amplificador .bg-new-promo-left {
    position: relative;
    background-color: #f5401e;
    min-height: 40vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-evenly;
}*/
#amplificador .bg-new-promo-left {
    background-image: url(../images/proyector/banner-left.jpg);
    background-color: #f3d83a ;
    min-height: 37vw;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#amplificador .bg-new-promo-right {
    background-color: #f3d83a;
    min-height: 37vw;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#amplificador .jquery-background-video-wrapper{
    background-image: none !important;
}

#amplificador .bg-new-promo-left img, #pokemon .bg-new-promo img{
    opacity: 0;
}

/*** LANDING MARCHANDO TU COLACAO ***/

#logo-marchando {
    width: 250px;
}

#section-logo{
    background-color:  #f8cb2e;
}

#glass-marchando {
    overflow: hidden;
}
.b-play, .b-play:hover {
    background: #fd431f;
    border-radius: 30px;
    padding: 3px;
    max-width: 280px;
    color: #fff8e3;
    font-size: 0.8rem;
    font-family: 'gotham_bold', sans-serif;
    transition: opacity 0.3s;
}
.b-play:hover {
    opacity: 0.8;
}
.b-play img {
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

#content-glass {
    margin-top: 50px;
}
#b-play-marchando {
    margin: auto;
    margin-top: -40px;
    position: relative;
}
#marchando h1, #comunicado h1{
    font-size: 2rem;
    font-family: 'gotham_ultra';
}

#comunicado{
    height: auto;
}
#section-comunicado{
    min-height: calc(100vh - 314px);
}

.i-tiktok{
    fill: #fe421d;
    width: 16px;
    height: auto;
    margin-top: -3px;
}
.i-tiktok.light{
    fill: #fff8dc;
}

@media (min-width:768px) {
    .b-play, .b-play:hover {
        padding: 6px 10px;
        max-width: 320px;
        font-size: 0.9rem;
    }
    #logo-marchando {
        width: 320px;
    }

    #section-logo{
        background-color: transparent;
    }
    #section-logo:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 82%;
        background-color: #f8cb2e;
        transform: skewY(-10deg);
        z-index: -1;
        height: 22vw;
        min-height: 300px;
    }
}
@media (min-width:1200px) {
    #logo-marchando {
        width: 350px;
    }

}
@media (max-width:768px) {
    #section-logo {
        background-color: #f8cb2e;
    }
}
/*** END LANDING ***/


/*** LANDING ACCIÓN SOCIAL ***/

.title-with-bg-red {
    color: #fff;
    line-height: 1.5;
    font-size: 1.6rem;
}
.title-with-bg-red span {
    background: #fd421d;
    padding: 0.15rem 0.7rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.title-with-bg-red.type-2{
    font-family: 'gotham_boldregular';
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.title-with-bg-red.type-2 span {
    padding: 0.15rem 0.3rem;
}
.yellow-mark, .yellow-mark img{
    position: relative;
}
.yellow-mark:before{
    content: "";
    background: #f8cb2e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: -15px;
}
.yellow-mark.right:before {
    left: 15px;
}
#social-action .logo-foundation{
    max-width: 400px;
}
#social-action .font-red {
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
}
#social-action .item-list{
    border-top: solid 2px #f8cb2e;
    padding: 2rem 0;
}
#social-action .item-list .col-3{
    padding-left: 0;
}
#social-action .link-underline {
    text-decoration: underline;
}

#social-action .social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}
#social-action .social-icons a{
    padding: 0.5rem;
    background-color: #fe421e;
    border-radius: 50%;
    margin: 0 0.5rem;
    color: #f8cb2e;
    font-size: 1.6rem;
    line-height: 1.6rem;
    width: 40px;
    text-align: center;
}

#social-action #title-page{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    pointer-events: none;
}
#social-action #title-page h1 {
    margin-top: -3rem;
    font-size: 2.3rem;
    font-family: 'gotham_boldregular';
}

#social-action p {
    font-family: 'gotham_book';
    line-height: 26px;
}
#social-action strong {
    font-weight: normal;
    font-family: 'gotham_mediumregular';
}

@media (max-width:1300px) {
    #social-action #title-page h1 {
        font-size: 2rem;
    }
}
@media (max-width:1200px) {
    #social-action #title-page {
        left: 1.6rem;
    }
    #social-action #title-page h1 {
        font-size: 1.5rem;
    }
    #social-action h2 {
        font-size: 2rem;
    }
    #social-action .logo-foundation {
        max-width: 300px;
    }
}
@media (max-width:992px) {
    #social-action h2 {
        font-size: 1.6rem;
        font-family: 'gotham_boldregular';
    }
    .title-with-bg-red {
        font-size: 1.3rem;
        font-family: 'gotham_boldregular';
    }
    .title-with-bg-red span {
        padding: 0.15rem 0.3rem;
    }
    #social-action p {
        font-size: 15px;
        line-height: 22px;
    }
    #social-action .paragraph a {
        font-size: 13px;
        line-height: 20px;
    }
    #social-action .font-red {
        font-size: 20px;
        margin-bottom: 3rem;
    }
}
@media (max-width:768px) {
    #social-action #title-page {
        position: absolute;
        top: 140px;
    }

    .yellow-mark.right:before {
        left: 10px;
        top: 10px;
    }
    .yellow-mark:before {
        top: 10px;
        left: -10px;
    }
    #social-action .item-list {
        margin: 0 0.5rem;
    }
    #social-action h3 {
        font-size: 20px;
    }
    #social-action .logo-foundation {
        max-width: 100%;
    }
    .yellow-mark {
        transform: scale(.95);
    }
}

/*** END LANDING ***/




.marquee {
    height: 40px;
    width: 100%;

    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 2000px;
    height: 40px;

    position: absolute;
    overflow: hidden;

    animation: marquee 20s linear infinite;
}
.marquee.second div{
    animation: marquee2 25s linear infinite;
}

.marquee span {
    float: left;
    width: 2000px;
    font-size: 1.6rem;
}

@keyframes marquee {
    0% { left: 0; }
    100% { left: -1000px; }
}
@keyframes marquee2 {
    0% { left: 0%; }
    100% { left: -200%; }
}

/* ----------------
    Star Wars section
   ---------------------*/
#mouse-gamer .bg-new-promo-left {background-color: #fbd831;}

#logo-disney {
    position: absolute;
    bottom: 20px;
    left: 50px;
}
#logo-disney img{width: 80px;}

#logo-lucas {
    position: absolute;
    bottom: 20px;
    right: 50px;
}
#logo-lucas img{width: 100%;}
#video-starwars, #video-home, #video-home2{    width: 100%;}
#test-modal .mfp-close, #test-modal2 .mfp-close {
    top: 15px;
    right: 10px;
    position: fixed;
}
#mouse-gamer .mfp-fade.mfp-ready {background-color: #000 !important;}

#video-mouse {width:100%;}
#mouse-gamer .bg-new-promo {
    background-image: url(../images/bg-starwars-promo.jpg);
    background-position: left top;
    min-height: 650px;
}
#mouse-gamer .bg-new-promo-left {min-height: 650px;}

.bg-faqs-home{    padding-top: 6vh; background-image: url(../images/bg-new-faq.jpg); background-position: center center;}

/* ----------------
    MIS GRUMITOS section
   ---------------------*/
#naturalidad-section-xs{
    width: 100%;
    overflow: hidden;
    background: url(../images/naturalidad/bg-mis-grumitos3-xs.jpg) center 20px no-repeat;
    background-size: 85vh;
}
#naturalidad-section-xs #bg-image{
  position: absolute;
  top: 0;
  text-align: center;
  width: 150vw;
  margin-left: -25vw;
}
.fit-height{margin-top: 100vh;}
#vaina-animation-div-xs{
  opacity: 0;
  position: fixed;
  top: 13vh;
  margin-left: 19vw;
    pointer-events:none;
}
#naturalidad-section-xs .vaina-animation{
  transform:scale(0.5);
}
#t-colacao-natural-xs{
  width: 100%;
  position: fixed;
  top: 45vh;
  pointer-events:none;
}
#t-colacao-natural-xs .left, #t-colacao-natural-xs .right{opacity: 0;}
#t-colacao-natural-xs h2{  font-size: 20px !important;}
#t-recolectado-xs, #t-secado-xs, #t-tostado-xs{
  opacity: 0;
  width: 100%;
  position: fixed;
  bottom: 18vh;
  pointer-events:none;
}
#t-recolectado-xs h2, #t-secado-xs h2, #t-tostado-xs h2{
  color:#a8a60d; 
    font-size: 23px;
    line-height: 28px;
  font-family: 'gotham_boldregular';}
#t-recolectado-xs h2 strong{font-size: 35px;}






#naturalidad-section{
  scroll-behavior: smooth;
  background: url(../images/naturalidad/bg-mis-grumitos.jpg) left top no-repeat;
    background-size: cover;
  min-height: 700vh;
  overflow: hidden;
}
.scene-center {height: 100vh;}
.scene-center .content{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -92px;
}
.scene-center .content p {
    color: rgba(255, 255, 255, 0.41);
    font-size: 14px;
    line-height: inherit;
    text-align: left;
    margin-bottom: 0;
}
.scene-center .content h2{font-family: "gotham_boldregular"; font-size: 50px;    line-height: 50px;}
.scene-center .content h3 {     font-size: 30px;
    line-height: 30px; font-family: "gotham_boldregular";     text-align: center !important;}
.scene-center .content a {
    color: #fff;
    line-height: inherit;
    text-align: left;
}
.scene-center .content a img {
    width: 50px !important;
    /*margin-left: 10px;
    position: relative;
    top: -4px;*/
}

#b-telocuento{margin-top: -130px;}
#b-telocuento-v2 {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}
#part-1-sheets{
  position: fixed;
  top: 100vh;
  width: 100%;
}
#vaina1,#vaina2  {
    margin-top: 12%;
    width: 100%;
}
.vaina-animation{
  background: url(../images/sequence/vaina_animation_3.png) no-repeat;
  width: 235px;
  height: 500px;
  overflow: hidden;
}

.vaina-animation.animar {animation: vaina-animation-frames 1s steps(10) forwards;}
.vaina-animation.rewind{ animation: vaina-animation-frames-reverse 1s steps(10) forwards; }
 @keyframes vaina-animation-frames{
  0% { background-position: 0; }
  100% { background-position: -2350px; }
}
@keyframes vaina-animation-frames-reverse{
  0% { background-position: -2350px; }
  100% { background-position: 0; }
}
.vaina-animation.animar2 {  animation: vaina-animation-frames2 3s steps(30) forwards;}
.vaina-animation.rewind2{ animation: vaina-animation-frames-reverse2 1s steps(30) forwards; }
 @keyframes vaina-animation-frames2{
  0% { background-position: -2350px; }
  100% { background-position: -9400px; }
}
@keyframes vaina-animation-frames-reverse2{
  0% { background-position: -9400px; }
  100% { background-position: -2350px; }
}
.vaina-animation.animar3 {  animation: vaina-animation-frames3 1s steps(13) forwards;}
.vaina-animation.rewind3{ animation: vaina-animation-frames-reverse3 1s steps(13) forwards; }
 @keyframes vaina-animation-frames3{
  0% { background-position: -9400px; }
  100% { background-position: -12455px; }
}
@keyframes vaina-animation-frames-reverse3{
  0% { background-position: -12455px; }
  100% { background-position: -9400px; }
}

#part-2-vaina{
  position: fixed;
  top: 100vh;
  width: 100%;
}
#t-colacao-natural{
  width: 100%;
  position: fixed;
  top: 45vh;
  pointer-events:none;
}
#t-colacao-natural h2{
  font-family: 'gotham_boldregular';
  font-size: 60px;}
#t-colacao-natural .text-right, #t-colacao-natural .text-left{opacity: 0;}

#t-recolectado, #t-secado, #t-tostado{
  width: 100%;
  position: fixed;
  bottom: 4vh;
  pointer-events:none;
}
#t-recolectado h2, #t-secado h2, #t-tostado h2{
  opacity: 0; 
  color:#a8a60d; 
  font-size: 63px;
  line-height: 63px;
  font-family: 'gotham_boldregular';}
#t-recolectado h2 strong{font-size: 85px;}

#sun{
  pointer-events:none;
  width: 100%;
  top: 0;

}
#mortero {
    position: relative;
    bottom: 497px;
    margin-bottom: -497px;
    z-index: 9;
}
#footer-image{
  position: relative;
}

#semillas1, #semillas2{position: absolute; top: 0;}

.space50vh{height: 50vh;}
.space100vh{height: 100vh;}

#naturalidad-section-part-2{
    
}
#space-image{  position: relative; z-index: 9;    height: 100vh;}
#space-image .text{  position: absolute; top:0px; width: 100%;}

#bote-footer{ 
  width: 100%;
 }
#grumos-footer{
    position: fixed;
    top: 50vh;
    width: 100%;
    left: 0;
    z-index: -2;
}
#bote-footer .front, #bote-footer .back{ 
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
#bote-footer .bg{ 
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%; z-index: -2;}
#bote-footer .back{ z-index: -2;} 
#bote-footer .front{    z-index: -1;}
#tapa{
  position: fixed;
  top: 30vh;
  left: 0;
  width: 100%;
      z-index: -1;
}
#taza{
  position: fixed;
  bottom: 0;
  left: 50px;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
#taza img{
  transform: scale(0.8);
  -webkit-transform: scale(0.8);}
.tapa-animation{
  background: url(../images/naturalidad/tapa-animation.png) no-repeat;
  width: 308px;
  height: 305px;
  overflow: hidden;
  margin-top: 59px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.tapa-animation.animar {animation: tapa-animation-frames 0.5s steps(13) forwards;}
.tapa-animation.rewind{ animation: tapa-animation-frames-reverse 0.5s steps(13) forwards; }
 @keyframes tapa-animation-frames{
  0% { background-position: 0; }
  100% { background-position: -4004px; }
}
@keyframes tapa-animation-frames-reverse{
  0% { background-position: -4004px; }
  100% { background-position: 0; }
}

#img-green {
    
}
#bote-footer-xs{
  position: relative;
  min-height: 100vh;
}
#bote-footer-xs .front, #bote-footer-xs .back{ 
  position: absolute;
  top: 0;
  left: -9px;
  width: 100%;
}
#bote-footer-xs .bg{ 
  position: absolute;
  top: 435px;
  left: 0;
  width: 100%; z-index: -3;}
#bote-footer-xs .back{ z-index: -2;} 
#bote-footer-xs .front{    z-index: 0;}
#grumos-footer-xs {
    position: absolute;
    top: -610px;
    width: 100%;
    left: -9px;
    z-index: -2;
    opacity: 0;
}
#grumos-footer-xs img{
    transform: scale(0.55);
    -webkit-transform: scale(0.55);
}
#grumos-footer-xs.animar{ animation: grumos-animation-frames 2s linear; }
@keyframes grumos-animation-frames{
  0% { top: -610px; opacity: 0;}
  20% { opacity: 1;}
  100% { top: 100px; opacity: 1;}
}
#tapa-xs{
  opacity: 0;
  position: absolute;
    top: 31px;
    left: -9px;
  width: 100%;
  z-index: 0;
}
#taza-xs{
  position: absolute;
    top: 340px;
    left: 50px;
    width: 100%;
    opacity: 0;
  z-index: 0;
}
#final-xs{position: relative; min-height: 50vh; margin-top: 20vh;}
#taza2-xs, #text-final-xs{
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
#taza-xs img, #tapa-xs .tapa-animation, #bote-footer-xs .front, #bote-footer-xs .back{
  transform: scale(0.67);
    -webkit-transform: scale(0.67);
}
#taza2-xs img, #text-final-xs img{
  transform: scale(2);
    -webkit-transform: scale(2);
}

#naturalidad-section-part-3{position: relative;     margin-top: 200vh;     overflow: hidden;}
#final-part img{ width: 100%;}
#final-part{
  position: relative;
  top: 0;
  width: 100%;
    z-index: -3;
}
#taza2, #text-final{
  position: absolute;
  top: 170px;
  width: 100%;
  opacity: 0;
}
#taza2 img, #text-final img{transform: scale(0.8);
  -webkit-transform: scale(0.8);}


/* ----------------
    FAQs section e Historia
   ---------------------*/

#faqs-section{
  background-image: url(../images/bg-faqs.jpg);
  height: 50vh;
}
html.historia, .historia body{    height: auto;}
.historia #faqs-section{
  background-image: url(../images/bg-historia.jpg);
  height: 90vh;
}

.historia #faqs-section .font-gotham-bold{font-size: 45px; line-height: 45px;}
.historia .footer-section {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
}
.historia .copy{    padding: 1px 0 25px;
    background: #fe421e;}

#faqs-section .t-higher {
    font-size: 81px;
    line-height: 70px;
}
#faqs-section .font-gotham-black {
    font-size: 57px;
    line-height: 45px;}

.faqs-accordion .card{
  border: none;
  border-radius: 0;
}
.faqs-accordion .card-header {    padding: 0;     border-bottom: 0;}
.faqs-accordion .card-body { background-color: #fef3d1;}
.faqs-accordion .card-body p{ color: #57310c;}
.faqs-accordion .card-body a{ color: #57310c; font-family: "gotham_boldregular", sans-serif;}
.faqs-accordion .btn-ingredients {width: 100%;  background-color: #fe421e;  color: #fff;     padding: 1.7rem 1.5rem 0.7rem;}
.faqs-accordion .btn-ingredients.collapsed{background-color: #fef3d1;  color: #fe421e; }
.faqs-accordion .btn-ingredients:hover{opacity: 1;    color: #fff;}
.faqs-accordion .btn-ingredients:hover{background-color: #fe421e; color: #fff;}
.faqs-accordion .btn-ingredients.collapsed .fa-angle-up, .faqs-accordion .btn-ingredients .fa-angle-down, .faqs-accordion .btn-ingredients.collapsed .fa-angle-right{display: none;}
.faqs-accordion .btn-ingredients.collapsed .fa-angle-down{display: block;}
.faqs-accordion .btn-ingredients span {
    width: 95%;
    text-align: left;
}
.btn-droplist {
    background-color: #f8ca2e !important;
    border: solid 4px #57300b !important;
}


/* ----------------
    Product section
   ---------------------*/

#contacto-section{  background: #eee5cb;}
#contacto-section p{font-size: 30px; line-height: 30px;}

/* ----------------
    Product section
   ---------------------*/
.b-ver{
    color: #fe421d;
    position: absolute;
    top: 55px;
    width: 100%;
    text-align: center;
    z-index:9;
    transform:scale(0.7);
    -webkit-transform:scale(0.7);
}
.b-ver a{    cursor: pointer;}

.section-mask{
    pointer-events: all;
     overflow: hidden;
    margin-top: -150px;
    height: 30vw;
        height: 420px;
    transition: all 0.5s, margin-top 1s;}
.section-mask h2{font-family: "gotham_boldregular",sans-serif;     line-height: 37px;}
.section-mask .table-content{height: 83%; transition: all 0.5s; -webkit-transition: all 0.5s;}
.section-mask.right .table-content {  height: 77%;}
.section-mask.active .mask-product .deg{top: 0;}
.section-mask.active .table-content {    height: 100%;}
.section-mask.right.active .table-content {    height: 86%;}
.mask-product{    margin-top: 5vw;}
.mask-product-content{
    width: 110%;
    margin-left: -5%;
    height: 250px;
  overflow: hidden;
  transform: rotateZ(-5deg);
  -webkit-transform: rotateZ(-5deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mask-product-content img{
    position: relative;
    top: -35px;
    transition: all 0.5s; -webkit-transition: all 0.5s;
}
.section-mask.right img{top: -110px;}
.section-mask.active  img{   top: 0;}
.section-mask.right .mask-product-content:hover img{top: -70px;}

.mask-product .deg{
  transform: rotateZ(5deg);
  -webkit-transform: rotateZ(5deg);
  position: relative;
  top: -70px;
  transition: all 0.5s;
}
/*.section-mask.active{height: 72vh;}*/
/*.section-mask.active .mask-product-content {    height: 480px;}
.section-mask.following {margin-top:-42vh;}*/

.product-img-slider{
    margin-top: 50px;
}
.description{margin-top: 40vw !important; margin-bottom: 30px; display: block;}
/*.noir .description {    margin-top: 60vh !important;}*/
/*#slide-product{
    background-image: url(../images/bg-product.jpg);
    min-height: 100vh;
    padding-bottom: 20px;
}*/
/*#slide-product{
    padding-top: 50px;
    background-image: url(../images/bg-product-slide.jpg);
    padding-bottom: 20px;
        background-position: center 53px;
}*/
#slide-product{
    background-color: #fddd71;
}

#slide-product.colacao-cero-fibra{background-color: #fddd71;}
/*#slide-product .owl-carousel .owl-stage-outer{height: 100%;}
#slide-product .owl-carousel{height: 100%;}*/
.product-img{width: auto !important; position: relative;}
.scene-pack{width: 100%; margin: 0 auto; margin-top:8vh;}
.scene-pack div{width: 100%;}
.img-lateral-left{
    position: absolute;
    left: -19vh;
    top: -8vh;
    width: 55vh !important;
}
.img-lateral-right{
  position: absolute;
  right: 0;
  top: -8vh;
  width: 55vh !important;
  overflow: hidden;
}
.img-lateral-right img{left: 19vh;}

#img-cacao, #img-cacao2, #img-pack{    left: calc(50% - 325px) !important;
    width: 650px !important;}

#carousel-intro .owl-nav button.owl-next, #carousel-intro .owl-nav button.owl-prev{
    position: absolute;
    top: 30vh;
}
.avena #carousel-intro .owl-nav button.owl-next, .avena #carousel-intro .owl-nav button.owl-prev {    top: 40vh;}
.shake #carousel-intro .owl-nav button.owl-next, .shake #carousel-intro .owl-nav button.owl-prev {    top: 28vh;}

.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i{
    color: #fe421e;
    border-radius: 50%;
    border: solid 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    font-size: 32px;
    text-align: center;
    transition:0.3s all;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
  opacity: 0.7;
}
#carousel-intro .owl-nav button.owl-next{right: 15%;}
#carousel-intro .owl-nav button.owl-prev{left: 15%;}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    color: #57300a;
    position: relative;
    top: -4px;
}
.owl-carousel .owl-nav button.owl-next i{
    line-height: 45px;
  }
.owl-carousel .owl-nav button.owl-prev i{
    line-height: 45px;
  }
.row-product{
  padding: 0 120px;
}

/* PRODUCT NOIR */
.noir #slide-product{
    background-color: #0b0401;
}

.noir .owl-theme .owl-dots .owl-dot span{background: #330f07;}
.noir .owl-carousel .owl-nav button.owl-next i, .noir .owl-carousel .owl-nav button.owl-prev i, .noir #carousel-products .center-item p, .noir #carousel-products a:hover p, .noir #carousel-products-original .center-item p, .noir #carousel-products-original a:hover p{    color: #ffec9d;}
.noir #slide-product .owl-carousel .owl-nav button.owl-prev span, .noir #slide-product .owl-carousel .owl-nav button.owl-next span {    color: #ffec9d;}
.noir #slide-product h3, .noir #slide-others h2{color: #ffec9d;}
.noir #slide-product p {    color: #8a6741;}
.noir #ingredients-section{background: url(../images/bg-ingredients-noir-100.jpg) repeat right top;}
.noir #ingredients-section p {    color: #8a6741;}
.noir #ingredients-section .card-header, .noir #ingredients-section .card{    background-color: #57310c;}
.noir .btn-ingredients {    color: #ffec9d;}
.noir .owl-theme .owl-dots .owl-dot.active span, .noir .owl-theme .owl-dots .owl-dot:hover span{background: #ffec9d;}

/* PRODUCT MOCCA */
.mocca #slide-product{    background-color: #aa8e75; }
.mocca .description {    margin-top: 630px !important;}
.mocca #slide-product .owl-carousel .owl-nav button.owl-next i, .mocca #slide-product .owl-carousel .owl-nav button.owl-prev i{    color: #381e0d;}
.mocca #slide-product .owl-carousel .owl-nav button.owl-prev span, .mocca #slide-product .owl-carousel .owl-nav button.owl-next span {    color: #381e0d;}
.mocca #slide-product h3{color: #70452c;}
.mocca #slide-product p {    color: #fef3d1;}
.mocca #ingredients-section p {    color: #fef3d1;}
.mocca #ingredients-section .card-header, .mocca #ingredients-section .card{    background-color: #916e49;}
.mocca .btn-ingredients {    color: #ffec9d;}
.mocca .card-body{background-color: #927e6c !important;}
.mocca .table-striped tbody tr:nth-of-type(even) {
    background-color: #916e49;
}
.mocca .table-striped tbody tr:nth-of-type(odd) {
    background-color: #927e6c;
}
#bg-ingredients-mocca{ background: url(../images/bg-ingredients-mocca.jpg) no-repeat left top;     background-size: cover;}

/* PRODUCT AVENA */
.avena #slide-product{    background-image: url(../images/bg-product-slide-avena.jpg);     min-height: 960px;}
.avena .description {    margin-top: 630px !important;}
.avena #slide-product .owl-carousel .owl-nav button.owl-next i, .avena #slide-product .owl-carousel .owl-nav button.owl-prev i{    color: #57300b;}
.avena #slide-product .owl-carousel .owl-nav button.owl-prev span, .avena #slide-product .owl-carousel .owl-nav button.owl-next span {    color: #57300b;}
.avena #slide-product h3{color: #57300b;}
.avena #slide-product p {    color: #57300b;}
.avena #ingredients-section p {    color: #8a6741;}
.avena #ingredients-section .card-header, .avena #ingredients-section .card{    background-color: #57310c;}
.avena .btn-ingredients {    color: #ffec9d;}
#bg-ingredients-avena{ background: url(../images/bg-ingredients-avena.jpg) no-repeat left top;     background-size: cover;}

/* PRODUCT PURO */
.puro #slide-product{       background-color: #ba9172;}
.puro .description {    margin-top: 640px !important;}
.puro #slide-product .owl-carousel .owl-nav button.owl-next i, .puro #slide-product .owl-carousel .owl-nav button.owl-prev i{    color: #381e0d;}
.puro #slide-product .owl-carousel .owl-nav button.owl-prev span, .puro #slide-product .owl-carousel .owl-nav button.owl-next span {    color: #381e0d;}
.puro #slide-product h3{color: #381e0d;}
.puro #slide-product p {    color: #381e0d;}
.puro #ingredients-section p {    color: #8a6741;}
.puro #ingredients-section .card-header, .puro #ingredients-section .card{    background-color: #381e0d;}
.puro .btn-ingredients {    color: #ffec9d;}
#bg-ingredients-puro{ background: url(../images/bg-ingredients-puro.jpg) no-repeat left top;     background-size: cover;}

/* PRODUCT SHAKE */
.shake #slide-product{    background-color: #ff9341;}
.shake.shake-cero #slide-product{     background-color: #ff9341;}
.shake #slide-product .owl-carousel .owl-nav button.owl-next i, .shake #slide-product .owl-carousel .owl-nav button.owl-prev i{    color: #fff;}
.shake #slide-product .owl-carousel .owl-nav button.owl-prev span, .shake #slide-product .owl-carousel .owl-nav button.owl-next span {    color: #fff;}
.shake #slide-product h3{color: #fff;}
.shake #slide-product p {    color: #57300b;}
.shake #ingredients-section p {    color: #8a6741;}
.shake .btn-ingredients {    color: #ffec9d;}
#bg-ingredients-shake{ background-color: #aa8821;      }
.shake #ingredients-section {    background-color: #aa8821 !important;}

/* PRODUCT COMPLET */
.complet #slide-product{    background-color: #feb103;}
.complet #slide-product .owl-carousel .owl-nav button.owl-next i, .complet #slide-product .owl-carousel .owl-nav button.owl-prev i{    color: #fff;}
.complet #slide-product .owl-carousel .owl-nav button.owl-prev span, .complet #slide-product .owl-carousel .owl-nav button.owl-next span {    color: #fff;}
.complet #slide-product h3{color: #fe421d;}
.complet #slide-product p {    color: #fff;}
.complet #ingredients-section p {    color: #8a6741;}
.complet .btn-ingredients {    color: #ffec9d;}
#bg-ingredients-complet{ background: #ffae40;      padding-right: 15px;
    padding-left: 15px;}
.complet #ingredients-section {    background-color: #ffab36 !important;}

/* PRODUCT TURBO */
.turbo #slide-product{    background-color: #fada5b;}
.turbo #slide-product .owl-carousel .owl-nav button.owl-next i, .turbo #slide-product .owl-carousel .owl-nav button.owl-prev i{    color: #2391f4;}
.turbo #slide-product .owl-carousel .owl-nav button.owl-prev span, .turbo #slide-product .owl-carousel .owl-nav button.owl-next span {    color: #2391f4;}
.turbo #slide-product h3{color: #2391f4;}
.turbo #slide-product p {    color: #57300b;}
.turbo #ingredients-section p {    color: #8a6741;}
.turbo .btn-ingredients {    color: #ffec9d;}
#bg-ingredients-turbo{ background: #f9cd30;      padding-right: 15px;
    padding-left: 15px;}
.turbo #ingredients-section {    background-color: #f9cd30 !important;}
.turbo #ingredients-section .card, .turbo #ingredients-section .card-header {    background-color: #0d4094;}

/* PRODUCT ENERGY */
.energy #slide-product{    background-color: #ff7050;}
.energy #slide-product .owl-carousel .owl-nav button.owl-next i, .energy #slide-product .owl-carousel .owl-nav button.owl-prev i{    color: #f8cb2e;}
.energy #slide-product .owl-carousel .owl-nav button.owl-prev span, .energy #slide-product .owl-carousel .owl-nav button.owl-next span {    color: #f8cb2e;}
.energy #slide-product h3{color: #f8cb2e;}
.energy #slide-product p {    color: #fef3d1;}
.energy #ingredients-section p {    color: #fef3d1;}
.energy .btn-ingredients {    color: #f8cb2e;}
#bg-ingredients-energy{ background: #ff4403;      padding-right: 15px;
    padding-left: 15px;}
.energy #ingredients-section {    background-color: #ff4403 !important;}
.energy #ingredients-section .card, .energy #ingredients-section .card-header {    background-color: #f8cb2e;}

#carousel-home .owl-nav button.owl-next, #carousel-home .owl-nav button.owl-prev{
    position: absolute;
    top: 45%;
}
#carousel-home .owl-nav button.owl-next{right: 2%;}
#carousel-home .owl-nav button.owl-prev{left: 2%;}
#carousel-home .owl-nav button.owl-next i, #carousel-home .owl-nav button.owl-prev i {    color: #f8cb2e;}

#carousel-products .owl-stage-outer, #carousel-products-original .owl-stage-outer{padding-top: 20px;}
#carousel-products a img, #carousel-products-original a img{
  transition:all 0.3s;
  transform:scale(0.9);
}
#carousel-products a:hover img, #carousel-products-original a:hover img{
  transform:scale(1);
}
#carousel-products .center-item img, #carousel-products-original .center-item img{
  transform:scale(1.2);
}
#carousel-products .center-item a:hover img, #carousel-products-original .center-item a:hover img{
  transform:scale(1.25);
}
#carousel-products p, #carousel-products-original p{opacity: 0; transition:0.3s all;}
#carousel-products .center-item p, #carousel-products a:hover p, #carousel-products-original .center-item p, #carousel-products-original a:hover p{opacity: 1;}
#carousel-products img, #carousel-products-original img{max-width: 220px;}
#carousel-products p, #carousel-products-original p{ margin-top: 25px;}

#carousel-products .owl-nav, #carousel-products-original .owl-nav{
  position: relative;
  top: -200px;
}
#carousel-products .owl-nav button.owl-prev, #carousel-products-original .owl-nav button.owl-prev{
    position: absolute;
    left: -90px;
}
#carousel-products .owl-nav button.owl-next, #carousel-products-original .owl-nav button.owl-next{
    position: absolute;
    right: -90px;
}

#carousel-products.xs p{opacity: 0.8;}
#carousel-products .owl-nav, #carousel-products-original .owl-nav {
    top: -210px;
}
#carousel-products.xs .owl-nav {    top: -280px;}
#carousel-products.xs .owl-nav button.owl-next {right: 7%;}
#carousel-products .owl-nav button.owl-prev, #carousel-products-original .owl-nav button.owl-prev  {left: -11%;}
#carousel-products.xs .owl-nav button.owl-prev {left: 7%;}
#carousel-products.xs .owl-nav button.owl-next i, #carousel-products.xs .owl-nav button.owl-prev i {
    border: solid 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
}
#carousel-products.xs .owl-nav button.owl-next i {line-height: 37px;}
#carousel-products.xs .owl-stage-outer {    padding-top: 0;}

 /* ----------------
    Ingredients Section
   ---------------------*/
#ingredients-section .mt-responsive{margin-top: 40px;}
#ingredients-section .container-fluid{
  padding: 0;
  overflow: hidden;
}

.col-ingredients{max-width: 80%;}

#ingredients-section .card{
    border: none;
    border-radius: 0;
}
#ingredients-section .card{background-color: #fe421d;}
#ingredients-section .card-header {    border-bottom: none; background-color: #fe421d;    padding: 5px 1.25rem;}
#ingredients-section .card-body {
    padding: 10px 20px 50px;
    color: #fff;
}
.btn-ingredients {
    font-weight: normal;
    color: #fef3d1;
    border: none;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: 0;
    letter-spacing: 1.5px;
    transition:0.4s all;
}
.btn-ingredients:hover, .btn-ingredients:focus{
    opacity: 0.7;
    color: #ffec9d;
    text-decoration: none;
}
.btn-ingredients:focus{    opacity: 1; color:#fff;}
.btn-ingredients span{
    position: relative;
    top: -7px;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(360deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card-front{position: relative;}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
}
/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}

 /* ----------------
    Grumitos Section
   ---------------------*/
#grumitos-part-1{
  background: url("../images/naturalidad/grumitos-xs.jpg") center 0 no-repeat;
  height: 100vh;
}
#grumitos-part-2{
  background: url("../images/naturalidad/grumitos-xs.jpg") center 0 no-repeat;
  height: 100vh;
}
#grumitos-section{
      overflow: hidden;
}
#grumitos-section .parallax-content{
  padding: 15vh 0 30vh;
  background: url("../images/bg-info.jpg") center 0 no-repeat;
  background-size: 150%;}
#grumitos-section h2{
    color: #fff;
    font-size: 100px !important;
    font-family: 'gotham_bold';
    text-shadow: 3px 4px 0px #000;
}

.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fe421d;
    background-color: rgb(254, 241, 207);
    border-color: inherit;
}
.noir .nav-tabs .nav-item.show .nav-link, .noir .nav-tabs .nav-link.active, .avena .nav-tabs .nav-item.show .nav-link, .avena .nav-tabs .nav-link.active{    color: #57310a;}
.turbo .nav-tabs .nav-item.show .nav-link, .turbo .nav-tabs .nav-link.active {
    color: #fef1cf;
    background-color: rgb(0, 40, 103);
}
.mocca .nav-tabs .nav-link.active{color: #916e49;}
.energy .nav-tabs .nav-item.show .nav-link, .energy .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #57300b;}
.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fef0ce;
        margin-bottom: 10px;
}
.energy .nav-tabs .nav-link, .energy .table td, .energy .table th {color: #57300b;}

#ingredients-section .table td{text-align: right;}

.table {    color: #fef2d0;}
.table thead th {
    border-bottom: none;
    font-family: 'gotham_boldregular';
}
.table td, .table th {    border-top: none;}

 .site-progress-bars .progress-item {
   margin-bottom: 22px;
 }
 
 .site-progress-bars .progress-item p {
   margin-bottom: 0;
   line-height: normal;
   padding-top: 15px;
 }
 
 .site-progress-bars .progress {
   height: 4px;
   background: #f5f8fb;
   overflow: visible;
 }
 
 .site-progress-bars .progress .progress-bar {
   position: relative;
   background: #7364b0;
   /* Old browsers */
   /* FF3.6-15 */
   /* Chrome10-25,Safari5.1-6 */
   background: -webkit-gradient(linear, left top, right top, from(#7364b0), to(#ffb8e7));
   background: linear-gradient(to right, #7364b0 0%, #ffb8e7 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7364b0', endColorstr='#ffb8e7', GradientType=1);
   /* IE6-9 */
 }
 
 .site-progress-bars .progress .progress-bar span {
   position: absolute;
   right: 0;
   bottom: -35px;
   font-size: 14px;
 }
 
 /* --------------------
    Testimonial Section
   ------------------------*/
 
 .testimonial-section {
   position: relative;
 }
 
 .testimonial-img-1 {
   position: absolute;
   left: 71px;
   top: calc(50% - 85px);
 }
 
 .testimonial-img-2 {
   position: absolute;
   right: 0;
   bottom: -95px;
 }
 
 .testimonial-content {
   text-align: center;
   padding: 0 20px;
 }
 
 .testimonial-content p {
   margin-bottom: 45px;
   color: #fff;
 }
 
 .testimonial-content h6 {
   font-size: 14px;
   text-transform: uppercase;
   color: #fff;
   letter-spacing: 2px;
   font-weight: 700;
   margin-bottom: 10px;
 }
 
 .testimonial-content span {
   font-size: 11px;
   font-weight: 700;
   text-transform: uppercase;
   color: #f7ffa0;
   letter-spacing: 2px;
 }
 
 /* ----------------
    Contact Section
   ---------------------*/
 
 .contact-section {
   position: relative;
   overflow: hidden;
 }
 
 .map-warp {
   width: 50%;
   height: 100%;
   left: 0;
   top: 0;
   position: absolute;
 }
 
 .map-warp iframe {
   width: 100%;
   height: 100%;
 }
 
 .contact-box {
   padding: 135px 130px 160px;
 }
select {
    color: #57310c !important;
    background: transparent !important;
    border: solid 4px #57310c !important;
    border-radius: 0 !important;
    height: 70px !important;
    text-transform: uppercase !important;
    padding: 10px 50px !important;
}
textarea, input{
    background: #fef3d1 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 20px !important;
    font-size: 20px !important;
    color: #a79580 !important;
}
input{padding: 30px 20px !important;}
.form-control::placeholder{color: #a79580 !important;}

#content-glass select {
    color: #57310c !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 2rem !important;
    height: 40px !important;
    text-transform: initial !important;
    padding: 0px 20px !important;
    line-height: 40px !important;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'gotham_lightregular';
    font-size: 1rem !important;
}
select.minimal {
    background-image:
            linear-gradient(45deg, transparent 50%, #814b21 50%),
            linear-gradient(135deg, #814b21 50%, transparent 50%) !important;
    background-position:
            calc(100% - 20px) calc(1em - 1px),
            calc(100% - 15px) calc(1em - 1px) !important;
    background-size:
            5px 5px,
            5px 5px !important;
    background-repeat: no-repeat !important;
}
select.minimal:focus {
    background-image:
            linear-gradient(45deg, #814b21 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, #814b21 50%) !important;
    background-position:
            calc(100% - 15px) calc(1em - 1px),
            calc(100% - 20px) calc(1em - 1px) !important;
    background-size:
            5px 5px,
            5px 5px;
    background-repeat: no-repeat !important;
    border-color: #814b21 !important;
    outline: 0 !important;
}
#content-glass select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
#content-glass label {
    font-family: 'gotham_lightregular';
}
#content-glass label.title {
    color: #ea5333;
    font-size: 1.2rem;
    font-family: "gotham_mediumregular", sans-serif;
}
#content-glass textarea, #content-glass input {
    background: #fff !important;
    font-family: 'gotham_lightregular';
    font-size: 1rem !important;
}

.radio {
    margin: 0.5rem;
}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #814b21;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
    background-color: #814b21;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #814b21;
}
.radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}
 
 /* ----------------
    Footer section
   ---------------------*/
  .b-circle{
    display: inline-block;
    color: #fe421e;
    border-radius: 50%;
    border: solid 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    
    text-align: center;
    transition: 0.3s all;
  }
  .b-circle:hover{color: #fe421e; opacity: 0.7;}
  .b-circle i {
     line-height: 50px;
    font-size: 32px;
    position: relative;
    top: -3px;
  }
 .footer-section{
    background-color: #fe421e;
    padding-bottom: 25px;
 }
  .footer-section a {
    font-family: 'gotham_bold', sans-serif;
    color: #fff;
    font-size: 14px;}
  .footer-section a:hover{text-decoration: underline;}

.footer-section .copy a {
    font-family: 'gotham_lightregular', sans-serif;}

 .footer-section .container-fluid{
    padding-top: 25px;
    background: url("../images/bg-footer.png") center top no-repeat;
    background-size: 100%;
 }
 
 .footer-section p {
  font-family: 'gotham_lightregular', sans-serif;
   line-height: normal;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: normal;
   color: #fff;
   text-transform: uppercase;
 }
 
 .footer-section p img {
   margin-right: 18px;
 }
 
 /* ----------------
    Other pages
   ---------------------*/
 
 .page-info-section {
   height: 538px;
   padding-top: 205px;
   position: relative;
 }
 
 .page-info-section .page-info-img {
   position: absolute;
   left: 0;
   top: 175px;
 }
 
 .page-info-section h2 {
   font-size: 72px;
   font-weight: 400;
   color: #fff;
 }
 
 .site-breadcrumb {
   color: #fff;
 }
 
 .site-breadcrumb a {
   color: #fff;
   font-size: 14px;
 }
 
 .site-breadcrumb span {
   color: #f7ffa0;
 }
 
 /* ----------------
    About page
   ---------------------*/
 
 .about-section {
   padding-top: 95px;
   padding-bottom: 98px;
 }
 
 .about-text p {
   margin-bottom: 40px;
 }
 
 .ap-course-section {
   padding-bottom: 90px;
 }
 
 .ap-course-item .ci-icon {
   float: left;
   width: 97px;
 }
 
 .ap-course-item .ci-icon img {
   max-width: 77px;
 }
 
 .ap-course-item .ci-icon i {
   font-size: 77px;
   color: #f7ffa0;
 }
 
 .ap-course-item .ci-content {
   overflow: hidden;
   padding-top: 20px;
 }
 
 .ap-course-item .ci-content span {
   font-size: 12px;
   text-transform: uppercase;
   color: #7f7987;
 }
 
 .ap-course-item .ci-content h4 {
   font-weight: 700;
   padding-top: 5px;
   margin-bottom: 15px;
   letter-spacing: 2px;
   text-transform: uppercase;
 }
 
 .ap-course-item .ci-content p {
   margin-bottom: 0;
 }
 
 .appointment-section {
   padding-top: 126px;
   padding-bottom: 117px;
 }
 
 .appointment-text {
   max-width: 590px;
   padding-top: 15px;
   position: relative;
   left: 120px;
 }
 
 .appointment-text span {
   font-size: 12px;
   text-transform: uppercase;
 }
 
 .appointment-text h2 {
   font-size: 48px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 10px;
   margin-bottom: 40px;
 }
 
 .appointment-text p {
   margin-bottom: 0;
 }
 
 .appointment-img {
   text-align: right;
 }
 
 .ap-timetable-title {
   background: #f7ffa0;
   text-align: center;
   padding: 51px 0;
 }
 
 .ap-timetable-title h4 {
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: 3px;
 }
 
 .timetable-item {
   text-align: center;
   padding: 33px 15px;
 }
 
 .timetable-item:nth-child(2n) {
   background: #f2f8f9;
 }
 
 .timetable-item i {
   font-size: 51px;
   color: #a1b4b7;
   margin-bottom: 15px;
 }
 
 .timetable-item img {
   margin-bottom: 15px;
 }
 
 .timetable-item span {
   display: block;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 3px;
 }
 
 .timetable-item h5 {
   padding: 14px 0 5px;
   font-size: 18px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 2px;
 }
 
 .timetable-item p {
   margin-bottom: 0;
 }
 
 /* ----------------
    Courses section 
   ---------------------*/
 
 .cl-courses-section {
   padding-top: 100px;
   padding-bottom: 95px;
 }
 
 .feature-tab-section {
   background: #f2f8f9;
   padding-top: 98px;
   padding-bottom: 99px;
 }
 
 .feature-tab-section .container {
   position: relative;
 }
 
 .feature-tab-section .feature-icon {
   position: absolute;
   right: -91px;
   top: 0;
 }
 
 .plans-section {
   padding: 98px 0 57px;
 }
 
 .pricing-plan {
   text-align: center;
   border: 10px solid #f2f8f9;
   padding: 55px 70px 50px;
 }
 
 .pricing-plan h2 {
   font-size: 68px;
   font-weight: 600;
   margin-bottom: 25px;
 }
 
 .pricing-plan h5 {
   text-transform: uppercase;
   letter-spacing: 2px;
   color: #1d1f2a;
   margin-bottom: 45px;
   line-height: 1.7;
 }
 
 .pricing-plan ul {
   list-style: none;
   margin-bottom: 39px;
 }
 
 .pricing-plan ul li {
   font-size: 14px;
   color: #938e99;
   margin-bottom: 15px;
   font-weight: 600;
 }
 
 .pricing-plan .site-btn {
   -webkit-box-shadow: 0 0 0;
   box-shadow: 0 0 0;
 }
 .btn-xs{
    font-size: 15px;
    min-width: 150px;
    padding: 12px 35px;
  }

 .pricing-plan.spacial-plan {
   background: #f7ffa0;
   border-color: #f7ffa0;
   -webkit-box-shadow: 0 37px 49px rgba(0, 0, 0, 0.16);
   box-shadow: 0 37px 49px rgba(0, 0, 0, 0.16);
 }
 
 .pricing-plan.spacial-plan .site-btn {
   background: #fff;
 }
 
 .plan-icon {
   padding-top: 52px;
 }
 
 /* ----------------
    Blog page
   ---------------------*/
 
 .blog-section {
   padding: 99px 0;
 }
 
 .blog-item {
   margin-bottom: 99px;
 }
 
 .blog-item .blog-thumb {
   height: 349px;
   padding-top: 37px;
   margin-bottom: 55px;
 }
 
 .blog-item .blog-date {
   display: inline-block;
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 3px;
   color: #fff;
   padding: 9px 25px 9px 18px;
   border-radius: 0 9px 9px 0;
 }
 
 .blog-item .blog-title {
   font-size: 24px;
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 5px;
   letter-spacing: 4px;
 }
 
 .blog-item .post-metas {
   display: block;
   overflow: hidden;
   margin-bottom: 20px;
 }
 
 .blog-item .post-metas .post-meta {
   float: left;
   font-size: 12px;
   color: #938e99;
   letter-spacing: 2px;
   text-transform: uppercase;
   padding-right: 22px;
   margin-right: 20px;
   position: relative;
 }
 
 .blog-item .post-metas .post-meta:after {
   position: absolute;
   content: "|";
   font-size: 12px;
   color: #938e99;
   right: 0;
   top: 0;
 }
 
 .blog-item .post-metas .post-meta:last-child {
   margin-right: 0;
   padding-right: 0;
 }
 
 .blog-item .post-metas .post-meta:last-child:after {
   display: none;
 }
 
 .blog-item p {
   margin-bottom: 25px;
 }
 
 .blog-item .site-btn {
   padding: 23px 35px;
   min-width: 185px;
 }
 
 .site-pagination a {
   font-size: 14px;
   font-weight: 700;
   color: #493365;
   margin-left: 10px;
   position: relative;
 }
 
 .site-pagination .active:after {
   position: absolute;
   content: "";
   width: 43px;
   height: 43px;
   left: calc(50% - 21.5px);
   top: calc(50% - 21.5px);
   background: #f7ffa0;
   border-radius: 8px;
   z-index: -1;
 }
 
 .sb-widget {
   margin-bottom: 64px;
 }
 
 .sb-widget .sbw-title {
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-bottom: 60px;
 }
 
 .sb-widget .search-widget {
   position: relative;
 }
 
 .sb-widget .search-widget input {
   width: 100%;
   background: #f2f8f9;
   border: none;
   height: 49px;
   padding: 0 50px 0 25px;
   border-radius: 8px;
 }
 
 .sb-widget .search-widget button {
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   border: none;
   padding-right: 20px;
   background: transparent;
 }
 
 .sb-widget ul {
   list-style: none;
 }
 
 .sb-widget ul li a {
   display: inline-block;
   margin-bottom: 12px;
   font-size: 14px;
   color: #938e99;
   padding: 6px 32px;
   border-radius: 8px;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .sb-widget ul li a:hover {
   background: #f7ffa0;
 }
 
 .letest-blog-widget .lb-item {
   overflow: hidden;
   margin-bottom: 21px;
 }
 
 .letest-blog-widget .lb-thumb {
   float: left;
   margin-right: 17px;
 }
 
 .letest-blog-widget .lb-text {
   overflow: hidden;
   padding-top: 17px;
 }
 
 .letest-blog-widget .lb-text span {
   font-size: 10px;
   font-weight: 700;
   text-transform: uppercase;
   color: #493365;
   letter-spacing: 2px;
 }
 
 .letest-blog-widget .lb-text p {
   margin-bottom: 0;
   line-height: normal;
 }
 
 /* ----------------
    Contact Page
   ---------------------*/

#captcha > div{
    margin: auto;
}

 .contact-page-section {
   padding: 99px 0;
 }
 
 .contact-text p {
   margin-bottom: 80px;
 }
 
 .contact-text h6 {
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-bottom: 40px;
 }
 
 .contact-text ul {
   list-style: none;
 }
 
 .contact-text ul li {
   font-size: 14px;
   color: #938e99;
   margin-bottom: 10px;
 }
 
 .contact-form {
   padding-top: 23px;
 }
 
 .contact-form input,
 .contact-form textarea {
   width: 100%;
   height: 51px;
   padding: 0 19px;
   margin-bottom: 18px;
   font-size: 14px;
   border: none;
   background: #f2f8f9;
 }
 
 .contact-form textarea {
   height: 199px;
   padding: 18px 19px;
   margin-bottom: 43px;
 }
 
 .contact-form .site-btn {
   min-width: 185px;
   -webkit-box-shadow: 0 0 0;
   box-shadow: 0 0 0;
 }
 
 .map-section {
   padding-top: 64px;
   padding-bottom: 64px;
   position: relative;
 }
 
 .map-section .container {
   position: relative;
   z-index: 9;
 }
 
 .map-section iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
 }

 .menu-footer, .menu-close {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #fe421e;
    transition: all .8s cubic-bezier(.19,1,.22,1);
    display: none;
    -ms-touch-action: none;
    touch-action: none;
    margin: 0;
    padding: 0;
    transition: all 0.5s;
    z-index: 9;
}
.menu-footer.hide {
    bottom: -60px;
}
.menu-footer-item {
    display: table-cell;
    width: 20%;
    padding: 0;
    line-height: 0;
    position: relative;
}
.menu-footer-item i {
    width: 64px;
    height: 60px;
    overflow: hidden;
    display: block;
    background: url(../images/i-menu-footer.png) no-repeat 0 -4px;
    background-size: cover;
    margin: 4px auto;
}
.a4z_am {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.item-0 i {    background-position: -18px -4px;}
.item-1 i {    background-position: -100px -4px;}
.item-2 i {    background-position: -189px -4px;}
.item-3 i {    background-position: -267px -4px;}
.item-4 i {    background-position: -342px -4px;}

.slicknav_nav{pointer-events:none;}
.slicknav_nav.slicknav_open{pointer-events:all;}

#info-section{margin-top: 50px;}
#info-section h2, #info-section h3, #info-section h4{font-family: "gotham_mediumregular", sans-serif; color:#57310c;}

#info-section table {    color: #57310b;}
#info-section tr{border-bottom: 1px solid;}
a {    color: inherit;}
p a:hover{color:inherit; opacity: 0.8;}

#cookies {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #c32420;
    z-index: 1040;
    font-size: 12px;
    font-weight: 400;
}
#cookies p, #small-dialog2 p {
    font-size: 14px;
    line-height: 18px;
}
#small-dialog2 p{   color: #fff;}
#small-dialog2 {
    padding: 60px 30px;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    padding-top: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container input:checked ~ .checkmark {
    background-color: #fff;
}
.container-checkbox.v2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-left: 32px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container .checkmark:after {
    left: 10px;
    top: 4px;
    width: 13px;
    height: 20px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container .checkmark.v2:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 13px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border: solid 1px #fe421d;
}
.checkmark.v2 {
    height: 25px;
    width: 25px;
}
.container input:checked ~ .checkmark {
    background-color: #fff;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.container .checkmark:after {
    left: 10px;
    top: 4px;
    width: 13px;
    height: 20px;
    border: solid #fe421d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.video-mask{
     padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 670px;
 }
.mfp-iframe-holder .mfp-content {
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
}
.mfp-iframe-holder {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.mfp-container {
    padding: 0 !important;
        width: 100% !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 20px !important;
    opacity: 1 !important;
}
.mfp-close {    font-size: 48px !important;} 
.mfp-iframe-holder .mfp-close {
    text-align: center !important;
    padding-right: 0 !important;
    width: 44px !important;
    top: 10px !important;
    transition:all 0.2s;
}
.mfp-iframe-holder .mfp-close:hover {
    transform: rotateZ(-90deg);
    color:#e4201a;
}
.mfp-fade{
    transition:all 0.5s; 
    transform: scaleY(0);
}
.mfp-fade.mfp-ready {
    opacity: 1 !important;
    transform: scaleY(1);
}

/*** LANDING MINIONS ***/
.scene-home.minions .content a img {
    width: 100% !important;
    margin-left: 20px;
    position: relative;
    top: -10px;
    margin: auto;
}
#logo-tazas {
    position: absolute;
    left: 70px;
    top: 70px;
}
#minions .bg-new-promo-left {min-height: 100%;}



/* ------------------------
    SECTION Caocinitas
---------------------------*/
#header-caocinitas{
    height: 55vh;
    min-height: 600px;
    text-align: center;
}
#header-caocinitas h3{
    font-family: "gotham_mediumregular", sans-serif;
    line-height: 52px;
}
#logo-caocinitas{
    position: relative;
    top: 10px;
}
.mark, mark {
    padding: .2em;
    background-color: #fe421d;
    color: #fff;
}
#header-caocinitas-listado{
    background: url("../images/caocinitas/banner-caocinitas.jpg") center top no-repeat;
    height: 50vh;
    background-size: cover;
    margin-bottom: 5rem;
    min-height: 450px;
}
#header-caocinitas-listado.caocinitas-home{
    background: url("../images/caocinitas/banner-caocinitas-home2.jpg") center center no-repeat;
    height: 40vh;
    background-size: cover;
}
#header-caocinitas-listado h3{
    font-family: "gotham_mediumregular", sans-serif;
    line-height: 52px;
}
#header-caocinitas-listado .content-caocinitas{
    position:absolute;
    width: 100%;
}
.title-black{
    font-family: 'gotham_bold', sans-serif;
    color: #fff;
    margin-top: 4rem;
    font-size: 4rem;
}

.receta{display: none;}
.receta.show{display: block;}

.receta-photo{
    position: relative;
}
.receta-info {
    background: #fff;
    position: absolute;
    top: 30px;
    left: -120px;
    padding: 32px 15px;
    width: 220px;
    text-align: center;
}
.receta-info h3 {
    font-size: 30px;
    font-family: 'gotham_bold', sans-serif;
    line-height: 32px;
    margin-bottom: 20px;
}
.receta-bote{
    position: absolute;
    bottom: -40px;
    right: 28px;
    max-width: 190px;
    z-index: 1;
}

.receta-photo-listado{
    position: relative;
}
.receta-photo-listado .image-listado {
    overflow: hidden;
    max-height: 290px;
}
.receta-photo-listado img{
    border-radius: 5px;
}
.receta-photo-listado:before {
    content: "";
    border: solid 10px #fe421d;
    position: absolute;
    top: 15px;
    left: 36px;
    width: 332px;
    height: 300px;
    display: block;
    border-radius: 10px;
}
.brown .receta-photo-listado:before {    border: solid 10px #5d3a13;}
.receta-info-listado {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    margin-top: 3.3rem;
    min-height: 174px;
}
.receta-info-listado h3 {
    font-size: 34px;
    font-family: 'gotham_bold', sans-serif;
    line-height: 38px;
    margin-bottom: 20px;
}
.brown .receta-info-listado h3 {color:  #5d3a13;}
.receta-bote-listado {
    position: absolute;
    bottom: -18px;
    left: -30px;
    max-width: 145px;
}
.brown .receta-bote-listado {
    left: -10px;
    max-width: 140px;
}

@media (min-width: 1300px) {
    #listado-recetas > .container {
        max-width: 1300px;
    }
}

#listado-recetas .receta-content{margin-bottom: 6rem;}

.receta-box span{

}
.receta-icon{
    background: url("../images/caocinitas/iconos.png") 2px 2px no-repeat;
    width: 33px;
    height: 33px;
    margin: 0 auto;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 0px;
    transform: scale(0.75);
}
#file-receta .receta-icon{
    display: block;
    margin-right: auto;
}

.difficulty {
    background-position-x: -39px;
}
.person {
    background-position-x: -76px;
}
.receta-box{
    border: solid 2px #fd421f;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 8px;
    color: #fd421f;
    text-align: center;
    max-width: 160px;
    padding: 20px 5px;
    font-size: 14px;
}
.receta-content .receta-box {
    padding: 5px 5px;
}
.receta-file-content .receta-box {
    padding: 20px 5px;
}
.receta-file-content .receta-box .receta-icon {
    display: block;
    margin-right: auto;
}

.receta-btn {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 29px;
    background: #fe421d;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    transition: 0.3s all;
    border-radius: 5px;
    display: inline-block;
}
.receta-btn:hover, .receta-btn:focus {
    background: #57320c;
    color: #fff;
}
.receta-btn-listado{
    position: relative;
    top: -20px;
}

.receta-photo img{
    border-radius: 5px;
}
.receta-photo:after {
    content: "";
    border: solid 10px #fe421d;
    position: absolute;
    top: 15px;
    left: 19px;
    width: 92%;
    height: 92.5%;
    display: block;
    border-radius: 10px;
}

.receta-content.right .receta-info{
    left: initial;
    right: -120px;
}
.receta-content.right .receta-bote{
    right: initial;
    left: 22px;
    max-width: 190px;
}
.receta-content.right.brown .receta-bote {    left: 32px;}

.brown .receta-photo:after {
    border: solid 10px #5d3a13;
}
.brown .receta-info h3 {
    color: #5d3a13;
}
.brown .receta-box {
    border: solid 2px #5d3a13;
    color: #5d3a13;
}
.brown .receta-icon {
    background-position-y: -38px;
}

.overlay-caocinitas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.overlay-caocinitas.alpha-10{
    background: rgb(0 0 0 / 10%);
}
.overlay-caocinitas .text {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    line-height: 48px;
    width: 100%;
}
.overlay-caocinitas.v2 .text {
    font-size: 26px;
    line-height: 30px;
}

.container-caocinitas {
   /* max-width: 1430px;*/
}
.section-caocinitas-style{
    margin-top: 150px;
}
.section-caocinitas-style a {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    text-transform: initial;
}
.section-caocinitas-style a img {
    transform: scale(1);
    transition: 0.3s transform;
    perspective: center;
}
.section-caocinitas-style a:hover img {
    transform: scale(1.1);
}

#file-receta p {
    color: #4d4d4d;
    font-size: 16px;
}
#file-receta strong {
    font-family: 'gotham_boldregular', sans-serif;
}
#file-receta.brown  p {    color: #5d3a13;}

#file-receta iframe {width:100%;}

.receta-file-content{
    display: flex;
}
.receta-file-content .receta-box{
    background-color: #fff;
    margin-right: 10px;
    max-width: initial;
    width: 100%;
    line-height: 16px;
    font-size: 13px;
    height: fit-content;
}
.receta-file-content .receta-box:last-child{
    margin-right: 0;
}

.file-content-product {
    background: #fff;
    margin-top: 30px;
    border-radius: 15px;
    padding: 30px 20px 20px 0;
    position: relative;
    min-height: 130px;

}
.file-content-product .product{
    position: absolute;
    top: -14px;
    left: 13px;
    max-width: 140px;
}
.brown .file-content-product .product{  top: -23px;
    left: 8px;
    max-width: 160px;}

.file-content-product .info{
   width: 50%;
    position: relative;
    left: 50%;
    text-align: center;

}
.file-content-trip{
    margin-top: 20px;
}
.brown .file-content-trip{border-color: #5d3b14;}

.receta-ingredients{
    background: #fff;
    padding: 40px 10px 40px 40px;
    margin-bottom: 1rem;
}
.receta-ingredients h4 {
    font-family: 'gotham_boldregular';
}
.receta-ingredients ul{list-style: none; margin-top: 20px;}
.receta-ingredients li{
    line-height: 20px;
    font-size: 14px;
}
.receta-ingredients li i {margin-right: 5px; }


#section-tentations{margin-top: 4rem; padding-top: 80px; padding-bottom: 4rem; background: #fdf8e3;}
#section-styles{
    margin-top:-50px; padding-bottom: 4rem; background: #fdf8e3;
}

.bg-yellow3{background-color: #fdf8e3 !important;}
.bg-brown-caocinitas{background-color: #cbb394 !important;}

.title-red{color: #fd421d !important;}
.title-brown{color: #5d3b14 !important;}

.caocinitas-btn {
    display: initial !important;
    border: none;
    font-size: 20px;
    font-weight: 700;
    min-width: 185px;
    padding: 18px 45px;
    text-transform: uppercase;
    background: #fe421d;
    color: #fff;
    line-height: normal;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
    transition: 0.3s all;
}
.caocinitas-btn:hover, .caocinitas-btn:focus {
    background: #5d3a13;
    color: #fff !important;
}

#share-content{
    transition: all 0.3s;
    margin-top: 4.2rem;
    margin-left: 9px;
}
.hidding{opacity: 0; pointer-events: none; }

.b-share-receta{
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    margin-left: 5px;
    transition: all 0.3s;
    position: absolute;
    margin-top: 4.2rem;
}
.b-share-receta:before, .b-gluten:before, .b-vegano:before, .b-lactosa:before{
    content: url(../images/caocinitas/i-arrow.png);
    width: 36px;
    height: 36px;
    text-align: center;
    display: block;
    background-color: #fd421d;
    border-radius: 50%;
    transition: all 0.3s;
    color: #fff;
    font-weight: bold;
    transform: scale(.8);
    padding: 5px;
    float: left;
    margin-right: 5px;
}
.b-share-receta:hover:before{
    background-color: #57320c;
}
.brown .b-share-receta:before, .brown .b-gluten:before, .brown .b-vegano:before, .brown .b-lactosa:before{
    background-color: #57320c;
}

.b-gluten, .b-vegano, .b-lactosa {
    clear: both;
    position: relative;
    display: block;
    color: #fc411d;
    font-size: 12px;
    line-height: 14px;
}
.brown .b-gluten, .brown .b-vegano, .brown .b-lactosa { color: #57320c;}
.b-gluten:before{
    content: url(../images/caocinitas/i-gluten.png);
    margin-top: -7px;
}
.b-vegano:before{
    margin-top: -7px;
    content: url(../images/caocinitas/i-vegano.png);
}
.b-lactosa:before{
    margin-top: -7px;
    content: url(../images/caocinitas/i-lactosa.png);
}

.title-shadow{
    color: #fff;
    font-size: 80px;
    text-shadow: 1px 4px 0px #ff160a;
    font-style: italic;
    margin-top: -25px;
    line-height: 80px;
    transform: rotate(            -1deg    );
    margin-bottom: 20px;
}
.brown .title-shadow {
    text-shadow: 1px 4px 0px #57330e;
}

.title-shadow-peque{
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 4px 0px #ff160a;
    font-style: italic;
    font-family: 'gotham_bold';
}
.brown .title-shadow-peque {
    text-shadow: 1px 4px 0px #57330e;
}

.title-bg-red{
    background: #fc411d;
    color: #fff;
    padding: 27px 39px;
    font-size: 36px;
    font-family: 'gotham_bold';
    font-style: italic;
    line-height: 0px;
}
.brown .title-bg-red {
    background: #57330e;}



/* ----------------
   GALLETAS COLACAO
  ---------------------*/
#text-galletas-colacao{
    margin-top: -34vw;
}

#bg-galletas{
    background-image: url(/bundles/colacaoweb/images/bg-galletas.jpg);
    background-size: cover;
}


 /* ----------------
    Responsive
   ---------------------*/
@media (min-width: 2000px) {

    .mocca .description {
        margin-top: 32vw !important;
    }
}


@media (max-width: 1700px) {
    .main-menu{padding-left: 2rem; }
    .main-menu li a {    padding: 5px 5px;}
}

 @media (max-width: 1500px) {
   .main-menu li a {    
      font-size: 13px;

          letter-spacing: -0.5px;}
     #logo-tazas {
         left: 40px;
         top: 40px;}
     #logo-tazas img{width: 70%;}

     .receta-content.right .receta-info {         right: -80px;     }
     .receta-info {         left: -80px;}
}


@media (max-width: 1300px) {

 .main-menu li a {
    font-size: 12px;
    }
  .header-socil-links a {
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-left: 2px;
  }
}



 @media (max-width: 1610px) {

    .page-info-section .page-info-img {
       display: none;
    }
    #ingredients-section .mt-responsive{margin-top: 0px;}
    #ingredients-section p {
        font-size: 16px;
        line-height: 20px;
    }
    .p-higher {
      font-size: 19px !important;
      line-height: 23px;
      margin-bottom: 12px;
    }
    /*.bg-new-promo, .bg-new-promo-left{  min-height:500px;}*/
     #mouse-gamer .bg-new-promo, #mouse-gamer .bg-new-promo-left {min-height: 625px;}
 }
 
 @media (max-width: 1420px) {
   .col-ingredients { max-width: 95%;}
   .feature-tab-section .feature-icon {
     right: 0;
   }
   /*.bg-new-promo, .bg-new-promo-left {    min-height: 433px;}*/
     #mouse-gamer .bg-new-promo, #mouse-gamer .bg-new-promo-left {min-height: 550px;}
 }
 
 @media (max-width: 1350px) {
   .hero-content {
     left: 0;
   }
   .meditation-img {
     max-width: 1050px;
   }
   .testimonial-img-1 {
     left: 16px;
     top: calc(50% - 50px);
     max-width: 100px;
   }
   .testimonial-img-2 {
     bottom: -65px;
     max-width: 140px;
   }
   .page-info-section {
     background-position: left 10% top;
   }
   .appointment-text {
     left: 0;
   }
   .contact-box {
     padding: 135px 60px 160px;
   }


     .overlay-caocinitas .text {
         font-size: 36px;
         line-height: 40px;
     }
 }

@media (max-width: 1300px) {
    .receta-photo-listado:before {
        left: 15px;
        width: 322px;
        height: 292px;
    }
    .brown .receta-bote-listado {
        left: -28px;}
    .receta-bote-listado {
        left: -28px;}
    .receta-info-listado h3 {
        font-size: 26px;
        line-height: 28px;
    }
}

 @media (max-width: 1200px) {
     .spot20 {
         width: 100%;
         height: 50vw;
     }
     .spot10 {
         width: 100%;
         height: 26vw;
     }
     .product-img-slider {
         margin-top: 60px;
     }
     .bg-new h2 {
         font-size: 40px !important;
         line-height: 40px;
     }
     .receta-info {
         position: relative;
         top: -10px;
         left: 0;
         width: 100%;
     }
     .receta-file-content .receta-box {
         font-size: 12px;
     }
     .receta-content.right .receta-info {
         right: 0;
     }

     .receta-box {
         display: inline-block;
     }

     .receta-btn {
         display: block;
         max-width: 170px;
         margin: 0 auto;
     }

     .receta-photo:after {
         top: 15px;
         left: 16px;
         width: 92%;
         height: 89%;
     }

     .receta-bote {
         bottom: -24px;
         right: 30px;
     }

     .receta-content.right .receta-bote {
         left: 30px;
     }
     .overlay-caocinitas .text, .overlay-caocinitas.v2 .text {
         font-size: 26px;
         line-height: 30px;
     }
     .file-content-product .product {
         top: -24px;
         max-width: 170px;
         left: -20px;
     }
     .brown .file-content-product .product {
         top: 7px;
         left: 0;
         max-width: 140px;
     }

     .receta-photo-listado .image-listado {max-height: 240px;     }
     .receta-photo-listado:before {
         border-width: 8px;
         width: 260px;
         height: 248px;
     }
     .receta-info-listado {
         min-height: 144px;
     }

     #video-youtube-home {
         margin-top: 63px;
     }
     .scene-home.minions .content a img {width: 70% !important;}
     #carousel-products-top .p-higher.exception2 {font-size: 10px !important;}
  #faqs-section .font-gotham-black {
    font-size: 47px;
    line-height: 36px;
  }
  #faqs-section .t-higher {
    font-size: 71px;
    line-height: 60px;
  }
  #ingredients-section p {
        font-size: 14px;
        line-height: 18px;
    }
  .p-higher {
      font-size: 16px !important;
      line-height: 23px;
      margin-bottom: 7px;
  }
  .main-menu li a {
    padding: 0px 3px;
  }
  .header-section {
     padding: 5px 20px;
   }
   .header-socil-links a {    margin-left: 0;}
   .row-product {    padding: 0 0px;}
    #space-image h3{font-size: 23px;}
  #carousel-products .site-btn, #carousel-products-original .site-btn  {    font-size: 12px;     min-width: 150px;}
  .bg-new.home h2 {
    font-size: 40px !important;
    line-height: 40px;}
 
  /*.bg-new-promo, .bg-new-promo-left{  min-height:400px;}*/

     #mouse-gamer .bg-new-promo, #mouse-gamer .bg-new-promo-left {min-height: 460px;}
}

@media (max-width: 1000px) { 
   .bg-faqs-home {    padding-top: 0;}
 }

@media (max-width: 992px) {
    #propositos #slide-home {
        background-position: 0 0;
    }
    .title-foundation-1 {
        font-size: 2.5rem;
    }
    .title-foundation-2 {
        font-size: 2rem;
    }
    #file-receta iframe {
        width: 100%;
        height: 52vw;
        margin-bottom: 1rem;
    }
    .receta-photo-listado:before {        width: 301px;}
    .receta-bote {       max-width: 150px;}
    .receta-content.right .receta-bote {
        max-width: 150px;
    }
    .receta-photo:after {
        width: 91%;
        height: 87%;
    }
    .file-content-product .info {
        width: 77%;
        left: 21%;
    }

    #logo-tazas img {width: 50%;}
  /*.bg-new-promo, .bg-new-promo-left {    min-height: 300px;}*/
    #mouse-gamer .bg-new-promo, #mouse-gamer .bg-new-promo-left {min-height: 375px;}
  #grumitos-section .parallax-content {    background-size: 200%;}
  .p-higher {
    font-size: 17px !important;
    line-height: 18px !important;
        margin-bottom: 20px;
  }
  #faqs-section .font-gotham-black {
    font-size: 37px;
    line-height: 26px;
  }
  #faqs-section .t-higher {
    font-size: 61px;
    line-height: 52px;
  }
  .col-ingredients {
      padding: 10px 25%;
      max-width: 100%;
      text-align: center;
  }
  .puro .col-ingredients {    padding: 10px 18%;}
  #ingredients-section {
    background: url(../images/bg-ingredients-xs.jpg) center 0 no-repeat;
    background-size: 100%;
    padding-top: 78%;
    background-color: #ffd500 !important;
  }
  .noir #ingredients-section {    background-image: url(../images/bg-ingredients-noir-xs.jpg);   background-size: 100%;     background-color: #351f15 !important;
    background-repeat: no-repeat;}
  .puro #ingredients-section {    background-image: url(../images/bg-ingredients-puro-xs.jpg) ;     background-size: 100%;     background-color: #714f3d !important;}
  .avena #ingredients-section {    background-image: url(../images/bg-ingredients-avena-xs.jpg) ;     background-size: 100%;     background-color: #cfad81 !important;}
    .mocca #ingredients-section {    background-image: url(../images/bg-ingredients-mocca-xs.jpg) ;     background-size: 100%;     background-color: #c5b4a4 !important;}
  .shake #ingredients-section, .complet #ingredients-section, .turbo #ingredients-section, .energy #ingredients-section {
    background-image:none;
    padding-top: 0;
}
  #bg-ingredients-avena, #bg-ingredients-puro, #bg-ingredients-mocca {    background: none;}
  #ingredients-section .mt-responsive {    margin-top: 10px;}
  #accordion{    padding-top: 20px;}
  .img-lateral-left {    left: -28vh;}
  .img-lateral-right img {    left: 35vh;}
  #carousel-intro .owl-nav button.owl-next {    right: 2%;}
  #carousel-intro .owl-nav button.owl-prev {    left: 2%;}
  #carousel-products a img, #carousel-products-orginal a img {    transform: scale(1);}
  #carousel-products p, #carousel-products-orginal p {    opacity: 1;}
  #carousel-products .owl-nav button.owl-next, #carousel-products-original .owl-nav button.owl-next {    right: 0;}
  #carousel-products .owl-nav button.owl-prev, #carousel-products-original .owl-nav button.owl-prev{    left: 0;}
  #carousel-products.xs .owl-nav button.owl-next {    right: 5%;}
  #carousel-products.xs .owl-nav button.owl-prev {    left: 5%;}

  .site-btn {
    font-size: 17px;
    min-width: auto;}
  #slide-home .text-banner  .site-btn {
        padding: 10px 10px;
        font-size: 10px;
    }
  #contacto-section p {
    font-size: 20px;
    line-height: 23px;
  }

    #carousel-products-top .p-higher.exception2 {font-size: 9px !important; line-height: 13px !important;}
    #carousel-products-top .p-higher.exception2 span {font-size: 8px !important;}

    .scene-home .content a.play2 img {
        width: 100px !important;
        top: -30px;
    }
}

 /* Medium screen : 992px. */
 
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   
   .hero-section {
     background-position: left 40% top;
   }
   .hero-img {
     max-width: 900px;
     right: -70px;
   }
   .meditation-img {
     max-width: 750px;
     bottom: 100px;
   }
   .timetable-box {
     padding: 60px 40px 80px;
   }
   .timetable-box ul li span {
     width: 140px;
   }
   .contact-box {
     padding: 130px 25px 150px;
   }
   .feature-tab-section .feature-icon {
     display: none;
   }
   .pricing-plan {
     padding: 55px 35px 50px;
   }
 }
 
 /* Tablet :768px. */
 
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .main-menu li {
     margin-right: 5px;
   }
   .header-socil-links a {
     margin-left: 10px;
   }
   .hero-section {
     background-position: top left 10%;
   }
   .hero-content h2 {
     font-size: 60px;
   }
   .hero-img,
   .meditation-img,
   .testimonial-img-1,
   .testimonial-img-2 {
     display: none;
   }
   .map-warp {
     position: relative;
     height: 500px;
     width: 100%;
   }
   .contact-box {
     padding: 135px 0 160px;
     max-width: 650px;
     margin: 0 auto;
   }
   .about-text {
     padding-top: 50px;
   }
   .ap-course-item .ci-icon {
     width: 55px;
   }
   .ap-course-item .ci-icon i {
     font-size: 40px;
   }
   .appointment-img {
     text-align: left;
     margin-bottom: 50px;
   }
   .site-tab-nav.nav.nav-tabs {
     margin-bottom: 40px;
     overflow: hidden;
   }
   .site-tab-nav.nav.nav-tabs .nav-item {
     float: left;
     width: 50%;
   }
   .feature-tab-section .feature-icon {
     display: none;
   }
   .pricing-plan {
     margin-bottom: 50px;
   }
   .sidebar {
     padding-top: 80px;
   }
   .map-section {
     padding-top: 0;
   }
   .map-section iframe {
     position: relative;
     height: 600px;
     margin-bottom: 50px;
   }
   .milestone {
     margin-bottom: 40px;
   }
   .accordion-area {
     margin-bottom: 50px;
   }
 }
 
 /* Large Mobile :480px. */
 #b-close-menu{
      position: absolute;
    top: 0;
    right: 0;
    padding: 15px 24px;
    background: #fff7dc;
    z-index: 999999;
    opacity: 0;
    transition: all 0.3s;
  }

  #b-close-menu{    color: #fe421c;}
  #b-close-menu.active{opacity: 1; pointer-events: all;}
  .slicknav_nav li a{font-family: "gotham_bold"; font-size: 12px; font-weight: normal;     color: #fff7dc;}
   .slicknav_nav li .site-logo a{width: 80%;}
  .slicknav_nav a:hover {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: transparent;
      color: inherit;
  }
  .icon-menu{
    background: url(../images/icon-menu.png) center 0 no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    top: 6px;
    transform: scale(0.95);
    left: 2px;
        margin-left: 11px;
    margin-right: 5px;
    display: none;
    overflow: hidden;
  }
  .icon-menu.i-2{background-position: center -38px;}
  .icon-menu.i-3{background-position: center -76px;}
  .icon-menu.i-4{background-position: center -119px;}
  .icon-menu.i-5{background-position: center -159px;}
  .icon-menu.i-6{background-position: center -199px;}
  .icon-menu.i-7{background-position: center -240px;}
  .icon-menu.i-8{background-position: center -279px;}
  .icon-menu.i-9{background-position: center -323px;}

  .menu-footer2{
        position: fixed;
    bottom: 0;
    width: 100%;
  }
  .header-socil-links2{text-align: center;}
  .header-socil-links2 a {
    display: inline-block;
    color: #fff7dc;
    font-size: 16px;
    border: solid 2px;
    border-radius: 50%;
    text-align: center;
    width: 37px;
    height: 37px;
    margin-left: 10px;
 }
  .header-socil-links2 a:hover {
    border-radius: 50%;
}
 .header-socil-links2 a:first-child {
   margin-left: 0;
 }
  .header-socil-links2 a i{color: #fff7dc;}
.slicknav_menu .nav-link {
    font-size: 12px;
    text-align: center;}
.slicknav_menu p {
    color: #fff;
    font-size: 10px;
    line-height: 17px;
} 
.slicknav_nav a {
    padding: 4px 10px 5px;
    margin: 0px 5px;
    color: #fff7dc;
}



@media (max-width: 992px) {
    .product-img-slider {
        margin-top: 0;
    }
    .b-ver {
        top: 100px;
    }
}

 @media (max-width: 767px) {
     .spot10 {
         width: 100%;
         height: 50vw;
     }
     #text-galletas-colacao {
         margin-top: -80vw;
     }
     select.minimal {
         background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px) !important;
     }
     .section-mask.right img {
         top: -80px;
     }
     .title-foundation-1 {
         font-size: 1.5rem;
         padding: 0.4rem 1rem 0.3rem;
     }
     .title-foundation-3 {
         font-size: 0.7rem;
     }
     .text-foundation-4 {
         font-size: 1rem;
     }
     .bg-new.home {
         min-height: 450px;
     }
     #header-caocinitas h3 {
         line-height: 25px;
         font-size: 14px;
     }
     .receta-photo img {
         width: 100%;
     }
     .receta-bote, .receta-content.right .receta-bote {
         bottom: -20px;
         z-index: 1;
     }
     .section-caocinitas-style {
         margin-top: 80px;
     }
     .receta-photo-listado .image-listado {
         max-height: initial;
     }
     .receta-photo-listado:before {
         width: 92.5%;
         height: 102%;
     }
     .receta-bote-listado {         left: -16px;}
     #header-caocinitas-listado h3 {
         line-height: 25px;
         font-size: 14px;
     }
     #header-caocinitas-listado {
         height: 100vh;
         margin-bottom: 3rem;
     }
     .title-black {
         font-size: 2.5rem;
         margin-top: 2rem;
         line-height: 2.5rem;
     }
     #logo-caocinitas {         width: 80%;     }
     .title-bg-red {
         padding: 17px 30px;
         font-size: 20px;}
     .title-shadow {
         margin-top: -16px;
         font-size: 50px;
         line-height: 50px;}
     .title-shadow-peque {
         font-size: 25px;
         line-height: 26px;
     }
     .brown .file-content-product .product {
         top: -16px;}
     .receta-info-listado {
         min-height: initial;
     }
     #header-caocinitas {         min-height: auto;}

     .receta-box {
         display: block;
     }
     .file-content-product .info {
         width: 74%;
         left: 27%;
     }

     .video-background-controls{top: 12vw !important;}
     #video-youtube-home {
         margin-top: 15px;
     }
     .scene-home .content a.play2 img {
         width: 60px !important;
         top: -10px;
         left: -20px;
     }
     .scene-home.minions .content a img {
         width: 100px !important;
         margin-left: 10px;
         margin: auto;
     }
     #logo-lucas img {width: 120px;}
     #logo-disney img {width: 50px;}
     #logo-lucas {right: 40px;}
      .bg-new-promo, .bg-new-promo-left  {    min-height: 385px;}
         #mouse-gamer .bg-new-promo, #mouse-gamer .bg-new-promo-left {min-height: 440px;}
      #carousel-products-original p {    opacity: 1;}
      #b-telocuento-v2 {
        bottom: 60px;
        transform: scale(0.6);}
      #carousel-products-top .p-higher {
        font-size: 12px !important;
        line-height: 15px !important;
      }
      #carousel-products-top .p-higher.exception {    font-size: 12px !important;}
      #new-section .container{max-width: 100%;}
      #cookies .site-btn {font-size: 11px;
        padding: 11px 15px;}
      #cookies p, #small-dialog2 p {
        font-size: 10px;
        line-height: 14px;
      }
      .img-home{
        height: 60vh;
          width: auto !important;
          max-width: inherit;
          position: relative;
        left: -45vw;
      }
      .spotify {   left: -4%; top: 22vw;}
      select {    font-size: 12px !important;
        padding: 10px 10px !important;}
      .historia #faqs-section { height: auto;     background: #fef3d1;}
      .historia .footer-section {    position: relative;     background: #fef3d1;}
      .historia #faqs-section .row {    height: auto;}

      p {     font-size: 14px;
        line-height: 19px;}
      #marchando p {     font-size: 16px;
         line-height: 19px;}
      .img-lateral-right img { display: none;   left: 45vh;}
      .img-lateral-left {  display: none;  left: -45vh;}
      #slide-product {    padding-top: 20px;}
      #slide-product .owl-carousel{background: url(../images/bg-sheets.png) center top no-repeat;     background-size: 100%;}

      #slide-product .owl-carousel{background: none;}
      #carousel-intro .owl-nav button.owl-next, #carousel-intro .owl-nav button.owl-prev {      top: 28vh;}
      #h3-intro {    font-size: 20px;}
      .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {    display: none;}
      #carousel-products {margin-top: 20px;}
      #img-cacao, #img-cacao2, #img-pack {
        left: 0 !important;
        width: 100% !important;}
        .footer-section .container-fluid {background-size: 200%;}
      #grumitos-section h2, .bg-new h2 {
        font-size: 60px !important;
        line-height: 70px;}
      .icon-menu{display: inline-block;}
      .header-section{    padding: 0px; background: url(../images/bg-header-xs.png) center -72px no-repeat;}
      .slicknav_menu{
          padding: 0;
          background-color: transparent;
      }
      .slicknav_menu .slicknav_btn{
        padding: 40px 10px;
        background: url(../images/logo-colacao.png) center 8px no-repeat;
        background-color: transparent;
        width: auto;
      }
      .slicknav_menu .slicknav_no-text {    display: none;}
      .site-logo img{height: 50px;}
       .header-section {
          height: 80px;
       }
       .main-menu {
         display: none;
       }
       .header-section {
         text-align: center;
       }
       .header-socil-links {
         float: none;
       }
       .slicknav_menu {
         text-align: left;
         display: block;
       }
      .slicknav_nav {
          border-radius: 0;
          background: #fe421c;
        padding: 0px 0 15px;
          margin-top: 0;
          position: absolute;
          top: 0;
          width: 100%;
          min-height: 100vh;
      }
       .slicknav_nav li.active a {
         border-radius: 6px;
         color: #f7ffa0;
       }
       .slicknav_btn {
         background-color: #393a52;
         padding: 9px 10px;
         display: block;
         margin: 0 auto;
         width: 39px;
         float: none;
       }
       .slicknav_menu .slicknav_no-text {
         float: none;
       }
       .hero-section {
         background-position: top left 10%;
       }
       .hero-content h2 {
         font-size: 45px;
       }
       .hero-img,
       .meditation-img,
       .testimonial-img-1,
       .testimonial-img-2 {
         display: none;
       }
       .map-warp {
         position: relative;
         height: 500px;
         width: 100%;
       }
       .contact-box {
         padding: 135px 0 160px;
         max-width: 650px;
         margin: 0 auto;
       }
       .course-item {
         margin-bottom: 40px;
       }
       .about-text {
         padding-top: 50px;
       }
       .appointment-img {
         text-align: center;
         margin-bottom: 50px;
       }
       .appointment-text h2 {
         font-size: 30px;
         letter-spacing: 5px;
       }
       .site-tab-nav.nav.nav-tabs {
         margin-bottom: 40px;
         overflow: hidden;
       }
       .site-tab-nav.nav.nav-tabs .nav-link {
         padding: 41px 25px;
       }
       .site-tab-nav.nav.nav-tabs .nav-item {
         float: left;
         width: 50%;
       }
       .feature-tab-section .feature-icon {
         display: none;
       }
       .pricing-plan {
         margin-bottom: 50px;
       }
       .sidebar {
         padding-top: 80px;
       }
       .map-section {
         padding-top: 0;
       }
       .map-section iframe {
         position: relative;
         height: 600px;
         margin-bottom: 50px;
       }
       .milestone {
         margin-bottom: 40px;
       }
       .accordion-area {
         margin-bottom: 50px;
       }
       .col-ingredients.second{    padding: 10px 10%;}
       #ingredients-section .card-header {padding: 5px 0rem;}
       #carousel-products img, #carousel-products-original img {    max-width: 80%;}
       #carousel-products .owl-nav, #carousel-products-original .owl-nav {    top: -55vw;}
       .site-btn {    padding: 15px 15px;}
      .section-mask .table-content, .section-mask.right .table-content{    height: 100%;}
      .section-mask.right .table-content {  transition: all 0.5s; -webkit-transition: all 0.5s;  margin-top: -9vw;}
      .section-mask.right.active .table-content {    margin-top: 0;}
      .section-mask.right .mask-product-content:hover img {    top: -40px;}
         .section-mask.avenacao .mask-product-content:hover img {    top: -80px;}

      .section-mask.right .mask-product .deg {    top: 0px;}
      #title-products{margin-bottom: 35px;}
      .menu-footer, .menu-close {     display: table;}
      .header-socil-links2 a{    margin: 0 2px; }
      #section-mis-grumitos .scene-center .content h2 {
        font-size: 30px;
        line-height: 30px;
      }
      #section-mis-grumitos .scene-center .content h3 {
        font-size: 20px;
        line-height: 20px;}
      #section-mis-grumitos .scene-center .content a img {
        width: 40px !important;}
      #faqs-section {    background-position: -180px top;
        height: 30vh;}
      #faqs-section .t-higher {
        font-size: 40px;
        line-height: 40px;}
      select {
        font-size: 11px !important;}





      .puro .description {    margin-top: 620px !important;}
      .avena #slide-product {    background-image: url(../images/bg-product-slide-avena-xs.jpg);    background-color: #a06829;     background-size: cover;}

         .mocca .description {
             margin-top: 92vw !important;
         }
      .avena .description {    margin-top: 620px !important;}
      .complet #slide-product {   background-color: #febb5f;     }
      .energy .description {    margin-top: 620px !important;}
      #bg-ingredients-shake {
        background: none;
        background-color: #bd9c35;
      }
      .b-ver {
        color: #fe421d;
        position: absolute;
        top: 85px;}
      .section-mask h2 {
        line-height: 29px;
        font-size: 29px;
      }
      .section-mask.left .table-content{margin-top: 9px !important;}
      .section-mask.left.active img {    margin-top: -25px !important;}
      .section-mask.right.colacao-0  .table-content{margin-top:-6vw;}
      .section-mask.active.colacao-0  .table-content{margin-top:10px;}
      .section-mask.right.puro img {    top: -100px; }

      .mask-product-content img {
        top: 0;
        margin-top: 0 !important;}
     .scene-home .content p {
         font-size: 17px;
         line-height: 22px;}
     .content-text {
         display: inline-block;
         width: 100%;
     }

     #carousel-home .content-text {
         width: auto;
     }
     #carousel-home .scene-home .content a img {
         width: 30px !important;
         top: 0;
         left: 0;
     }

     /*** Super Mario landing ***/
     #super-mario #slide-home{padding-top:60px !important;}

     /*** Music pods landing ***/
     #music-pods .bg-new-promo-left,  #music-pods .bg-new-promo-right, #pokemon .bg-new-promo-left,  #pokemon .bg-new-promo-right {
         min-height: auto;
     }
     #music-pods .bg-new-promo-left img, #music-pods .bg-new-promo-right img, #pokemon .bg-new-promo-left img, #pokemon .bg-new-promo-right img  {
         opacity: 1;
     }

     .jquery-background-video-wrapper {
         width: 100%;
         height: 115vw;
     }
     #amplificador .bg-new-promo-right .jquery-background-video-wrapper {
         width: 100%;
         height: 55vw;
     }

     .avena #slide-product p {    color: #fff;}
 }
 
@media (max-width: 640px){
  .menu-footer, .menu-close {
      height: 57px;
  }
  .bg-new-promo{    min-height: 305px;}
}
 @media  (max-width: 479px) {
     .file-content-product .info {
         width: 64%;
         left: 39%;
     }

     #video-youtube-home {
         margin-top: 40px;
     }
    .bg-new-promo{    min-height: 250px; }
     #mouse-gamer .bg-new-promo, #mouse-gamer .bg-new-promo-left {min-height: 250px;}
     #super-mario .bg-new-promo {min-height:200px;}
      .section-mask.right.colacao-0  .table-content{margin-top:-13vw;}
      .section-mask.puro .table-content{margin-top:-19vw;}
      .mask-product-content img {    top:-33px;}
      #section-init img {    top: -7px;
          width: 85%;}
      .section-mask.left .table-content {    margin-top: 0px !important;}
      /*.section-mask.colacao-0 img {    top: -90px !important;} */

      .section-mask.shake img {    top: -91px !important;}
      /*.section-mask.shake-0 img {    top: -74px !important;} */
      /*.section-mask.complet img {    top: -34px !important;} */
      /*.section-mask.turbo img {    top: -75px !important;}*/
      /*.section-mask.energy img {    top: -84px !important;} */
      /*.section-mask.colacao-0-fibra img {       top: -10px;
          width: 90%; }*/
      .section-mask.right.puro img {    top: -90px;}
     .section-mask img{
         transform: scale(0.9);
     }

      #cookies h4 {    font-size: 15px;}
      .section-mask.right {    margin-top: -150px;}
      .bg-faqs-home{ background-position: left top;     padding-top: 0;}
      .t-higher {
        font-size: 30px;
        line-height: 25px;
      }
      .bg-faqs-home .font-gotham-black {    line-height: 25px;}
      .mask-product .deg {top: 10px;    padding-right: 10px;
        padding-left: 10px;}
      .section-mask.right .mask-product .deg {    top: 60px;}
      .section-mask h2 {line-height: 20px;     font-size: 20px;}
      .mask-product-content .site-btn {    font-size: 12px;}
      #slide-product h3 {
        font-size: 25px;}
      .historia #faqs-section .font-gotham-bold {
        font-size: 22px;
        line-height: 22px;}
      .footer-section p {    font-size: 11px !important; padding: 0 5px; }
      .footer-section .copy a {    font-size: 11px;}

      .noir #slide-product {    padding-top: 0;}
      .shake #slide-product, .turbo #slide-product, .energy #slide-product, .complet #slide-product {    background-position: 50% 10%;}
      #grumitos-section .parallax-content {    padding: 0 0 50vh; background-size: 350%;}
      .btn-ingredients span {    font-size: 13px;     top: -1px;}
      .btn-ingredients i{font-size: 18px;}
      #carousel-products.xs .owl-nav button.owl-prev {    left: 15%;}
      #carousel-products.xs .owl-nav button.owl-next {    right: 15%;}
      h2 {    font-size: 24px;}
      #carousel-home .owl-nav{display: none;}
      .scene-home .content h3 {
        font-size: 28px;
        line-height: 20px;}
      .scene-home .content a img {
        width: 100px !important;
        margin-left: 10px;
      margin: auto}
      #grumitos-section h2, .bg-new h2 {
        font-size: 40px !important;
        line-height: 50px;
      }
       .timetable-box {
         padding: 70px 30px 90px;
       }
       .timetable-box ul li span {
         width: 100px;
       }
       .page-info-section h2 {
         font-size: 60px;
       }
       .site-tab-nav.nav.nav-tabs .nav-item {
         float: none;
         width: 100%;
       }
       .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link , .table td, .table th {    font-size: 12px;}
       .slicknav_menu .nav-link {
        font-size: 7px;}
        /*.description, .noir .description{
         margin-top: 60vh !important;}*/
        .shake .description,.complet .description, .turbo .description, .energy .description{margin-top: 560px !important;}

        .puro .description {    margin-top: 340px !important;}
        .avena #slide-product {     background-color: #784c1b;
        background-size: 100%;
        background-position: center 20px;
          min-height: 700px;
        }
          .avena .description {    margin-top: 440px !important;}

         .img-home {left: -52vw;}

     #glass-marchando img{
         width: 110%;
         max-width: initial;
     }
 }
@media (max-width: 375px){
  .puro .description {    margin-top: 310px !important;}
  .section-mask.right {      margin-top: -150px;}
    #mouse-gamer .bg-new-promo, #mouse-gamer .bg-new-promo-left {min-height: 220px;}
}

@media (max-width: 325px){
  #naturalidad-section-xs {background-size: 83vh;}
  #bote-footer-xs .front, #bote-footer-xs .back {    left: -20px;}
}

#rotate-mobile{
  display: none;
  z-index: 9999999999;
  width: 100%;
  height: 100vh;
  padding-top: 25vh;
  background: #f8cb2d;
    position: fixed;
    top: 0;
}
@media (max-width: 850px) and (orientation:landscape){
  #rotate-mobile{display: block;}
}




@media (max-height: 800px) and (min-width: 769px) {
  .description {    margin-top: 520px !important;}
  .shake .description{ margin-top: 510px !important;}
  .turbo .description, .complet .description, .energy .description{ margin-top: 560px !important;}
}

@media (min-height: 1000px) and (min-width: 1800px) {
    .avena .description {margin-top: 34vw !important;}
}

@media (max-height: 700px) {
   #taza {    bottom: -110px;}
  .colacao .description, .colacao-cero .description, .noir .description{ margin-top: 510px !important;}
}
@media (max-height: 650px) {
  .description, .noir .description {    margin-top: 510px !important;}
}

@media (max-height: 999px) and (min-width: 1700px) {
    .avena .description{
        margin-top: 33vw !important;
    }

}

@media (max-height: 820px) and  (max-width: 480px) {
  .avena .description {    margin-top: 104vw !important;}
  .colacao .description, .colacao-cero .description, .noir .description {   }
  .shake .description, .turbo .description, .energy .description, .complet .description {
      margin-top: 480px  !important;
  }
}
@media (max-height: 600px) and  (max-width: 480px) {
  .shake .description, .turbo .description, .energy .description, .complet .description {
      margin-top: 380px  !important;
  }
}
@media (max-height: 568px) {
  #vaina-animation-div-xs {    top: 3vh;     margin-left: 10vw;}
   .slicknav_nav a {    padding: 0px 0px;}
  .slicknav_menu .nav-link{font-size: 7px;}
  .header-socil-links2 a i{
    position: relative;
    top: 5px;
  }
}     

@media (min-height: 710px) and  (max-width: 480px) {

}

@media (min-width: 1800px) {
    .section-mask {
        height: 25vw;
    }
    .mask-product-content {
        height: 15vw;
    }
}

#slide-product .site-btn{display:none;}
