@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Bold.eot');
    src: url('../fonts/Caveat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Caveat-Bold.woff2') format('woff2'),
        url('../fonts/Caveat-Bold.woff') format('woff'),
        url('../fonts/Caveat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Regular.eot');
    src: url('../fonts/Caveat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Caveat-Regular.woff2') format('woff2'),
        url('../fonts/Caveat-Regular.woff') format('woff'),
        url('../fonts/Caveat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  font-size: 16px;
  font-weight: 500;
  color: #54352a;
  font-family: 'Montserrat', serif;
    background: #f0f0f0;
    position: relative;
}

b, strong {
    font-weight: 700;
}

p {
  line-height: 1.3;
  margin: 0px 0 20px;
}

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
}

.yellow h1,
.yellow h2,
.yellow h3,
.yellow h4,
.yellow h5,
.yellow h6 {
  color: #ecbe4a;
}

.h2, h2 {
    font-size: 5.5em;
}

a {
  color: #ecbe4a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

label{  margin-top: 10px;  color: #ecbe4a;}
select {
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/i-arrow.png) 96% no-repeat;
}
.form-control {
    border: 1px solid #341108;}
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    padding-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border: solid 1px #341108;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container .checkmark:after {
    left: 10px;
    top: 4px;
    width: 13px;
    height: 20px;
    border: solid #341108;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.normative{font-size: 12px !important;}

#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;
}
#cookies {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #ebbf4a;
    z-index: 1040;
    font-size: 12px;
    font-weight: 400;
}
.mfp-wrap {
    z-index: 99999;}
#cookies p, #small-dialog2 p {
    font-size: 14px;
    line-height: 18px;
    color: rgb(253 249 200);
}
#small-dialog2 p{   color: rgb(253 249 200);}
#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 #341108;
}
.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 #341108;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.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);
}

hr {    border-top: 1px solid rgb(253 249 200);}


/**** LOADER ****/
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #251000;
}
.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    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 #ecbe4a;
     border-left-color: transparent;
   }
   50% {
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
     border: 4px solid #fdf9c8;
     border-left-color: transparent;
   }
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     border: 4px solid #ecbe4a;
     border-left-color: transparent;
   }
 }
 
 @-webkit-keyframes loader {
   0% {
     -webkit-transform: rotate(0deg);
     border: 4px solid #ecbe4a;
     border-left-color: transparent;
   }
   50% {
     -webkit-transform: rotate(180deg);
     border: 4px solid #fdf9c8;
     border-left-color: transparent;
   }
   100% {
     -webkit-transform: rotate(360deg);
     border: 4px solid #ecbe4a;
     border-left-color: transparent;
   }
 }
 /*** FIN LOADER ***/

blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
        height: 65px;
  }

#mainNav .navbar-brand {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
}
#mainNav .navbar-brand {
    position: absolute;
    left: 0;
        top: 0;
  }
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #412216;
}
#mainNav .navbar-nav > li.nav-item > a {
  padding: 10px 15px;
  color: #ecbe4a;
  line-height: 15px;
  text-align: center;
}
#mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
  color: #fdf9c8;
  text-decoration: underline;
}
#mainNav .navbar-nav > li.nav-item > a {
  font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
#mainNav .navbar-nav .nav-item .nav-link{font-weight: 600; font-size: 14px;}
#mainNav .navbar-nav .nav-item .nav-link.active{color: #412216;}
.navbar-brand{
    z-index: 999;
}

.intro-social-buttons{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.9px;
}

.intro-social-buttons li a:hover .i-facebook{background-position:2px -40px !important;} 
.intro-social-buttons li a:hover .i-instagram{background-position:-32px -40px !important;}
.intro-social-buttons li a:hover .i-twitter{background-position:-68px -40px !important;} 
.intro-social-buttons li a:hover .i-youtube{background-position:-102px -40px !important;} 
.intro-social-buttons li{margin-right: 0px; padding: 0;vertical-align: middle;}
.intro-social-buttons i{
    display: block;
    background: url(../img/i-social.png) no-repeat;
    width:30px;
    height: 30px;
    transition:all 0.2s;
}
.intro-social-buttons .i-facebook{background-position: 2px 0px;}
.intro-social-buttons .i-instagram{background-position: -32px 0px;}
.intro-social-buttons .i-twitter{background-position: -68px 0px;}
.intro-social-buttons .i-youtube{background-position: -102px 0px;}

.intro-social-buttons-xs{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.9px;
    margin-top: 10px;
}

.intro-social-buttons-xs li a:hover .i-facebook{background-position:0 -60px !important;} 
.intro-social-buttons-xs li a:hover .i-youtube{background-position:-73px -60px !important;} 
.intro-social-buttons-xs li a:hover .i-instagram{background-position:-146px -60px !important;} 
.intro-social-buttons-xs li{margin-right: 0px; padding: 0;vertical-align: middle;}
.intro-social-buttons-xs i{
    display: block;
    background: url(../img/i-social-xs.png) no-repeat;
    width: 60px;
    height: 60px;
    transition:all 0.2s;
}
.intro-social-buttons-xs .i-facebook{background-position: 0px 0px;}
.intro-social-buttons-xs .i-youtube{background-position: -73px 0px !important;}
.intro-social-buttons-xs .i-instagram{background-position: -146px 0px !important;}

.social-buttons li{padding-right: 0;}
.b-social{
    overflow: hidden;
    background: url(../img/b-social.png) no-repeat 0 0;
    width: 175px;
    height: 45px;
    display: block;
}
.b-social.facebook{background-position-x: -185px; background-position: -185px 0;  width: 185px; }
.b-social.instagram{background-position-x: 0; background-position: 0 0;   }
.b-social.twitter{background-position-x: -380px; background-position: -380px 0;    }
.b-social:hover{
    background-position-y: -50px;   
}


#mainNav {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
#mainNav.bg-active {    background-color: rgb(39 18 2 / 40%);}

#mainNav.is-visible {
  /* if the user changes the scrolling direction, we show the header */
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

header.masthead {
  margin-bottom: 0;
  background: no-repeat left bottom;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;

      height: 100vh;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
    padding: 27vh 0;
    height: 100vh;
}

#felicidad_buena{
  background: url('../img/banner-felicidad.jpg') right bottom;
  background-size: cover;
}
#elige{
  background: url('../img/banner-faq.jpg') center center;
  background-size: cover;
  height: auto;
    min-height: 450px;
}

#p-nocilla-original{  background: url('../img/productos/banner-nocilla-original.jpg') center center; }
.p-nocilla{
  background-size: cover !important;
  height: auto !important;
  min-height: 450px;
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    display: block;
    margin: 0px auto 0;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 550px;
    text-align: center;
}

.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);
}

/*** NUEVOS ***/
.bg-yellow{
  background-color: #f7dc8f !important;
}
#logo-xs {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 99999999999;
    text-align: center;
    pointer-events: none;
}
#logo-xs a{pointer-events: all;}
.scene{    margin-top: -10vh;
    max-width: 1000px;}
.content-scene{
  width: 1000px;
  height:489px;
}
.t-elsabor{
      position: absolute;
    text-align: left;
    right: 10%;
    top: 45%;
  text-align: left;
}
.t-elsabor h2{
  font-family: 'Bebas Neue';
      font-weight: 100;
    font-size: 45px;
    line-height: 43px;
  color:#ecbe4a;
    text-align: left;
}
.t-elsabor.blanco{      right: 14%;}
.t-elsabor.noir {    right: 9%;}

#slider-products-home{
    height: 120vh;
    max-height: 1200px;
}
#bg-wave{
  pointer-events: none;
    position: absolute;
    bottom: 0;
    z-index: 999;
  width: 100%;
}
#t-selecciona{
  position: absolute;
  width: 100%;
  top: 6vw;
  color: #ecbe4a;
  font-size: 16px;
}

#instructions{
   padding: 100px 0 0;
  background: url(../images/bg-home-instructions.jpg) no-repeat center top;
  background-size: cover;
      position: relative;
}
#instructions.product{
  background: url(../images/products/bg-instructions-product.png) no-repeat center top;
      margin-top: -130px;
      background-size: cover;
}
#photos{
  background: url(../images/bg-photos.jpg) no-repeat center top;
    background-size: contain;
    background-position: center -20%;
    position: relative;
    background-color: #34190a;
}
#photos img{}
.img-fix-height{
    max-height: 710px;
    width: auto;
    max-width: 100%;
}
.img-padding{
    padding: 10px;
    height: 100%;
}
.photo-1{  background: url(../images/photos/photo-1.jpg) no-repeat center center;}
.photo-2{  background: url(../images/photos/photo-2.jpg) no-repeat center center;}

.gif-home{    position: absolute;}
#gif-home-1{    top: 0px;
    right: 180px;}
#gif-home-2{ 
        top: 0;
    left: 20px;}
#gif-home-3{ 
        top: 30px;
    right: 0;}
#gif-home-4{ 
        top: 36px;
    left: -40px;}
#gif-home-5{ 
        top: 0px;
    left: -60px;}
#gif-home-6{ 
    top: 0px;
    right: -20px;}
#gif-home-7{ 
         bottom: 6%;
    right: 6%;}

hr.hr-special {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-top: 2px solid rgb(37 13 0 / 35%);
}

.product-mobile{
  height: 92vh;
  padding: 20px;
  width: 100%;
  text-align: left;
  display: none;
}
.product-mobile .btn-primary {margin-top: -28vw;}
.product-mobile.blanco .btn-primary {    margin-top: -14vw;}
.product-mobile .item-mobile-taza{
    position: absolute;
    top: 5vh;
    z-index: 1;
    left: 0;
    pointer-events: none;}
.seq-step1 .product-mobile .item-mobile-taza {    top: 11vh;}

#list-prducts{margin-top: 70px;}
#list-prducts .item{background-size: cover;
    height: 270px; overflow: hidden;}
.bg-product-1 {    background: url(../images/products/bg-product-1.jpg) no-repeat center 0; }
.bg-product-2 {    background: url(../images/products/bg-product-2.jpg) no-repeat center 0; }
.bg-product-3 {    background: url(../images/products/bg-product-3.jpg) no-repeat center 0; }
.bg-product-4 {    background: url(../images/products/bg-product-4.jpg) no-repeat center 0; }
#list-prducts .first-column{height: 30vw;}
#list-prducts .title-product{
    font-size: 130px;
    line-height: 178px;
    color: #ecbf49;
}
#list-prducts .description-product{
    padding: 38px 10px 0;
    color: #ecbf48;
}
#list-prducts .description-product p{
        font-size: 33px;
    line-height: 29px;
    font-weight: 100;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 3px;
  }
#list-prducts .btn-primary {
    font-size: 18px;
    padding: 3px 4px 1px 7px;
    line-height: 20px;
    border-width: 1px;}

#list-prducts .image-product{
    position: absolute;
    top: 16px;
    left: -360px;
    width: 233%;
    pointer-events: none;
}
#list-prducts .d-md-flex{    margin-top: 50px;}
.img-text{
    height: 130px;
    padding: 37px 7px 0 0;
}

#card-prduct {  margin-top: 70px;}
#card-prduct .item{background-size: cover;    }
#card-prduct .item.product-1 {    background: url(../images/products/bg-product-item-1.jpg) no-repeat center 0;}
#card-prduct.item.product-2 {   background: url(../images/products/bg-product-item-2.jpg) no-repeat center 0; background-color: #f6dc8f;
    background-position: center -270px;}
#card-prduct.item.product-3 {   background: url(../images/products/bg-product-item-3.jpg) no-repeat center 0; background-color: #000;
            background-position: right -10%;
    background-size: 90%;}
#card-prduct.item.product-4 {    background: url(../images/products/bg-product-item-4.jpg) no-repeat right 0;    background-color: #965e2f;}
#card-prduct.item.product-2  .image-product img {    top: 32px;}
#card-prduct.item.product-2 .item-prev .arrow, #card-prduct.item.product-2 .item-next .arrow {    border: solid 2px #55352a;}
#card-prduct.item.product-2 .item-prev .text, #card-prduct.item.product-2 .item-next .text {    color: #55352a;
    font-weight: 600;}

#card-prduct .card-h3{    max-width: 400px;}
#card-prduct .image-product {
    max-width: 730px;
    float: right;
}
#card-prduct .image-product img{
    position: relative;
    left: 50px;}
#card-prduct .description-product {
    padding: 38px 10px 0;
    color: #ecbf48;
        position: absolute;
    top: 21%;
    left: 70px;
}
#card-prduct .description-product p {
    font-size: 41px;
    line-height: 39px;
    font-weight: 100;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    margin-top: 18px;
        max-width: 310px;
}

.row-photo{padding: 50px 0;}
.row-photo h3{
    color: #ecbf48;
    font-size: 35px;
    line-height: 36px;
}
.row-photo p{color: #fdf9c8;
    font-size: 12px;
    line-height: 18px;
}
.row-photo .content-text{max-width: 280px;}
.row-photo .content-text h3{
    padding: 100px 0 0;
    margin-left: -60px;
}

.item-prev, .item-next {
    position: absolute !important;
    top: 54%;
    padding: 0;
    background: transparent;
    border: none;
    width: 120px;
    left: -30px;
}
.item-prev:hover .arrow, .item-next:hover .arrow {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(236,190,74,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(236,190,74,1);
    box-shadow: 0px 0px 10px 0px rgba(236,190,74,1);
}
.item-prev:hover .text, .item-next:hover .text {
    opacity: 1;
}
.item-next {
  left: inherit;
    right: -30px;
}
.item-prev .arrow img, .item-next .arrow img {
    height: 17px;
    margin-top: -10px;
}
.item-prev  .text, .item-next  .text {
    font-size: 14px;
    line-height: 19px;
    color: #ecbe49;
    margin-top: 10px;
    opacity: .7;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.item-prev .arrow, .item-next .arrow {
    padding: 3px;
    cursor: pointer;
    font-size: .75em;
    text-transform: uppercase;
    opacity: .7;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    border-radius: 50%;
    border: solid 2px #ecbf4a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}
hr.hr-special2 {
    margin-top: 1rem;
    margin-bottom: 0rem;
    border-top: 2px solid rgb(37 13 0 / 35%);
}

#nutritional-table{
  margin-top: 40px;
  padding: 40px 0 0px;
   background: url(../images/products/bg-table.jpg) no-repeat center top;
   background-size: cover;
       padding-bottom: 80px !important;
}
#nutritional-table.blanco{   background: url(../images/products/bg-table-brown.jpg) no-repeat center top;}
#nutritional-table.blanco h2 {    color: #ebbc4c;}
#nutritional-table.blanco .table.table-type1 th {
    color: #231a13;
    background: #ecbe4a;}
#nutritional-table.blanco p {    color: #fdf9c8;}
#nutritional-table.listo{       padding-bottom: 20px !important;}

#nutritional-table h2{
    font-size: 45px;
    line-height: 45px;}
#nutritional-table .image-cup {
    width: 580px;
    position: absolute;
    top: -80px;
    right: 0;
}
#instructions.product{    padding: 150px 0 0;}

#section-faqs{
  padding-top: 100px;
      min-height: 100vh;
}

.z-index-10{z-index: 10;}

/* ----------------
    FAQs section e Historia
   ---------------------*/
.btn-faqs {
    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-faqs:hover, .btn-ingredients:focus{
    opacity: 0.7;
    color: #ffec9d;
    text-decoration: none;
}
.btn-faqs:focus{    opacity: 1; color:#fff;}
.btn-faqs span{
    position: relative;
    top: -7px;
}
.bg-faqs{
  background: url(../images/bg-dudas.jpg) no-repeat left top;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#section-faqs .font-gotham-bold{font-size: 45px; line-height: 45px;}
#section-faqs h2{    color: #ecbe4a;
    font-size: 60px;    line-height: 50px;}
#section-faqs p, #section-faqs ul{
    color: #fdf9c8;
    font-size: 14px;
    line-height: 18px;
}
#section-faqs .card-body p {    font-size: 13px;}
#section-faqs .t-higher {
    font-size: 81px;
    line-height: 70px;
}
#section-faqs .font-gotham-black {
    font-size: 57px;
    line-height: 45px;}

.faqs-accordion .card{
  border: none;
  border-radius: 0;
  background: transparent;
}
.faqs-accordion .card-header {    padding: 0;     border-bottom: 0;}
.faqs-accordion .card-body { background-color: #4f2216;}
.faqs-accordion .card-body p{ color: #57310c;}
.faqs-accordion .card-body a{ color: #57310c; font-family: "gotham_boldregular", sans-serif;}
.faqs-accordion .btn-faqs {    width: 100%;
    background-color: #fdf9c8;
    color: #54352a;
    padding: 1rem 1.5rem 0rem;
    font-size: 21px;
    letter-spacing: 0.4px;
    text-align: left;}
.faqs-accordion .btn-faqs.collapsed{background-color: #ecbe4a;  color: #54352a; }
.faqs-accordion .btn-faqs:hover{opacity: 1; background-color: #fdf9c8; }
.faqs-accordion .btn-faqs.collapsed .fa-angle-up, .faqs-accordion .btn-faqs .fa-angle-down, .faqs-accordion .btn-faqs.collapsed .fa-angle-right{display: none;}
.faqs-accordion .btn-faqs.collapsed .fa-angle-down{display: block;}
.faqs-accordion .btn-faqs span {
    text-align: left;
    white-space: normal;
}
.btn-droplist {
    background-color: #f8ca2e !important;
    border: solid 4px #57300b !important;
}

.seq .seq-pagination li{
    width: 21%;
    margin: 0 20px;
}


.container-canvas {
  pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    padding: 0;
}
.vertical-center {
    display: inline-block;
    vertical-align: middle;    
}
.vertical-feature{
      max-height: 100%;
}
canvas {
  
  position: relative;
    width: 100%;
    height: 490px;
    background: transparent;
    opacity: 0.8;
    transition: opacity 0.3s;
}
canvas.hide{  opacity: 0;}
canvas.noir {
    top: 4px;
    left: -111px;}
canvas.listo {
  top: -15px;
    left: 28px;
    opacity: 0.9;}
/*** FIN NUEVOS ***/

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Lora', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview > a {
  color: #212529;
}

.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #0085A1;
}

.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}

.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}

.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #0085A1;
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
  font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085A1;
}


.btn {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
}

.btn-primary {
    font-size: 23px;
    padding: 5px 5px 2px;
    line-height: 25px;
    color: #ecbf4a;
    background-color: transparent;
    border-color: #ecbf4a;
    border-width: 2px;
    pointer-events: all;
}
.btn-primary.color-brown{
  border-color: #54352a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  font-weight: normal;
  color: #251102;
  border-color: #ecbf4a !important;
  background-color: #ecbf4a !important;
}
.btn-primary.color-brown:hover, .btn-primary.color-brown:focus, .btn-primary.color-brown:active {
  font-weight: normal;
  color: #ecbf4a !important;
  border-color: #54352a !important;
  background-color: #54352a !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.color-white{color: #fff !important;}
.color-red2{color: #d73427 !important;}
.color-brown{color: #54352a !important;}
.color-yellow{color: #eebf29 !important;}
.bg-grey{background-color: #f0f0f0 !important;}
.bg-grey2 {    background-color: #f5f4f3 !important;}
.bg-red{background-color: #912118 !important;}
.bg-orange{background-color: #e19d00!important;}
.bg-brown{background-color: #54352a !important;}
.bg-brown-dark{background-color:#251102 !important;}
.bg-red2{background-color: #d73427 !important;}

.font-12 {    font-size: 12px !important;}
.font-weight-700{font-weight: 700 !important;}

.btn-transparent,.btn-transparent:focus{
    background: transparent;
    padding: 5px 40px;
    border: solid 2px #fff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
}
.btn-transparent:hover{
  color: #5a301f;
  background: #fff;
}
.text-container{height: 100%;    padding: 0px 4%;}
.img-100{width: 100%;}

.arrows{
    width: 100%;
    margin:0 auto;
    position: absolute;
    bottom: 20px;
    z-index: 9;
}

.p-text{    font-weight: 300;
    font-size: 16px;   margin-top: 17px;}
.link-card {
    font-weight: 700;
    letter-spacing: 1.4px;
    padding-bottom: 3px;
    border-bottom: solid 2px;
    transition: all 0.1s;
    text-decoration: none !important;
    font-size: 16px;
        pointer-events: all;
}

.item-main-card .first-column, .column-stable, .column-stable2{height: 45vw;}



.font-weight-bold{font-weight: 500 !important;}

.bg-mask{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-animate{
  background-size: cover !important;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(1);
  transition:all 0.5s ease;
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: scale(1);
  -webkit-transition:all 0.5s ease; 
}
.bg-animate:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.bg-animate-right:hover{
  transform: scale(1.1) rotateZ(3deg);
  -webkit-transform: scale(1.1) rotateZ(3deg);
}



.glasses{position: absolute;    bottom: 10px;
    left: 25px;}

.i-receta{
  background: url("../img/i-recetas.png") no-repeat -7px 0;
  width: 112px;
  height: 112px;
}
.i-receta.item-2{ background-position: -134px 0;}
.i-receta.item-3{ background-position: -262px 0;}
.i-receta.item-4{ background-position: -387px 0;}
.i-receta.item-5{ background-position: -514px 0;}

.i-propiedad{
    background: url("../img/i-propiedades.png") no-repeat 0 0;
    width: 143px;
    height: 143px;
}
.i-propiedad.item-sin-aceite{     background-position: 0 0;}
.i-propiedad.item-sin-conservantes{ background-position: -152px 0;}
.i-propiedad.item-sin-colorantes{ background-position: -304px 0;}
.i-propiedad.item-sin-gluten{ background-position: -455px 0;}
.i-propiedad.item-cacao-natural{ background-position: -606px 0;}
.i-propiedad.item-grasas-saturadas{ background-position: -757px 0;}

.text-absolute{
  position: absolute;
  top: 0;
  pointer-events:none;
  width: 100%;
}

.table-sm td, .table-sm th {
    padding: .1rem;
}
.table td, .table th {
    vertical-align: middle;}
.table.table-type1 thead th {
    border-bottom: none;
}
.table.table-type1  td {
    border-top: none;
    color:#412216;
    font-weight: 400;
    text-align: center;
    background: #fcf8c7;
    font-size: 14px;
}
.table.table-type1 th {
    border-top: none;
    color: #ecbe4a;
    background: #231a13;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
}
.table-striped.table-type1 tbody tr:nth-of-type(odd) {
    background-color: rgba(65,34,22,.1);
}



    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    color: #412216;
    font-size: 3em;
    font-weight: lighter;
    text-align: center;
    line-height: 45px;
    height: 45px;
    width: 45px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
      pointer-events: none;
      opacity: 0; }
  .owl-carousel .owl-nav button.owl-prev {
    left: 15px; }
  .owl-carousel .owl-nav button.owl-next {
    right: 15px; }
  .owl-carousel .owl-nav button:hover {
    opacity: 1; }
  .owl-carousel .owl-nav button:active, .owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.item-slide{margin:0 20px;}
.item-slide p{font-size: 11px; margin: 0;}

.carousel-glasses .owl-dots{
    bottom: 10px;
    position: absolute;
    left: 20px;
    z-index: 10000;
    display: block;
}
.owl-carousel button.owl-dot {
    background: url(../img/glasses-inline.png) no-repeat 0 0;
    width: 22px;
    height: 22px;
    overflow: hidden;
}
.owl-carousel button.owl-dot.active {background-position: -22px 0;}

@keyframes heart-animation {
   100% { background-position: 0; }
}
@-ms-keyframes heart-animation {
   100% { background-position: 0; }
}
@-webkit-keyframes heart-animation {
   100% { background-position: 0; }
}

/*** MENU movil ****/
.no-scroll{
    overflow: hidden;
    width: 100%;
}
.logo-movil{
      position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.logo-movil img{width:80px;}
.menu-movil-right{
  width: 100vw;
  height: 100vh;
  position: fixed;
    top: 0;
    left: 100%;
  background: url(../images/bg-menu.jpg) no-repeat 0 0;
  background-size: cover;
  transition:all 0.5s ease;
      z-index: 99999;
}
.menu-movil-right .links{      height: 100%;}
.menu-movil-right .navbar-nav{width: 100%;    margin-top: -15vh;}
.menu-movil-right .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-weight: 100;
    font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
    color: #ecbe4a;
    font-size: 27px;
}
.menu-movil-right .navbar-nav .nav-link:hover{color: #fdf9c8;}
.menu-movil-right.show{left:0;}

.menu-footer, .menu-close {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    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: 999999;
}
.menu-close {position: fixed; left:100%; bottom: 35px; background:transparent;}
.menu-close a{font-size: 10px;line-height: 12px;}
.menu-movil-right.show .menu-close{left:0; background-color: transparent;}
.menu-footer.move {left: -100%;}
.menu-footer.hide {bottom: -60px;}
.menu-footer-item {
    display: table-cell;
    width: 20%;
    padding: 0;
    line-height: 0;
    position: relative;
    background: #030303;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 0;
}
.menu-movil-right.show .menu-close .menu-footer-item{background-color: transparent; padding-bottom: 0 !important;}
.menu-footer-item i{
    width: 60px;
    height: 50px;
    overflow: hidden;
    display: block;
    background: url(../images/i-menu-footer.png) no-repeat 1000px -4px;
    margin: 4px auto;
    transform: scale(0.9);
}

.copy {
    position: absolute;
    bottom: 80px;
    width: 100%;
    color: #fdf9c8;
    text-align: center;
    z-index: 9999999;
        pointer-events: none;
}

.item-home i{  background-position: 3px 0px;}

.item-cup i{  background-position: -67px 0px;}

.item-question i{  background-position: -136px 0px;}
.item-close{
  position: absolute;
    right: 15px;
    top: 30px;
  width: 35px !important;
  height: 35px !important;
  overflow: hidden;
  display: block;
  background: url(../images/i-close.png) no-repeat 0 0;}


.menu-footer-item title{
    padding: 0;
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 8px;
    display: block;
    color: #adadad;
    text-align: center;
    width: 100%;
    margin: 0 auto;
        font-weight: 700;
}

.a4z_am {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.menu-close .menu-footer-item:after { background: #fff;}
.menu-footer-item svg {
    width: 100%;
    height: auto;
}
.a4z_a47 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    min-width: 25px;
    width: 18.3%;
}
/*** fin menu movil ***/


form .form-group:first-child .floating-label-form-group {
  border-color: transparent;
}

footer {
    padding: 10px 0 38px;
    background: #251000;
        position: relative;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  font-size: 12px;
  margin-bottom: 0;
  color: #fdf9c8;
}

footer a{color: #fdf9c8 !important; text-decoration: none;}
footer a:hover{text-decoration: underline;}
