/*Elaborado por NortechMedia */

@import url('https://fonts.googleapis.com/css?family=Indie+Flower|Quattrocento+Sans:400,400i,700,700i|Quattrocento:400,700');
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    width: 100%;
    overflow-x:hidden; 
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.costo {
    font-weight: 900;
    margin: 10px;
    text-align: left;
    font-size: 1.3rem;
}
.costoshow {
    color: #cd2e19 !important;
}

.backtitle {
    font-weight: 900;
    font-size: 2rem;
    font-family: 'Quattrocento', serif;
    color: #cd2e19 !important;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body {
    width: 100%;
    overflow-x: hidden;
    color: #534741;
}

hr {
    border-color: #534741;
}

.input_wrapctk{
    
}

.binputwrap{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    height: 90px;
}

.bbuttons img{
       width: 30% !important;
}

.bbuttons button{
    background: none;
    border: none;
}

.bbuttons{
    display: flex;
    flex-flow: column;
}

.tienda-footer {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.formularioctk {
    /*width: 50%;*/
    /*text-align: center;*/
}

.border-dotted{
    border: 3px dotted #0000003d;
}

.wizard>.content{
    border: 3px dotted #0000003d;
}

.tienda-footer_btn {
    display: inline-block;
    /* height: 10px; */
    width: 20%;
    max-width: 300px;
}

.binput{
    color: #cd2e19 !important;
    font-weight: 900;
    border: none;
    background-color: #eaeaea;
    border-radius: 10px;
    padding: .8em;
    width: 15%;
    margin: 1em;
    color: #534741;
    text-align: center;
    font-family: 'Indie Flower', cursive;
    box-sizing: initial;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.warp-8 {
    width: 80%;
    margin: 1em auto;
    display: block;
    overflow: auto;
}

.warp-7 {
    width: 70%;
    margin: 1em auto;
    display: block;
    overflow: auto;
}

.orderreviewwrap{
    margin-top: 150px;
    display: block;
    margin: 10% 10%;
    padding: 2% 10%;
    background-color: white;
    border-radius: 20px;
}

.orderreviewwrapback{
    margin-top: 150px;
    display: block;
    padding: 2% 10%;
}

.orderreviewfield{
    display: block;
    width: 100%;
}



.orderreviewwrapback tbody{
  
}

.orderreviewfield .label{
    font-weight: 900;
    width: 120px;
    display: inline-block;
}

/*TABLE STYLES*/
table.ctktable {
  border: 1px solid #000000;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.ctktable td, table.ctktable th {
  border: 1px solid #635D57;
  padding: 7px 6px;
}
table.ctktable tr:nth-child(even) {
  background: #EDE0D1;
}
table.ctktable thead {
  background: #241C19;
  background: -moz-linear-gradient(top, #5b5552 0%, #3a3230 66%, #241C19 100%);
  background: -webkit-linear-gradient(top, #5b5552 0%, #3a3230 66%, #241C19 100%);
  background: linear-gradient(to bottom, #5b5552 0%, #3a3230 66%, #241C19 100%);
}
table.ctktable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
table.ctktable tfoot td {
  font-size: 14px;
}
table.ctktable tfoot .links {
  text-align: right;
}
table.ctktable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/*END TABLE STYLES*/

.col-5 {
    width:50%;
    float: left;
}

.col-7 {
    width:70%;
    float: left;
    position: relative;
}
.col-3 {
    width:25%;
    float: left;
    margin-right: 5%;
    position: relative;
}

.t-center {text-align: center;}

.p-9 {
    width: 90%;
    margin: 1% auto;
    text-align: justify;
    font-size: 12px;
}


.t-col2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

p a {
    text-decoration: none;
    font-weight: 700;
    color: #cd2e19;
    transition:.5;
}

p a:hover{
    color: #e03e29;
}


a {
    font-weight: 700;
    color: #cd2e19;
    transition:.5;
}

a:hover{
    color: #e03e29;
}


.caja_fill{
       width: 350px;
}

.redspan{
    color: #cd2e19;
}

.subalert{
    font-family: 'Indie Flower', cursive;
    font-size: 1.3em;
    color: #cd2e19;
    margin-top: 0;
}


.formularioctk .input_labelctk {
    display: inline-block;
    min-width: 160px;
    text-align: right;
}

.formularioctk input {
       display: inline-block;
    width: -webkit-fill-available;
    max-width: 350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    padding: 5px;
}

.formularioctk .input_wrapctk{
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .formularioctk .input_labelctk {
        text-align: left;
    }
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   /*---------LOADER----------*/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:#cd2e19;
    overflow:hidden;
    color: #fff;

}

.en-construcion {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background:rgba(0,0,0,.4);
    overflow:hidden;
    color: #fff;

}



.loader {
    text-align: center;
    margin-top: 10%;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight:100;
    animation: pulse 3s infinite;
}


.loader img {
    width: 30%;
    margin: 15% auto 0 auto;
    animation: fadeIn 3s ;
}



.loader--text {
  margin: 10px auto;
  color: #fff;
  font-weight: 400;

}

.loader--text:after {
  content: "Cargando";
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}


@keyframes loading-text {
  0% {
    content: "Cargando";
  }
  25% {
    content: "Cargando.";
  }
  50% {
    content: "Cargando..";
  }
  75% {
    content: "Cargando...";
  }
}


/*
font-family: 'Quattrocento Sans', sans-serif;
font-family: 'Quattrocento', serif;
font-family: 'Indie Flower', cursive;
*/
body {
font-family: 'Quattrocento Sans', sans-serif;
}

.menu {
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    z-index: 100;
     animation:fadeIn 3s;
     transition:.5s;
}



#logo {
    display: block;;
    width: 18%;
    margin-left: 5%;
    float: left;
    margin-top: 15px;
    transition:1s;
}

.menu ul {
    width:60%;
    float: right;
    margin-right: 5%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    text-align: right;
} 

.menu ul li {
    display: inline-block; 
    letter-spacing: 4px; 
    transition:.5s;
}

.menu ul li a {color: white; text-decoration: none; }

.menu ul li:hover {
    transform: scale(1.1);

}

.menu ul li a img {width: 100px;
    margin-left: 8px;
  
}

.change {
    background-color: #cd2e19;
    height: 70px;
    animation:fadeIn 1s;
}



.change #logo { 
    width: 170px !important;
    margin-top: 15px;}



.top-slider {
    width: 100%;
    height: 600px;
    position: relative;
    /*background-image: url(../img/bg.jpg);
    background-size: cover;*/
        margin-top: -2%;
        margin-bottom: 2%;
}

.wood {
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    background-image: url(../img/wood.jpg);
    background-size: cover;
    background-position: center bottom;

}

.wood_store{
 
    width: 100%;
    height: 140px;
   
    background-image: url(../img/wood.jpg);
    background-size: cover;
    background-position: center bottom;
}

#chilteco-slide {
    display: block;
       position: absolute;
    z-index: 20;
    left: 5%;
    bottom: 90px;
    width: 16%;
    animation:bounceInLeft 3s;}

#chilteco-slide img {
    width: 100%;
}

#chilteco-slide img:hover {
    animation:swing 1s infinite;
}


.all-slide-content {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.home-slide {
   width: 990px;
    position: relative;
    height: 600px;
    margin-left: 90px;

}

.slide-1 {position: relative;}

 .display {
    width: 515px;
    height: 440px;
    background-image: url(../img/slide-display.svg);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    animation: bounceInDown 2s;
    left: 53px;
}

 .display-content {
     color: white;
    width: 350px;
    padding-top: 161px;
    float: left;
    margin-left: 140px;
    height: 400px;
    position: relative;
    animation: bounceInDown 2s;
   
  
}

.display-content h1 {
    font-size: 3.5em;
    font-family: 'Quattrocento', serif;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    text-align: center;
    margin-bottom: 10px;
}

.display-content .nivel-picante {
   height: 80px;
    position: absolute;
    right: -40px;
    top: 190px;

}

.display-content h1 span {color: #F15A24 !important;}

.display-content h3 {
font-family: 'Indie Flower', cursive;
text-align: center;
font-size: 1.5em;
}


.botella-slide {
    width: 144px;
    position: inherit;
    margin-top: -150px;
    margin-right: 284px;
    animation: fadeInRight 3s;
    float: right;
}

.botella-slide img{width: 100%;}

 .saber-mas-btn {
   position: inherit;
    width: 155px;
    margin-top: 150px;
    right: 0;
    display: block;
    transition: .5s;
    animation: zoomIn 3s;
    float: right;
    margin-right: 130px;

 }

 .saber-mas-btn img:hover {
    animation: swing 1s;
 }


.slick-dots{
 display: block;
    width: 30%;
    position: absolute;
    bottom: 15%;
    left: 25%;
    text-align: center;
    -webkit-padding-start: 0;
} 

.slick-dots li {
    display: inline-block;
    list-style: none;
    border: none;
    margin-left:1em;
}

.slick-dots li button {
        border: none;
    border-radius: 100px;
    width: 1.2em;
    height: 1.2em;
    color: transparent;
    background-color: rgba(255,255,255,.5);
    transition:.5s;
}

.slick-dots li button:hover {
    transform:scale(1.1);
}

.slick-dots li button:focus {outline: none;}

.slick-dots .slick-active button {
    background-color: rgba(255,255,255,.9) !important;

}

#logo-quienes-home {
    width: 100%;
    margin: 10% auto 0 auto;
}

.home-quienes {
    position: relative; 
    padding-bottom: 2%;
    animation:fadeIn 1s;
    z-index: 1;
}

#chaman-home {
    position: absolute;
    width: 14%;
    right: 2%;
    bottom: -180px;
}

#chaman-home img {animation:pulse infinite 2s;}


#home-feature-photo {
    height:350px;
    position: relative;
    padding-bottom: 50px;
}

#pidetucaja-home {    
      width: 450px;
    display: block;
    margin: 0px auto;
    padding-top: 100px;

    
}

#pidetucaja-home img {
    transition:1s;
}

#pidetucaja-home img:hover {transform:scale(1.1);}


#pchiltepin-home {
      position: absolute;
    width: 18%;
    left: 7%;
    bottom: 10%;
    animation:swing infinite 1s;

}

footer {
    width: 100%;
    padding: 3% auto;
    background-color: #cd2e19;
    color: white;
    min-height: 100px;
    position: relative;
    text-align: center;
    font-family: 'Quattrocento', serif;
}

footer a {
     margin: .5em .1em;
    font-size: 18px;
    color: white;
    text-decoration: none;
    display: inline-block;

    transition:.5s;

}

footer a:hover {transform:scale(1.1);}


.redes-footer{
    text-align: right;
    position: absolute;
    right: 5%;
    top: 1%;
    background-color: #cd2e19;
}

.redes-footer li {
    display: inline-block;
    margin: 10px;
    height: 36px;
    width: 50px;
    text-align: center;

}

.redes-footer li img {
height: 30px;
}

.logo-footer {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-top: 3%;
}

.derechos {
    background-color: #EDE0D1;
    width: 100%;
    padding: 1em 0;
    color: #534741;
    font-weight: 400;
    font-size: 14px;
}

.derechos a {
    font-size: 14px;
    text-decoration: underline;
    color:#534741;
    opacity: .8;
}

.menu-btn-l, .menu-btn-d {
    display: none;  
    width: 130px;
    position: absolute;
    right: 5%;
    top: 16%;
        background-color: transparent;
    border: transparent;
    -webkit-appearance: none;
}

.menu-btn-l:focus, .menu-btn-d:focus {outline: 0;} 

.bg-top {
    width: 100%;
    height: 200px;
    position: relative;
}

.warp-productos {
        width: 80%;
    margin: 1em auto;
    display: block;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.54);
    padding: 0% 1%;

}

#warp-otros .col-5 {width: 27%; min-height: 430px;}

#warp-otros .productos-salsas .col-5 h3 {font-size: 1.1em;}


.productos-salsas {
    overflow: auto;
    margin: 1% auto;
    text-align: center;
    padding: 1%;
}

.productos-salsas .col-5{
    min-height: 300px;
    background-color: white;
    text-align: center;
    padding: 1%;
    margin: 2% 2% 4% 2%;
    width: 43%;
    border: 1px dashed #534741;
    color: #534741;
    position: relative;

}



.productos-salsas .col-5 img {
    width: 25%;
    margin: 0 auto;
    
}


.productos-salsas .col-5 h1 {
    font-size: 2.5em;
    font-family: 'Quattrocento', serif;
    font-weight: 700;
    color: #534741;
    line-height: 1em;
    text-align: center;
    margin-bottom: 10px;
}

.productos-salsas .col-5 .nivel-picante {
     height: 100px;
    position: absolute;
    right: 9%;
    top: 4%;

}

.productos-salsas .col-5 h1 span {color: #cd2e19 !important;}

.productos-salsas .col-5 h3 {
font-family: 'Indie Flower', cursive;
text-align: center;
font-size: 1.5em;
}


.productos-salsas .ver-btn {
    display: block;
    width: 25%;
    position: absolute;
    left: 35%;
    bottom: -5%;
    transition:.5s;
}

.productos-salsas .ver-btn img {width: 100%;}

.productos-salsas .ver-btn:hover {transform:scale(1.1);}

.productos-hr {
    margin-top: 7%;
}


.warp-producto {
    width: 50%;
    margin: 1em auto;
    display: block;
    overflow: visible;
    position: relative;
    color: #534741;
    animation:bounceInUp 3s;
}



.botella-producto {
    width: 75%;
    margin-top: -59%;
}


.warp-producto h1 {    font-size: 3.5em;
    font-family: 'Quattrocento', serif;
    font-weight: 700;
    color: #534741;
    line-height: 1em;
    text-align: center;
    margin-bottom: 10px;}

.warp-producto h1 span {color: #cd2e19 !important;}

.warp-producto h3 {
font-family: 'Indie Flower', cursive;
text-align: center;
font-size: 1.5em;
margin: 10px auto;
}


.warp-producto .nivel-picante {
    height: 120px;
    position: absolute;
    right: 0%;
    top: -19%;

}

.warp-producto .row .col-7 h1 {
      font-size: 2em;
    padding: 0 1em;}

.warp-producto .row .col-3 img {
        width: 100%;
    margin: 1.3em 0;
    transition:.5s;
}

.warp-producto .row .col-3 img:hover {transform:scale(1.1);}

.ingredientes {
    background-color: #eae4dc;
    padding: 0.6em;
    border-radius: 10px;
    margin: 1em auto;
    font-size: 12px;
}


.info-nut {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    display: none;
    overflow: scroll;
      z-index: 1;
}

.info-nut .warp {
    /*width: 50%;
    min-height: 400px;
    background-color: rgba(255,255,255,.97);*/
    padding: 1em;
    margin: 15% auto; 
    text-align: center;
    z-index: 1;

}

.info-nut .warp img {
    height: 500px;
    margin: 1em auto: 
}

.datos-contacto {
        width: 70%;
    margin: 0 auto;
    list-style: none;
    font-size: 1.2em;
    text-align: center;
    padding-bottom: .1em;
    border-bottom: 1px dashed;
}

.datos-contacto li {
    display: inline-block;
    margin: 1em;
    transition:.5s;
}

.datos-contacto li:hover {transform:scale(1.1);}

.datos-contacto a {
    font-weight: 100;
    color: #534741;
    text-decoration: none;
}

.datos-contacto li i {
    color:  #cd2e19;
    margin-right: 10px;
}

#forma-contacto {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

#forma-contacto input {
    -webkit-apparence:none;
    border: none;
    background-color: #EDE0D1;
    border-radius: 10px;
    padding:.8em;
    width: 30%;
    margin: 1em;
    color: #534741;

}

#forma-contacto textarea {
    -webkit-apparence:none;
    border: none;
    background-color: #EDE0D1;
    border-radius: 10px;
    padding:1em;
    width: 70%;
    margin: 1em;
    color: #534741;
    min-height: 200px;

}

#forma-contacto button {
        display: block;
    -webkit-appearance: none;
    background-color: transparent;
    border: transparent;
    width: 130px;
    margin: 0 auto;
    transition:.5s;
}

#forma-contacto button:hover {
    transform:scale(1.1);
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #534741;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #534741;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #534741;
}
:-moz-placeholder { /* Firefox 18- */
  color: #534741;
}

input, textarea {transition:.5s;}
input:focus, textarea:focus {outline: 0; transform:scale(1.1);}

.light-back-color {background-color: #EDE0D1;}


.top-slider2 {
    width: 100%;
    height: 600px;
    position: relative;
        margin-top: -2%;
        margin-bottom: 2%;
        z-index: 0;
}


.display2 {
    width: 33%;
    height: 450px;
    background-image: url(../img/slide-display.svg);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    animation: bounceInDown 2s;
    left: 53px;
}

.display-content2 {
    color: white;
    width: 80%;
    padding-top: 161px;
    margin:0 auto;
    height: 400px;
    position: relative;
    animation: bounceInDown 2s;
}

.display-content2 h1 {
    font-size: 3.5em;
    font-family: 'Quattrocento', serif;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    text-align: center;
    margin-bottom: 10px;
}

.display-content2 h3 {
    font-family: 'Indie Flower', cursive;
    text-align: center;
    font-size: 1.5em;
}

.seleciona-ti {
        width: 60%;
    float: right;
    margin-top: 10%;
    color: white;
    font-weight: 100;
}

.select-box {
    width: 60%;
    float: right;
    margin-right: 0%;
}

.box {
    width: 25%; */
    float: left;
    margin: 1%;
    overflow: visible;
    position: relative;
    text-align: center;
    margin-top: 11%;
    color: white;
    font-weight: 100;
    animation: slideInUp 3s;
    background-color: rgba(115,99,87,.2);
    border-radius: 10px;
    /* padding: 3em 0; */

}

.caja{
    width: 25%; */
    float: left;
    margin: 1%;
    overflow: visible;
    position: relative;
    text-align: center;
    margin-top: 11%;
    color: white;
    font-weight: 100;
    animation: slideInUp 3s;
    background-color: rgba(115,99,87,.2);
    border-radius: 10px;
    /* padding: 3em 0; */

}

.arma-h3 {
        margin: 0;
    font-size: 2em;
    color: #cd2e19;
}




/*.box input {
      -webkit-appearance: none;
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: transparent;
    border: none;
    display: block;
    transition:.5s;
    border-radius: 10px;
    z-index: 0;
}*/

.box input {
  margin-top: 3%;

}


.cbottle {
    width: 30px;
    position: absolute;
}
.cbC1{left: 18px;}
.cbC2{left: 76px;}
.cbC3{left: 132px;}
.cbC4{left: 190px;}
.cbC5{left: 240px;}
.cbC6{left: 300px;}


.cbR1{top: -28px;}
.cbR2{top: 16px;}
.cbR3{top: 61px;}
.cbR4{top: 104px;}

.botellas_wrapper {
        /* margin-top: -45px; */
    /* margin-top: 195px; */
    /* margin-bottom: 60px; */
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}


.boxes_wrapper {
    width: 100%;
    display: block;
    height: 215px;
}

.salsa_cartel{
          background-color: #241C19;
    margin: 20px;
    border-radius: 18px;
    /* padding: 10px; */
    display: flex;
    flex-flow: column;

}

.salsa_cartel h3{
   color: #FFFFFF !important;
    margin: 0;
    margin-top: 10px;
}

.box img{z-index:3; display: block;}

.img-box-6 {width: 50%; margin:8% auto 1% auto;}
.img-box-12 {width: 60%; margin:0 auto 1% auto;}
.img-box-24 {width: 70%; margin:-8% auto 1% auto;}

.botellas {
      width: 50%;
    /* margin: -7% auto 5% auto; */
    /* z-index: 1; */
    position: relative;
    top: 195px;
    overflow: auto;
    animation: bounceInUp 3s;
}

.botellas::-webkit-scrollbar { 
    display: none; 
}

.tienda_wrapper{ 
 background-image: url(../img/bg.jpg);
    background-size: cover;
    display: flex;
    flex-flow: column;
        margin-bottom: 60px;
}

.bot-tienda{
    width: 25%;
    display: block;
    float: left;
    text-align: center;
}

.bot-tienda img {width: 30%;}

.bot-tienda input[type=number] {
    padding: .1em;
    border-radius: 5px;
    border:none;
      font-family: 'Indie Flower', cursive;
    text-align: center;
    font-size: 2em;
    color: #4c0c07;

}

.bot-tienda h3 {
        font-family: 'Indie Flower', cursive;
    text-align: center;
       font-size: 1.5em;
    color: #4c0c07;
}

.tienda-footer h1 {margin-bottom: 0;}
.tienda-footer h1 span {color: #cd2e19;}
.tienda-footer h2{
        font-family: 'Indie Flower', cursive;
    font-size: 1.3em;
    color: #cd2e19;
    margin-top: 0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1600px) {
    .warp-producto {
    width: 70%;}

        .warp-producto .nivel-picante {
      width: 8%;
    right: 0%;
    top: -19%;
}

.display2 {
    width: 42%;
}

.select-box {
    margin-right: -7%;

}


}

    


@media (max-width: 1300px) {
    .display2 {height: 422px;}

    .select-box {
    margin-top: 7%;}

}

@media (max-width: 1000px) {
    .display2 {
        width: 60%;
        position: initial;
        left: 0;
        margin: 0 auto;
    }

   .select-box {
    width: 80%;
    margin: -9% auto 10% auto;
    float: none;
    display: block;
}

.box {
    width: 30%;
    background-color: rgba(115,99,87,.5);
}

.bot-tienda {margin-top: 5%;}
.bot-tienda img {width: 35%;}

}

@media (max-width: 900px) {
    .warp-producto {
    width: 80%;}
}

@media (max-width: 800px) {

    .info-nut .warp {
        margin: 25% auto; 
         width: 70%;

    }

.warp-producto {
    width: 80%;}

    .warp-producto .nivel-picante {
    width: 10%;
    right: 2%;
        top: -357px;
}

.botella-producto {
    width: 18%;
    margin-top: -29%;
}

.bg-top {height: 250px;}

.productos-hr {
       margin-top: 23%;
    width: 150%;
    margin-left: -29%;
}

.display-mob {
    display: block;  
}

.hide-mob {display: none}


#logo {
         width: 38%;
    margin-top: 5%;
    margin-left: 8%;
}

.change #logo {
    width: 165px !important;
    margin: 10px 0px 10px 16px;
}

.menu {height: auto;}

.menu ul li a img {
    width: 120px;
    margin-left: 0;
}

.menu ul {
  height: auto;
    background-color: rgba(255,255,255,.89);
    -webkit-padding-start: 0;
    position: fixed;
    right: 11%;
    top: 15%;
    animation: fadeIn 1s;
    transition: .5s;
    width: 70%;
    box-shadow: 0px 5px 5px rgba(0,0,0,.2);
    padding: 6% 0;
}


.hide-mobile {display: none;}

.change ul {
        top: 46px;
}

.menu ul li a { color:#534741;}


.menu ul li {
        display: block;
    letter-spacing: 4px;
    transition: .5s;
    margin: 1em auto;
    text-align: center;
}

    .home-slide {
    margin-left: 0px;
}

    .display {
    width: 380px;
    height: 440px;
    left: 10px;
     margin-top: -65px;
}

#chilteco-slide {    width: 28%;}

.all-slide-content {
    width: 100%;}

    .home-slide {
    width: 400px;
       margin-left: 220px;
}

.display-content {
    width: 300px;
    padding-top: 150px;
    margin-left: 50px;
   

}

.display-content h1 {font-size: 2.2em;}
.display-content h2 {font-size: 1.1em;}


.display-content .nivel-picante {
    right: -28px;
    top: 175px;
}

.slick-dots {left: 22%;
    width: 50%;}

.botella-slide {
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 2%;
    margin-top: 0;
    margin-right: 0;
}


.saber-mas-btn {
 display: none;
}


.col-3 {
    width: 100%;
    float: none;
    margin-right: 0;
}

#logo-quienes-home {
    width: 45%;
    margin: 2% auto;
}

.col-7 {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.quienes-hr {
        width: 142%;
    margin-left: -5%;
}

    #chaman-home {
    width: 21%;
    right: 1%;
    bottom: -151px;
}

#pchiltepin-home {
    width: 24%;
    left: 3%;
}

.redes-footer {
    text-align: center;
    position: inherit;
    right: 0;
    top: 1%;
    -webkit-padding-start:0;
    margin: 0;
}

.ul-menu {display: none;}


.productos-salsas .col-5 {
    margin: 2% auto 10% auto;
    width: 90%;
}

}

@media (max-width: 790px) {

    .home-slide {margin-left: 100px;
    }

    .productos-salsas .col-5 {
    margin: 2% auto 10% auto;}

    #warp-otros .col-5 {    width: 60%;
    min-height: auto;
    margin: 1em auto 2em auto;
    display: block;
    float: none;}

    .warp-producto h3 {font-size: 1.2em;}

.display2 {
    width: 80%;
}

.select-box {
    width: 90%;
    margin: 1% auto;
    float: none;
    display: block;
    text-align: center;
}

.box {
      width: 70%;
    background-color: rgba(115,99,87,.8);
    margin: 1% auto;
    text-align: center;
    float: none;
    display: block;
    padding: 0.2em 0;
    height: 120px;
}

.box img {
    z-index: 3;
    display: inline-block;
    width: 36%;
        margin: 0% 2%;
}

.botellas {
    width: 70%;
    margin: 190px auto 5% auto;
    z-index: 1;
    position: relative;
    overflow: auto;
    animation: bounceInUp 3s;
}

.bot-tienda {
    width: 50%;}

}



@media (max-width: 500px) {
.box {
    height: 110px;
}
    .home-slide {margin-left: 50px;}
    .botella-producto {
    width: 30%;
    margin-top: -59%;
}

    .warp-producto .nivel-picante {
    width: 15%;
    right: 2%;
        top: -340px;
}

.display2 {
    width: 100%;
    height: 325px;
}

.display-content2 h1 {
    font-size: 2.5em;}

    .display-content2 {
    color: white;
    padding-top: 107px;}

    .botellas {
    width: 80%;
    margin: 100px auto 5% auto;}

}


@media (max-width: 460px) {

      .info-nut .warp {
        margin: 25% auto; 
         width: 80%;

    }


        .warp-producto .nivel-picante {
    width: 15%;
    right: 2%;
       top: -340px;
}

.warp-producto h3 {font-size: 1.1em;}



.loader img {
    width: 50%;}


    .productos-hr {
       margin-top: 45%;
    width: 250%;
    margin-left: -75%;
}


    .productos-salsas .ver-btn {
    width: 35%;
    left: 31%;
    bottom: -4%;
}

.productos-salsas .col-5 h1 {
    font-size: 2em;}

.productos-salsas .col-5 h3 {
    font-size: 1em;
    padding-bottom: 7%;
}

 .top-slider{    height: 550px;}

    .t-col2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

#logo-quienes-home {
    width: 45%;
    margin: 4% auto;
}



.menu ul{ width: 60%;}

.home-slide {
    width: 350px;
    margin: 0 auto;
}


.display {
    width: 300px;
    height: 440px;
    margin: -110px auto 0;
}

.display-content {
      width: 273px;
    padding-top: 100px;
    margin-left: 31px;
   

}

.display-content h1 {font-size: 2.2em;}
.display-content h3 {font-size: 1.2em;}


.display-content .nivel-picante {
    right: 10px;
    top: 122px;
    height: 70px;
}

.slick-dots {left: 22%;
    width: 50%;}

.botella-slide {
       width: 70px;
    position: absolute;
    bottom: 0;
    right: 10%;
    margin-top: 0;
    margin-right: 0;

}

.quienes-hr {
    width: 235%;
    margin: 4% auto;
}

#pidetucaja-home {
    width: 300px;}

    #home-feature-photo {
    height: 250px;}

    #chaman-home {
    width: 28%;
    right: 1%;
    bottom: -111px;
}

#pchiltepin-home {
    width: 24%;
    left: 1%;
}

.derechos a {
    font-size: 12px;
    text-decoration: underline;
    color: #534741;
    opacity: .8;
    display: inline-block;
    width: 90%;
}

}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}