.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; }

.sombra {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(107, 100, 99, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(107, 100, 99, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(107, 100, 99, 0.75); }

.cold {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2e353d;
  z-index: 100;
  color: #ffffff;
  padding: 5px 5px 0px 5px;
  font-size: 20px; }

/*common various*/
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #4a4a4a; }


.cerrar-sesion a {
  color: red !important;
} 

a {
  color: inherit; }

a:focus, a:hover {
  color: inherit;
  text-decoration: none; }

.whatsapp {
  width: 15px;
  height: auto;
  margin: 1px;
}

.noPadding {
  padding: 0; }

.hasPadding {
  padding: 20px 0; }

.hasMargin {
  margin: 50px 0 10px; }

.col-centered {
  float: none;
  margin: 0 auto; }

.clear {
  clear: both;
  height: 40px; }

.btn {
  border-radius: 0; }

.breadcrumb {
  background-color: transparent;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 8px 15px 0 0;
  color: #92cdad; }
  .breadcrumb a {
    font-family: "Bree Serif", serif;
    font-size: 13px;
    font-size: 1.3em;
    color: #151414;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .breadcrumb a {
    font-family: "Bree Serif", serif;
    font-size: 13px;
    font-size: 1.3em;
    color: #151414;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .breadcrumb a:hover {
    text-decoration: none;
    color: #92cdad; }
  .breadcrumb a:first-child:hover {
    text-decoration: none;
    color: #151414; }

.form-control {
  border-radius: 0; }

.modal-content {
  border-radius: 0; }

.modal-backdrop {
  opacity: 0.9 !important; }

textarea {
  resize: none; }

.relative {
  position: relative; }

#headingOne {
    background-color: #92cdad;
}
#headingTwo {
    background-color: #92cdad;
}


/*MODAL ADVICE*/
.advice {
  padding-right: 0 !important; }
  .advice .modal-dialog {
    margin: 100px auto;
    text-align: center; }
  .advice .modal-header {
    border-bottom: none; }
    .advice .modal-header img {
      margin: -50px auto 0 auto; }
  .advice .modal-content {
    box-shadow: none;
    border: none;
    border-top: 4px solid #92cdad; }
    .advice .modal-content h4 {
      font-size: 13px;
      font-size: 1.3em;
      line-height: 1.3em;
      margin: 10px 0 15px;
      color: #272727;
      font-weight: 600; }
    .advice .modal-content p {
      font-size: 11px;
      font-size: 1.1em; }
    .advice .modal-content h4, .advice .modal-content p {
      font-family: "Bree Serif", serif; }
  .advice .modal-footer {
    padding-bottom: 25px;
    padding-top: 15px;
    text-align: center;
    border-top: none; }
    .advice .modal-footer button {
      color: #fff;
      background-color: #92cdad;
      font-weight: 900;
      font-size: 12px;
      font-size: 1.2em;
      -webkit-text-shadow: 0px 1px 2px #548269;
      text-shadow: 0px 1px 2px #548269;
      border-color: #72bb93; }

/*HEADER*/
.navHeader {
  padding: 8px;
  color: #ffffff;
  font-size: 9px;
  font-size: 0.9em;
  text-align: right; }
  .navHeader .navHeaderIcon div {
    display: inline; }
  .navHeader .navHeaderIcon p {
    display: inline; }

.sinTAC {
  position: relative; }
  .sinTAC img {
    position: absolute;
    left: 0;
    z-index: 1000;
    top: 20px; }

.topHeader {
  background-image: url(../images/fdoHeader.jpg);
  height: 190px;
  background-size: cover;
  border-bottom: 4px solid #151414;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .topHeader .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

/*cart*/
.cart {
  position: fixed;
  left: 0;
  width: 115px;
  height: 115px;
  background-color: #92cdad;
  margin-top: 200px;
  padding: 10px 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(107, 100, 99, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(107, 100, 99, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(107, 100, 99, 0.75);
  z-index: 1000;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .cart img {
    margin: 0 auto;
    width: 80%;
    height: auto; }
  .cart p {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.5em;
    text-align: center; }

.cart:hover {
  background-color: #2e353d; }

.activeCart {
  background-color: #2e353d; }

.activeCart:before {
  position: absolute;
  text-align: center;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: celiacofont;
  color: #ffffff;
  content: 'K';
  background-color: #92cdad;
  right: -9px;
  top: -9px;
  padding-top: 3px; }

/*ENDING*/
.ending {
  height: 50px;
  background-image: url(../images/ending.svg);
  background-repeat: repeat-x; }

.endingFooter {
  height: 10px;
  background-image: url(../images/endingFooter.svg);
  background-repeat: repeat-x; }

.endingFooterUp {
  height: 15px;
  background-image: url(../images/ending.svg);
  background-repeat: repeat-x;
  position: absolute;
  z-index: 1;
  width: 100%; }

/*navbar*/
.navbar {
  background-color: #151414;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 60px;
  box-shadow: 0px 2px 3px 0px #191111;
  background-image: url(../images/tizanavbar.png); }

.navbar-toggle {
  margin: 0; }
  .navbar-toggle .icon-bar {
    background-color: #f8f5f0; }

.nav > li > a {
  font-family: "Bree Serif", serif;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2em;
  padding: 15px 15px 15px 0;
  letter-spacing: 1px;
  text-shadow: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.nav > li > a {
  font-family: "Bree Serif", serif;
  color: #ffffff;
  font-size: 11px;
  font-size: 1.1em;
  padding: 15px 0px 15px 0;
  letter-spacing: 1px;
  text-shadow: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  text-shadow: 0px 4px 2px #101010;
  color: #ffffff !important; }

.menu .col-md-1, .menu .col-sm-2, .menu .col-md-10, .menu .col-sm-8 {
  padding: 0px; }

/*content*/
.content {
  /*INDEX*/
  /*fin index*/
  /*NOSOTROS*/
  /*fin nosotros*/
  /*faq*/
  /*RECETAS*/ }
  .content .index {
    background-image: url(../images/fdoIndex.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .content .index .sections {
      background-color: #ffffff;
      border-top: 4px solid #151414;
      padding: 45px 15px 55px 15px;
      text-align: center; }
      .content .index .sections .icons div {
        display: -webkit-inline-box;
        height: 50px; }
      .content .index .sections .icon-pan:before, .content .index .sections .icon-pastelito:before, .content .index .sections .icon-timbre:before, .content .index .sections .icon-frasco2:before, .content .index .sections .icon-balanza:before, .content .index .sections .icon-salpi:before, .content .index .sections .icon-cacerola:before, .content .index .sections .icon-espatula:before, .content .index .sections .icon-sobre:before, .content .index .sections .icon-msj:before, .content .index .sections .icon-avion:before, .content .index .sections .icon-celular:before {
        font-size: 30px;
        font-size: 3em;
        padding: 2px; }
      .content .index .sections .icon-cuchilla, .content .index .sections .icon-frasco2, .content .index .sections .icon-facebook {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .content .index .sections .icon-balanza, .content .index .sections .icon-pan, .content .index .sections .icon-sobre {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      .content .index .sections .icon-salpi, .content .index .sections .icon-pastelito, .content .index .sections .icon-msj {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
      .content .index .sections .icon-espatula, .content .index .sections .icon-frasco, .content .index .sections .icon-celular {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      .content .index .sections .icon-manopla, .content .index .sections .icon-pastelito2, .content .index .sections .icon-sobre {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      .content .index .sections .btnEntrar div {
        display: inline; }
      .content .index .sections .btnEntrar h4 {
        text-transform: uppercase;
        color: #92cdad;
        display: inline;
        font-weight: 500;
        font-size: 15px;
        font-size: 1.5em;
        font-weight: 600; }
      .content .index .sections .btnEntrar .icon-firuizq:before, .content .index .sections .btnEntrar .icon-firuder:before {
        margin: 0 7px;
        font-size: 25px;
        font-size: 2.5em;
        position: relative;
        top: 12px; }
    .content .index .sections:hover {
      cursor: pointer; }
    .content .index a:focus, .content .index a:hover {
      color: inherit;
      text-decoration: none; }
    .content .index .destaque {
      color: #ffffff;
      padding: 10px 40px 20px 40px;
      text-align: center;
      font-family: "Bree Serif", serif;
      margin: 60px 0; }
      .content .index .destaque h3 {
        margin: 0;
        padding: 0;
        text-shadow: #17120f 0px 3px 3px; }
    .content .index svg {
      margin: 30px auto; }
    .content .index .fillen {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .content .nosotros {
    background-image: url(../images/fdoIndex1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .content .nosotros .descripNosotros {
      background-color: #f8f5f0;
      margin: 80px 0 0 0;
      padding: 60px;
      border-top: 4px solid #151414;
      text-align: center; }
    .content .nosotros .ending {
      margin-bottom: 80px; }
    .content .nosotros .cartel {
      position: absolute;
      top: -40px;
      right: 0;
      left: 0;
      margin: 0 auto; }
    .content .nosotros h4 {
      font-size: 13px;
      font-size: 1.3em;
      line-height: 1.3em;
      margin: 25px 0 35px;
      color: #272727;
      font-weight: 600; }
    .content .nosotros p {
      font-size: 11px;
      font-size: 1.1em; }
    .content .nosotros h4, .content .nosotros p {
      font-family: "Bree Serif", serif; }
  .content .faq {
    background-image: url(../images/fdo2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .content .faq .descripFaq {
      background-color: #f8f5f0;
      margin: 80px 0 0 0;
      padding: 60px;
      border-top: 4px solid #151414; }
      .content .faq .descripFaq a {
        display: inline-block; }
      .content .faq .descripFaq img {
        margin: 0 auto; }
      .content .faq .descripFaq .table-responsive {
        margin: 25px auto; }
      .content .faq .descripFaq small {
        color: #92cdad; }
      .content .faq .descripFaq h4 {
        margin-top: 20px;
        color: #92cdad; }
      .content .faq .descripFaq h5 {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: bold; }
    .content .faq .modal-header {
      padding: 15px 40px; }
      .content .faq .modal-header h4 {
        font-size: 13px;
        font-size: 1.3em;
        margin-bottom: 0px;
        color: #92cdad;
        margin-top: 0; }
    .content .faq .modal-body {
      padding: 25px 45px 45px 45px; }
    .content .faq .cat h4 {
      font-size: 13px;
      font-size: 1.3em;
      line-height: 1.3em;
      margin: 25px 0 35px;
      color: #272727;
      font-weight: 600;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .content .faq .cat img {
      margin: 25px auto 0 auto;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .content .faq .cat:hover {
      cursor: pointer; }
      .content .faq .cat:hover h4 {
        color: #92cdad; }
      .content .faq .cat:hover img {
        margin: -15px auto 0 auto; }
    .content .faq .catMinorista h4, .content .faq .catMayorista h4 {
      text-align: center; }
    .content .faq #catMinorista, .content .faq #catMayorista {
      position: relative; }
      .content .faq #catMinorista ol, .content .faq #catMayorista ol {
        padding-left: 0; }
      .content .faq #catMinorista ol > li, .content .faq #catMayorista ol > li {
        margin: 0;
        padding: 0;
        text-indent: 0em;
        list-style-type: none;
        counter-increment: item;
        margin-bottom: 6px; }
      .content .faq #catMinorista ol > li:before, .content .faq #catMayorista ol > li:before {
        display: inline-block;
        font-weight: bold;
        text-align: right;
        content: counter(item) ". ";
        color: #92cdad; }
      .content .faq #catMinorista .btn, .content .faq #catMayorista .btn {
        color: #fff;
        background-color: #92cdad;
        font-weight: 900;
        font-size: 12px;
        font-size: 1.2em;
        margin-top: 15px;
        letter-spacing: 1px;
        -webkit-text-shadow: 0px 1px 2px #548269;
        text-shadow: 0px 1px 2px #548269; }
    .content .faq .activeCat h4 {
      color: #92cdad; }
    .content .faq .ending {
      margin-bottom: 80px; }
    .content .faq .cartel {
      position: absolute;
      top: -40px;
      right: 0;
      left: 0;
      margin: 0 auto; }
    .content .faq p {
      font-size: 10px;
      font-size: 1em; }
    .content .faq h4, .content .faq h5 {
      font-family: "Bree Serif", serif; }
    .content .faq p a {
      color: #92cdad; }
  .content .recetas {
    background-color: #f8f5f0; }
    .content .recetas .box {
      width: 200px;
      height: 300px;
      position: relative;
      border: 1px solid #BBB;
      background: #EEE; }
    .content .recetas .ribbon {
      position: absolute;
      right: 11px;
      top: -4px;
      z-index: 1;
      overflow: hidden;
      width: 75px;
      height: 75px;
      text-align: right; }
      .content .recetas .ribbon span {
        font-size: 10px;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #92cdad;
        box-shadow: 0 3px 10px -5px black;
        position: absolute;
        top: 19px;
        right: -21px;
        letter-spacing: 1px; }
      .content .recetas .ribbon span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #399160;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #399160; }
      .content .recetas .ribbon span::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #399160;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #399160; }
    .content .recetas .pic {
      border: 0;
      background-color: #daba93;
      position: relative;
      overflow: hidden;
      margin-bottom: 15px;
      display: inline-block;
      -webkit-animation: anima 2s;
      -moz-animation: anima 2s;
      -o-animation: anima 2s;
      -ms-animation: anima 2s;
      animation: anima 2s; }
      .content .recetas .pic img {
        display: inline-block; }
      .content .recetas .pic .caption {
        text-align: center;
        color: #ffffff;
        font-size: 12px;
        font-size: 1.2em;
        text-shadow: 0px 2px 5px #ab9a80;
        letter-spacing: 1px;
        padding: 10px 0; }
        .content .recetas .pic .caption h4 {
          margin: 10px 0 0 0;
          font-weight: 600; }
        .content .recetas .pic .caption .icon-firuizq, .content .recetas .pic .caption .icon-firuder {
          display: inline; }
        .content .recetas .pic .caption .icon-firuizq:before, .content .recetas .pic .caption .icon-firuder:before {
          font-size: 16px;
          font-size: 1.6em; }
    .content .recetas .pic-caption {
      cursor: default;
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(../images/recetaHover.gif);
      background-repeat: no-repeat, repeat;
      background-size: cover;
      padding: 10px 20px;
      text-align: center;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      color: #ffffff;
      animation-duration: 0.7s;
      -moz-animation-duration: 0.7s;
      -webkit-animation-duration: 0.7s; }
    .content .recetas .pic-title {
      font-size: 20px;
      color: #ffffff;
      font-family: 'Raleway', sans-serif;
      letter-spacing: 1px; }
    .content .recetas .pic-caption p {
      margin: 20px auto; }
    .content .recetas a, .content .recetas a:hover, .content .recetas .pic .pic-image, .content .recetas .pic-caption, .content .recetas .pic:hover .pic-caption, .content .recetas .pic:hover img {
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .content .recetas .pic:hover .top-to-bottom {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      cursor: pointer; }
    .content .recetas .top-to-bottom {
      bottom: 80%;
      left: 0; }
    .content .recetas .pic:hover .top-to-bottom {
      left: 0;
      bottom: 0; }

.recetaAmpliada .receta {
  margin-top: 0px;
  background-color: #151414; }
  .recetaAmpliada .receta .img {
    background-repeat: no-repeat;
    min-height: 500px;
    max-width: 600px;
    background-position: left;
    border-right: 4px solid #daba93;
    background-size: cover; }
  .recetaAmpliada .receta .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
    .recetaAmpliada .receta .ribbon span {
      font-size: 10px;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 100px;
      display: block;
      background: #92cdad;
      box-shadow: 0 3px 10px -5px black;
      position: absolute;
      top: 19px;
      left: -21px; }
    .recetaAmpliada .receta .ribbon span::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid #399160;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #399160; }
    .recetaAmpliada .receta .ribbon span::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #399160;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #399160; }
  .recetaAmpliada .receta .descripcion {
    background-image: url(../images/recetaFdo.jpg);
    padding: 35px;
    min-height: 500px;
    background-size: cover;
    color: #ffffff;
    text-shadow: 0px 3px 4px #131311;
    max-height: 500px;
    overflow-y: auto; }
    .recetaAmpliada .receta .descripcion h4 {
      font-family: "Bree Serif", serif;
      margin: 0;
      letter-spacing: 0.5px; }
    .recetaAmpliada .receta .descripcion .icon-firuizq, .recetaAmpliada .receta .descripcion .icon-firuder {
      display: inline;
      color: #e8e0d3;
      margin-left: -1px; }
    .recetaAmpliada .receta .descripcion .icon-firuizq:before, .recetaAmpliada .receta .descripcion .icon-firuder:before {
      font-size: 18px;
      font-size: 1.8em; }
    .recetaAmpliada .receta .descripcion h5 {
      color: #e8e0d3;
      margin: 10px 0 2px 0;
      font-size: 11px;
      font-size: 1.1em; }
.recetaAmpliada .pic {
  border: 0;
  background-color: #daba93;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-animation: anima 2s;
  -moz-animation: anima 2s;
  -o-animation: anima 2s;
  -ms-animation: anima 2s;
  animation: anima 2s; }
  .recetaAmpliada .pic .caption {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2em;
    text-shadow: 0px 2px 5px #ab9a80;
    letter-spacing: 1px;
    padding: 10px 0 0 0; }
    .recetaAmpliada .pic .caption h4 {
      margin: 0;
      font-weight: 600; }
    .recetaAmpliada .pic .caption .icon-firuizq, .recetaAmpliada .pic .caption .icon-firuder {
      display: inline; }
    .recetaAmpliada .pic .caption .icon-firuizq:before, .recetaAmpliada .pic .caption .icon-firuder:before {
      font-size: 16px;
      font-size: 1.6em; }
.recetaAmpliada .pic-caption {
  cursor: default;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/recetaHover.gif);
  background-repeat: no-repeat, repeat;
  background-size: cover;
  padding: 10px 20px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  color: #ffffff;
  animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s; }
.recetaAmpliada .pic-title {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px; }
.recetaAmpliada .pic-caption p {
  margin: 20px auto; }
.recetaAmpliada a, .recetaAmpliada a:hover, .recetaAmpliada .pic .pic-image, .recetaAmpliada .pic-caption, .recetaAmpliada .pic:hover .pic-caption, .recetaAmpliada .pic:hover img {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.recetaAmpliada .pic:hover .top-to-bottom {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  cursor: pointer; }
.recetaAmpliada .top-to-bottom {
  bottom: 80%;
  left: 0; }
.recetaAmpliada .pic:hover .top-to-bottom {
  left: 0;
  bottom: 0; }
.recetaAmpliada .modal-dialog {
  margin: 15% auto;
  background-color: #92cdad;
  width: 180px; }
  .recetaAmpliada .modal-dialog .modal-content {
    background-color: transparent;
    border: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  .recetaAmpliada .modal-dialog a {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-shadow: -1px 2px 2px #6BA083;
    -webkit-text-shadow: -1px 2px 2px #6BA083;
    -moz-text-shadow: -1px 2px 2px #6BA083; }
  .recetaAmpliada .modal-dialog a:hover {
    text-decoration: none;
    text-shadow: none;
    margin-top: -2px; }
  .recetaAmpliada .modal-dialog .modal-body {
    padding: 15px 0 0 0; }
.recetaAmpliada .btnCompartir {
  margin-top: 25px;
  cursor: pointer; }

/*SOMBRA EFFECT*/
.sombraef {
  position: relative; }

.sombraef:before, .sombraef:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 20px 10px #777;
  transform: rotate(-3deg); }

.sombraef:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

/* carousel */
.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 50px 40px;
  margin-top: 80px; }

/* Previous button  */
.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: transparent;
  border: 2px solid #92cdad;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  color: #92cdad; }

/* Next button  */
.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: transparent;
  border: 2px solid #92cdad;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  color: #92cdad; }

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px; }

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
  background: #c0c0c0; }

.media-carousel .carousel-indicators .active {
  background: #333333; }

/* End carousel */
/*cSlider*/
.cSlider .menuWrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000; }

/*topSlider*/
.topSlider .carousel {
  border-bottom: 4px solid #92cdad; }
.topSlider .carousel-inner {
  height: 250px;
  background-color: #151414; }
.topSlider .carousel-caption {
  padding-bottom: 5px;
  bottom: 7px;
  margin-bottom: 50px; }
  .topSlider .carousel-caption .icons {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .topSlider .carousel-caption .icon-cuchilla, .topSlider .carousel-caption .icon-frasco2, .topSlider .carousel-caption .icon-facebook {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .topSlider .carousel-caption .icon-balanza, .topSlider .carousel-caption .icon-pan, .topSlider .carousel-caption .icon-sobre {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .topSlider .carousel-caption .icon-salpi, .topSlider .carousel-caption .icon-pastelito, .topSlider .carousel-caption .icon-msj {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .topSlider .carousel-caption .icon-cacerola, .topSlider .carousel-caption .icon-timbre, .topSlider .carousel-caption .icon-avion {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .topSlider .carousel-caption .icon-espatula, .topSlider .carousel-caption .icon-frasco, .topSlider .carousel-caption .icon-celular {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .topSlider .carousel-caption .icon-manopla, .topSlider .carousel-caption .icon-pastelito2, .topSlider .carousel-caption .icon-sobre {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .topSlider .carousel-caption img {
    margin: 5px auto;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
.topSlider .fillen {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
.topSlider .carousel-fade .carousel-inner .item {
  transition-property: opacity; }
.topSlider .carousel-fade .carousel-inner .item,
.topSlider .carousel-fade .carousel-inner .active.left,
.topSlider .carousel-fade .carousel-inner .active.right {
  opacity: 0; }
.topSlider .carousel-fade .carousel-inner .active,
.topSlider .carousel-fade .carousel-inner .next.left,
.topSlider .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.topSlider .carousel-fade .carousel-inner .next,
.topSlider .carousel-fade .carousel-inner .prev,
.topSlider .carousel-fade .carousel-inner .active.left,
.topSlider .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }
.topSlider .carousel-fade .carousel-control {
  z-index: 2; }
.topSlider .icons div {
  display: -webkit-inline-box; }
.topSlider .icon-facebook:before, .topSlider .icon-pastelito2:before, .topSlider .icon-frasco2:before, .topSlider .icon-cuchilla:before, .topSlider .icon-manopla:before, .topSlider .icon-pan:before, .topSlider .icon-pastelito:before, .topSlider .icon-timbre:before, .topSlider .icon-frasco:before, .topSlider .icon-balanza:before, .topSlider .icon-salpi:before, .topSlider .icon-cacerola:before, .topSlider .icon-espatula:before, .topSlider .icon-sobre:before, .topSlider .icon-msj:before, .topSlider .icon-avion:before, .topSlider .icon-celular:before {
  padding: 2px;
  color: #f8f5f0;
  font-size: 25px;
  font-size: 2.5em; }

/*contacto*/
.contacto .fillen {
  height: 100px;
  border-bottom: 4px solid #92cdad; }
.contacto .cartel {
  position: relative; }
  .contacto .cartel img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -45px; }
.contacto .map {
  -webkit-filter: sepia(20%);
  -moz-filter: sepia(20%);
  -ms-filter: sepia(20%);
  -o-filter: sepia(20%);
  filter: sepia(20%); }
.contacto .map iframe {
  display: block;
  pointer-events: none;
  position: relative; }
.contacto .map iframe.clicked {
  pointer-events: auto; }
.contacto .form {
  margin: 80px auto 45px auto; }
.contacto label {
  color: #4a4a4a; }
.contacto .form-control {
  padding: 5px 12px;
  background-color: #fff;
  border: 1px solid #f8f5f0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(220, 214, 204, 0.85);
  box-shadow: inset 0 1px 1px rgba(220, 214, 204, 0.85); }
.contacto .form-control:focus {
  border-color: #ece7e0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #dedbd5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #dedbd5; }
.contacto .btn-enviar {
  color: #fff;
  background-color: #92cdad;
  font-weight: 900;
  font-size: 12px;
  font-size: 1.2em;
  margin-top: 15px;
  letter-spacing: 1px;
  -webkit-text-shadow: 0px 1px 2px #548269;
  text-shadow: 0px 1px 2px #548269; }

/*productos*/
body {
  padding-right: 0 !important; }

a {
  display: block; }

.clienteMay {
  font-size: 1.2em;
  text-align: right;
  margin-top: 50px; }
  
  .clienteMay a {
    color: #EC3237; }

.tooltip > .tooltip-inner {
  background-color: #272727;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize; }

.tooltip > .tooltip-arrow {
  border-top-color: #92cdad; }

.productos {
  /*MODAL*/ }
  .productos .nav-side-menu {
    overflow: auto;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10px;
    font-size: 1em;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-transform: capitalize; }
    .productos .nav-side-menu #menuChange {
      background-color: #2e353d; }
    .productos .nav-side-menu .dropdown-menu {
      position: relative;
      width: 100%; }
      .productos .nav-side-menu .dropdown-menu li > a {
        background-color: #181c20;
        border: none;
        line-height: 28px;
        border-bottom: 1px solid #23282e;
        margin-left: 0px;
        color: #ffffff;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; }
      .productos .nav-side-menu .dropdown-menu li > a:hover {
        background-color: #92cdad; }
    .productos .nav-side-menu ul, .productos .nav-side-menu li {
      list-style: none;
      padding: 0px;
      margin: 0px;
      line-height: 35px;
      cursor: pointer; }
    .productos .nav-side-menu ul :not(collapsed) .arrow, .productos .nav-side-menu li :not(collapsed) .arrow {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      vertical-align: middle;
      float: right;
      color: #333; }
    .productos .nav-side-menu li {
      padding-left: 0px;
      border-left: 0;
      border-bottom: 1px solid #151414; }
      .productos .nav-side-menu li a {
        padding-left: 10px;
        text-decoration: none; }
      .productos .nav-side-menu li:hover {
        border-left: 0;
        background-color: #92cdad;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; }
    .productos .nav-side-menu .buscador {
      background-color: #92cdad;
      border-bottom: 1px solid #151414;
      line-height: 32px; }
      .productos .nav-side-menu .buscador input {
        background-color: #92cdad;
        color: #2e353d; }
      .productos .nav-side-menu .buscador .form-control {
        border: 0; }
      .productos .nav-side-menu .buscador .search {
        background-color: #2e353d;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        color: #ffffff;
        padding: 6px 10px;
        border: 0;
        margin-left: 0; }
      .productos .nav-side-menu .buscador .search:hover {
        background-color: #151414; }
      .productos .nav-side-menu .buscador .delete {
        display: none;
        color: #2e353d;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        padding: 6px 10px 6px 0px;
        border: 0;
        margin-left: 0; }
      .productos .nav-side-menu .buscador .delete:hover {
        color: #ffffff; }
      .productos .nav-side-menu .buscador .buscar::-webkit-input-placeholder {
        color: #2e353d; }
      .productos .nav-side-menu .buscador .buscar:-moz-placeholder {
        /* Firefox 18- */
        color: #2e353d; }
      .productos .nav-side-menu .buscador .buscar::-moz-placeholder {
        /* Firefox 19+ */
        color: #2e353d; }
      .productos .nav-side-menu .buscador .buscar:-ms-input-placeholder {
        color: #2e353d; }
    .productos .nav-side-menu .filtro {
      border-bottom: 1px solid #151414; }
      .productos .nav-side-menu .filtro .btn {
        background-color: #272727;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #8a9aad; }
      .productos .nav-side-menu .filtro .btn:hover {
        color: #ffffff;
        background-color: #92cdad; }
      .productos .nav-side-menu .filtro .active {
        background-color: #2e353d;
        border: 0;
        color: #ffffff; }
      .productos .nav-side-menu .filtro .active:after {
        font-family: celiacofont;
        content: 'K';
        margin-left: 5px;
        color: #92cdad; }
  .productos .btn_novedades {
    background-color: #2e353d;
    border-bottom: 1px solid #151414;
    width: 100%;
    display: block;
    text-align: left; }

    .btn-ultimos{
    color: #333333;
    font-weight: bold;
    background-color: #92cdad;
    width: 100%;
    display: block;
    text-align: left; 
    }
    .productos .btn-ultimos:hover {
      color: #333333;
      font-weight: bold;
      background-color: #92cdad;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .productos .btn_novedades:hover {
      color: #ffffff;
      background-color: #92cdad;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
     
    #buscar-ultimos {

     background-color: #2e353d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    border: 0;
    margin-left: 0;}



    #ultimos-modificados {
      float: none !important;
    }

  .calendario{
    padding: 0 !important;
    border: 0 !important;


  }

  .productos .pic {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s;
    -o-animation: anima 2s;
    -ms-animation: anima 2s;
    animation: anima 2s;
    border: 1px solid #e7e8ea; }
    .productos .pic .input-group {
      width: 80%;
      margin: 11px auto; }
    .productos .pic input {
      height: 34px;
      text-align: center;
      border: 1px solid #eaeaea;
      font-weight: bold;
      background-color: #f3f3f3; }
    .productos .pic .icon-plus:before, .productos .pic .icon-minus:before {
      vertical-align: sub; }
    .productos .pic .qty {
      background-color: #ffffff;
      color: #92cdad;
      font-weight: 100;
      margin-top: 0px;
      border-color: #eaeaea; }
  .productos .pic-caption {
    cursor: default;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #92cdad;
    padding: 10px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 0))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
    .productos .pic-caption h4 {
      color: #ffffff;
      font-family: "Bree Serif", serif; }
  .productos .pic-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .productos .pic:hover .pic-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .productos .pic-title {
    font-size: 1.8em; }
  .productos a, .productos a:hover, .productos .pic .pic-image, .productos .pic-caption, .productos .pic:hover .pic-caption, .productos .pic:hover img {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
  .productos .pic:hover .bottom-to-top {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 90))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .productos .bottom-to-top {
    top: 100%;
    left: 0; }
  .productos .pic:hover .bottom-to-top {
    top: 50%;
    left: 0; }
  .productos .caption {
    padding: 0 10px; }
    .productos .caption p {
      margin-bottom: 5px;
      overflow: hidden;
      text-transform: capitalize;
      line-height: 14px;
      height: 30px; }
    .productos .caption h3 {
      margin-top: 0;
      color: #92cdad;
      font-weight: 700;
      margin-bottom: 20px; }
    .productos .caption .cod {
      font-weight: 900;
      text-transform: uppercase;
      margin: 1px 0 8px;
      height: auto;
      font-size: 90%; }
  .productos .progress-btn {
    position: relative;
    width: 80%;
    display: inline-block;
    transition: all 0.4s ease;
    text-transform: uppercase;
    border-color: #272727;
    background-color: #2e353d;
    height: 30px; }
  .productos .progress-btn:not(.active) {
    cursor: pointer; }
  .productos .progress-btn .btn {
    color: #ffffff;
    margin-top: 0px;
    background-color: transparent;
    border: 0;
    font-weight: 100;
    padding: 5px 12px; }
  .productos .progress-btn .progress {
    width: 0%;
    z-index: 5;
    background: #272727;
    opacity: 1;
    transition: all 0.3s ease;
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .productos .progress-btn.active .progress {
    opacity: 1;
    animation: progress-anim 0.9s ease 0s; }
  .productos .ok {
    color: #ffffff;
    position: absolute;
    width: 80%;
    height: 30px;
    left: 0;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    padding-top: 6px;
    opacity: 0; }
  .productos .progress-btn.active .ok {
    opacity: 0;
    animation: progress-anim-ok 0.9s ease 0s; }
  .productos .progress-btn[data-progress-style='fill-back'] .progress {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
@keyframes progress-anim {
  0% {
    width: 0%; }
  30% {
    width: 30%; }
  50% {
    width: 80%; }
  70% {
    width: 100%; }
  95% {
    width: 100%; }
  100% {
    width: 0%; } }
@keyframes progress-anim-ok {
  0% {
    opacity: 0; }
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .productos .table-pagination {
    text-align: center; }
  .productos .pagination > .active > a, .productos .pagination > .active > a:focus, .productos .pagination > .active > a:hover, .productos .pagination > .active > span, .productos .pagination > .active > span:focus, .productos .pagination > .active > span:hover {
    background-color: #92cdad;
    border-color: #76b191;
    color: #ffffff; }
  .productos .pagination > li > a, .productos .pagination > li > span {
    color: #272727; }
  .productos .pagination > li:last-child > a, .productos .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .productos .pagination > li:first-child > a, .productos .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .productos .btnLoginUsuario {
    text-align: right;
    background-color: #2e353d;
    border-color: #ffffff;
    float: right;
    margin-top: 50px;
    color: #ffffff;
    text-transform: uppercase; }
  .productos .menuOpen {
    text-align: right;
    background-color: #92cdad;
    float: right;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%; }
  .productos .usuario .modal-dialog {
    width: 250px;
    margin: 15% auto; }
    .productos .usuario .modal-dialog .modal-content {
      background-color: #92cdad;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .productos .usuario .modal-dialog .modal-content h3 {
        margin: 5px 0 15px 0;
        text-transform: uppercase;
        color: #ffffff;
        font-family: "Bree Serif", serif;
        text-align: center;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .productos .usuario .modal-dialog #mayoristaOpen {
      text-align: center; }
      .productos .usuario .modal-dialog #mayoristaOpen .form-group {
        margin-bottom: 0; }
      .productos .usuario .modal-dialog #mayoristaOpen input {
        text-align: center;
        width: 80%;
        margin: 5px auto;
        margin-bottom: 0;
        border: 1px solid #68b38a;
        border-bottom: 0; }
      .productos .usuario .modal-dialog #mayoristaOpen .btn {
        background-color: #272727;
        color: #ffffff;
        font-weight: 100;
        margin-top: 0px;
        width: 80%;
        text-transform: uppercase;
        border-color: #272727; }
      .productos .usuario .modal-dialog #mayoristaOpen .btn:hover {
        background-color: #151414; }
      .productos .usuario .modal-dialog #mayoristaOpen .inscripcion {
        color: #ffffff;
        margin-top: 15px;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .productos .usuario .modal-dialog #mayoristaOpen .inscripcion a:hover {
        text-decoration: none;
        text-shadow: 0px 2px 2px #2c7b50; }
  .productos .usuario2 .modal-dialog {
    width: 100%;
    margin: 20% auto; }
    .productos .usuario2 .modal-dialog .modal-content {
      background-color: #92cdad;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .productos .usuario2 .modal-dialog .modal-content h3 {
        margin: 5px 0 15px 0;
        text-transform: uppercase;
        color: #ffffff;
        font-family: "Bree Serif", serif;
        text-align: center;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .productos .usuario2 .modal-dialog #mayoristaOpen {
      text-align: center; }
      .productos .usuario2 .modal-dialog #mayoristaOpen .form-group {
        margin-bottom: 0; }
      .productos .usuario2 .modal-dialog #mayoristaOpen input {
        text-align: center;
        width: 80%;
        margin: 5px auto;
        margin-bottom: 0;
        border: 1px solid #68b38a;
        border-bottom: 0; }
      .productos .usuario2 .modal-dialog #mayoristaOpen .btn {
        background-color: #272727;
        color: #ffffff;
        font-weight: 100;
        margin-top: 0px;
        width: 80%;
        text-transform: uppercase;
        border-color: #272727; }
      .productos .usuario2 .modal-dialog #mayoristaOpen .btn:hover {
        background-color: #151414; }
      .productos .usuario2 .modal-dialog #mayoristaOpen .inscripcion {
        color: #ffffff;
        margin-top: 15px;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .productos .usuario2 .modal-dialog #mayoristaOpen .inscripcion a:hover {
        text-decoration: none;
        text-shadow: 0px 2px 2px #2c7b50; }
  .productos #inscripcionMayorista .btn-group-justified {
    margin-top: 25px;
    margin-bottom: 15px; }
    .productos #inscripcionMayorista .btn-group-justified .btn {
      background-color: #272727;
      color: #ffffff;
      font-weight: 100;
      text-transform: uppercase;
      border-color: #272727; }
    .productos #inscripcionMayorista .btn-group-justified .btn:hover {
      background-color: #151414; }

/*carrito*/
.carrito thead {
  background-color: #92cdad;
  color: #2e353d; }
.carrito .table-bordered {
  border-top: 1px solid #1d1c1c; }
.carrito .table {
  text-transform: capitalize; }
.carrito .table > thead > tr > th {
  border: 0;
  font-weight: 100;
  text-transform: uppercase;
  height: 35px;
  padding: 10px; }
.carrito input {
  height: 33px;
  text-align: center;
  border: 1px solid #eaeaea;
  font-weight: bold;
  background-color: #f9f9f9; }
.carrito .icon-plus:before, .carrito .icon-minus:before {
  vertical-align: sub; }
.carrito .qty {
  background-color: #ffffff;
  color: #92cdad;
  font-weight: 100;
  margin-top: 0px;
  border-color: #eaeaea;
  border-bottom: 0;
  border-top: 0; }
.carrito tr > td:nth-child(2) {
  padding: 0; }
.carrito tr > td:nth-child(4) {
  padding: 0; }
  .carrito tr > td:nth-child(4) button {
    background-color: #2e353d;
    border: 1px solid #151414;
    color: #ffffff; }
  .carrito tr > td:nth-child(4) button:hover {
    background-color: #151414;
    border-color: #151414; }
.carrito tr > td:nth-child(3) {
  text-align: center; }
.carrito .total {
  padding-top: 30px; }
  .carrito .total td {
    padding-top: 20px; }
  .carrito .total td:nth-child(2) {
    text-align: right;
    padding: 20px 5px 5px 5px !important; }
.carrito .elegirPedido {
  background-color: #92cdad;
  float: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 25px; }
.carrito .pedido {
  background-color: #92cdad;
  font-weight: 800;
  font-size: 16px;
  float: right;
  color: #2e353d;
  text-transform: uppercase;
  border: 2px solid #2e353d;
  padding: 10px 15px; }
.conforme {
  margin-top: 10px;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
}

.carrito .agregar {
  background-color: #92cdad;
  float: left;
  color: #2e353d;
  text-transform: uppercase;
  margin-top: 35px; }
.carrito #confirmDelete .btn-danger {
  background-color: #272727;
  border: 1px solid #151414;
  color: #ffffff; }
.carrito #confirmDelete .btn-danger:hover {
  background-color: #151414;
  border-color: #151414; }
.carrito .icon-clock-o {
  color: #daba93; }
.carrito .alerta {
  color: #ffffff;
  background-color: #2e353d;
  padding: 15px;
  margin-top: 10px; }
  .carrito .alerta p {
    margin-bottom: 0; }
  .carrito .alerta span {
    color: #ffffff; }
.pasos label {
 text-align: center;
}

.pasos img {
  width: 30px;
  float: left;
  margin-right: 5px;

}

.pasos h4 {
  font-size: 1.5em !important;
}


.formas {
  margin-bottom: 25px;
}

.hide {
  display: none;
}

.detalleC {
  text-decoration: underline;
  cursor: pointer;
}

.checkout .pedido {
    background-color: #ff4900; /*#92cdad*/
    font-weight: 800;
    font-size: 16px;
    float: right;
    color: white; /*#2e353d*/
    text-transform: uppercase;
    border: 2px solid #2e353d;
    padding: 10px 15px;}
.checkout .pedido:hover{
background-color: #2e353d;
border: 2px solid #92cdad;
color: #92cdad ;

}

.pasos select {
  width: 80%;
}

.pasos .input-group{
  width: 80%;
}

.checkout .hide {
  display: none; }
.checkout .previewCarro {
  padding-left: 25px; }
.checkout h4 {
  font-family: "Bree Serif", serif;
  font-size: 12px;
  font-size: 1.2em;
  color: #151414;
  margin: 0 0 15px; }
.checkout .envio {
  color: #92cdad; }
.checkout .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.checkout .panel-heading a:hover, .checkout .panel-heading a:focus {
  text-decoration: none;
  color: #333; }
.checkout .panel-heading h4 {
  margin: 0; }
.checkout .panel-body label {
  color: #272727; }
.checkout .panel-body button {
  background-color: #272727;
  color: #ffffff;
  border-color: #272727;
  margin-top: 20px;
  display: inline-block !important; }
.checkout .panel-body h5 {
  color: #151414;
  font-weight: bolder;
  font-size: 1.5em; }
.checkout .panel-body ul {
  list-style-type: none;
  padding-left: 0; }
.checkout .panel-body ul > li:first-child {
  font-weight: bold;
  margin-bottom: -3px; }
.checkout .panel-body .modifDatos:hover {
  color: #92cdad;
  text-decoration: none; }
.checkout .modal-header h4 {
  margin-bottom: 0; }
.checkout hr {
  margin-top: 5px; }
.checkout #pass {
  margin-bottom: 5px; }
.checkout .passForget {
  font-size: 9px;
  font-size: 0.9em;
  font-weight: 600;
  padding-left: 12px; }
.checkout .passForget:hover {
  color: #92cdad;
  text-decoration: none; }
.checkout .previewProd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25px; }

.more-less {
float: right;
color: #333;
cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  color: #d6d6d6 !important; }

.datosLogueado {
  background-color: #92cdad !important;
}

.gastos {
  color: #ff4900;
  font-weight: bold;
}




/*footer*/
footer {
  background-color: #151414;
  padding: 40px 0 60px;
  color: #ffffff; }
  footer .faq a:hover {
    color: #92cdad;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  footer h4 {
    font-family: "Bree Serif", serif;
    color: #92cdad;
    margin-top: 0;
    margin-bottom: 15px; }
  footer ul {
    padding-left: 0;
    display: table-cell; }
  footer ul:nth-child(3) {
    padding-left: 35px; }
  footer ul > li {
    list-style-type: none; }

  .redes-sociales {
    display: grid;
  }


@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
    .nav-side-menu .toggle-btn {
      display: block;
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 10 !important;
      padding: 3px;
      background-color: #ffffff;
      color: #000;
      width: 40px;
      text-align: center; }

  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important; } }
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block; } }
/*CLASES DE ERROR Y SUCCES*/
.error p {
  color: red; }

.msj-error {
  color: red;
}

/*errorPage*/
#errorPage .errorPage {
  background-image: url(../images/fdoIcons.jpg);
  display: flex;
  align-items: center;
  justify-content: center; }
  #errorPage .errorPage .descriperrorPage {
    background-color: #f8f5f0;
    margin: 80px 0 0 0;
    padding: 60px;
    border-top: 4px solid #151414; }
  #errorPage .errorPage .ending {
    margin-bottom: 80px; }
  #errorPage .errorPage .cartel {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto; }
  #errorPage .errorPage h1 {
    font-family: "Bree Serif", serif;
    font-size: 50px;
    margin-bottom: 50px; }
  #errorPage .errorPage h3 {
    font-family: "Bree Serif", serif;
    color: #92cdad; }
  #errorPage .errorPage h4 {
    font-family: "Bree Serif", serif; }
  #errorPage .errorPage .btn {
    color: #fff;
    background-color: #92cdad;
    font-weight: 900;
    font-size: 12px;
    font-size: 1.2em;
    margin-top: 15px;
    letter-spacing: 1px;
    -webkit-text-shadow: 0px 1px 2px #548269;
    text-shadow: 0px 1px 2px #548269; }
#errorPage .logo {
  max-width: 400px; }
#errorPage .tacc {
  float: right; }

/*Responsive*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .productos .caption p {
    width: 150px; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .content .index .sections {
    padding: 30px 20px 35px 20px; }

  .content .index svg {
    margin: 15px auto 0; }

  .content .index .sections .btnEntrar h4 {
    font-size: 13px;
    font-size: 1.3em; }

  .content .index .destaque {
    margin: 10px 0; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

#ultimos-mob {
        background-color: #eee;
  }

  .productos .caption p {
    width: 250px; }

  .breadcrumb {
    margin-top: 30px; }

  .navbar {
    height: auto;
    background-color: #151414;
    background-image: none;
    box-shadow: none; }

  .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .nav > li > a {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 4px 15px; }

  .nav > li > a:hover, .nav > li > a:focus {
    color: #92cdad !important; }

  /*index*/
  .content .index svg {
    margin: 10px auto 30px; }

  .content .index .sections {
    padding: 28px 20px 25px 20px; }

  .ending {
    height: 35px; }

  /*nav side menu*/
  .productos .nav-side-menu {
    background-color: #92cdad; }

  .productos .nav-side-menu .buscador input {
    background-color: #ffffff;
    color: #4a4a4a; }

  .productos .nav-side-menu .buscador {
    background-color: #ffffff; }

  .productos .nav-side-menu li {
    background-color: #2e353d; }

  .buscar::-webkit-input-placeholder {
    color: #4a4a4a; }

  .buscar:-moz-placeholder {
    /* Firefox 18- */
    color: #4a4a4a; }

  .buscar::-moz-placeholder {
    /* Firefox 19+ */
    color: #4a4a4a; }

  .buscar:-ms-input-placeholder {
    color: #4a4a4a; }

  .productos .btnLoginUsuario {
    float: none;
    margin-top: 0px;
    background-color: #92cdad; 
    border-color: #ffffff;}

  .menuB {
    padding: 7px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }

  .menuB:hover {
    opacity: 0.7; }

  .menuB-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

  .menuB-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }

  .menuB-inner, .menuB-inner::before, .menuB-inner::after {
    width: 35px;
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #92cdad;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

  .menuB-inner::before, .menuB-inner::after {
    content: "";
    display: block; }

  .menuB-inner::before {
    top: -10px; }

  .menuB-inner::after {
    bottom: -10px; }

  /*
  * Collapse
  */
  .menuB--collapse .menuB-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .menuB--collapse .menuB-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

  .menuB--collapse .menuB-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .menuB--collapse.is-active .menuB-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  .menuB--collapse.is-active .menuB-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }

  .menuB--collapse.is-active .menuB-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

  .topHeader {
    height: 160px; }
    .topHeader .logo {
      width: 390px; }
    .topHeader .sinTAC img {
      position: absolute;
      left: 0;
      z-index: 1001;
      top: 125px;
      height: 75px; }

  .cart {
    position: fixed;
    left: 0;
    width: 65px;
    height: 65px;
    margin-top: 0;
    padding: 5px;
    bottom: 25px; }
    .cart img {
      width: 45px; }
    .cart p {
      font-size: 12px;
      margin: 0; }

  /*receta ampliada*/
  .recetaAmpliada .receta .img {
    background-image: url(../images/recetas/rec5-Ampliada.jpg);
    background-repeat: no-repeat;
    min-height: 200px;
    background-position: center center;
    border-bottom: 4px solid #e2d0b4;
    border-right: 0;
    background-size: cover; }

  /*productos*/
  .productos .pic:hover .bottom-to-top {
    top: 70%;
    left: 0; }

  /*contacto*/
  .contacto .fillen {
    height: 72px; }

  /*checkout*/
  .checkout .pedido {
    margin-top: 0px;
    margin-bottom: 25px; }

  .checkout .previewCarro {
    padding-left: 0; }

  /*fotter*/
  footer {
    padding: 40px 0 50px; }
    footer h4 {
      margin-bottom: 5px;
      margin-top: 20px; }

  .advice .modal-dialog {
    width: 85%; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .breadcrumb {
    margin-top: 15px;
    margin-bottom: 30px; }

  .topHeader {
    height: 125px; }
    .topHeader .logo {
      width: 300px; }
    .topHeader .sinTAC img {
      height: 60px;
      top: 95px; }

  .topSlider .carousel-inner {
    height: 200px; }
  .topSlider .carousel-caption {
    margin-bottom: 20px; }
  .topSlider .icons {
    font-size: 8px;
    font-size: 0.8em; }

  .carrito .qty {
    padding: 6px 4px; }

  /*index*/
  .content .index svg {
    margin: 10px auto 10px; }

  .content .index .destaque h3 {
    font-size: 14px;
    font-size: 1.4em; }

  /*productos*/
  .productos .pic:hover .bottom-to-top {
    top: 60%;
    left: 0; }

  /*contacto*/
  .contacto .fillen {
    height: 150px; }

  /*NOSOTROS*/
  .content .nosotros .descripNosotros {
    padding: 40px; }
  .content .nosotros h4 {
    font-size: 12px;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 25px 0 35px;
    color: #272727;
    font-weight: 600; }
  .content .nosotros p {
    font-size: 10px;
    font-size: 1em; }
  .content .nosotros .ending {
    margin-bottom: 60px; }

  .breadcrumb a {
    font-size: 11px;
    font-size: 1.1em; }

  .owl-next {
    right: 15px; }

  .owl-prev {
    left: 15px; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .topHeader .logo {
    width: 280px; }

  /*NOSOTROS*/
  .content .nosotros .descripNosotros {
    padding: 30px 15px 15px 15px; }
  .content .nosotros .ending {
    margin-bottom: 10px; } }
/*FORM STYLE*/
form .error {
  color: #f54545 !important; }

@media (min-width: 992px) {
  #foto_receta {
    max-height: 135px; } }

.btnGuardarCarrito{
  margin-bottom: 10px;
  margin-right: 10px;
}