@import url("smartmenus.css?v=2230");
@import url("menu-responive.css?v=2230");

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #666666;
}

a {
  display: block;
  transition:all .5s ease-in-out;
}
a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
}
.navbar-nav .dropdown-toggle::after {
  display: none;
}
.form-control::focus {
  background-color: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
article a {
    display: inline-block;
}
article p a {
    text-decoration: underline;
}
article p,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article li {
  font-family: 'Inter', sans-serif !important;
}
article p,
article li {
  text-align: justify !important;
}
article ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
[onclick] {
  cursor: pointer;
}
.cantidad-ficha::-webkit-inner-spin-button, 
.cantidad-ficha::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none; 
  margin: 0; 
}
.ul-inline-block li {
  display: inline-block;
}
.btn {
  background: #00bcd5;
  border: 2px solid #00bcd5;
  border-radius: 0;
  font-size: 12px;
  padding: 12px 5px;
  text-transform: uppercase;
  color: white !important;
}
.btn-carrito {
  font-style: italic;
  font-weight: bold;
  border-radius: 0;
  color: white !important;
}
.btn-carousel {
  background: white;
  border: 1px solid #dbdbdb;
  width: 2rem;
  height: 2rem;
  color: #dbdbdb !important;
  padding: 4px;
  cursor: pointer;
}
.btn-form {
  padding: 10px 18px;
}
.btn-carousel#anterior:before {
  content: '<';
}
.btn-carousel#siguiente:before {
  content: '>';
}
.btn-carousel:before {
  color: #272727;
  font-size: 14px;
  line-height: 26px;
  transform: scaleY(1.5);
  display: inline-block;
}
.btn-carousel:hover {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.35);
  transition: all 0.35s ease 0s;
}
.btn:focus {
  border: 2px solid transparent;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cupon-aviso {
  position: absolute;
  left: 10px;
  bottom: -30px;
}
.disabled {
  opacity: 0.5;
}
.modal {
  z-index: 99999;
}
.animacion {
  animation-name: parpadeo;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.contact-form-box {
  padding: 23px 0 0 0;
  margin: 0 0 30px 0;
  box-shadow: rgba(0,0,0,0.17) 0 5px 13px;
}
@keyframes parpadeo {  
  0% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.row-hover .row:hover {
  color: #212529;
  background: rgba(0,0,0,.075);
}
.form-control {
  font-size: 14px;
  border-radius: 0;
}
.form-control::placeholder {
  font-size: 12px;
}
.breadcrumb {
  font-size: 12px;
  text-transform: lowercase;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  content: '»';
}
#subir-cantidad, #bajar-cantidad {
  position: absolute;
  right: 15px;
  width: 34px;
  height: 20px;
  padding: 3px;
  line-height: 0.5;
  font-weight: bold;
  font-size: 16px;
}
#subir-cantidad {
  top: 0;
}
#bajar-cantidad {
  bottom: 0;
}
.facebook i {
  color: #435f9f;
}
.twitter i {
  color: #00aaf0;;
}
.pinterest i {
  color: #ce1f21;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 1px solid #dd6d03;
  border-radius: 100%;
}
.carousel-indicators li.active {
  background: #dd6d03;
}
.precio-anterior {
  opacity: 0.5;
  text-decoration: line-through;
}
.scroll-movil {
  overflow-x: scroll;
}
.badge {
  white-space: normal;
}

/* ==========================================================================
   FONDOS
   ========================================================================== */
.bg-celeste {
  background: #00bcd5;
}
.bg-azul {
  background: #2c3989;
}
.bg-azul-claro {
  background: #055ab5;
}
.bg-gris {
  background: #232323;
}
.bg-gris-claro {
  background: #f8f8f8;
}
.bg-aceptado {
  color: #155724 !important;
  background: #d4edda !important;
  border-color: #c3e6cb !important;
}
.bg-rechazado {
  color: #721c24 !important;
  background: #f8d7da !important;
  border-color: #f5c6cb !important;
}

/* ==========================================================================
   TEXTOS
   ========================================================================== */
.text-blanco {
  color: #dedfea !important;
}
.text-footer {
  color: #787878 !important;
}
.text-celeste {
  color: #00bcd5 !important;
}
.text-naranjo {
  color: #dd6d03 !important;
}
.text-rojo {
  color: red !important;
}
.text-verde {
  color: #009635 !important;
}

/* ==========================================================================
   TITULO
   ========================================================================== */
.titulo-home, .titulo-page h1, .titulo-page h2, .titulo-catalogo, .subtitulo-catalogo {
  color: #272727;
  text-transform: uppercase;
}
.titulo-home, .titulo-page h1, .titulo-page h2 {
  color: #00bcd5;
  padding: 10px 0 20px 0;
  font-size: 18px;
  font-weight: normal;
}
.subtitulo-catalogo {
  font-size: 15px;
}

/* ==========================================================================
   ICONOS
   ========================================================================== */
.icon {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.icon-fono {
  content: url('/img/iconos/icon-fono.svg');
  width: 25px;
}
.icon-circle {
  border: 2px solid #dedfea;
  border-radius: 100%;
  padding: 4px;
  font-size: 15px;
}
.icon-cart {
  content: url('/img/iconos/icon-cart.png');
  width: 30px;
  filter: brightness(0) invert(1);
}
.fa-phone {
  transform: rotate(90deg);
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header .encabezado {
  font-size: 0.8rem;
}
header .usuario li a {
  font-size: 12px;
  padding: 1px 10px;
  border-right: 1px solid #666666;
}
header .usuario li:last-child a {
  padding-right: 0;
  border-right: none;
}
header .menu-header .iconos a {
  color: #00bcd5;
  width: 100%;
  height: 100%;
  text-align: center;
}
header .menu-header .iconos a:hover {
  color: #dd6d03;
}
header .list-buscador {
  position: absolute;
  top: 35px;
  background: white;
  border: 1px solid #dee2e6;
  width: 100%;
  z-index: 999;
}
header .list-buscador li a {
  transition: none;
}
header .list-buscador li a:hover, header .list-buscador li .active {
  background: #00bcd5;
  color: white;
}
#carrito-header .cantidad-carrito {
  background: #00bcd5;
  border-radius: 100%;
  color: white;
  position: absolute;
  top: -8px;
  right: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#carrito-header .dropdown-menu {
  display: block;
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  left: auto;
  right: 0;
  border-radius: 0;
}
#carrito-header .dropdown-menu .list-productos-menu {
  max-height: 211px;
  overflow: auto;
}
#carrito-header .dropdown-menu .titulo-producto {
  font-size: 14px;
  font-weight: bold;
}

/* ==========================================================================
   BOX PRODUCTOS
   ========================================================================== */
.box-productos .titulo-producto {
  font-size: 12px;
  height: 45px;
  overflow: hidden;
}
.box-productos .precio {
  color: #00bcd5;
  font-size: 14px;
  font-weight: bold;
}
.box-productos .producto {
  padding: 0 15px;
  border: 1px solid #dee2e6;
  z-index: 999;
  margin-right: -1px;
}
.box-productos .producto .imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
  overflow: hidden;
}
.productos-home .col-6 {
  margin-bottom: 4rem !important;
}
.box-productos .col-6:hover .producto .carrito {
  opacity: 1;
  bottom: -55px;
  border: 1px solid #dee2e6;
  border-top-color: white;
}
.box-productos .col-6:hover .producto .carrito .btn-producto {
  opacity: 1;
  bottom: 0;
}

/* ==========================================================================
   BOX FICHA DE PRODUCTO
   ========================================================================== */
.box-ficha-producto .zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 18px;
  color: white;
  background: #00bcd5;
  padding: 6px;
}
.box-ficha-producto .galeria .col {
  flex: 0 0 20%;
  max-width: 20%;
}
.box-ficha-producto .redes-sociales .btn-rrss {
  border: 1px solid #dbdbdb;
  background: white;
  color: #666666 !important;
  padding: 6px 12px;
}
.box-ficha-producto .redes-sociales .btn-rrss:hover, .box-ficha-producto .redes-sociales .btn-rrss:hover i {
  color: white !important;
}
.box-ficha-producto .redes-sociales .facebook:hover {
  background: #435f9f;
}
.box-ficha-producto .redes-sociales .twitter:hover {
  background: #00aaf0;;
}
.box-ficha-producto .redes-sociales .pinterest:hover {
  background: #ce1f21;
}
.box-ficha-producto .info-nutricional .nav li a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid #00bcd5;
}
.box-ficha-producto .info-producto .precio {
  font-size: 28px;
  font-weight: bold;
  color: black;
}

.box-ficha-producto .info-nutricional h1 {
  font-size: 2.25rem;
}
.box-ficha-producto .info-nutricional h2 {
  font-size: 1.875rem;
}
.box-ficha-producto .info-nutricional h3 {
  font-size: 1.5rem;
}
.box-ficha-producto .info-nutricional h4 {
  font-size: 1.125rem;
}
.box-ficha-producto .info-nutricional h5 {
  font-size: .9375rem;
}
.box-ficha-producto .info-nutricional h6 {
  font-size: .75rem;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  font-size: 12px;
}
footer a {
  display: inline-block;
}
footer .contacto {
  padding-left: 20px;
}
footer .contacto li {
  position: relative;
  margin: 10px 0;
}
footer .contacto li i {
  position: absolute;
  top: 3px;
  left: -20px;
}
footer .redes-sociales a {
  font-size: 22px;
  padding: 12px;
}
footer.border-bottom {
  border-color: #787878 !important;
}
footer .menu-footer li a {
  padding: 5px 0;
  text-transform: uppercase;
  transition: 0.5s;
}
footer .menu-footer li:first-child a {
  padding-top: 0;
}
footer .menu-footer li a:hover {
  padding-left: 10px;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (min-width: 320px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3:not(.titulo-producto) {
    font-size: 20px !important;
  }
  #carrito-header .dropdown-menu {
    top: 50px;
    min-width: 100%;
  }
  #carrito-header .dropdown-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .titulo-catalogo {
    font-size: 18px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #3c4042;
    font-size: 12px;
  }
  .movil-categorias .dropdown-menu {
    position: absolute;
    min-width: 18rem;
    border-radius: 0;
  }
  .icon-movil {
    color: #00bcd5;
    font-size: 25px;
  }
  .box-productos .producto .imagen img {
    max-height: 190px;
  }

}

@media (min-width: 992px) {

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

  h2 {
    font-size: 28px !important;
  }

  h3:not(.titulo-producto) {
    font-size: 20px !important;
  }

  #carrito-header .dropdown-menu {
    top: 100%;
    min-width: 26rem;
  }
  #carrito-header:hover .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .modal-producto .modal-dialog {
    max-width: 900px;
  }
  .modal-amigo .modal-dialog {
    max-width: 585px;
  }
  .titulo-catalogo {
    font-size: 31px;
  }
  .navbar-expand-lg {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  .navbar-expand-lg .navbar-nav > li > .nav-link {
    padding: 15px 0.5rem;
    padding-right: 0;
  }
  .navbar-expand-lg .navbar-nav > li > .menu-productos {
    padding: 1rem;
    border-right: 1px solid #dee2e6;
  }
  .navbar-expand-lg .navbar-nav > li > .nav-link .menu-titulo {
    border-right: 1px solid #3c4042;
    padding-left: 10px;
    padding-right: 20px;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    min-width: 18rem;
    top: 47px;
    border-radius: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .box-productos .producto .imagen img {
    max-height: 216px;
  }
  .box-productos .producto .carrito {
    position: absolute;
    background: white;
    width: 100%;
    opacity: 0;
    z-index: 10;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0 15px 10px;
    z-index: 9999;
  }
  .box-productos .producto .carrito .btn-producto {
    position: relative;
    width: 100%;
    transition: 1s;
    bottom: 20px;
    opacity: 0;
  }
}

@media (min-width: 1200px) {

  .container {
    max-width: 1170px;
  }

}
@media (min-width: 1366px) {
  .modal-producto .modal-dialog {
    max-width: 1152px;
  }
}
@media (min-width: 1400px) {

}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}