/* ------------------------------- open: LLAMADA TIPOS (sólo si es necesario dependiendo de dónde se integre el sistema) ------------------------------------------ */

@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap");
/* ------------------------------- close: LLAMADA TIPOS ------------------------------------------ */

/* ------------------------------- open: VARIABLES ------------------------------------------ */
:root {
    --white: #fff;
    /* color white */
    --white-rgb: 255, 255, 255;
    /* color white */
    --neutral-10: #dddddd;
    /* color neutral 10 */
    --neutral-20: #bbbbbb;
    /* color neutral 20 */
    --neutral-40: #999999;
    /* color neutral 40 */
    --neutral-60: #666666;
    /* color neutral 60 */
    --neutral-80: #333333;
    /* color neutral 80 */
    --black: #161616;
    /* color black Rippa */
    --black-rgb: 22, 22, 22;
    /* color black RGB Rippa Dorii */

    --bg: #e9edee;
    /* color fondo página */
    --bg-rgb: 233, 237, 238;
    /* color fondo RGB */

    --main: #a38756;
    /* color principal */
    --main-rgb: 163, 135, 86;
    /* color principal RGB */

    --error: #e04747;
    /* color errores en formulario */
    --ayuda: #a5e870;
    /* color ayuda solicitada en formulario */

    --typo-primary: "Bellota Text", sans-serif;
    /* tipografía del site */
    --typo-secondary: "Arvo", serif;
    /* tipografía para detalles */

    --transition: all 0.3s ease-in-out;
    /* transición corta de elementos tipo button, enlaces, velos etc */
    --transition-1: all 0.7s ease-in-out;
    /* transición larga de elementos tipo button, enlaces, velos etc */

    --shadow-shoft: 0px 8px 32px rgba(17, 17, 17, 0.04);
}

/* ------------------------------- close: VARIABLES ------------------------------------------ */

/* ------------------------------- open: GENERAL ------------------------------------------ */

body {
    font-family: var(--typo-primary) !important;
    background: linear-gradient(180deg, rgba(204, 210, 213, 1) 0%, rgba(233, 237, 238, 1) 20%, rgba(233, 237, 238, 1) 100%) !important;
    color: var(--black) !important;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--typo-primary) !important;
}

/* header logo gastrobar */
.header-gastro {
    padding: 30px 0 25px;
    float: left;
    width: 100%;
}

.header-gastro .logo-gastro {
    margin: 0 0 30px;
}

.header-gastro .logo-gastro img {
    height: 60px;
    width: auto;
}

/* fin header logo gastrobar */

/* efecto al pulsar los botones */
.btn-effect {
    position: relative;
    overflow: hidden;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(var(--main-rgb), 0.3);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.65s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/* fin efecto al pulsar los botones */

/* proveedor tecnológico */
.proveedor-jig {
    position: fixed !important;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1470px;
}

.proveedor-jig.jig-gris {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.proveedor-jig p {
    color: rgba(var(--white-rgb), 0.3);
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.proveedor-jig.jig-gris p {
    color: rgba(var(--black-rgb), 0.3);
}

.proveedor-jig img {
    margin: 0 0 0 5px !important;
    width: 70px !important;
    opacity: 0.4;
}

.proveedor-jig.jig-gris img {
    opacity: 0.2;
}

/* fin proveedor tecnológico */

/* cookies */
.qc-cmp2-persistent-link {
    right: -83px;
    border-radius: 0;
}

.qc-cmp2-persistent-link img {
    margin-right: 10px;
}

/* fin cookies */

/* placeholder inputs form */
.pedido-gastrobar input::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: var(--neutral-20) !important;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1;
    letter-spacing: 0.03em;
}

.pedido-gastrobar input:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: var(--neutral-20) !important;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1;
    letter-spacing: 0.03em;
}

.pedido-gastrobar input::-moz-placeholder {
    /* Firefox 19 y superior */
    color: var(--neutral-20) !important;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1;
    letter-spacing: 0.03em;
}

.pedido-gastrobar input:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: var(--neutral-20) !important;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 1;
    letter-spacing: 0.03em;
}

/* fin placeholder inputs form */

/* text error */
.text-error-gastro {
    display: none;
    padding: 0 0 0 16px;
    margin: 2px auto 0;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    background-image: url(/wp-content/plugins/visitas/modules/visitas/reservas/images/error.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left top 0px;
}

.text-error-gastro p {
    color: var(--error);
    font-size: 11px;
    text-transform: initial;
    line-height: 12px;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

/* fin text error */

/* ------------------------------- close: GENERALES ------------------------------------------ */

/* ------------------------------- open: SELECCIÓN DE PRODUCTOS ------------------------------------------ */

/* header textos */
.texto-mesa {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.text-title {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
    font-weight: 200;
    letter-spacing: 0.03em;
    color: var(--main);
    padding-bottom: 15px;
}

.text-mesa-pedido {
    font-size: 12px;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    color: var(--main);
    font-weight: 400;
}

.text-mesa-pedido::before {
    content: "";
    width: 40px;
    height: 1px;
    background: none;
    border-top: 0.5px solid var(--main);
    margin: 0 0 15px;
    display: block;
}

.text-mesa-pedido strong {
    font-weight: 600;
}

.hora-cierre-gastro {
    text-transform: initial;
    letter-spacing: 0.01em;
    color: var(--neutral-60);
    font-weight: 400;
    font-style: italic;
    font-size: 11px;
    line-height: 21px;
    margin: 20px auto 0;
}

.hora-cierre-gastro strong {
    font-weight: 600;
}

/* fin header textos */

.all-categories-gastro {
    padding-bottom: 100px;
    float: left;
    width: 100%;
}

.category-gastro {
    margin-bottom: 30px;
}

/* title category */
.title-category-gastro {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--neutral-80);
    line-height: 12px;
    font-weight: 600;
    padding: 8px 0 12px;
    border-top: 0.5px solid var(--white);
}

.title-category-gastro .fa {
    float: right;
    width: 16px;
    height: 12px;
    border: none;
    font-size: 7px;
    color: var(--neutral-60);
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-category-gastro .fa-plus {
    display: none;
}

/* fin title category */

.row.row-gastro-products {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
}

/* card product */
.row-gastro-products .product-item-gastro {
    padding-left: 5px;
    padding-right: 5px;
}

.category-gastro .product-item-gastro {
    cursor: pointer;
}
.product-gastro {
    overflow: hidden;
    height: auto;
    margin: 0 0 10px;
    background-color: var(--white);
    box-shadow: 0px 8px 16px 0px rgba(var(--black-rgb), 0.05);
    border-radius: 15px;
    text-align: center;
    border: 5px solid var(--white);
}

.img-product-gastro {
    width: 60px;
    margin: 5px auto;
    height: 60px;
}

.row .img-product-gastro img {
    margin: 0 auto;
    height: 100%;
    width: 100% !important;
    object-fit: contain;
}

.text-product-gastro {
    padding: 5px 0;
    text-align: center;
}

.text-product-gastro h3 {
    color: var(--black);
    font-size: 10px !important;
    line-height: 10px !important;
    letter-spacing: 0.05em !important;
    width: 100%;
    margin: 0 !important;
    padding-bottom: 2px;
    font-weight: 500;
    text-transform: uppercase;
    height: 26px;
}

.text-product-gastro .pvp-product-gastro {
    color: var(--neutral-40);
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    font-weight: 500;
    padding-top: 0;
    margin-bottom: 0;
}

.btn-product-gastro {
    background-color: rgba(var(--main-rgb), 0.06);
    border-radius: 10px;
    text-align: center;
    margin-top: 5px;
}

.btn-product-gastro a {
    text-decoration: none;
}

.btn-product-gastro a .fa,
.btn-product-gastro a:hover .fa {
    color: var(--main);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    font-size: 14px;
    border-radius: 10px;
}

/* fin card product */

/* footer btn */
.btn-gastro {
    position: fixed !important;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px) !important;
    height: 116px;
    background-color: var(--white);
    padding: 0 0 60px !important;
    box-shadow: 0px -8px 16px 0px rgba(var(--black-rgb), 0.05);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 5px solid var(--white);
    border-bottom: none;
}

.btn-gastro a,
.btn-gastro #continuar_compra,
.btn-gastro a:hover,
.btn-gastro #continuar_compra:hover {
    width: 100%;
    color: var(--main);
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--bg);
    border-radius: 10px;
}

.btn-gastro a:hover,
.btn-gastro a:focus,
.btn-gastro a:active {
    color: var(--white);
    background-color: var(--main);
}

.btn-gastro a strong {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
}

.btn-gastro a span {
    font-size: 13px;
    padding-left: 10px;
    opacity: 0.8;
}

.btn-gastro a .fa {
    font-size: 13px;
    padding-top: 0;
    margin-right: 10px;
    border-radius: 10px;
}

/* fin footer btn */

/* ----------------------------------- 767px */

@media (max-width: 767px) {
    body.page-template-template-no-header-footer-gastrobar .container {
        max-width: 100% !important;
    }

    #cont-page-gastrobar .logo-gastro img {
        width: auto !important;
        height: 56px;
    }

    .btn-gastro a,
    .btn-gastro #continuar_compra {
        max-width: 100%;
    }

    .proveedor-jig {
        max-width: 600px;
    }
}

/* ------------------------------- close: SELECCIÓN DE PRODUCTOS ------------------------------------------ */

/* ------------------------------- open: TU PEDIDO ------------------------------------------ */

/* fondo capa blur */
.mask-pedido {
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(var(--bg-rgb), 0.95);
    backdrop-filter: blur(5px);
}

/* fin fondo capa blur */

.pedido-gastrobar {
    background-color: transparent;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1px 0 0;
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
}

.pedido-gastrobar .p-20 {
    padding-left: 15px;
    padding-right: 15px;
}

/* cerrar tu pedido */
.cerrar-pedido-gastro {
    margin-top: -20px;
    text-align: right;
}

.cerrar-pedido-gastro a .fa {
    color: var(--main);
    font-size: 18px;
    width: 18px;
    height: 18px;
}

/* fin cerrar tu pedido */

.tu-pedido .pedido-cont-gastro {
    width: calc(100% - 30px);
    margin: 0 auto 10px;
    left: 15px;
    border-radius: 10px;
    padding: 0;
}

.pedido-cont-gastro .title-category-gastro {
    margin-top: 8px;
    margin-bottom: 3px;
}

.pedido-cont-gastro .row.row-gastro-products {
    overflow: visible;
    overflow-x: hidden;
    max-height: 50vh;
    padding-bottom: 10px;
    border-radius: 10px;
}

/* boton eliminar producto del pedido */
.btn-product-gastro.btn-eliminar-gastro {
    background-color: rgba(var(--black-rgb), 0.03);
}

.btn-product-gastro.btn-eliminar-gastro .fa {
    color: var(--neutral-10);
    font-size: 16px;
}

/* fin boton eliminar producto del pedido */

/* total pedido */
.tu-pedido .total-pedido-gastro {
    background-color: var(--white);
    width: calc(100% - 30px);
    margin: 0 auto 15px;
    left: 15px;
    border-radius: 10px;
    box-shadow: 0px -8px 16px 0px rgba(var(--black-rgb), 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 5px solid var(--white);
}

.text-total-pedido {
    padding: 0 10px;
}

.text-total-pedido h3 {
    font-size: 14px !important;
    color: var(--neutral-60);
    line-height: 18px !important;
    margin: 2px 0 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.text-total-pedido p {
    font-size: 9px;
    font-style: italic;
    color: var(--neutral-20);
    line-height: 9px;
    letter-spacing: 0.03em;
    margin: 0;
}

.valor-total-pedido, .valor-total-descuento, .valor-total-original {
    text-align: center;
    padding: 0 15px 0 20px;
    background-color: rgba(var(--black-rgb), 0.03);
    border-radius: 10px;
    height: 40px;
}

.valor-total-pedido h3, .valor-total-descuento h3, .valor-total-original h3 {
    font-size: 18px !important;
    line-height: 40px !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    color: var(--neutral-80);
    font-weight: 600 !important;
    margin-top: 0;
    padding: 0;
}

/* fin total pedido */

.btn-gastro.btn-pago-pedido {
    position: relative !important;
}

/* ----------------------------------- 767px */

@media (max-width: 767px) {
    .pedido-gastrobar {
        max-width: initial;
        left: 0;
        margin-left: 0;
    }
}

/* ------------------------------- close: TU PEDIDO ------------------------------------------ */

/* ------------------------------- open: PAGO PEDIDO ------------------------------------------ */

.header-gastro.header-gastro-pago {
    padding-bottom: 0;
}

.mask-pedido.mask-pago {
    display: flex;
    position: relative;
    top: 0;
    padding: 0;
    margin-top: 0;
    overflow: inherit;
    float: left;
    height: auto;
    background: none;
}

.mask-pago .pedido-gastrobar {
    position: relative;
    overflow: hidden;
    background: none;
}

/* tus datos */
.pedido-cont-gastro {
    max-height: inherit;
    padding-top: 30px;
}

/* cancelar pedido */
.btn-cancelar-gastro {
    position: absolute;
    top: 5px;
    right: 15px;
    line-height: 11px;
}

.btn-cancelar-gastro a,
.btn-cancelar-gastro a:hover {
    text-transform: uppercase;
    color: var(--main);
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 10px;
    font-weight: 600;
    border: 0.5px solid var(--main);
    padding: 2px 10px;
}

.btn-cancelar-gastro a:focus {
    color: var(--black);
}

/* fin cancelar pedido */

/* etiqueta campos obligatorios */
.campos-obligatorios {
    text-align: right;
    margin-top: -12px;
}

.campos-obligatorios p {
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 11px;
    color: var(--neutral-40);
    margin-bottom: 5px;
}

.campos-obligatorios p span {
    font-size: 12px;
    font-weight: 400;
}

/* fin etiqueta campos obligatorios */

/* formulario datos */
.linea_datos {
    margin: 5px 0;
    float: left;
    width: 100%;
}

.linea_datos input.input_datopersonal {
    padding: 0 10px !important;
    height: 45px;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: var(--neutral-60);
    -webkit-appearance: none;
    background-color: var(--white);
    width: 100%;
    font-size: 13px;
    transition: var(--transition);
    box-shadow: 0px 8px 16px 0px rgba(var(--black-rgb), 0.05);
    border-radius: 10px;
    border: 5px solid var(--white);
}

.linea_datos input.input_datopersonal:focus {
    color: var(--main);
    background-color: var(--bg);
}

/* código descuento */
.form-group-cupon {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.form-group-cupon .linea-btn-cupon {
    display: inline-block;
    width: auto;
    float: none;
    position: absolute;
    right: 22px;
    top: 10px;
}

#aplicar_cupon_gastro {
    color: var(--neutral-40);
    width: auto;
    background: rgba(var(--black-rgb), 0.03) !important;
    border: none;
    text-transform: uppercase;
    border-radius: 7px !important;
    height: 35px;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 0 15px;
}

/* ocultar el botón de aplicar cuando el código es correcto y muestra check verde */
#aplicar_cupon_gastro[disabled] {
    display: none;
}

body .linea_datos input.input_datopersonal[disabled] {
    background-image: url(/wp-content/plugins/visitas/modules/visitas/reservas/images/check.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

/* fin ocultar el botón de aplicar cuando el código es correcto y muestra check verde */
/* fin código descuento */
/* fin formulario datos */

/* formas pago */
.tipo-pago-pedido {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* precio total */
.precio-recordatorio {
    margin-bottom: 10px;
}

.fila-precio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 9px;
}

.fila-precio p {
    margin: 0 0 0 3px;
    padding: 0;
    font-size: 12px;
    line-height: 11px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.fila-precio .concepto-pago {
    color: var(--neutral-40);
}

.fila-precio .concepto-pago span {
    color: var(--neutral-20);
}

.fila-precio.precio-final p {
    font-weight: 500;
    color: var(--neutral-60);
    padding-top: 3px;
}

.fila-precio.precio-final p.valor-pago {
    color: var(--main);
    font-size: 14px;
    font-weight: 600;
}

/* .precio-recordatorio div {
    position: absolute;
    top: 0;
    right: 0;
}

.precio-recordatorio strong {
    color: var(--main);
    font-style: normal;
    letter-spacing: 2px;
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    padding-top: 1px;
}

.precio-recordatorio.precio-cupon strong {
    font-weight: 400;
    font-size: 13px;
    padding-top: 5px;
} */

/* fin precio total */

.pedido-gastrobar #FormasPago {
    margin: 10px -5px 0;
    float: left;
    width: calc(100% + 10px);
}

/* fin card tipo pago */
.pedido-gastrobar #FormasPago .radio.pago {
    padding: 0 5px;
    width: calc(100% / 3);
    margin: 0 0 10px;
    float: left;
}

.pedido-gastrobar #FormasPago .radio.pago label {
    padding: 36px 3px 7px;
    color: var(--neutral-40);
    text-transform: uppercase;
    font-size: 11px !important;
    text-align: center;
    letter-spacing: 0.03em;
    display: block;
    font-weight: 500 !important;
    background-repeat: no-repeat;
    background-position: center top 5px;
    background-color: var(--white);
    border: 5px solid var(--white);
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(var(--black-rgb), 0.05);
    line-height: 11px;
    height: 75px;
}

.pedido-gastrobar #FormasPago .radio.pago.selected label {
    color: var(--main);
    background-color: rgba(var(--main-rgb), 0.06);
}

/* icons para cada tipo de pago */
.pedido-gastrobar #FormasPago .radio.pago.pago_en_bodega label {
    background-image: url(/wp-content/plugins/visitas/modules/visitas/reservas/images/pago-bodega-icon.svg);
    background-size: 25px;
}

.pedido-gastrobar #FormasPago .radio.pago.tarjeta_de_credito label {
    background-image: url(/wp-content/plugins/visitas/modules/visitas/reservas/images/pago-card-icon.svg);
    background-size: 24px;
}

.pedido-gastrobar #FormasPago .radio.pago.bizum label {
    background-image: url(/wp-content/plugins/visitas/modules/visitas/reservas/images/pago-bizum-icon.svg);
    background-size: 28px;
}

.pedido-gastrobar #FormasPago .radio.pago.paypal label {
    background-image: url(/wp-content/plugins/visitas/modules/visitas/reservas/images/pago-paypal-icon.svg);
    background-size: 28px;
}

.pedido-gastrobar #FormasPago .radio.pago.apple_pay label {
    background-image: url(/wp-content/plugins/visitas/modules/visitas/reservas/images/pago-apple-icon.svg);
    background-size: 28px;
}

.pedido-gastrobar #FormasPago .radio.pago.google_pay label {
    background-image: url(/wp-content/plugins/visitas/modules/visitas/reservas/images/pago-google-icon.svg);
    background-size: 28px;
}

/* fin icons para cada tipo de pago */

.pedido-gastrobar #FormasPago .radio.pago label input {
    display: none;
}

/* fin card tipo pago */
/* fin formas pago*/

/* checkboxex */
.form-checkboxes {
    clear: both;
    float: left;
    width: 100%;
}

.tipo-pago-pedido .acepto-condiciones {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* tunear checkbox */
.tipo-pago-pedido .acepto-condiciones label {
    display: flex;
    align-items: flex-start;
    color: var(--neutral-60);
    position: relative;
    min-height: inherit;
    padding: inherit;
    font-size: 12px !important;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400 !important;
}

.tipo-pago-pedido .acepto-condiciones label a {
    color: var(--neutral-40);
    padding-left: 5px;
    text-decoration: underline;
    font-weight: 500;
}

.tipo-pago-pedido .acepto-condiciones input {
    width: 0;
    height: 0;
    opacity: 0;
}

.tipo-pago-pedido .acepto-condiciones label>span {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    border: 0.5px solid var(--neutral-10);
    margin-right: 8px;
    transition: all 0.3s;
    background-color: rgba(var(--white-rgb), 0.7);
}

.tipo-pago-pedido .acepto-condiciones input:checked+label>span {
    animation: bounce 250ms;
    border-color: var(--main);
}

.tipo-pago-pedido .acepto-condiciones input:checked+label>span::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 7px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checked-box 125ms 250ms forwards;
}

@keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: var(--main);
        transform: translate(0, 12px) rotate(45deg);
    }

    33% {
        width: 5px;
        height: 0;
        border-color: var(--main);
        transform: translate(0, 4px) rotate(45deg);
    }

    100% {
        width: 5px;
        height: 10px;
        border-color: var(--main);
        transform: translate(0, -8px) rotate(45deg);
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* fin tunear checkbox */
/* checkboxex */

/* footer btn pagar */
.btn-gastro #continuar_compra {
    background-color: var(--main) !important;
    font-size: 16px;
    letter-spacing: 2px;
    height: 50px;
    width: 100%;
    padding: 0 !important;
    font-weight: 600;
    border: none;
    color: var(--white);
}

.btn-gastro #continuar_compra:hover {
    height: 50px;
    background-color: var(--main) !important;
    color: var(--white) !important;
}

.mask-pago .proveedor-jig {
    position: relative !important;
    margin-top: -30px;
}

/* footer btn pagar */

/* ------------------------------- close: PAGO PEDIDO ------------------------------------------ */

/* ------------------------------- open: ESTAMOS CERRADOS ------------------------------------------ */

.cont-pantalla-especial {
    min-height: 100vh;
}

#no_servicios_posibles {
    padding: 0;
    max-width: 500px;
}

#no_servicios_posibles .text-gastro-1 {
    text-transform: initial;
    margin-top: 60px;
    font-weight: 400;
}

#no_servicios_posibles .text-gastro-2 {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

/* btn volver */

/* fin btn volver */

/* ------------------------------- close: ESTAMOS CERRADOS ------------------------------------------ */

/* ------------------------------- open: UPPPSSS PAGO ERROR ------------------------------------------ */

#solicitar-ayuda {
    border: 0.5px solid var(--main);
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: 0.03em;
}

#solicitar-ayuda:hover {
    background-color: var(--main);
    color: var(--white);
}

.text-ayuda-solicitada{
    display:  none;
}
.text-ayuda-solicitada p {
    font-size: 14px;
    color: var(--neutral-60);
    text-transform: initial;
    font-style: italic;
    font-weight: 400;
}

/* ------------------------------- CLOSE: UPPPSSS PAGO ERROR ------------------------------------------ */
/* ------------------------------- NUEVOS CUPONES:  DIEGO --------------------------------------------- */

#cupon_gastro{
    border-radius:  10px;
    background-color:  #fff;
    padding-left:  10px !important;
}
/* ------------------------------- CLOSE CUPONES:  DIEGO --------------------------------------------- */