/*
Azul Cta = #288edf;
Naranja Cabecera = #f93
Naranja Subcabecera = #f57c00; -> Tras cambio a logo V3 = #ff8200
Azul Hover: 4ca1e4;
Naranja Hover: ffB266
Naranja navigation-bar: ff9800
Azul Notification: 7c4dff
Gris Casi Negro: 212121
Gris Bastante Negro: 424242
Gris Casi Blanco: fafafa
Gris Intermedio e6e6e6
Gris Subcabeceras Listados: e0e0e0
Gris Etiquetas Informativas: b1b1b1
Otro gris: bdbdbd
Otro gris claro: f5f5f5
Otro gris oscuro: 464646


ffB266
*/

/*@font-face {
  font-family: "Source Sans";
  src: url("../../font/SourceSansPro-Regular.otf");
}

@font-face {
  font-family: "Source Sans";
  src: url("../../font/SourceSansPro-Light.otf");
  font-weight: 200;
}

@font-face {
  font-family: "Source Sans";
  src: url("../../font/SourceSansPro-Semibold.otf");
  font-weight: 600;
}
*/
html{
    font-size: 11pt;
}

html, body{
    font-family: 'Source Sans', sans-serif;
    margin: 0;
}

body, #cabecera{
    min-width: 840px;
}

body{
    background-color: #f3f3f3;
}

@media
body, #cabecera{
    min-width: 840px;
}
@media only screen and (max-width: 840px){
    #cabecera, .subcabecera{
        position: relative !important;

    }
    #cabecera{
        /*background-color: red;*/
    }
    .subcabecera{
        width: 840px !important;
        position: static !important;
        margin: -2px 0 0px !important;
        z-index: -10000000 !important;
        height: 35px;
    }
    #ng-view-web{
        padding: 0 0 20px !important;
    }

    #pedir-comida-domicilio{
        margin-top: 80px;
    }

    #contenedor-busqueda{
        padding-top: 50px;
    }

    .arribaFijo, .arribaFijoSinSubcabecera{
        top: 8px !important;
    }
}


h3{
    color: #ff8200;
}

a, button, input[type="checkbox"], input[type="button"], input[type="radio"], button label, input[type="checkbox"] div, .topcoat-checkbox div,
.div-favorito /*.icomatic*/{
    cursor: pointer !important;
}

#cabecera{
    /*background-color: red;*/
    position: fixed;
    background-image: url('/img/web/fondo-cabecera.png');
    background-repeat: repeat-x;
    min-height: 60px;
    padding: 5px 0 0 0;
    width: 100%;
    z-index: 1000;
    /*border-bottom: 1px solid #ff8200;*/
}

.cabecera-opaca{
    background-color: white;
    background-image: none !important;
    border-bottom: 1px solid #fafafa;
    /*-webkit-box-shadow: 0px -2px 8px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px -2px 8px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px -2px 8px 0px rgba(50, 50, 50, 0.3);*/
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

h1#pedir-comida-domicilio{
    font-size: 3rem;
    color: white;
    text-shadow: 2px 2px 8px #000;
}

#fondo-cabecera-buscar{
    /*margin-top: -115px; /* Coincide negativamente con padding-top de slide en index.html */
    padding: 70px 0 100px;
    /*background: url('/img/web/fondo-principal.jpg') no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*min-height: 490px;*/
    text-align: center;
    height: 330px;
    margin-top: -130px;
    z-index: 1 !important
}

#contenido-cabecera-buscar{
    position: relative;
    margin-top: -415px;
    z-index: 2 !important;
    text-align: center;
    background: none;
}

#contenedor-resto-inicio{
    margin-top: 108px;
}


.opciones-entrar{
    text-align: right;
    padding-top: 15px;
}

.opciones-entrar a{
    /*text-shadow: 0px 1px 0px rgba(150, 150, 150, 0.53);*/
    margin-right: 18px;
    color: #288edf;
    font-size: 1.150rem;
    font-weight: bold;
}

.opciones-entrar a:last-child{
    margin-right: 10px !important;
}

.caja_busqueda{
    /*position: absolute;*/
    margin: 0 auto;
    background: url('/img/web/fondo-panel-busqueda.png') repeat-x;
    /*top: 150px;
    left: 50%;*/
    width: 80%;
    width: 750px;
    height: 190px;
    /*margin-left: -480px;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    padding: 0 30px;

}

.loca-busqueda {
  margin: 4px 10px;
  padding: 0.3em 0.3em 0.3em;
  border: 1px solid #288edf; /*#f57c00*/
  border-radius: 4px;
  color: black;
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  width: 86%;
}

@media only screen and (max-width: 1160px){
    .loca-busqueda{
        width: 84%;
    }
}

@media only screen and (max-width: 1054px){
    .loca-busqueda{
        width: 80%;
    }
}

.caja_busqueda .loca-busqueda{
    width: 560px;
}


.textGlow {
    line-height: 1.3rem;
    font-size: 1rem;
    width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 2px;
    border-radius: 8px;
}

#texBuscar{
    line-height: 1.8rem;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
}

.caja_busqueda>h2{
    padding-top: 23px;
    font-size: 24pt;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
}

.boton-buscar{
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    text-shadow: 0 1px #333;
    /* margin-left: 5px; */
    width: 150px !important;
    margin: -2px auto !important;
    border: 1px solid #134f7f;
    background-color: #288edf;
    box-shadow: inset 0 1px rgba(255,255,255,0.36);
    color: #fff;
    font-weight: 400;
    padding: 0 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 1px;
    /*text-shadow: 0 1px #ffb266;*/
    /**/
}
.boton-buscar:hover{
    background-color: #4ca1e4;
}

.boton-buscar.relieve{
    box-shadow: 0 6px #27496d;
}

.boton-buscar.relieve:active{
    box-shadow: 0 3px #ff8200;
    transform: translateY(3px);
}

.boton-buscar.relieve:active{
    box-shadow: 0 3px #27496d;
    transform: translateY(3px);
}

.sombra_zona_busqueda{
    border-top: 1px solid #fff;
    position: relative;
    margin: 0 auto;
    /*margin-top: -10px;*/
    /*min-width: 1020px;*/
    width: 100%;
    background-image: url('/img/web/sombra-abajo.png');
    background-repeat: repeat-x;
    height: 5px;
}

.mas-opciones-buscar{
    margin: 10px 0 10px 12px;
    text-align: left;
    font-size: 1rem;
}

.mas-opciones-buscar a{
    /*color: #ff9933 !important;*/
    color: white;
    border-radius: 2px;
    background-color: #ff9933;
    padding: 4px;
}

.mas-opciones-buscar a:hover{
    background-color: #ffB266;

}

.varios-enlaces--horizontal a:hover{
    text-decoration: none;
}

/*.icomatic-icon--small--black{
    color: black;
}

.icomatic-icon--small--white{
    color: white;
}
*/
.establecimientoSugerencia{
    padding-top: 4px;
}

.establecimientoSugerencia:hover{
    background-color: #e6e6e6;
}

.establecimientoSugerencia p:nth-of-type(1) {
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0px 4px 0px 84px;
    /*margin-left: 10px;*/
}
.establecimientoSugerencia p:nth-of-type(2) {
    color: #b1b1b1;
    margin: 0px;
    font-size: 0.95em;
    padding: 0px 4px 0px 84px;
}

#slider{
    padding-top: 30px;
    text-align: center;
}
#slider > div {
    /*position:absolute;
    top:0;
    left:0;*/
}
#slider img {
    height:166.66px;
    width:250px;
    margin: 0 5px;
    padding:0;
    border:0;
    border-radius: 6px;
}

.fila-tabs{
    margin-top: 6px;
}

#tabs>.fila-tabs>label, #tabs.dospestannas>.fila-tabs>label{
    width: 140px;
}

.contenido-web{
    /*box-shadow: 0 0 10px #aaa;*/
    background-color: #fafafa;
}


@keyframes marcarCarrito
{
0%   {}
50%  {color:#ff8200;}
100% {}
}

@-moz-keyframes marcarCarrito /* Firefox */
{
0%   {}
50%  {color:#ff8200;}
100% {}
}

@-webkit-keyframes marcarCarrito /* Safari and Chrome */
{
0%   {}
50%  {color:#ff8200;}
100% {}
}

@-o-keyframes marcarCarrito /* Opera */
{
0%   {}
50%  {color:#ff8200;}
100% {}
}

.animMarcarLineaCarritoWeb{
    animation:marcarLineaCarritoWeb 0.5s;
    -moz-animation:marcarLineaCarritoWeb 0.5s; /* Firefox */
    -webkit-animation:marcarLineaCarritoWeb 0.5s; /* Safari and Chrome */
    -o-animation:marcarLineaCarritoWeb 0.5s; /* Opera */
}

@keyframes marcarLineaCarritoWeb
{
0%   {}
50%  {background-color:#f93;}
100% {background-color:none;}
}

@-moz-keyframes marcarLineaCarritoWeb /* Firefox */
{
0%   {}
50%  {background-color:#f93;}
100% {background-color:none;}
}

@-webkit-keyframes marcarLineaCarritoWeb /* Safari and Chrome */
{
0%   {}
50%  {background-color:#f93;}
100% {background-color:none;}
}

@-o-keyframes marcarLineaCarritoWeb /* Opera */
{
0%   {}
50%  {background-color:#f93;}
100% {background-color:none;}
}


.no-registros{
    background-color: #fff;
    /*color: #969696;*/
    padding: 10px !important;
}

.resultado-busqueda-web{
    /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    margin-top: 20px !important;
}

.textarea-web{
    width: 100% !important;
}

 #contenido-carta{
    margin-top: 5px;
 }

.carrito-carta, .opciones-carta, .opciones-buscar-establecimiento{
    font-size: 0.9rem !important;
    padding: 5px;
    /*border: 1px solid #ddd;*/
    border-radius: 2px;
    background-color: #ffffff;
}
.carrito-carta{
    margin-left: 10px;
}

.opciones-carta, .opciones-buscar-establecimiento{
    margin-right: 14px;
}

.opciones-carta .topcoat-checkbox, .opciones-buscar-establecimiento .topcoat-checkbox,
.opciones-carta>div, .opciones-buscar-establecimiento>div{
    padding: 3px 0;
}

.titulos-carta-web{
    /*font-size: 1rem !important;*/
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.elemento-carrito-carta{
    margin: 0 !important;
    padding: 6px 6px 2px !important;
}

.elemento-carrito-carta p{
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400 !important;
}

.elemento-filtros{
    margin: 0 !important;
    padding: 8px 2px !important;
    box-shadow: none !important;
}

.lineal-total-web h1{
     font-size: 1.1rem !important;
     padding: 3px;
}

.arribaFijo{
    position: fixed;
    top: 120px;
    width:inherit;
}

.abajoFijo{
    position: fixed;
    bottom: 40px;
    width:inherit;
}

.abajoAbsoluto{
    position: absolute;
    bottom: 0px;
    width:inherit;
}

.arribaFijoSinSubcabecera{
    position: fixed;
    top: 76px;
    width:inherit;
}

.list li p:nth-of-type(1) {
    font-size: 1em;
}

.list li p:nth-of-type(2) {
    font-size: 0.9em;
}

input[type="checkbox"]{
    height: 1rem;
}

.subcabecera{
    position: fixed;
    /*left: 0;*/
    top: 66px;
    width: 100%;
    max-width: 1220px;
    margin-bottom: 70px;
    z-index: 998;
    margin-left: -10px !important;
    box-shadow: 3px 3px #ff8200;
    height: 44px;
    border-radius: 20px;
}

#dias-semana, #dias-semana-envio{
    margin-top: 5px;
}

.esconder-cabecera-buscar{
    position: relative;
    left: -9999px;
    max-height: 80px;
}

.esconder-cabecera-buscar h1, .esconder-cabecera-buscar h2{
    display: none;
}

.mantener-cuadro-busqueda{
    position:relative;
    left: 9999px;
    margin-top: 10px
}


/* REDEFINICIÓN DE LOS CHECKBOX PARA LA WEB */
.topcoat-checkbox__checkmark {
  height: 1rem;
}

input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
}

.topcoat-checkbox {
  line-height: 1rem;
}

.topcoat-checkbox__checkmark:before {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #ffa44c;
  box-shadow: none;
}

.topcoat-checkbox__checkmark {
  width: 1rem;
  height: 1rem;
}

.topcoat-checkbox__checkmark:after {
  top: 2px;
  left: 1px;
  width: 10px;
  height: 4px;
  border: 3px solid #454545;
  border-width: 3px;
  border-top: none;
  border-right: none;
  border-radius: 1px;
}

/* FIN REDEFINICIÓN DE LOS CHECKBOX PARA LA WEB */
input[type="radio"]:checked + .topcoat-radio-button__checkmark:after {
  opacity: 1;
}

.topcoat-radio-button {
  color: #334dad;
  line-height: 1.5rem;
}

.topcoat-radio-button__checkmark:before {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ffa44c;
  box-shadow: none;
}

.topcoat-radio-button__checkmark {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.topcoat-radio-button__checkmark:after {
  opacity: 0;
  width: 4px;
  height: 4px;
  background: #454545;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px rgba(255,178,102,0.5);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 5px;
  left: 5px;
}

.contenedor-boton{
    text-align: left;
}

.relieve{
    max-width: 230px !important;
}

.recordar-contrasenna{
    display: inline-block;
    width: 250px;
    text-align: center;
}

#div-caracteristicas-ok{
    text-align: center;
}

.pedir-comida-pasos{
    margin: 0;
    padding: 0;
    list-style: none;
}

.pedir-comida-pasos li{
    padding-top: 10px;
}
/*.textGlow{
    height: 40px;
}*/

#titulo-establec-encontrados{
    margin: 0;
    padding-top: 10px;
    font-size: 1.38rem;
}

@media only screen and (max-width: 1100px){
    .imagen3{
        display: none;
    }

    #div-caracteristicas-ok{
        width: 35%;
        /* <IE7> */
        *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
        /* </IE7> */
    }

    #slider{
        width: 65%;
        /* <IE7> */
        *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
        /* </IE7> */
    }
}

@media only screen and (max-width: 850px){
    .imagen2, .imagen3{
        display: none;
    }

    #div-caracteristicas-ok{
        width: 45%;
        /* <IE7> */
        *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
        /* </IE7> */
    }

    #slider{
        width: 55%;
        /* <IE7> */
        *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
        /* </IE7> */
    }
}

.div-pedir-comida-pasos{
    text-align: center
}

.div-pedir-comida-pasos>div>div{
    background-color: #ff8200;
    font-size: 1.5rem;
    color: white;
    margin: 30px;
    padding: 6px;
    border-radius: 6px;
}

.pie-fijo-abajo{
    position: fixed;
    bottom: 0;
    left: 0;
}

#ng-view-web{
    padding: 116px 0 20px;
}

.topcoat-button--cta.cuadrado-peque{
    height: 1.4rem !important;
    width: 1.4rem !important;
    line-height: 1.5rem !important;
}

.topcoat-button--cta.cuadrado{
    line-height: 2.8rem !important;
}

.formaspago{
    margin-left:10px;
    line-height: 1.4rem;
    padding-top: 6px;
}


.radio-button--formapago{
    padding-top: 8px;
}

.radio-button--formapago img{
    margin: -6px 0 0 10px;
}

#boton-buscar-min-bajo{
    line-height: 2.6rem !important;
}

.modal-body form{
    padding: 0 0 12px;
}

.icon-svg-inlist{
    height: 22px !important;
    width: 22px  !important;
}

.selectize-dropdown-react{
    display: none;
    overflow: hidden;
    cursor: pointer;
}

.ui-select-choices-row-inner-react{
    padding: 5px 8px;
}

.ui-select-choices-row-react:hover, .ui-select-noselection-row:hover, .activo-react{
    color: #fff;
    background-color: #288edf;
}

.nombreOpcion{
    padding-right: 4px;
    padding-left: 10px !important;
}

.precioCarta p, .nombreOpcion{
    padding-top: 11px !important;
}

.precioCarta p.descuento{
    padding-top: 0px !important;
}

.precioCarta p.tachado{
    padding-top: 2px !important;
}

/** INICIO DEFINICIÓN CARDS WEB **/
.card{
    margin: 8px;
    max-width: none;
}

.card-content{
   font-size: 1rem !important;
}

/*.card-pestannas .card-header{
    background-color: #fafafa;
}

.card-pestannas .card-header>div>div{
    width: 140px;
}*/

/*.card-header-pestannas>div{
    max-width: none !important;
}*/
/** FIN DEFINICIÓN CARDS WEB **/


.div-input-codigo{
    max-width: 500px;
}

.clear-btn{
    margin-bottom: 1px;
}

.establecInfoCabecera{
    margin-top: 12px;
}

.subMenuCabeceraWeb{
    position: absolute;
    top: 22px;
    left: -4px;
    background-color: white;
    padding: 6px 4px;
    border-radius: 3px;
    border: 1px #e1e1e1 solid;
    text-align: left;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.subMenuCabeceraWeb a{
    line-height: 2.2rem;
}

#cabecera .alinear-vertical-material{
        padding-bottom: 2px;
}

#pie-pagina-responsive{
    display: none;
}

.comoFunciona{
    margin-bottom: -26px !important;
    padding-top: 2px !important;
}

.inicioParteInferior{
    margin-bottom: -14px;
    padding: 10px 4px 10px;
}

.carrito-menu-web{
    font-size: 1.3rem  !important;
    background-color: #288edf;
    color: white !important;
    padding: 10px;
    border-radius: 2px;
}

.botonesPuntosXParticipa{
    margin-top: 10px;
}

.botonesPuntosXParticipa span{
    margin-top: -3px;
}

.centrado-web{
    text-align: center;
}

.divFotoProductoPopupOpciones{
    margin: 0 0 -1px 0;
}

.divFotoProductoPopupOpciones img{
    border-radius: 5px;
    height: 200px;
}

.divFotoProductoPopupOpciones img{
    height: 210px;
    width: auto;
}