@charset "UTF-8";
@import "css/fuentes.css";
footer {
  margin-top: 0px; }

.fondo_textura {
  background-image: url("img/carta/spikes.png");
  background-repeat: repeat;
  padding: 0px 0px 50px 0px; }

.zona_areas {
  text-align: center; }

.bot_area {
  color: #666;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  display: inline-block;
  margin: 5px;
  border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 255px !important;
  -khtml-border-radius: 25px !important;
  border: 1px solid #ddd; }

.bot_area:hover {
  background-color: #5C6681;
  color: #fff; }

.row_ambos {
  padding: 35px 0px 0px 0px; }

.fondo_blanco {
  background-color: #fff; }

.relleno_carta {
  padding: 60px; }

.bloque_cartas {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  -webkit-box-shadow: 0 0px 11px #ddd, 0 0 23px #ddd inset;
  -moz-box-shadow: 0 0px 11px #ddd, 0 0 23px #ddd inset;
  box-shadow: 0 0px 11px #ddd, 0 0 23px #ddd inset; }

.imagen1_carta3 {
  background-image: url("img/carta3/plato1.jpg"); }

.imagen2_carta3 {
  background-image: url("img/carta3/plato2.jpg"); }

.titular_bloque {
  font-size: 45px;
  font-family: 'Cabin Sketch', cursive;
  text-transform: uppercase;
  font-weight: 700;
  color: #737E9A;
  margin-bottom: 30px; }

.bloque_plato {
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px; }

.nombre_plato {
  display: block;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 19px; }

.sinopsis_plato {
  display: block;
  color: #666;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
  font-style: oblique; }

.zona_iconos {
  display: block; }

.icono_plato {
  display: inline-block;
  padding: 3px; }

.margenes_cartas {
  padding-top: 30px;
  margin-bottom: 50px; }

.precios {
  color: #737E9A;
  font-size: 17px;
  font-weight: 500; }

.precios .peke {
  font-size: 14px !important; }

.bot_pedir {
  text-transform: uppercase;
  color: #fff !important;
  background-color: #737E9A;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 12px;
  display: block;
  border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important; }

.bot_pedir:hover {
  color: #fff;
  background-color: #4e566b; }

.texto_iva {
  font-size: 13px;
  margin-top: 30px; }

/* #Media Queries
 ================================================== */
/* Pantallas grandes */
/* Ordenadores de sobremesa y portátiles */
/* iPads (portrait) */
/* iPads (landscape) */
/* iPads (portrait & landscape) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .titular_bloque {
    font-size: 35px; }
  .nombre_plato {
    font-size: 17px; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .titular_bloque {
    font-size: 30px; }
  .nombre_plato {
    font-size: 17px; }
  .row_ambos {
    padding: 40px 0px; }
  .relleno_carta {
    padding: 20px; }
  .precios .peke {
    font-size: 11px !important; }
  .margenes_cartas {
    padding-top: 10px; }
  .precios {
    margin-bottom: 10px; } }
@charset "UTF-8";
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

.fondo_color {
  background-color: #fff;
  padding: 30px 20px; }

.texto_pedir {
  font-size: 1.9em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: #333;
  line-height: 100%;
  margin-top: 8px; }

.texto_pedir span {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: #737E9A !important;
  text-transform: uppercase; }

#avs_pedido_min {
  display: none; }

.avs_pedido_min {
  text-align: center !important;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; }

.btn-circle {
  width: 35px;
  height: 35px;
  padding: 8px 0px;
  border-radius: 15px !important;
  text-align: center;
  line-height: 1.42857; }

.bot_ir_carta {
  background-color: #4e566b;
  color: #ffffff !important;
  letter-spacing: 2px;
  font-size: 16px !important;
  padding: 8px 30px; }

.bot_ir_carta:hover {
  background-color: #414756; }

.table {
  border: 1px solid #e0e0e0;
  margin-bottom: 0;
  background-color: #fff; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 30px 20px;
  line-height: 1.5;
  border-top: none;
  text-align: center; }

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal; }

.table thead tr th {
  padding: 20px;
  border-color: transparent;
  border-right: 1px solid #e0e0e0;
  background: #414756;
  border-bottom: 1px solid #e0e0e0; }

.table .table-title {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px; }

.cart-table > thead > tr > th:last-child {
  border-right: transparent; }

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #e0e0e0 !important;
  border-right: 1px solid #e0e0e0 !important; }

.cart-table .item-name-col {
  width: 410px; }

.table .item-name {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 110%; }

.table .item-name a:hover {
  color: #000; }

.table .item-price-special {
  font-size: 18px;
  display: inline-block; }

.item-price-special {
  font-size: 16px;
  color: #e82c0c; }

.total {
  text-align: right !important;
  color: #000; }

.item-total-col {
  text-align: right !important; }

.table .item-price-col .item-price-special {
  color: #000; }

.cart-table .item-name-col ul {
  text-align: left; }

.cart-table .item-name-col ul li {
  display: block; }

.table .custom-quantity-input {
  width: 108px;
  height: 44px;
  padding-right: 22px;
  margin: 0 auto; }

.table .custom-quantity-input input {
  height: 100%;
  width: 100%;
  font-size: 20px; }

.table .custom-quantity-input .quantity-btn {
  width: 22px;
  height: 22px;
  line-height: 22px; }

.total-table {
  font: 700 18px/20px "PT Sans", sans-serif;
  color: #777777;
  text-transform: uppercase; }

.total-table .total-table-title {
  font-size: 16px;
  text-align: left !important; }

.total-table > tbody > tr > td, .total-table > tbody > tr:first-child > td, .total-table > tbody > tr:last-child > td {
  padding: 15px;
  text-align: inherit; }

.total-table > tfoot > tr > td {
  padding: 15px;
  font-size: 22px;
  background: #f4f4f4;
  text-align: inherit; }

.total-table > tfoot > tr > td:first-child {
  color: #666666; }

.total-table > tfoot > tr > td:last-child {
  color: #e82c0c;
  font-size: 20px; }

.custom-quantity-input {
  display: block;
  position: relative;
  width: 140px;
  height: 52px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding-right: 26px; }

.custom-quantity-input input {
  height: 100%;
  width: 100%;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 21px;
  color: #757575; }

.custom-quantity-input .quantity-btn {
  background: #fafafa;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: -1px;
  color: #777;
  line-height: 26px;
  text-align: center;
  border: 1px solid #e0e0e0;
  font-size: 17px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75); }

.custom-quantity-input .quantity-btn.quantity-input-up {
  top: -1px;
  border-radius: 3px 3px 0 0; }

.custom-quantity-input .quantity-btn.quantity-input-down {
  bottom: -1px;
  border-radius: 0 0 3px 3px; }

.custom-quantity-input .quantity-btn:hover {
  border-color: #414756;
  background: #414756;
  color: #fff; }

.custom-quantity-input .quantity-btn:active {
  border-color: #e0e0e0;
  background: #fafafa;
  color: #777; }

.banda_botones {
  margin-top: 20px; }

.btn_accion {
  padding: 10px 15px;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  border: 1px solid #414756;
  color: #414756;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  text-transform: uppercase; }

.btn_accion:hover {
  background-color: #414756 !important;
  color: #FFFFFF !important; }

.btn_accion2 {
  padding: 10px 15px;
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #414756;
  color: #FFF !important;
  margin-bottom: 15px; }

.btn_accion2:hover {
  background-color: #FFFFFF !important;
  color: #414756 !important;
  border: 1px solid #414756; }

.total_pedido {
  color: #000 !important;
  font-size: 20px !important;
  font-weight: bold; }

.txt_total_pedido {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 18px !important;
  text-align: right !important; }

.capa_total_pedido {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

.precio_final {
  text-transform: uppercase;
  color: #000;
  text-align: right;
  font-size: 23px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 50px; }

.margen_titulo {
  margin-top: 30px; }

/*---------------carrito responsive---------------*/
@media only screen and (max-width: 479px) {
  .capa_total_pedido {
    margin-top: 0px; }
  .total_g {
    font-size: 18px; }
  .foto_p {
    padding-left: 5px;
    padding-right: 0px; }
  .eliminar {
    color: #FF0000;
    text-align: center;
    font-size: 17px; }
  .eliminar:hover {
    color: #000; }
  .peke {
    font-size: 14px;
    color: #888;
    padding-right: 5px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400; }
  .numero_art {
    background-color: #4e566b;
    padding: 8px;
    margin-bottom: 20PX;
    color: #000;
    text-align: center; }
  .numero_art .fa {
    font-size: 20px;
    color: #000; }
  .nombre_p a {
    font-size: 18px;
    color: #000; }
  hr {
    margin: 10px 0px; }
  .prec {
    font-size: 18px !important;
    margin-top: 10px;
    text-align: right;
    color: #333; }
  .custom-quantity-input .quantity-btn {
    height: 15px;
    line-height: 15px;
    font-size: 15px; }
  .custom-quantity-input {
    height: 30px;
    padding-right: 26px;
    width: 103px;
    margin-top: 10px; }
  .custom-quantity-input input {
    font-size: 16px; }
  .tit_env {
    text-transform: uppercase;
    color: #000;
    margin-top: 40px;
    font-size: 25px; }
  .zona_bot {
    margin-top: 25px; }
  .total-table {
    margin-top: 20px; }
  .btn_accion, .btn_accion2 {
    margin-bottom: 8px; }
  .line_heading {
    margin: 10px auto 30px; } }

/* #Media Queries
 ================================================== */
/* Pantallas grandes */
/* Ordenadores de sobremesa y portátiles */
/* iPads (portrait) */
/* iPads (landscape) */
/* iPads (portrait & landscape) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .item-price-special {
    text-align: right !important; }
  .line_heading {
    margin: 10px auto 22px; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .item-price-special {
    text-align: right !important; }
  .line_heading {
    margin: 10px auto 22px; } }
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content,.qtip-titlebar{position:relative;overflow:hidden}.qtip-content{padding:5px 9px;text-align:left;word-wrap:break-word}.qtip-titlebar{padding:5px 35px 5px 10px;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:medium;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:700 10px/13px Tahoma,sans-serif;color:inherit;background:no-repeat -100em -100em}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-default{border:1px solid #f1d031;background-color:#ffffa3;color:#555}.qtip-default .qtip-titlebar{background-color:#ffef93}.qtip-default .qtip-icon{border-color:#ccc;background:#f1f1f1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#aaa;color:#111}