@font-face {
    font-family: 'cheese_butter_creamregular';
    src: url('../fonts/cheese_butter_cream-webfont.woff2') format('woff2'),
    url('../fonts/cheese_butter_cream-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dogicaregular';
    src: url('../fonts/dogica-webfont.woff2') format('woff2'),
    url('../fonts/dogica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dogicabold';
    src: url('../fonts/dogicabold-webfont.woff2') format('woff2'),
    url('../fonts/dogicabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dogica_pixelregular';
    src: url('../fonts/dogicapixel-webfont.woff2') format('woff2'),
    url('../fonts/dogicapixel-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dogica_pixelbold';
    src: url('../fonts/dogicapixelbold-webfont.woff2') format('woff2'),
    url('../fonts/dogicapixelbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dogicaregular';
    src: url('../fonts/dogica-webfont.woff2') format('woff2'),
    url('../fonts/dogica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dogicabold';
    src: url('../fonts/dogicabold-webfont.woff2') format('woff2'),
    url('../fonts/dogicabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dogica_pixelregular';
    src: url('../fonts/dogicapixel-webfont.woff2') format('woff2'),
    url('../fonts/dogicapixel-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dogica_pixelbold';
    src: url('../fonts/dogicapixelbold-webfont.woff2') format('woff2'),
    url('../fonts/dogicapixelbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DaxCondensed';
    src: url('../fonts/DaxCondensed-ExtraBold.woff2') format('woff2'),
    url('../fonts/DaxCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DaxCondensed';
    src: url('../fonts/DaxCondensed-Bold.woff2') format('woff2'),
    url('../fonts/DaxCondensed-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Climate Crisis';
    src: url('../fonts/ClimateCrisis-Regular.woff2') format('woff2'),
    url('../fonts/ClimateCrisis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DaxCondensed';
    src: url('../fonts/DaxCondensed-Medium.woff2') format('woff2'),
    url('../fonts/DaxCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
  font-size: 16px;
  font-weight: 300;
  color: #212529;
  font-family: 'Raleway', serif;
    background: #f0f0f0;
}

b, strong {
    font-weight: 700;
}

p {
  line-height: 1.5;
  margin: 30px 0;
}

p a {
  text-decoration: underline;
}
p a:hover{
  text-decoration: none;
}

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

a {
  color: #be2521;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus, a:hover {
  color: #412216;
    text-decoration: none;
    opacity: 0.85;
}

#captcha > div{
    margin: auto;
}

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

.list-inline-item{
    line-height: 1;
}

#mainNav {
    background: rgba(255,255,255,0.95);
        height: 50px;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(102,102,102,0.5);
-moz-box-shadow: 0px -2px 10px 0px rgba(102,102,102,0.5);
box-shadow: 0px -2px 10px 0px rgba(102,102,102,0.5);
  }

#mainNav .navbar-brand {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
#mainNav .navbar-brand img{
    width: 100%;
}
#mainNav .navbar-brand:hover {
    opacity: 1;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
}
#mainNav .navbar-brand {
    padding: 10px 10px;
    color: #be2521;
    max-width: 150px;
  }
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #412216;
}
#mainNav .navbar-nav > li.nav-item > a {
  padding: 10px 15px;
  color: #be2521;
  line-height: 15px;
  text-align: center;
}
#mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
  color: #412216;
}
#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: 800;
    font-size: 16px;
}
#mainNav .navbar-nav .nav-item .nav-link.active{color: #412216;}
.navbar-brand{
    z-index: 999;
    margin-top: 40px;
}

.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 a:hover .i-tiktok{background-position:-134px -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 .i-tiktok{background-position: -134px 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.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;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../img_new/banner-home.jpg');
  background-position: center center;
      height: 100vh;
}

#nocilleamos{ background-image: url('../img_new/banner-nocilleamos-v2.jpg'); background-position: center top;}


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: 22vh 0;
  color: white;
}
#felicidad{
  background-position: center center !important;
}
#felicidad_buena{
  background: url('../img/banner-felicidad.jpg') right bottom;
  background-size: cover;
}
#elige{
  background: url('../img/banner-faq-2.jpg') center bottom;
  background-size: cover;
  height: 65vh;
}
#nuestra-receta {
    background: url(../img/bg-nuestra-receta.jpg) center center;
    background-size: cover;
    height: 65vh;
}

#header-elige{
  /*background: url('../img/banner-elige.jpg') center center;
  background-size: cover;
  height: 60vh;*/
}
#header-elige .site-heading {
    padding: 14vh 0;
    color: #fff;
}
.banner-elige{
    background: url('../img_new/banner-elige.jpg') left bottom;
    background-size: cover;
    min-height: 0;
}
#header-elige .site-heading h2{
  text-shadow: 0px 2px 5px rgba(150, 150, 150, 0.62);
}

#header-product{
    margin-top: 90px;
}
#p-nocilla-original{  background: url('../img/productos/banner-nocilla-original-2.jpg') center center; height: 60vh; }
#p-nocilla-chocoleche{  background: url('../img/productos/banner-nocilla-chocomix.jpg') center center; height: 60vh; }
#p-nocilla-noir{  background: url('../img/productos/banner-nocilla-noir.jpg') center center; height: 60vh; }
#p-nocilla-boca-abajo{  background: url('../img/productos/banner-nocilla-boca-abajo.jpg') right center; height: 80vh; }
#p-nocilla-cero{  background: url('../img/productos/banner-nocilla-cero.jpg') center center; height: 60vh; }
#p-nocilla-chocomix-cero{  background: url('../img/productos/banner-nocilla-cero-chocomix.jpg') center center; height: 60vh; }
#p-nocilla-sticks{  background: url('../img/productos/banner-nocilla-sticks.jpg') center center; height: 60vh; }
#p-nocilla-sticks-chocoleche{  background: url('../img/productos/banner-nocilla-sticks-chocoleche.jpg') center center; height: 60vh; }
#p-nocilla-sticks-avellanas{  background: url('../img/productos/banner-nocilla-sticks-avellanas.jpg') center center; height: 60vh; }
#p-nocilla-leche{  background: url('../img/productos/banner-nocilla-leche-avellanas.jpg') center center; height: 60vh; }
#p-nocilla-almendras{  background: url('../img/productos/banner-nocilla-almendras.jpg') center center; height: 60vh; }
#p-nocilla-cookies-cream{  background: url('../img/productos/banner-nocilla-cookies-cream.jpg') center center; height: 60vh; }
#p-nocilla-cookies-cream-galleta{  background: url('../img/productos/banner-nocilla-cookies-cream-galleta.jpg') center center; height: 60vh; }
#p-nocilla-cookies{  background: url('../img/productos/banner-nocilla-cookies.jpg') center center; height: 60vh; }
#p-nocilla-mini-cookies{  background: url('../img/productos/banner-nocilla-cookies-mini.jpg') center center; height: 60vh; }
#p-nocilla-cookies-blanca{  background: url('../img/productos/banner-nocilla-cookies-blanco.jpg') center center; height: 60vh; }
#p-nocilla-mini-cookies-blanca{  background: url('../img/productos/banner-nocilla-cookies-mini-blanca.jpg') center center; height: 60vh; }
#p-nocilla-crunchy{  background: url('../img/productos/banner-nocilla-crunchy.jpg') center center; height: 60vh; }
.p-nocilla{
  background-size: cover !important;
}

#section-slider-types{
    position: relative;
    top: 2rem;
    margin-top: -2rem;
}
#types-products-carousel.owl-carousel .owl-item .item .item-img {
    max-width: 360px;
    margin: auto;
}
#types-products-carousel.owl-carousel .owl-item p {
    font-weight: 800;
    margin: 0;
    font-size: 1.5rem;
    display: none;
}
#types-products-carousel.owl-theme .owl-item.active.center p{
    display: block;
}
#types-products-carousel.owl-carousel.owl-theme .owl-nav {
    margin-top: 80px;
}
#types-products-carousel.owl-theme .owl-dots .owl-dot.active span, #types-products-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
#types-products-carousel.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
#types-products-carousel.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: solid 2px #fff;
    margin: 5px 5px;
}


.element-left{
    position: absolute;
    right: 0;
    top: -72px;
}
.element-right{
    position: absolute;
    left: 0;
    top: -72px;
}
.img-form-left {
    position: absolute;
    left: 0;
    top: 70px;
}
.img-form-right {
    position: absolute;
    right: 0;
    top: 70px;
}

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: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 650px;
    text-align: center;
}
header.masthead.new .site-heading .subheading {
  color: #fff;
  text-shadow: 0 0 10px rgb(65, 34, 22), 0 0 20px rgb(65, 34, 22);
}

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


@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: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

.btn-primary {
    background-color: #be2521;
    border-color: #be2521;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 10px 50px;
    font-weight: 700;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  font-weight: 700;
  color: #fff;
  background-color: #a2271d !important;
  border-color: #a2271d !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.color-white{color: #fff !important;}
.color-red2{color: #be2521 !important;}
.color-brown{color: #4c2d22 !important;}
.color-yellow{color: #eebf29 !important;}
.bg-grey{background-color: #f0f0f0 !important}
.bg-grey2{background-color: #f5f4f3 !important;}
.bg-grey3{background-color: #dfe1e3 !important;}
.bg-red{background-color: #912118 !important;}
.bg-blue{background-color: #0a5b95 !important;}
.bg-orange{background-color: #e3a716!important;}
.bg-yellow{background-color: #eebf29!important;}
.bg-brown{background-color: #4c2d22 !important}
.bg-red2{background-color: #be2521 !important}
.bg-black{background-color: #13151a !important; }
.bg-cream{background-color: #f2e9d7 !important; }
.bg-cream2{background-color: #f5eee7 !important; }
.bg-cream3{background-color: #e6d5bf !important; }

.font-12 {    font-size: 12px !important;}
.font-weight-600{font-weight: 600 !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;
}
.btn-line,.btn-line:focus{
    background: transparent;
    padding: 0px 0px;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
}
.btn-line:hover{
  color: #fff;
  border-bottom: 2px solid #fff;
}

.text-container{height: 100%;    padding: 0px 4%;}
.img-100{width: 100%;}

.arrows{
    width: 100%;
    margin:0 auto;
    position: absolute;
    bottom: 0px;
    z-index: 9;
}
.arrows img{
    position: relative;
    top: -10px;
    animation-name: balanceo;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: balanceo;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}
@keyframes balanceo {
  0%   {top: -10px;}
  15% {top: 0px;}
  30% {top:-10px;}
  100% {top:-10px;}
}
@-webkit-keyframes balanceo {
  0%   {top: -10px;}
  15% {top: 0px;}
  30% {top:-10px;}
  100% {top:-10px;}
}

.icon-sin-aceite::before {
    content: "";
    position: absolute;
    top: 30%;
    right: -80px;
    color: #fff;
    background: url("../img/icon-sin-aceite-de-palma.png") no-repeat center center;
    width: 160px;
    height: 160px;
    text-align: center;
    z-index: 1;
}
.icon-question::before {
    content: "?";
    position: absolute;
    top: 37%;
    right: -52px;
    border-radius: 50%;
    color: #fff;
    background-color: #902218;
    width: 100px;
    height: 100px;
    text-align: center;
    z-index: 1;
    padding: 16px 0;
    font-size: 46px;
    font-weight: 800;
}
.icon-heart::before {
    font-family: 'FontAwesome';
    content: "\f004";
    position: absolute;
    top: 37%;
    right: -52px;
    border-radius: 50%;
    color: #fff;
    background-color: #e19d00;
    width: 100px;
    height: 100px;
    text-align: center;
    z-index: 1;
    padding: 30px 0;
    font-size: 30px;
    font-weight: 800;
}

.icon-glass::before {
    content: "";
    position: absolute;
    top: 37%;
    right: -52px;
    border-radius: 50%;
    color: #fff;
    background: url("../img/i-glass.png") no-repeat center center;
    background-color: #412216;
    width: 100px;
    height: 100px;
    text-align: center;
    z-index: 1;
    padding: 30px 0;
    font-size: 30px;
    font-weight: 800;
}
.icon-cloud::before {
    content: "";
    position: absolute;
    top: 37%;
    right: -52px;
    border-radius: 50%;
    color: #fff;
    background: url("../img/i-cloud.png") no-repeat center center;
    background-color: #be2521;
    width: 100px;
    height: 100px;
    text-align: center;
    z-index: 1;
    padding: 30px 0;
    font-size: 30px;
    font-weight: 800;
}

.item-main-card{margin-top: 20px;}

.icon-home::before{
  transform:scale(1) rotateY(0deg);
  -webkit-transform:scale(1) rotateY(0deg);
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
.item-main-card:hover .icon-home::before {
  transform:scale(1.3) rotateY(360deg);
  -webkit-transform:scale(1.3) rotateY(360deg);
}

.icon-container{
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 11vw;
  right: -50px;
  z-index: 100;
  transition:all 0.3s;
}
.icon-animate::before{
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "";
  background-size: 2640px;
  width: 70px;
  height: 70px;
  text-align: center;
  z-index: 1;
  animation: heart-animation 1s steps(32) infinite;
  -ms-animation: heart-animation 1s steps(32) infinite;
  -webkit-animation: heart-animation 1s steps(32) infinite;
  animation-iteration-count: 1;
}
.icon-heart-animation{  background: #be2521;}
.icon-heart-animation::before {
    background: url(../img/a-hat.png) no-repeat right center;
    background-size: 1650px;
    width: 50px;
    height: 50px;
    top: 22px;
    left: 24px;
}
.icon-question-animation{  background: #e19d00;}
.icon-question-animation::before {
    background: url(../img/a-question.png) no-repeat right center;
    background-size: 1980px;
    width: 60px;
    height: 60px;
        top: 17px;
    left: 22px;
}
.icon-glass-animation{  background: #4c2d22;}
.icon-glass-animation::before {
    background: url(../img/a-glass.png) no-repeat right center;
    background-size: 1980px;
    width: 60px;
    height: 60px;
    top: 22px;
    left: 20px;
}
.icon-cloud-animation{  background: #d83527;}
.icon-cloud-animation::before {
    background: url(../img/a-cloud.png) no-repeat right center;
    background-size: 1980px;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
}

.item-main-card:hover .icon-animate::before {
  animation-iteration-count: infinite;
}
.item-main-card:hover .icon-animate {
  /*transform:scale(1.1);
  -webkit-transform:scale(1.1);*/
}

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


.p-text{    font-weight: 300;
    font-size: 16px;   margin-top: 0px;}
.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;
}
.link-card:hover{border-bottom:solid 0; }
.title-header{font-size: 40px; font-weight: 800; line-height: 40px;}
.title-header .highlight{font-size: 60px; }
.title-header2{font-size: 58px; font-weight: 800; line-height: 52px;}
.title-header3{font-size: 40px; font-weight: 800; line-height: 40px;}
.title-strong{font-size: 16px; font-weight: 700;     line-height: 21px;}
.title{    font-size: 30px;
    line-height: 37px;
    font-weight: 800;}
.title2{font-size: 38px; font-weight: 800;}
.title-new {
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
}
.title-new2{font-size: 46px;
    font-weight: 800;
    line-height: 50px;}
.title-new3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 2px;
}
.item-main-card .first-column{min-height: 20vw;}
.item-main-card.product .first-column, .column-stable, .column-stable2{min-height: 30vw;}
#felicidad_es .first-column{height: 30vw;}

.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.03);
  -webkit-transform: scale(1.03);
}
.bg-animate2:hover{
  transform: scale(1);
  -webkit-transform: scale(1);
}

.bg-animate-right:hover{
  transform: scale(1.1) rotateZ(3deg);
  -webkit-transform: scale(1.1) rotateZ(3deg);
}

.bg-nocilla1{  background: url("../img/img-nocilla-1.jpg") no-repeat 0 0;}
.bg-nocilla2{background: url("../img/nueva-receta-2.jpg") no-repeat center center;}
.bg-nocilla3{  background: url("../img/img-nocilla-3.jpg") no-repeat right 0;}
.bg-nocilla4{background: url("../img/img-nocilla-4.jpg") no-repeat right 0;}
.bg-nocilla5{  background: url("../img/img-nocilla-5.jpg") no-repeat right 0;}
.bg-nocilla6{  background: url("../img/img-nocilla-6.jpg") no-repeat center 80%;}

.bg-transilvania{ background: url("../img/hotel_transilvania_gif.gif") no-repeat center center; background-size: cover !important;  }
.bg-dracula{ background: url("../img/castillo-conde-dracula.png") no-repeat center right; background-size: cover !important; background-color: #141419 !important;  }

.bg-salud-1{  background: url("../img/salud-1.jpg") no-repeat center 0;    padding-top: 11vw;}
.bg-salud-2{  background: url("../img/salud-2.jpg") no-repeat center 0;    padding-top: 11vw;}
.bg-salud-3{  background: url("../img/salud-3.jpg") no-repeat center 0;    padding-top: 11vw;}
.bg-aceite{  background: url("../img/sin-aceite-de-palma.jpg") no-repeat center 0; }

.bg-mask-felicidad .text-absolute{margin: 0;}

.bg-tienes-dudas{  background: url("../img/tienes-dudas.jpg") no-repeat right 0;}
.bg-nueva-receta{  background: url("../img/nueva-receta.jpg") no-repeat right 0;}
.bg-nueva-receta-2{  background: url("../img/nueva-receta-2.jpg") no-repeat right 60%;}
.bg-elige-tu-nocilla{  background: url("../img/elige-tu-nocilla.jpg") no-repeat right 0;}
.bg-felicidad-de-la-buena {    background: url("../img_new/felicidad-buena.jpg") no-repeat right 0;}
.bg-felicidad-de-la-buena2 {    background: url("../img_new/felicidad-buena2.jpg") no-repeat right 0;}
.bg-nocilleator {    background: url("../img_new/bg-nocilleator.jpg") no-repeat right 0;}
.bg-nuestra-receta {    background: url("../img_new/bg-nuestra-receta.jpg") no-repeat right 0;}

.bg-nocillea{  background: url("../img/nocillea.jpg") no-repeat right 0;}

.bg-faq1{  background: url("../img/faq-2.jpg") no-repeat 0 0; background-size: cover;}
.bg-faq2{  background: url("../img/faq-1.png") no-repeat 0 0; background-size: cover;}
.bg-icons{  background: url("../img/bg-icons.png") no-repeat center 50px; background-size: auto;}

.bg-recetas{ background-size: cover !important; min-height: 280px;}
.bg-leche{  background: url("../img/bg-leche.jpg") no-repeat center center;}
.bg-cacao{  background: url("../img/bg-cacao.jpg") no-repeat center center;}
.bg-avellanas{  background: url("../img/bg-avellanas.jpg") no-repeat center center;}
.bg-azucar{  background: url("../img/bg-azucar.jpg") no-repeat center center;}
.bg-aceite{  background: url("../img/bg-aceite.jpg") no-repeat center center;}
.bg-manteca{  background: url("../img/bg-manteca.jpg") no-repeat center center;}

.bg-aceite-palma{background: url("../img/sin-aceite-de-palma.jpg") no-repeat center center; padding-top: 9vw;}

.bg-carousell{background: url("../img/productos/bg-carousell.jpg") no-repeat center top; background-size: 240%;}
.min-width-200{
    min-width: 200px;
}
#bg-form{  background: url("../img/bg-form.jpg") no-repeat right center; background-size: cover; height: 65vh;}

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

.i-receta{
  background: url("../img/i-recetas-green.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-receta.item-6{ background-position: -642px 0;}
.i-receta.item-7{ background-position: -770px 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;}
.i-propiedad.item-cacao-natural-doble{ background-position: -906px 0;}
.i-propiedad.item-grasas-saturadas-2{ background-position: -1057px 0;}

.overlay-nocilleamos{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.overlay-nocilleamos .text{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  line-height: 35px;
}
.img-100{width: 100%;}

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

.table.table-type1 thead th {
    border-bottom: none;
}
.table.table-type1  td, .table.table-type1 th {
    border-top: none;
    color:#412216;
    font-weight: 300;
}
.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; }
  .owl-theme .owl-dots .owl-dot span {    background: #a0765a;     margin: 5px 5px;}
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {    background: #412216;}
  .owl-theme .owl-nav.disabled+.owl-dots {    margin-top: 20px;}
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #e4201a;}

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

#carousel-home{
    height: 100vh;
}
#carousel-home .owl-stage-outer, #carousel-home .owl-stage, #carousel-home .owl-item, #carousel-home .owl-wrapper{
    height: 100%;
}
#carousel-home .owl-item{
    overflow: hidden;
}
#carousel-home .item-slider{
    height: 100%;
}
#carousel-home .item-slider img.img-slider{
    position: absolute;
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
}
#slider-home-1{
    background: url(../img/banner-home-1.jpg) no-repeat left bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.owl-dots .owl-dot {
    height: 50px;
}
#carousel-home .owl-dots {
    margin: auto;
    margin-top: 0;
    position: relative;
    bottom: 50px;
    background: #fff;
    width: 200px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 1rem 1rem 0 0;
}
#carousel-home .owl-dots .owl-dot span {
    background: #fff;
    border: solid 2px #df1f1b;
    width: 20px;
    height: 20px;
}
#carousel-home .owl-dots .owl-dot.active span, #carousel-home  .owl-dots .owl-dot:hover span {
    background: #df1f1b;
}
#carousel-home button:focus {
    outline: none;
    text-transform: none;
}


.carousel-formats h5 {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.carousel-formats p{
    margin-top: 0;
    font-size: 0.8rem;
}
.carousel-formats .owl-nav button.owl-prev, .carousel-formats .owl-nav button.owl-next {
    font-size: 2em;
    position: relative;
}

.carousel-varieties > div{
    max-width: 250px;
}
.carousel-varieties h5 {
    font-size: 1.4rem;
    margin-bottom: 0;
    color: #fff;
}
.carousel-varieties p{
    margin-top: 0;
    font-size: 0.8rem;
    color: #fff;
}

#slider-products{
    position: absolute;
    width: 100%;
    bottom: calc(50% - 320px);
    left: 0;
}
.slider-container {
    width: 100%;
    overflow: hidden; /* Oculta el contenido fuera del área visible */
    position: relative;
}

.slider-track {
    display: flex;
    animation: slide-left 40s linear infinite;
}

.slider-item {
    flex: 0 0 auto;
    width: 280px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes slide-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-4764px);
    }
}

/* Pausar la animación al pasar el cursor sobre el slider */
.slider-container:hover .slider-track {
    animation-play-state: paused;
}

/*** 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: #ffffff;
  transition:all 0.5s ease;
      z-index: 99999;
}
.menu-movil-right .links{      height: 100%;}
.menu-movil-right .navbar-nav{width: 100%;    margin-top: -60px;}
.menu-movil-right .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    display: block;
    background: #e4201b;
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.menu-movil-right.show{left:0;}

.menu-footer, .menu-close {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    border-top: 2px solid #f1f0ed;
    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%;}
.menu-movil-right.show .menu-close{left:0;}
.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;
}
.menu-footer-item i{
    width: 60px;
    height: 50px;
    overflow: hidden;
    display: block;
    background: url(../img/i-menu-footer.png) no-repeat 1000px -4px;
    margin: 4px auto;
}
.item-heart{ border-bottom: solid 2px; border-bottom-color:#e19d00 !important;}
.item-heart i{  background-position: 3px -4px;}
.item-hat{ border-bottom: solid 2px; border-bottom-color:#be2521 !important;}
.item-hat i{  background-position: -279px -4px;}
.item-cloud{ border-bottom: solid 2px; border-bottom-color:#e19d00 !important;}
.item-cloud i{  background-position: -135px -4px;}
.item-glass{ border-bottom: solid 2px; border-bottom-color:#412216 !important;}
.item-glass i{  background-position: -68px -4px;}
.item-question{ border-bottom: solid 2px; border-bottom-color:#be2521 !important;}
.item-question i{  background-position: -210px -4px;}
.item-close i{ background: url(../img/i-close.png) no-repeat 12px 6px;}
.item-close{border-left: solid 2px;border-left-color:#f1f0ed !important;}


.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-footer-item:after {
    content: "";
    position: absolute;
    background-color: #f1f0ed;
    width: 2px;
    right: -1px;
    height: 100%;
    top: 0;
}
.menu-close .menu-footer-item:after { background: #fff;s}
.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 ***/

.item-elige{
    display: block;
}
.item-elige:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img_new/bg-shadow.png) center center;
    background-size: 150%;
    opacity: 0.5;
    mix-blend-mode: overlay;
}
.item-elige .image {
  display: block;
  width: 100%;
  height: auto;
}
.item-elige .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-size: contain;
  background-position: center;
  background-blend-mode: multiply;
  background-color: #777777;
}
.item-elige:hover .overlay {
  opacity: 1;
}
.item-elige .text {
  color: white;
  font-size: 38px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
      line-height: 35px;
}


.item-elige.red{background-color: #be2521;}
.item-elige.red .overlay{background-color: rgb(195 42 34 / 40%);}
.item-elige.red2, .item-elige.red2 .overlay{background-color: #f1523a;}
.item-elige.blue, .item-elige.blue .overlay{background-color: #094c84;}
.yellow, .item-elige.yellow .overlay{background-color: #d57f00;}
.item-elige.brown, .item-elige.brown .overlay{background-color: #694031;}
.item-elige.brown2, .item-elige.brown2 .overlay{    background-color: #21170e; }
.item-elige.celeste, .item-elige.celeste .overlay{background-color: #9ac0d1;}
.item-elige.orange, .item-elige.orange .overlay{background-color: #e29a72;}
.item-elige.cream, .item-elige.cream .overlay{background-color: #f3eee0;}
.item-elige.gold, .item-elige.gold .overlay{    background-color: #dab662; }
.item-elige.yellow{
  background-image: url(../img/sello-aceite-palma.png);
  background-repeat: no-repeat;
  background-position: right bottom;}
.item-elige .overlay.item-1{   background-image: url(../img/productos/elige-nocilla-original.png); }
.item-elige .overlay.item-2{   background-image: url(../img/productos/elige-nocilla-chocoleche.png); }
.item-elige .overlay.item-3{   background-image: url(../img/productos/elige-nocilla-boca-abajo.png); }
.item-elige .overlay.item-4{   background-image: url(../img/productos/elige-nocilla-original-0.png); }
.item-elige .overlay.item-41{   background-image: url(../img/productos/elige-nocilla-chocoleche-cero.png); }
.item-elige .overlay.item-5{   background-image: url(../img/productos/elige-nocilla-sticks.png); }
.item-elige .overlay.item-6{   background-image: url(../img/productos/elige-nocilla-sticks-chocoleche.png); }
.item-elige .overlay.item-61{   background-image: url(../img/productos/elige-nocilla-sticks-avellanas.png); }
.item-elige .overlay.item-7{   background-image: url(../img/productos/elige-nocilla-leche-avellanas.png);     }
.item-elige .overlay.item-8{   background-image: url(../img/productos/elige-nocilla-almendras.png); }
.item-elige .overlay.item-9{   background-image: url(../img/productos/elige-nocilla-noir.png); }
.item-elige .overlay.item-10{   background-image: url(../img/productos/elige-nocilla-cookies-cream-galletas.png);     background-color: #d1ccbe;}
.item-elige .overlay.item-11{   background-image: url(../img/productos/elige-nocilla-cookies-cream.png); }
.item-elige .overlay.item-12{   background-image: url(../img/productos/elige-nocilla-cookies.png); }
.item-elige .overlay.item-13{   background-image: url(../img/productos/elige-nocilla-cookies-blanca.png); }
.item-elige .overlay.item-14{   background-image: url(../img/productos/elige-nocilla-cookies-mini.png); }
.item-elige .overlay.item-15{   background-image: url(../img/productos/elige-nocilla-mini-cookies-blanca.png); }
.item-elige .overlay.item-16{   background-image: url(../img/productos/elige-nocilla-crunchy.png); }
.item-elige .overlay.item-17{   background-image: url(../img/productos/elige-nocilla-barritas-original.png); }
.item-elige .overlay.item-18{   background-image: url(../img/productos/elige-nocilla-barritas-C&C.png); background-color: #d1ccbe;}

form .form-group:first-child .floating-label-form-group {
  border-color: transparent;
}
label {    color: #412216;}
.form-control {    border-radius: .09rem; color: #412216;}
/* This is the default state */
.custom-radio .custom-control-label::before {
    background-color: white;
    border: solid 1px #be2521;
    width: 1.1rem;
    height: 1.1rem;
    top: 0;
}
/* This is the checked state */
.custom-control-label {    margin-right: 20px;}
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: url(../img/point.png) no-repeat center center;
    background-color: #fff;
    top: 0;
    border-radius: 50%;
    border: solid 1px #be2521;
    width: 1.1rem;
    height: 1.1rem;
}
/* active state i.e. displayed while the mouse is being pressed down */
.custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #d83428;
    background-color: #d83428; /* red */
}
/* the shadow; displayed while the element is in focus */
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 123, 255, 0.25); /* pink, 25% opacity */
}

/* Customize the label (the container) */
.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;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container-checkbox.v2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-left: 32px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #fff;
  border: solid 1px #be2521;
}

.checkmark.v2{
    height: 25px;
    width: 25px;
}


/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 10px;
    top: 4px;
    width: 13px;
    height: 20px;
    border: solid #be2521;
  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;
}

select {

  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/i-arrow.png) 96% no-repeat;
}

/* CAUTION: IE hackery ahead */
select::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}


      /* Styles for dialog window */
      #small-dialog {
        padding: 100px 130px;
        text-align: left;
        max-width: 800px;
        margin: 40px auto;
        position: relative;
      }

      #small-dialog2 {
        padding: 60px 30px;
        text-align: left;
        max-width: 800px;
        margin: 40px auto;
        position: relative;}
      #small-dialog2 p{
        font-size: 12px;
        margin:0 0 20px;}

      /**
       * Fade-zoom animation for first dialog
       */

      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;

        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;



        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
      }

      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;

        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
      }

      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);

        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }



      /**
       * Fade-move animation for second dialog
       */

      /* at start */
      .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 );

      }

      /* animate in */
      .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 );
      }

      /* animate out */
      .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
        opacity: 0;

        -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
        -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
        -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
        -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
        transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
      }

      /* Dark overlay, start state */
      .my-mfp-slide-bottom.mfp-bg {
        opacity: 0;

        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-slide-bottom.mfp-removing.mfp-bg {
        opacity: 0;
      }

.mfp-close {
    right: 14px;
    top: 10px;
    opacity: 1;
    color: #FFF;
    font-family: FontAwesome;
}
.mfp-close-btn-in .mfp-close {    color: #fff;}
.mfp-close:hover, .mfp-close:focus {    opacity: 0.7;}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {    opacity: 0;}

  .normative {
    line-height: 1.5;
    margin: 30px 0 60px;
    font-size: 12px;
    color: #412216;
}

#cookies{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  color:#be2521;
  z-index: 1040;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;

}
#cookies p{margin:0 0;}
#cookies .i-close{
    position: absolute;
    bottom: -11px;
    right: 45px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    display: none;
}
#cookies .btn-primary {
  font-size: 12px;
  font-weight: 800;
  padding: 9px 10px;
}
#small-dialog2 a {    color: #fff;}
#small-dialog2 a:hover{    color: #be2521; text-decoration: none;}
#small-dialog2 p a:hover {    color: #fff;}

.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #d83428;
    border-color: #d83428;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #d83428;
    border-color: #d83428;
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #d83428;
    border-color: #d83428;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#una_nocilla .item a{
  pointer-events: none !important;
}
#una-nocilla-text{
    margin-top: 5vw;
}


#descubre-maneras .first-column{
  height: auto !important;
}

.mask-video {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.mask-video video{
    height: 118%;
    position: relative;
    right: 0;
}




#mascotas-videos{
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    min-height: 700px;
}
#mascotas-videos video{height: 120vh !important; width: auto !important;     min-height: 810px !important;}
#mascotas{
  background: url(../img/bg-mascotas.jpg) no-repeat center center;
  background-size: cover;
  min-height: 700px !important;
}
#mascotas-videos .row::after{
    content: "";
    background: url(../img/bg-mascotas.png) no-repeat center top;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;}
.mascotas-section.item-main-card .first-column {
    min-height: 25vw;
}
.mascotas-section.item-main-card {
    margin-top: 17px;
}
.mascotas-section  .title {
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
}
#mascotas h1{font-size: 40px !important; font-weight: 900;}
#mascotas .btn{
  border-right: 0 !important;
  border-left: 0 !important;
}
#mascotas .subheading{
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 16px;
}
#mascotas .subheading strong{font-size: 20px; line-height: 1; font-weight: 600;}
.bg-mascotas-vasos {
    background: url(../img/mascotas-vasos.jpg) no-repeat center center;
    background-size: cover !important;
    background-color: #141419 !important;
}
#copy-universal {
    position: absolute;
    top: 95vh;
    right: 50px;
}
#copy-universal2 {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 100%;
    text-align: center;
}
.bg-mascotas-dog {
    background: url(../img/mascotas-dog.jpg) no-repeat center center;
    background-size: cover !important;
}
.bg-mascotas-girl{
    background: url(../img/mascotas-girl.jpg) no-repeat center center;
    background-size: cover !important;
}
.mascotas-section .btn-transparent {
    padding: 4px 30px 10px!important;
    margin-right: 5px !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    border-color: #bf1612;
    letter-spacing: 0px;
    transition:0.3s all;
}
.mascotas-section .btn-transparent:hover {
    background: inherit;
    opacity: 0.6;
}
.mascotas-section .btn i {
    font-size: 23px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

/*** Landing minions ***/
.minions #mascotas-videos .row::after{
    background: url(../img_new/minions//bg-minions.png) no-repeat center top;background-size: cover;}
.color-black-minions{color:#212529 !important;}

#bee-do{
    position: absolute;
    top: 70px;
    left: 90px;
}
.bg-yellow-minions {background: url(../img_new/minions/bg-yellow-minions.jpg) repeat-x;
background-size: cover !important;
background-color: #fff !important;}

.bg-minions-1 {
    background: url(../img_new/minions/minions-1.jpg) no-repeat center center;
    background-size: cover !important;
}
.bg-minions-2 {
    background: url(../img_new/minions/minions-2.jpg) no-repeat center center;
    background-size: cover !important;
}
.bg-minions-3 {
    background: url(../img_new/minions/minions-3.jpg) no-repeat center center;
    background-size: cover !important;
}
/*** FIN LANDING ***/

.color-red {color: #bf1612 !important;}
.color-blue-light {color: #5b7f95;}
.bg-blue-white {
    background: url(../img/bg-blue-white.jpg) repeat-x;
    background-size: cover !important;
    background-color: #fff !important;}

#batman{
  background: url(../img/batman-bg.jpg) no-repeat center center !important;
  background-size: cover !important;
}
#batman h1{font-size: 40px !important; font-weight: 900;}
#batman .btn{
  border-right: 0 !important;
  border-left: 0 !important;
}
#batman .subheading{
  margin-top: 25px;
  margin-bottom: 50px;
}

#vasos-batman{background: #141419;}
#vasos-batman  .title {
    font-size: 40px;
    font-weight: 900;
        line-height: 40px;
}
.batman-bg {
    background: url(../img/batman-vasos.jpg) no-repeat center center;
    background-size: cover !important;
}
#vasos-batman .color-red{color:#bf1612 !important;
    font-weight: 900;}
.bg-yeah {
    background: url(../img/batman-yeah.jpg) no-repeat center right;
    background-size: cover !important;
    background-color: #141419 !important;
}
#yeah{ margin-bottom: 10px !important; background: #131519; }
#yeah  .title {
    font-size: 40px;
    font-weight: 800;
        line-height: 40px;
}
#yeah p{margin-bottom: 0 !important;}
#yeah .btn{
    padding: 4px 30px 10px!important;
    margin-right: 5px !important;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 300;
}
#yeah .btn i {color: #fff !important; font-size: 23px; margin-left: 5px;    position: relative;
    top: 3px;}
#yeah .color-red{color:#bf1612 !important;
    font-weight: 800;}
#yeah .btn:hover i{color: #5a301f !important;}

@media (max-width: 768px){
  #vasos-batman .first-column {
    height: 50vw;
  }
  #yeah .title, #vasos-batman .title {
    font-size: 35px;
  }
  #batman {
    background: url(../img/batman-bg-xs.jpg) no-repeat center center !important;
        background-size: cover !important;
  }
  #batman h1 {
    font-size: 30px !important;}
  #batman h1 img{    width: 160px;}
  #batman .subheading {
    margin-top: 10px;}
}



#camisetas .first-column{
  height: 15vw !important;
}

#camisetas.recetas-desktop .first-column{
    height: 16vw !important;
}

#camisetas .first-column .icon-container{
  width: 150px !important;
  height: 150px !important;
}

#camisetas .first-column .icon-container img{
  display: block !important;
}

#camisetas .first-column .bg-nocilla-camisetas div{
  border-style: solid;
  float: right;
  border-color: transparent #be2521 transparent transparent; width: 100px; height: 100%;
}

#camisetas .row{
  border: 10px solid #be2521 !important;
  margin: 0 !important;
}

#camisetas .bg-animate div{
  border-width: 0 100px 15vw 0;
}

#camisetas.recetas-desktop .bg-animate div{
  border-width: 0 100px 16vw 0 !important;
}

#camisetas .icon-container{
  top: 4vw ;
}

#camisetas-mobile .icon-container{
  width: 250px !important;
  height: 250px !important;
  background: #be2521 !important;
  top: -135px !important;
}

#camisetas-mobile .icon-container div{
  display: block !important;
}

.icon-camiseta-animation{
  background: #be2521;
}

.icon-camiseta-animation::before {
    background: url(../img/30descuento.png) no-repeat right center;
    background-size: 1980px;
    width: 60px;
    height: 60px;
    top: 17px;
    left: 22px;
}

#logo-diselo {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 250px;
}
#b-video{
    max-width: 188px;
}

#b-video-product{

}

.container-diselo {
    background: #f9f4ed;
    padding: 2.5rem 2rem 3rem 2rem;
    width: 400px;
    position: absolute;
    bottom: 0px;
    right: calc(13% - 60px);
    height: calc(100% - 50px);
    overflow: auto;
    font-family: atrament-web, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #be2521;
    border-radius: 40px 0px 0 0;
    font-size: 1.4rem;
    line-height: 1.2;
}
#diselo-final{
    display: none;
    height: calc(100% - 250px);
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    font-size: 1.9rem;
}
.container-diselo p{
    line-height: 1.2;
    margin: 0 0 30px;
}
.container-diselo .form-control {
    border-radius: .09rem;
    color: #be2521;
    border-radius: 10px;
    border: solid 2px #be2521;
    font-size: 1.5rem;
    padding: 0.5rem;
}
.container-diselo input::placeholder, .container-diselo textarea::placeholder {
    color: #be2521;
    opacity: 0.5;
}
.container-diselo input::-ms-input-placeholder, .container-diselo textarea::-ms-input-placeholder { /* Edge 12 -18 */
    color: #be2521;
    opacity: 0.5;
}
.container-diselo input:focus::placeholder, .container-diselo textarea:focus::placeholder {
    color: transparent;
}
.container-diselo button {
    font-family: atrament-web, sans-serif;
    font-weight: 700;
    font-style: italic;
    border-radius: 20px;
    font-size: 1.8rem;
    text-transform: none;
    border-radius: 20px;
    font-size: 2.4rem;
    text-transform: none;
    padding: 0px 30px;
    color: #f9f4ed;
}


/* width */
.container-diselo::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.container-diselo::-webkit-scrollbar-track {
    background: #f9f4ed;
}

/* Handle */
.container-diselo::-webkit-scrollbar-thumb {
    background: #be2521;
}

/* Handle on hover */
.container-diselo::-webkit-scrollbar-thumb:hover {
    background: #be2521;
}

#goform{
    font-size: 1.2rem;
}

.site-heading.diselo h1{
    font-size: 1.6rem !important;
    font-weight: 600;
}
header.masthead.withHL.new .site-heading.diselo {
    padding: 14vh 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
.site-heading.diselo img {
    max-width: 350px;
}

.link-social svg{
    height: 22px;
}


@media (max-width: 1200px) {
    .container-diselo {
        height: calc(100% - 20px);
        padding: 2.5rem 1.5rem 3rem 1.5rem;
        font-size: 1.2rem;
    }
    #diselo-final {
        height: calc(100% - 100px);
        font-size: 1.9rem;
    }
}
@media (max-width: 992px) {

    #main-container-diselo {
        max-width: none;
        padding: 0;
    }
    .container-diselo::-webkit-scrollbar {
        display: none;
    }
    .container-diselo {
        width: 90%;
        right: 5%;
        height: 60%;
        border-radius: 40px 40px 0 0;
        padding: 2.5rem 2.5rem 3rem 2.5rem;
        font-size: 1.4rem;
    }
    #logo-diselo {
        left: calc(50% - 125px);
    }
    #diselo-final {
        height: 50%;
    }
}

@media (max-width: 768px) {
    header.masthead.withHL.new .site-heading.diselo {
        padding: 16vh 0 !important;
    }
    .site-heading.diselo h1{
        font-size: 1.2rem !important;
    }
    .site-heading.diselo img{
        max-width: 250px;
    }
}

@media (max-height: 800px) {

    .site-heading.diselo h1{
        font-size: 1.5rem !important;
    }
    .site-heading.diselo img{
        max-width: 250px;
    }
}

@media (max-height: 568px) {
    .site-heading.diselo h1{
        font-size: 0.8rem !important;
    }
    .site-heading.diselo img{
        max-width: 170px;
    }
    #b-video {
        max-width: 100px;
    }
}



/**** NOCILLEAMOS ***/

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.scroll-container{
    /*max-width: 900px;*/
    margin: 0 auto;
}
.item-list-receta{
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
  min-height: 560px;
  margin-bottom: 30px;
}
.item-list-receta h3{
  color:#be2521;
  font-size:22px;
  font-weight: 700;
    padding: 0 5px;
}
.item-list-receta .first{border-right: 1px solid #be2521;}
.item-list-receta .properties{line-height: 20px;}

.item-valor-glass{
    background: url(../img/glasses-inline2.png) no-repeat -340px 0;
    width: 22px;
    height: 22px;
    overflow: hidden;
}
.item-valor-glass.empty{background-position: 0 0;}
.content-info{    min-height: 513px;    padding: 0 70px;     max-height: 513px;}
.content-info h5{font-size: 16px;border-top: solid 2px #fff;
    padding-top: 40px;     margin-top: 40px !important; }
.content-info h5:first-child{
  border-top:none;
     padding-top: 3px;
      margin-top: 0px !important;
}
.content-info h5:last-child{  border-top:none; padding-top: 10px;     margin-top: 0px !important;}
.content-info .list-inline{margin-bottom: 0;}

.content-info.exception{  padding-top: 30px !important;    }
.content-info.exception h5{    padding-top: 13px;
    margin-top: 15px!important;}
.content-info.exception h5:first-child{
  border-top:none;
  padding-top: 0;
      margin-top: 0px !important;
}
.content-info.exception h5:last-child{  border-top:none; padding-top: 10px;     margin-top: 0px !important;}
.content-info.exception .list-inline{margin-bottom: 0;}


.content-ingredients{
  border: solid 2px #be2521;
}

.title-circular{
    font-size: 46px;
    border: solid 2px;
    border-radius: 50%;
    padding: 1px 22px 10px;
}
.b-ver-right{
  position: absolute;
  right: 0;
  top: 8px;
  text-transform: inherit;
}
#section-nocilleator{ background-image: url('../img_new/banner-nocilleator.jpg');}
#section-nocilleator .site-heading {    padding: 21vh 0 !important;}
#section-nocilleator .window{
  background: rgba(255, 255, 255, 0.7);
  padding: 70px;
}
.btn-border-transparent {
    background-color: transparent;
    border-width: 2px;
}
.btn-border-transparent-white {
    background-color: transparent;
    border-width: 2px;
    border-color: #fff;
}
.btn-border-transparent:hover{color:#fff !important;}

#section-nocilleator-init{height: 970px; overflow: hidden; transition:all 0.3s;
  -webkit-transition:all 0.3s;}
#section-nocilleator-init.close{height: 0px;}

.link-ant {
    font-size: 13px;
    position: absolute;
    color: #000;
    top: 0;
    letter-spacing: 1px;
    left: 0;
}

.items-selected a{
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
  font-size: 16px;
  font-weight: 700;
  color:#212529;
  display: block;
    padding: 25px 0;
  cursor: pointer;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  border: solid 2px #fff;
}
.items-selected a:hover, .items-selected a.selected{
  border-color:#be2521;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.35);
  text-decoration: none;
}
.items-selected a p{margin: 0; margin-top: 7px;color: #481b0b;    line-height: 19px;}
#final-result{
  display: none;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
#final-result .item-list-receta {  display: none;  min-height: 510px;}
#img-nocilla{background: #fff;}

.bg-white.wow.fadeInUp.mb-4 a.text-right {visibility: hidden;}



/**** FORM STEPS ****/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 14px 10px;
    border: 1px solid #000000;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e1251c;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
position: relative;
    float: right;
    margin-right: 8px;
    margin-top: -47px;
    width: 50px;
    height: 23px;
    background: url(../img_new/i-arrow-r.png) no-repeat;
    border: 0 none;
    cursor: pointer;
    overflow: hidden;
    border: none;
    transition:all 0.2s;
}

#msform .action-button:hover, #msform .action-button:focus {
     margin-right: 3px;
     border: none;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: inline-block;
}

#progressbar li {
    list-style-type: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 90px;
    float: left;
    position: relative;
    letter-spacing: 1px;
}
#progressbar li span{color:#e0e0e0;}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 45px;
    height: 23px;
    line-height: 23px;
    display: block;
    font-size: 12px;
    color: #fff;
    background-image: url(../img_new/i-glass-opacity.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 12px 0;
    margin: 0 auto 4px auto;
}
#progressbar li.active span {  color: #000;}
#progressbar li.active:before {    background-image: url(../img_new/i-glass.png);}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #be2521;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background-image: url('../img_new/i-glass.png');
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

/*** Landing Noir ***/
#noir-video video{
    width: 100%;
}


@media only screen and (max-width: 1599px) {
  #camisetas .first-column{
    height: 20vw !important;
  }

  #camisetas .bg-animate div{
    border-width: 0 100px 20vw 0;
  }
}

@media only screen and (max-width: 1199px) {
  #camisetas .first-column{
    height: 395px !important;
  }

  #camisetas .bg-animate div{
    border-width: 0 100px 30vw 0;
  }

  #camisetas .icon-container{
    top: 9vw !important;
  }
}

.bg-nocilla-camisetas{  background: url("../img/camiseta-nocilla.png") no-repeat left 0;}
.bg-section a{pointer-events:all;}
.bg-section .first-column, .bg-section .column-stable {
    height: 380px;
    min-height: auto;
}
#descubre-maneras .bg-animate{  background: url("../img_new/banner-descubre-maneras.jpg") no-repeat center 0;}
#nocilleator .bg-animate{  background: url("../img_new/banner-nocilleator-home.jpg") no-repeat center 0;}
#nocilleator .title-new {
    font-size: 46px;
    line-height: 50px;
}
#nocilleator .btn-primary, .btn-white{
  background-color: #fff !important;
      border-color: #fff;
  color: #be2521;
  pointer-events:all;
}

#nocilleator .btn-primary:hover, #nocilleator .btn-primary:focus, #nocilleator .btn-primary:active {
    color: #fff;
    background-color: #a2271d !important;
    border-color: #a2271d !important;
}

.element-with-video-bg {
  background-image: url(../img_new/video-home.jpg);
}

.icon-container2 {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -34px;
    left: 40px;
    z-index: 100;
    transition: all 0.3s;
    pointer-events:none;
}
.icon-star {
    background: #e3a716;
}
.icon-star::before {
   content: "";
    background: url(../img_new/i-star.png) no-repeat left center;
    width: 80px;
    height: 80px;
    position: relative;
    top: 2px;
    left: 10px;
    display: block;
}
#nueva_receta .bg-animate{    background: url(../img_new/nuestra-receta.png) no-repeat right center;}
#una_nocilla .bg-animate{    background: url(../img_new/para-ti.jpg) no-repeat right center;}
#tienes_dudas .bg-animate{    background: url(../img/banner-aventura-cacao.png) no-repeat left center;}
.item-main-card .p-text {    font-weight: 400;}

#faqs h2{
    position: relative;
    color: #fff;
    font-size: 1rem;
    background-color: #be2521;
    border-radius: 2rem;
    padding: 1.2rem 1.8rem;
    display: inline-block;
    margin-top: 50px;
}
#faqs h2:after {
    content: "";
    display: block;
    background: url(../img/i-bocata.svg) no-repeat center top;
    width: 40px;
    height: 25px;
    position: absolute;
    bottom: -24px;
    left: 30px;
}
#faqs p{
    position: relative;
    top: 15px;
    left: 80px;
    background-color: #ededed;
    border-radius: 2rem;
    padding: 1.2rem 1.8rem;
    max-width: 400px;
}
#faqs p:after {
    content: "";
    display: block;
    background: url(../img/i-bocata2.svg) no-repeat center top;
    width: 40px;
    height: 25px;
    position: absolute;
    bottom: -24px;
    right: 30px;
}


.i-sin-aceite{
    position: absolute;
    top: 34px;
    right: -15px;
}

#hotelT{
  background: url(../img/hotel-transylvania-bg.png) no-repeat center center !important;
  background-size: cover !important;
}

#hotelT h1{font-size: 40px !important;}

#hotelT .btn{
  border-right: 0 !important;
  border-left: 0 !important;
}

#hotelT .subheading{
  margin-top: 25px;
  margin-bottom: 50px;
}

#transilvania .first-column, #dracula .first-column{
  height: 23vw;
}

#dracula{ margin-bottom: 10px !important; }
#dracula span{ color: #be2521 !important; }
#dracula p{margin-bottom: 0 !important;}
#dracula .btn{
    padding: 5px 15px !important;
    margin-right: 5px !important;
    font-size: 10px !important;
    text-transform: uppercase;
}
#dracula .btn i {color: #fff !important; font-size: 16px; margin-left: 5px;}
#dracula .btn:hover i{color: #5a301f !important;}


header.masthead.withHL .arrows{
  bottom: 8px !important;
  display: none !important;
}

header.masthead.withHL.new .arrows{
  display: block !important;
}

header.masthead.withHL{
  height: 70vh !important;
}

header.masthead.withHL.new{
  height: 100vh !important;
}

header.masthead.withHL .site-heading{
  padding: 10vh 0 !important;
}


header.masthead.withHL.new .site-heading{
  padding: 30vh 0 !important;
}

/* destacados top home */
/*#highlightsTop .col-md-4:first-child{
  height:250px; border-right: 2px #fff solid;
}

#highlightsTop .col-md-4:first-child .btn{
  position: absolute; top: 0; right: 0; color: #fff; padding: 10px 30px; background: #000 !important;
}

#highlightsTop .col-md-4:last-child{
  height:250px; border-left: 2px #fff solid;
}*/

#highlightsTop .col-md-4 .btn{
  position: absolute; top: 0; left: 0; color: #fff; padding: 10px 30px; background: #000 !important;
}

.highlight-container{
    margin: 2px -2px;
}
.highlight-home{
    display: block;
    width: 100%;
    margin: 2px 2px;
    overflow: hidden;
}
.highlight-home .btn{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    background: #000 !important;
    z-index: 2;
}

.highlight-home img{

}
.highlight-home:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 0px #fff;
    transition: all 0.3s;
    z-index: 1;
}
.highlight-home:hover{
    opacity: 1;
}
.highlight-home img{
    transition: all 0.3s;
}
.highlight-home:hover img{

}
.highlight-home:hover:after{
    opacity: 1;
    box-shadow: inset 0 0 0 15px #fff;
}

    /*#highlightsTop .col-md-4:first-child{
        background: url('../img/crunchy_destacado_desktop.jpg') no-repeat left top;
        background-size:cover;
        height: 25vw;
        max-height: 450px;
        border-right: 2px #fff solid;
    }
   #highlightsTop .col-md-4:nth-child(2){
       background: url('../img_new/cookies/banner-cookies-new.jpg') no-repeat right bottom;
       background-size:cover;
       height: 25vw;
       max-height: 450px;
       border-left: 2px #fff solid;
   }
    #highlightsTop .col-md-4:last-child{
        background: url('../img_new/cookies/banner-cookies-new.jpg') no-repeat right bottom;
        background-size:cover;
        height: 25vw;
        max-height: 450px;
        border-left: 2px #fff solid;
    }*/

#comunicado{
    min-height: calc(100vh - 119px);
}


 /*******************
    LANDING COOKIES
  *******************/
#landing-cookies {
    background: url(../img_new/cookies/cover-nocilla.png) no-repeat center center;
    background-size: cover;
    min-height: 700px !important;
}
#landing-cookies-2 {
    background: url(../img_new/cookies/cover-nocilla.png) no-repeat center center;
    background-size: cover;
    min-height: 700px !important;
}
#slider-home-cookies {
    background: url(../img_new/cookies/bg-cookies.jpg) no-repeat center top;
    background-size: cover;
}
#slider-home-cookies .owl-carousel .owl-stage-outer {
    overflow: initial;
}
#slider-home-cookies .owl-carousel .owl-nav button.owl-prev, #slider-home-cookies .owl-carousel .owl-nav button.owl-next {
    top: 90%;
}
#slider-home-cookies .owl-carousel .owl-nav button.owl-prev, #slider-home-cookies .owl-carousel .owl-nav button.owl-next{
    opacity: 0.7;
}
#slider-home-cookies .owl-carousel .owl-nav button.owl-prev:hover, #slider-home-cookies .owl-carousel .owl-nav button.owl-next:hover{
    opacity: 1;
}
#slider-home-cookies .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
#slider-home-cookies .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
#slider-home-cookies .owl-theme .owl-nav {
    margin-top: 0px;
    width: 170px;
    position: relative;
    margin: auto;
    top: -10px;
}
.overflow-hidden{
    overflow: hidden;
}
#slider-home-cookies h2{
    font-size: 6.2rem;
    font-weight: normal;
    position: absolute;
    top: 53px;
    width: 100%;
}
#score {
    position: absolute;
    width: 100%;
    bottom:3px;
}
#score p {
    color: #fff;
    font-family: 'dogicabold';
}
#slider-home-cookies .owl-carousel .owl-stage .owl-item img{
    transition: all 0.3s ease-out;
    transform: scale(0.7);
}
#slider-home-cookies .owl-carousel .owl-stage .owl-item.center img{
    transform: scale(1.3);
    opacity: 1;
}
#slider-home-cookies .owl-carousel .owl-stage .owl-item .bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-out;
    transform: scale(0.2);
    opacity: 0;
}
.b-cookies-style{
    font-family: cheese_butter_creamregular;
    line-height: 1;
    padding: 1rem 1rem 0.5rem;
    font-size: 1.5rem;
}
.f-cheese {
    font-family: cheese_butter_creamregular;
}
.f-raleway{
    font-family: Raleway;
}

#cookies-videos .row::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img_new/cookies/cover-nocilla.png) no-repeat left top;
    background-size: cover;
}
#cookies-videos-2 .row::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    background: url(../img_new/cookies/cover-nocilla-2.png) no-repeat left top;
    background-size: 100%;
    max-width: 1280px;
}

#section-play-cookies{
    background: url(../img_new/cookies/bg-play.jpg) left top;
    background-size: cover;
}
#img-collage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#img-gif {
    position: absolute;
    bottom: 1px;
    left: 175px;
    width: 165px;
    height: 357px;
}
#b-play-collage, #b-replay-collage{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    transform: scale(0.9);
}
#b-play-collage:hover, #b-replay-collage:hover{
    transform: scale(1);
}
#video-play{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
#video-play video{
    width: 638px;
    position: relative;
    top: 139px;
    left: -5px;
    left: -5px;
}

.video-header-cookies{
    height:100vh;min-height: 700px;
}
.jquery-background-video-pauseplay{display: none;}

#b-cookies {
    position: absolute;
    bottom: 70px;
    left: 64%;
    transform: translate(-50%, 0px);
    background: #fff;
    border-color: #fff;
    color: #be2521;
}
#b-cookies:hover {
    color: #fff;
}
#b-cookies:focus {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #be2521;
}

.bg-brown-cookies{
    background: #8d3b17;
}
.bg-grey-cookie{
    background: url(../img_new/cookies/bg-grey.jpg) no-repeat left top;
    background-size: cover;
}
.bg-sandwich {
    background: url(../img_new/cookies/sandwich-nocilla.jpg) no-repeat center center;
    background-size: cover !important;
}
.bg-croissant {
    background: url(../img_new/cookies/croissant-nocilla.jpg) no-repeat center center;
    background-size: cover !important;
}

.css-nocilla-cookies header{
    margin-top: 40px;
}
body.css-nocilla-cookies {
    background: url(../img_new/cookies/bg-cookies-body.jpg) repeat left top !important;
    background-size: 100% !important;
}
body.css-nocilla-cookies table {
    font-family: cheese_butter_creamregular;
    font-weight: normal;
}
body.css-nocilla-cookies h3 {
    font-family: cheese_butter_creamregular;
    font-weight: normal;
    font-size: 35px;
    line-height: 29px;
}
body.css-nocilla-cookies .item-main-card h3 {
    font-family: 'Raleway', serif;
    font-weight: 800;
    font-size: 38px;
    line-height: 1.2;
}
body.css-nocilla-cookies .table.table-type1 td, body.css-nocilla-cookies .table.table-type1 th {
    font-weight: normal;
    line-height: 1;
    padding: 0.6rem 0.3rem 0.3rem;
}
body.css-nocilla-cookies .table.table-type1 td.f-raleway, body.css-nocilla-cookies .table.table-type1 tr.f-raleway th,  body.css-nocilla-cookies .table.table-type1 span.f-raleway {
    font-weight: bold;
    font-size: 1rem !important;
}
body.css-nocilla-cookies .table-striped.table-type1 tbody tr:nth-of-type(odd) {
    background-color: rgb(194 42 33);
    mix-blend-mode: multiply;
}
body.css-nocilla-cookies .table-striped.table-type1 tbody tr:nth-of-type(odd) td, body.css-nocilla-cookies .table-striped.table-type1 tbody tr:nth-of-type(odd) th {
    color: #fff;
}

body.css-nocilla-cookies #section-slider-types{
    background: url(../img_new/cookies/bg-slider.jpg) no-repeat left top;
    background-size: cover;
}
body.css-nocilla-cookies #types-products-carousel.owl-carousel .owl-item p {
    font-weight: 800;
    /* font-family: 'cheese_butter_creamregular'; */
    font-family: 'Raleway';
    line-height: 1.3;
}
body.css-nocilla-cookies #section-slider-types {
    top: 0;
    margin-top: 0;
}

@media (max-width: 1200px) {
    #slider-home-cookies h2 {
        font-size: 5.2rem;
    }
    #video-play video {
        width: 534px;
        top: 116px;
        left: -4px;
    }
    #img-gif {
        bottom: -6px;
        left: 147px;
        width: 140px;
        height: 301px;
    }
}
@media (max-width: 992px) {
    #b-video {
        max-width: 130px;
    }
    .css-nocilla-cookies header {
        margin-top: 70px;
    }
    #video-play video {
        width: 398px;
        top: 88px;
        left: -3px;
    }
    #img-gif {
        bottom: -15px;
        left: 111px;
        width: 104px;
        height: 227px;
    }
}
@media (max-width: 768px) {
    #comunicado {
        min-height: auto;
    }
    .css-nocilla-cookies header {
        margin-top: 0;
    }
    #slider-home-cookies h2 {
        font-size: 2rem;
        top: 0;
    }
    #slider-home-cookies .owl-theme .owl-nav {
        transform: scale(0.8);
    }
    #video-play video {
        width: 54%;
        top: 51px;
        left: -2px;
    }
    #img-gif {
        display: none;
    }
    #score {
        bottom: -19px;
    }
}

footer {
    padding: 10px 0 20px;
    background: #be2521;
}

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

footer .copyright {
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

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


/*** LANDING BARRITAS ***/
#video-barritas{

}
#video-irrisestible{

}
.highlight-barritas{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.highlight-barritas .img-title{
    position: absolute;
    bottom: 55px;
    left: 20px;
    z-index: 2;
    height: 51vw;
}
.highlight-barritas .img-text{
    position: absolute;
    bottom: 55px;
    right: 20px;
    z-index: 2;
    width: 60px;
}
.highlight-barritas .img-barrita{
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 3;
    transition: all 0.3s;
}

.highlight-barritas img{

}
.highlight-barritas:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 0px #fff1db;
    transition: all 0.3s;
    z-index: 1;
}
.highlight-barritas:hover{
    opacity: 1;
}
.highlight-barritas img{
    transition: all 0.3s;
}
.highlight-barritas:hover .img-title{
    left: 25px;
}
.highlight-barritas:hover .img-text{
    right: 35px;
}
.highlight-barritas:hover .img-barrita{
    width: 110%;
}
.highlight-barritas:hover:after{
    opacity: 1;
    box-shadow: inset 0 0 0 15px #fff1db;
}

.text-cream{
    color: #fff1db !important;
}
.title-dax{
    font-family: "DaxCondensed";
    font-size: 6rem !important;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 80px;
}
.subtitle-dax{
    font-family: "DaxCondensed";
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1;
    margin-top: 0;
}
.subtitle-dax-2{
    font-family: "DaxCondensed";
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
}

#slider-home-cookies.slider-barritas {
    background: url(../img_new/barritas/bg-header.jpg) no-repeat center center;
    background-size: cover;
}
#slider-home-cookies.slider-barritas .owl-theme .owl-nav {
    min-width: 200px;
    top: 0;
}
#slider-home-cookies.slider-barritas .owl-carousel .owl-nav button.owl-prev, #slider-home-cookies.slider-barritas .owl-carousel .owl-nav button.owl-next {
    color: #fff1dc;
    border: solid 1px;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    height: 40px;
    width: 40px;
    top: 0;
    margin-top: 0;
    opacity: 1;
}
#slider-home-cookies.slider-barritas .owl-carousel .owl-nav button:hover {
    opacity: 0.7;
}
#slider-home-cookies.slider-barritas .owl-carousel .owl-nav button span{
    position: relative;
    top: -3px;
}
#slider-home-cookies.slider-barritas .owl-stage-outer{
    margin-bottom: 1rem;
}
#slider-home-cookies.slider-barritas .owl-dots .owl-dot {
    height: 40px;
}
#slider-home-cookies.slider-barritas .owl-dots .owl-dot span {
    border: solid 1px #fff1dc;
    width: 12px;
    height: 12px;
    background: transparent;
}
#slider-home-cookies.slider-barritas .owl-dots .owl-dot.active span {
    background: #fff1dc;
}

#slider-home-cookies.slider-barritas h2 {
    position: relative;
    text-transform: uppercase;
    top: 0;
}
#slider-home-cookies.slider-barritas p {
    margin: 0;
    margin-top: -13px;
}

#carousel-swipe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#carousel-swipe .owl-nav {

}
#carousel-swipe .owl-nav button.owl-prev, #carousel-swipe .owl-nav button.owl-next {
    color: #fff1db;
    font-size: 6em;
}
#carousel-swipe .item-slide{
    width: 100%;
    height: 100%;
    background: url(../img_new/barritas/bg-swipe.jpg) no-repeat center center;
    background-size: cover;
    margin: 0;
}
#carousel-swipe .item-slide:hover {
    cursor: pointer;
}
#carousel-swipe .owl-stage-outer, #carousel-swipe .owl-item, #carousel-swipe .owl-stage{
    height: 100%;
}
#swipe-content {
    position: relative;
    padding: 4rem 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
#swipe-content img{
    width: 45%;
    height: auto;
}
#item-swipe {
    color: #fff1db;
    font-family: 'DaxCondensed';
    font-size: 1.6rem;
    font-weight: bold;
    border: solid 2px;
    border-radius: 1rem;
    padding: 1rem 3rem;
    line-height: 1;
    animation: swipeVaiven 1.5s ease-in-out infinite;
    display: inline-block;
}
@keyframes swipeVaiven {
    0%   { transform: translateX(-15px); }
    50%  { transform: translateX(15px); }
    100% { transform: translateX(-15px); }
}

#header-barritas{
    padding-top: 90px;
    background: url(../img_new/barritas/bg-header.jpg) no-repeat center center;
    background-size: cover;
}
#header-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#header-scroll{

}

.bg-cream2{
    background-color: #e9c59e !important;
}

#chat{
    padding: 5rem 0;
}
#chat h2{
    color: #633427;
}
#chat p {
    margin: 0 0 1rem;
    font-weight: 600;
}
#chat .item-chat{
    margin-top: 50px;
    position: relative;
    display: inline-block;
}
#chat h3{
    position: relative;
    font-weight: 900;
    color: #fff1db;
    font-size: 1.2rem;
    background-color: #633427;
    border-radius: 1rem;
    padding: 1.2rem 1.8rem;
    display: inline-block;
    z-index: 1;
}
#chat .item-chat-shadow {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #ceab8a;
    border-radius: 1rem;
    padding: 1.2rem 1.8rem;
}
#chat h3:after {
    content: "";
    display: block;
    background: url(../img_new/barritas/bocata.png) no-repeat left top;
    background-size: contain;
    width: 32px;
    height: 54px;
    position: absolute;
    bottom: -10px;
    right: -31px;
}

#chat .item-chat-p{
    position: relative;
    top: 15px;
    left: 0;
    display: inline-block;
}
#chat .item-chat-text{
    position: relative;
    color: #fff1db;
    font-size: 1.2rem;
    background-color: #b91919;
    border-radius: 1rem;
    padding: 1.8rem 1.8rem 1rem;
    display: inline-block;
    z-index: 1;
}
#chat .item-chat-text:after {
    content: "";
    display: block;
    background: url(../img_new/barritas/bocata2.png) no-repeat left top;
    background-size: contain;
    width: 32px;
    height: 54px;
    position: absolute;
    bottom: -18px;
    left: -27px;
}
#chat .item-chat-p-shadow {
    position: absolute;
    top: 0;
    left: -9px;
    width: 100%;
    height: calc(100% + 10px);
    z-index: 0;
    background-color: #ceab8a;
    border-radius: 1rem;
    padding: 1.2rem 1.8rem;
}


#content-sprite{
    width: 40vw; /* o usa % o media queries según diseño */
    max-width: 360px;
    aspect-ratio: 500 / 889;
    position: relative;
    display: flex;
    justify-content: center;
    transform: translateX(3vw);
}
.barrita-sprite {
    width: 100%;
    height: 100%;
    background-image: url('../img_new/barritas/barrita.png'); /* ajusta si va en otra ruta */
    background-repeat: no-repeat;
    background-size: 800% 300%; /* 8 columnas × 3 filas */
    animation: animarBarrita 4s steps(1) infinite;
}

@keyframes animarBarrita {
    0%     { background-position:   0%     0%; }
    4.76%  { background-position: 14.2857% 0%; }
    9.52%  { background-position: 28.5714% 0%; }
    14.28% { background-position: 42.8571% 0%; }
    19.04% { background-position: 57.1428% 0%; }
    23.8%  { background-position: 71.4285% 0%; }
    28.57% { background-position: 85.7142% 0%; }
    33.33% { background-position:   0%     50%; }

    38.09% { background-position: 14.2857% 50%; }
    42.85% { background-position: 28.5714% 50%; }
    47.61% { background-position: 42.8571% 50%; }
    52.38% { background-position: 57.1428% 50%; }
    57.14% { background-position: 71.4285% 50%; }
    61.9%  { background-position: 85.7142% 50%; }
    66.66% { background-position:   0%     100%; }

    71.42% { background-position: 14.2857% 100%; }
    76.19% { background-position: 28.5714% 100%; }
    80.95% { background-position: 42.8571% 100%; }
    85.71% { background-position: 57.1428% 100%; }
    90.47% { background-position: 71.4285% 100%; }
    95.23% { background-position: 85.7142% 100%; }
    100%   { background-position:   0%     0%; }
}

@media (max-width: 1200px) {
    #content-sprite {
        transform: translateX(5vw);
    }
}

@media (max-width: 992px) {

    .title-dax {
        font-size: 5rem !important;
        line-height: 66px;
    }
    #item-swipe {
        font-size: 1.2rem;
        padding: 0.8rem 2rem;
    }
    #swipe-content img {
        width: 75%;
    }
    #content-sprite {
        width: 70vw;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .subtitle-dax {
        font-size: 2rem;
    }
    #header-text img{
        width: 90% !important;
    }
    .title-dax {
        font-size: 4rem !important;
        line-height: 54px;
    }
    .highlight-barritas .bg {
        min-height: 75vh;
    }
    .highlight-barritas .img-title {
        height: 83%;
    }
    .highlight-barritas .img-text {
        width: 40px;
    }
    .subtitle-dax-2 {
        font-size: 1.2rem;
    }
    .title-dax {
        font-size: 3rem !important;
        line-height: 40px;
        margin-bottom: 0;
    }
    .subtitle-dax {
        font-size: 1.5rem;
    }
    #slider-home-cookies.slider-barritas p {
        margin-top: 0;
    }
    #swipe-content img {
        width: 95%;
    }
    #slider-home-cookies .owl-carousel .owl-stage .owl-item.center img {
        transform: scale(1);
    }
    #slider-home-cookies.slider-barritas .owl-theme .owl-nav {
        min-width: 85%;
    }
    #slider-home-cookies.slider-barritas .owl-carousel .owl-nav button.owl-prev, #slider-home-cookies.slider-barritas .owl-carousel .owl-nav button.owl-next {
        font-size: 50px;
        line-height: 50px;
        height: 50px;
        width: 50px;
    }
    #slider-home-cookies.slider-barritas .owl-stage-outer {
        margin-bottom: 0;
    }


    #item-swipe {
        font-size: 1rem;
        padding: 0.7rem 2rem 0.6rem;
        border-radius: 2rem;
    }
    #chat h3 {
        font-size: 1rem;
    }
    #chat .item-chat-text {
        font-size: 0.9rem;
        padding: 1.3rem 1rem 1rem;
    }
    #content-sprite {
        transform: translateX(10vw);
    }
}

