/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31/08/2018, 12:46:58
    Author     : Aldana
*/

:root {
  --azul: #009EE3;
  --celeste: #D9F1FB;
  --rojo: #ED1C24;
  --rosadito: #FCE3E3;
  --negro: #010101;
  --gris: #A1A1A1;
  --agua: #CDECD2;
  --verde: #39B54A;
  --blanco: #FFFFFF;
}

* {
    font-family: Roboto, serif;
    font-size: 1em;
    color: #010101;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A1A1A1;
    opacity: 1; /* Firefox */
}

a{
    color:#009EE3;
}
  
.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

.no-padding-r{
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.no-padding-rl {
    padding-right: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.no-padd-rl {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-padding-rl-condicional {
    padding-right: 0;
    margin-right: 0;
    padding-left: 0;
    margin-left: 0;
}

.text-right{
    text-align: right;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.centro {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a:hover{
    cursor: pointer;
}

input::placeholder{
  color: #999999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}

.fa-spinner{
    font-size: 1em;
    color: #ffffff;
}

.navbar-default{
    border-radius: 0px;
}

.navbar-fixed-top{
    z-index: 100;
}

.overlay{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    
    /*cursor: pointer; /* Add a pointer on hover */
}

#overlay{
    z-index: 200; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay_direccion{
    z-index: 50; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay_checkout{
    z-index: 350; /* Specify a stack order in case you're using a different order for other elements */
    background-color: rgba(0,0,0,0.1); /* Black background with opacity */
}

#overlay_checkout > div{
    width: 25em;
    height: 5em;
    border-radius: 8px;
    background-color: #ff0010;
    font-family: SFProText-Semibold;
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
	
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
  	
    margin: auto;
    padding: 1em;
}

.puntos{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rojo {
  color: #ff0000;
}

body{ 
}

#container.container-fluid{
    margin-top: 10em;
}

#container.container{
    margin-top: 11em;
}

.menu-productos{
    display: flex;
    justify-content: center;
    /*overflow: auto;*/
    /*white-space: nowrap;*/
    padding-left: 0;
    padding-right: 0;
}

.menu-productos-lista > li > a:hover, .menu-productos > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.menu-productos-lista > .separador{
  margin-top: 3em;
  height: 40px;
  border: solid 1px #eaeaea;
}

.menu-productos-lista > .menu-productos-item {
    width: auto;/*9em;*/
    display: inline-block;
}

.menu-productos-lista > .menu-productos-item img{
    margin-bottom: 1em;
    width: 5em;
}

.menu-productos-lista > .menu-productos-item p {
  font-size: 1em;
  text-align: center;
  font-family: Nunito;
  color: #A1A1A1;
}

.menu-productos-lista > .menu-productos-item.active p {
  color: #000000;
  font-family: Nunito;
}

.menu-productos-lista > .menu-productos-item.active a>span {
    text-align: center;
    width: 1em;
    height: 1em;
    border: none;
    background-image: url("../img/flecha-d.svg");
    background-repeat: no-repeat;/* Do not repeat the image */
    background-color: transparent;
    background-position: center; /* Center the image */
    background-size: cover;
}

.menu-productos-lista > .menu-productos-item.active p>span {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #009EE3;
    display: inline-block;
    margin: 0em 0.5em 0em 0em;
}

.menu-productos-titulo {
  font-family: Nunito, serif;
  font-size: 1.4em;
  color: #101010;
  text-align: center;
  margin: 1.5em;
}

.caja-producto-contenedor {
  height: 11em;
}

.caja-producto {
  /*border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 1em;*/
}

.caja-producto > .promo-nuevo {
    position: absolute;
    z-index: 1;
    margin-left: 1em;
    margin-top: 1em;
}

.caja-producto > .descripcion .promo-nuevo > .nuevo {
    /*border-radius: 8px;
    background-color: #231f20;
    width: 48%;*/
    padding: 3px 6px;
    display: inline-block;
    text-align: center;
}

.caja-producto > .descripcion .promo-nuevo > .nuevo > span{
  font-family: SFProText-Bold;
  font-size: 0.7em;
  color: #ffffff;
  text-transform: uppercase;
}

.caja-producto > .descripcion .promo-nuevo > .promo {
  /*border-radius: 8px;
    background-color: #231f20;
    width: 48%;*/
  padding: 3px 6px;
  display: inline-block;
  text-align: center;
}

.caja-producto > .descripcion .promo-nuevo > .promo > span {
  font-family: SFProText-Bold;
  font-size: 0.7em;
  color: #ffffff;
  text-transform: uppercase;
}

.caja-producto > .descripcion .promo-nuevo > .destacado {
  padding: 3px 6px;
  display: inline-block;
  text-align: center;
}

.caja-producto .imagen > a > img{
  border-radius: 4px 4px 0px 0px;
  background-color: #ff0000;
  /*min-height: 10em;*/
}

.caja-producto > .descripcion {
    /*padding: 1em 2em;*/
}

.caja-producto > .descripcion > .precios .rojo {
  font-size: 0.87em;
  color: #ED1C24;
}

.caja-producto > .descripcion > h3, .caja-producto > .descripcion h3 {
  font-size: 0.9em;
  color: #101010;
  margin-top: 0em;/*0.1em;*/
    margin-bottom: 0.5em;
  
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
}

.caja-producto > .descripcion > h3 > a, .caja-producto > .descripcion h3 > a{
    text-decoration: none;
    color: #101010;
}

.caja-producto > .descripcion > h4 {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 0.9em;
    line-height: 1.6;
    color: #666666;
    height: 3.5em;
    /*background-image: -webkit-linear-gradient(#585858, #fff); /* For Chrome and Safari */
    /*background-image:    -moz-linear-gradient(#585858, #fff); /* For old Fx (3.6 to 15) */
    /*background-image:     -ms-linear-gradient(#585858, #fff); /* For pre-releases of IE 10*/
    /*background-image:      -o-linear-gradient(#585858, #fff); /* For old Opera (11.1 to 12.0) */
    /*background-image:         linear-gradient(#585858, #fff); /* Standard syntax; must be last */
    /*color:transparent;
    -webkit-background-clip: text;
    background-clip: text;*/
    overflow-y: scroll;
}

.caja-producto > .descripcion > h3, .caja-producto > .descripcion > .precios p.precio {
  font-size: 0.9em;
  color: #010101;
  margin-top: 0em;/*0.1em;*/
    margin-bottom: 0.4em;
    white-space: nowrap;
}

.caja-producto > .descripcion a.boton-celeste, .caja-producto > .descripcion button.boton-celeste {
    border-radius: 6.4px;
    background-color: #009EE3;
    /*background-color: var(--bright-red);*/
    padding: 0.7em;
    border: transparent;
    /*margin: 1em 0em 1em 0em;*/
    font-size: 0.87em;
    /*width: 100%;*/
}

.caja-producto > .descripcion a.boton-celeste > span, .caja-producto > .descripcion button.boton-celeste > span {
    font-family: Nunito;
  font-size: 0.9em;
  color: #ffffff;
}

.caja-producto span.tachado{
    font-size: 0.87em;
    color: #A1A1A1;
    margin-left: 0.2em;
    -webkit-text-decoration-line: line-through; /* Safari */
    text-decoration-line: line-through;
}


.menu-categorias-lista{
    margin-bottom: 1em;
}

.menu-categorias-lista{
    display: table;
    table-layout: fixed;

    width:101%;
    margin-top: 1em;
}
.menu-categorias-lista >div{
    display: table-cell;
    height: 3em;
    
}

.menu-categorias-lista a{
    width: 95%;
    height: 100%;
    border-radius: 6.3px;

    font-family: SFProText-Semibold;
    font-size: 1.3em;
    color: #ffffff;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu-categorias-lista a:hover{
    color: #ff0010;
}

.index-row .container{
    
}


.error-generico{
    font-family: SFProText-Regular;
    font-size: 0.85em;
    text-align: center;
    color: #ff0000; /*#000000;*/
    background-color: #fff;
    border-radius: 15px;
}

.error-generico ul{
    list-style-type: none;
    padding: 0;
}

.error-generico img{
    width: 19px;
    height: 24px;
    object-fit: contain;
    margin: 0 1em;
}

.error-generico button{
    width:100px;
    height: 30px;
    margin: 1em 0;
    
    border:none;
    border-radius: 8px;
    background-color: #ff0010;

    font-family: SFProText-Semibold;
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
}

.marquee {
    /*width: 100%;*/
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    animation: marquee 12s linear infinite;
    animation-play-state: paused;
    text-overflow: ellipsis;
}

.marquee:hover {
    animation-play-state: running;
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 0;/*27.5em*/ }
    100% { text-indent: -100%;/*-105em*/ }
}

.ui-widget{
    z-index: 1500 !important;
}

.carrousel2.ResSlid0 .item{
    margin-right: 1%;
}

.carrousel2.ResSlid0 .btn-default{
    width: 35px;
    height: 34px;
    border: none;
    border-radius: 17px;
    background-color: #ff0010;
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: center;
    background-position-y: -22px;
}

.carrousel2.ResSlid0 .leftRs{
    background-image: url('../img/flecha-l_b.svg');
    left: -4em;  
}

.carrousel2.ResSlid0 .rightRs{
    background-image: url('../img/flecha-r_b.svg');
    right: -4em;
}

.carrousel3 .btn-default{
    width: 35px;
    height: 34px;
    border: none;
    border-radius: 17px;
    background-color: #ff0010;
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: center;
    background-position-y: -22px;
}

.carrousel3 .leftRs{
    background-image: url('../img/flecha-l_b.svg');
    left:auto;
    margin-top: 0.3em;
    margin-left: 1em; 
}

.carrousel3 .rightRs{
    background-image: url('../img/flecha-r_b.svg');
    right:auto;
    margin-top: 3em;
    margin-left: 1em; 
}

.newsletter button {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 8px;
  background-color: #39b54a;
  font-family: Nunito;
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
}

#reset-pass input{
    width: 25em;
    margin: auto;
}

#container.container .btn.rojo{
    padding: 15px 80px; 
    border: none; 
    border-radius:5px; 
    font-size: 18px; 
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    text-transform: uppercase;
    color:#fff; 
    background-color:#FA001D;
}