@font-face {
    font-family: 'Coves-Light';
    src: url('../fonts/coves-light.otf');
}

@font-face {
    font-family: 'Cherolina';
    src: url('../fonts/cherolina.otf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}

body {
    font-family: 'Coves-Light';
}

.quitardeldom{
    display: none;
}

.margenes_mesa{
    margin-right: 3rem;
    margin-left: 3rem;
}

.menu_principal {
    width: 100%;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.swal2-styled.swal2-confirm{
    background-color: #A5A8A9 !important;
    border-radius: 0;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.menu_principal_contenedor {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.logo_menu {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.logo_list {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: none;
}

.carrito_principal {
    width: 30px;
    height: 30px;
    object-fit: contain;
    cursor: pointer;
}

.lista {
    display: flex;
    padding: 0;
    margin: 0;
    border-top: 1px solid #A5A8A9;
    border-bottom: 1px solid #A5A8A9;
}

.lista li {
    list-style: none;
    padding: 1rem 2.5rem;
    margin: 0;
}

.lista li a {
    text-decoration: none;
    color: #A5A8A9;
    transition: border-bottom 0.5s;
    border-bottom: 1px solid #fff;
}

.lista li a:hover {
    border-bottom: 1px solid #A5A8A9;
}

/* Inicio Slider */

.contenedor-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.slider {
    /*border-radius: 10px;  Modificar para movil */
    width: 100%;
    /* Modificar para movil */
    height: 555px;
    overflow: hidden;
}

.slidess {
    width: 500%;
    height: 555px;
    display: flex;
}

.slidess input {
    display: none;
}

.slidee {
    width: 20%;
    transition: 1s;
    position: relative;
    text-align: center;
}

.texto-encima {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.banner_paginas {
    background-image: url(../img/slider_fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 6rem 0;
    color: #A5A8A9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_paginas p {
    font-size: 2.7rem;
    letter-spacing: 0.4rem;
}

.ban_nuevo{
    width: 50%;
}

.raya_gris{
    width: 100%;
}

.raya_blanca{
    width: 2px !important;
    height: 90px !important;
    margin-bottom: 50px;
}

.iops{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_paginas_c {
    background-image: url(../img/slider_fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 6rem 0;
    color: #A5A8A9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_paginas_c p {
    text-align: left;
    font-size: 2.7rem;
    letter-spacing: 0.4rem;
}

.banner_paginas_p {
    background-image: url(../img/slider_fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 6rem 0;
    color: #A5A8A9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_paginas_p p {
    font-size: 2.7rem;
    letter-spacing: 0.4rem;
    text-align: left;
}

.meses{
    font-size: 2rem;
    letter-spacing: 0.4rem; 
    color: #A5A8A9;
}

.p_movil {
    display: none;
}

.botones_orden{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    transform: translate(0px,80px);
}

.btn_asc{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_asc img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}


.texto-p {
    font-size: 50px;
    white-space: nowrap;
    letter-spacing: 0rem;
}

.texto-c {
    font-size: 30px;
    letter-spacing: 0rem;
    padding: 0;
}

.btn-buscar {
    text-decoration: none;
    color: #fff;
    background: transparent;
    padding: 0.6rem 2rem;
    transition: 0.4s;
    border: 2px solid #fff;
}

.pagado{
    display: flex;
}

.comprobante_pago{
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 1rem;
}

.comprobante_pago img{
    width: 30px;
}

.comprobante_pago p{
    color: #3db39e;
    margin: 0;
    padding-left: 0.5rem;
}

.btn-buscar:hover {
    text-decoration: none;
    color: #fff;
    background: #A5A8A9;
}

.slidee img {
    width: 100%;
    height: 555px;
    object-fit: cover;
}

.navigation-manual {
    position: absolute;
    width: 100%;
    margin-top: -60px;
    display: flex;
    justify-content: center;
}

.manual-btn {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.manual-btn:not(:last-child) {
    margin-right: 40px;
}

.manual-btn:hover {
    background: #fff;
}

#radio1:checked~.first {
    margin-left: 0;
}

#radio2:checked~.first {
    margin-left: -20%;
}

#radio3:checked~.first {
    margin-left: -40%;
}

#radio4:checked~.first {
    margin-left: -60%;
}

.navigation-auto {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 495px;
    /* Modificar con el alto de la imagen*/
}

.navigation-auto div {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 10px;
    transition: 0.2s;
}

.navigation-auto div:not(:last-child) {
    margin-right: 40px;
}

#radio1:checked~.navigation-auto .auto-btn1 {
    background: #fff;
}

#radio2:checked~.navigation-auto .auto-btn2 {
    background: #fff;
}

#radio3:checked~.navigation-auto .auto-btn3 {
    background: #fff;
}

#radio4:checked~.navigation-auto .auto-btn4 {
    background: #fff;
}

/* Fin Slider */

.slider_nosotros_img{
    height: 429px;
    width: auto;
    object-fit: cover;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.menu_movil {
    width: 100vw;
    height: 100vh;
}

.lista_movil {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.lista_movil li {
    padding: 2.5rem 0;
}

.lista_movil li a {
    color: #A5A8A9;
    text-decoration: none;
    font-size: 1.3rem;
}

.menu_movil {
    display: none;
}

.ver_menu {
    display: block;
}

.sec {
    padding: 6rem 0;
    position: relative;
}

.sec-insta {
    background-image: url(../img/fondo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.borde-inferior {
    background: #fff;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 5%;
}

.insta-info {
    width: 100%;
}

.insta-info div:first-child {
    padding-top: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.insta-info p {
    margin: 0;
}

.insta-log {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 1.5rem;
}

.btn-ins {
    color: #A5A8A9;
    text-decoration: none;
}

.foot {
    padding: 6rem 0;
    position: relative;
}

footer {
    background: #F4F4F4;
}

.menu_footer {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.columna_1 p,
.columna_2 p,
.columna_3 p {
    color: #A5A8A9;
}

.menu_footer a {
    color: #A5A8A9;
    text-decoration: none;
    padding-top: 1rem;
}

.menu_footer span {
    transition: border-bottom 0.3s;
    border-bottom: 1px solid #fff;
}

.menu_footer span:hover {
    border-bottom: 1px solid #A5A8A9;
}

.menu_horarios {
    padding-top: 0.5rem;
}

.menu_horarios_esp {
    padding-top: 1rem;
}

.imagenes_footer {
    padding-top: 1rem;
    display: flex;
}

.imagenes_footer img {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
    object-fit: contain;
}

.imagenes_footer_tarjetas {
    padding-top: 0rem;
    display: flex;
}

.imagenes_footer_tarjetas img {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    object-fit: contain;
}

.footer_centrado {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.desplegable {
    position: relative;
}

.desplegable_contenido {
    /*Posicionamiento*/
    display: none;
    right: 0;
    position: absolute;
    top: 100%;
    background-color: #FFF;
    z-index: 9999;

    /* Size */
    /* height: auto; */
    max-height: 350px;
    overflow-y: auto;
    width: 300px;
    border: 1px solid #d1d7dc;

    font-size: 1.1rem;
    padding: 1rem 1.5rem 0rem 1.5rem;
    color: #A5A8A9;
}

.desplegable:hover .desplegable_contenido {
    animation: menus 0.1s;
    display: block;
}

.confirmar_pedido{
    width: 100%;
    position: sticky;
    bottom: 0;
}

.confirmar_pedido div{
    width: 100%;
    background: #fff;
    padding: 1rem;
}


.img_carrto {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.carrito_articulos {
    display: flex;
    border-bottom: 1px solid #A5A8A9;
    padding-bottom: 0.5rem;
}

.carrito_articulos:not(:first-child) {
    margin-top: 1.5rem;
}

.articulos_descrip {
    margin-left: 2rem;
}

.btn_confirmar {
    margin-top: 1rem;
    background: #A5A8A9;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    border: 1px solid #A5A8A9;
    transition: 0.3s;
}

.btn_confirmar:hover {
    background: #fff;
    color: #A5A8A9;
    text-decoration: none;
    border: 1px solid #A5A8A9;
}

.nosotros {
    padding: 6rem 0;
}

.contacto {
    padding: 6rem 0;
}

.nosotros p:first-child {
    text-align: center;
    padding-bottom: 1rem;
    color: #A5A8A9;
    font-size: 1.2rem;
}

.nosotros p:not(:first-child) {
    text-align: center;
    color: #A5A8A9;
    font-size: 1.1rem;
    line-height: 2rem;
}

.contacto p:first-child {
    text-align: center;
    padding-bottom: 1rem;
    color: #A5A8A9;
    font-size: 1.2rem;
}

.contacto p:not(:first-child) {
    text-align: center;
    color: #A5A8A9;
    font-size: 1.1rem;
}

.nosotros_pd {
    padding-bottom: 6rem;
}

.nosotros_formas {
    border-radius: 1.5rem;
    display: flex;
}

.imagen_nosotros {
    width: 50%;
}

.texto_nosotros {
    width: 50%;
    padding: 0 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto_nosotros div {
    text-align: center;
}

.texto_nosotros div p {
    color: #A5A8A9;
}

/* Boton de ir arriba inicio */

.ir-arriba {
    position: fixed;
    bottom: 30px;
    left: 50px;
    width: 300px;
    background: #fff;
    border-radius: 1.5rem;
}

.titulo-wha {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background: #00C400;
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    color: #fff;
    font-family: Montserrat-Bold;
}

.titulo-wha i {
    font-size: 1.2rem;
}

.btn-cerrar-wha img {
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.globo_wha {
    position: relative;
}

.globo_wha img {
    height: 55px;
    width: 100%;
    object-fit: contain;
}

.texto-enc-wha {
    position: absolute;
    top: 15px;
    left: 50px;
}

.btn-wha-cont {
    margin: 0.5rem 0 1rem 0;
}

.btn-wha {
    display: flex;
    width: 125px;
    background: #00C400;
    text-decoration: none;
    color: #fff;
    padding: 0.55rem 1rem;
    border-radius: 1.5rem;
    margin-left: 1rem;
}

.btn-wha:hover {
    text-decoration: none;
    color: #fff;
}

.btn-wha img {
    height: 20px;
    width: 20px;
    margin-right: 0.5rem;
}

.ver_menu_wha {
    display: none;
}

/* Boton de ir arriba final */

.contacto-form input {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    margin-top: 1rem;
    border: 1px solid #5F696E;
}

.contacto-form textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    margin-top: 1rem;
    border: 1px solid #5F696E;
}

.btn-enviar {
    background: #A5A8A9;
    border: none;
    color: #fff;
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    float: right;
    transition: 0.3s;
}

.btn-enviar:hover {
    background: #fff;
    color: #A5A8A9;
    border: 1px solid #A5A8A9;
}

.mesas {
    padding: 3rem 0 6rem 0;
}

.imagenes_mesas {
    position: relative;
    margin-bottom: 1rem;
}

.imagenes_mesas_img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}


.btn-ver-mesa {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(180deg);
    width: 100%;
    height: 100%;
    background-image: url(../img/fondo_producto.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-ver-mesa a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-ver-mesa-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.imagenes_mesas:hover .btn-ver-mesa {
    display: block;
    animation: productos 0.4s;
}

@keyframes productos {
    from {
        top: 0;
        left: 50%;
        transform: translateX(-50%) rotateY(180deg);
        width: 100%;
        height: 0%;
    }

    to {
        top: 0;
        left: 50%;
        transform: translateX(-50%) rotateY(180deg);
        width: 100%;
        height: 100%;
    }
}

.info_mesas p {
    text-align: center;
    color: #A5A8A9;
    padding: 0;
    margin: 0;
}

.info_mesas hr {
    margin: 0.5rem 0;
}

.info_mesas p:first-child {
    padding-top: 1.1rem;
    color: #A5A8A9;
}

.mesas_tienda {
    padding-top: 3rem;
}

.titulo_mesa {
    padding: 3rem 0 3rem 0;
}

.titulo_mesa p {
    text-align: center;
    font-size: 1.1rem;
    color: #A5A8A9;
}

.imagenes_art_img {
    width: 100%;
    height: 325px;
    object-fit: contain;
}

.info_art {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info_art p {
    text-align: center;
    color: #A5A8A9;
    padding: 0;
    margin: 0;
}

.info_art hr {
    margin: 0.5rem 0;
}

.info_art p:first-child {
    padding-top: 1.1rem;
    color: #A5A8A9;
}

.rayita {
    width: 25px;
}

.articulos_info {
    padding: 6rem 0;
    color: #A5A8A9;
}

.titulo_art_pagos {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.descripcion_art {
    font-size: 1.1rem;
    text-align: justify;
}

.btn_division{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02458d;
    color: #fff;
    padding: 0.5rem 1rem;
}

.a_div{
    display: inline-block;
    text-decoration: none;
    margin-bottom: 1rem;
}

.img_banco_div{
    margin-left: 0.5rem;
}

.img_banco_div img{
    width: 30px;
}

.mostrar_total_pagos{
    display: inline-block;
    background-color: #A5A8A9;
    color: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0 2rem 0;
}

.img_articulo {
    width: 100%;
    height: 350px;
    object-fit: contain;
    margin: 1rem 0 2rem 0;
}

.articulos_uno {
    padding: 0 5rem;
}

.articulos_dos {
    padding: 0 5rem;
    font-size: 1.1rem;
}

.num_articulos {
    padding: 0.5rem;
    width: 125px;
}

.btn_agregar_art {
    display: block;
    background: #A5A8A9;
    color: #fff;
    border: 1px solid #A5A8A9;
    padding: 0.5rem 2rem;
    margin: 1rem 0;
    transition: 0.3s;
}

.btn_agregar_art:hover {
    background: #fff;
    color: #A5A8A9;
    border: 1px solid #A5A8A9;
}

.validacion {
    padding: 6rem 0;
    color: #A5A8A9;
}

.fromulario_val {
    font-size: 1.1rem;
}

.fromulario_val .input {
    width: 100%;
    border: 1px solid #A5A8A9;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
}

.input_descuento{
    width: calc(100% - 155px);
    border: 1px solid #A5A8A9;
    padding: 0.5rem 1rem;
    margin: 0.5rem 1rem 1.6rem 0;
}

.fromulario_val textarea {
    width: 100%;
    border: 1px solid #A5A8A9;
    padding: 0.5rem 1rem;
    /* a      margin: 0.5rem 0 0 0;*/
    margin: 0.5rem 0 0 0;
}

.fromulario_val button {
    background: #A5A8A9;
    color: #fff;
    border: 1px solid #A5A8A9;
    padding: 0.6rem 2rem;
    transition: 0.3s;
    /* a */
    text-decoration: none;
}

.fromulario_val button:hover {
    background: #fff;
    color: #A5A8A9;
    border: 1px solid #A5A8A9;
}

/*Estlos de la tabla de validacion*/

.art_validacion_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 1rem 0;
}

.tabla_validacion {
    font-size: 1.1rem;
    color: #A5A8A9;
    width: 100%;
    text-align: center;
    border-radius: 1.5rem;
    border-collapse: collapse;
}

.tabla_validacion th {
    padding: 1rem;
}

.final_tbl {
    padding: 1rem;
    color: #fff;
}

.final_total_tbl {
    text-align: left;
    padding-left: 3rem;
    background: #A5A8A9;
    border-bottom-left-radius: 1rem;
}

.dos_tabla {
    background: #A5A8A9;
    border-bottom-right-radius: 1rem;
}

.inicio_tbl {
    font-weight: normal;
}

.art_validacion_op {
    display: flex;
    align-items: center;
    justify-content: center;
}

.art_validacion_op button {
    background: #A5A8A9;
    color: #fff;
    padding: 0.3rem 0.7rem;
    border: none;
    margin-right: 1rem;
    border-radius: 0.5rem;
}

.cantidad_validacion {
    padding: 0.5rem;
    width: 65px;
}

.borde_derecho {
    border-right: 1px solid #A5A8A9;
}

.borde_izquierdo {
    border-left: 1px solid #A5A8A9;
}

.gracias {
    padding: 6rem 0;
}

.gracias_bell {
    font-family: 'Cherolina';
    font-size: 3rem;
    color: #A5A8A9;
    margin: 0;
}

.gracias_normal {
    font-size: 1.1rem;
    color: #A5A8A9;
    padding-bottom: 1rem;
}

.gracias_cont {
    text-align: center;
}

.gracias_cont a {
    background: #A5A8A9;
    color: #fff;
    text-decoration: none;
    padding: 0.7rem 2rem;
    border: 1px solid #A5A8A9;
    transition: 0.3s;
}

.gracias_cont a:hover {
    background: #fff;
    color: #A5A8A9;
}

.zoomArea {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 1rem 0 2rem 0;
}

.zoomArea>image {
    width: 100%;
    height: 100%;
}

.texto-m {
    display: none;
}

.instagram_carrusel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.instagram_carrusel img {
    cursor: pointer;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.instagram_carrusel img:not(:first-child) {
    margin-left: 1.5rem;
}

.logo_completo img {
    width: 90%;
    height: auto;
    object-fit: cover;
}

.logo_completo {
    padding-bottom: 2rem;
    transform: translateX(-13px);
}

.btn_subir {
    cursor: pointer;
    background: #A5A8A9;
    position: absolute;
    top: 0;
    right: 6%;
    transform: translateY(-20px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_subir img {
    width: 30px;
    height: 20px;
    object-fit: cover;
}

@keyframes menus {
    from {
        height: 0px;
        width: 0px;
    }

    to {
        height: auto;
        width: 300px;
    }
}

@media only screen and (max-width:1400px) {
    .instagram_carrusel img {
        width: 250px;
        height: 250px;
        object-fit: cover;
    }
}

@media only screen and (max-width:1200px) {
    .instagram_carrusel img {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
}

@media only screen and (max-width:1100px) {
    .insta-info div:first-child {
        padding-top: 3rem;
    }

    .opciones {
        display: none;
    }

    .logo_menu {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .carrito_principal {
        width: 30px;
        height: 30px;
        object-fit: contain;
        cursor: pointer;
    }

    .navigation-auto {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 515px;
        /* Modificar con el alto de la imagen*/
    }
    
    .navigation-manual {
        position: absolute;
        width: 100%;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    }

    .texto-encima {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }

    .texto-p {
        display: block;
        font-size: 30px;
        letter-spacing: 0rem;
        white-space: nowrap;
    }

    .texto-c {
        font-size: 1.3rem;
        letter-spacing: 0rem;
        white-space: nowrap;
    }

    .texto-m {
        display: none;
    }

    .btn-buscar {
        text-decoration: none;
        color: #fff;
        background: transparent;
        padding: 0.6rem 2rem;
        transition: 0.4s;
        border: 2px solid #fff;
    }

    .logo_list {
        display: block;
        cursor: pointer;
    }

    .imagenes_footer {
        padding-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .imagenes_footer_tarjetas {
        padding-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .desplegable:hover .desplegable_contenido {
        display: none;
    }

    .articulos_uno {
        padding: 0;
    }

    .articulos_dos {
        padding: 0;
    }
}

@media only screen and (max-width:990px) {
    .imagenes_mesas {
        position: relative;
        margin-bottom: 0;
    }

    .lista li a {
        text-decoration: none;
        color: #A5A8A9;
        border-bottom: none;
    }
    
    .lista li a:hover {
        border-bottom: none;
    }
    .lista_movil li a {
        color: #A5A8A9;
        text-decoration: none;
        font-size: 1.15rem;
        border-bottom: none;
    }
    .sec-int {
        border-radius: 1.5rem;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    }

    .sec-insta {
        background-image: none;
    }
}

@media only screen and (max-width:1399px) {
    .margenes_mesa{
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media only screen and (max-width:1202px) {
    .margenes_mesa{
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}

@media only screen and (max-width:768px) {
    .comprobante_pago{
        display: none;
    }

    .pagado_bien{
        background-color: #A5A8A9 !important;
    }
    
    .pagado{
        display: block;
    }

    .a_div{
        display: block;
        margin-bottom: 0rem;
    }

    .btn_division{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #02458d;
        color: #fff;
        padding: 0.7rem 1rem;
    }
    
    #descer{
        padding-right: 2rem;
    }
    .btn_asc img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .botones_orden{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transform: translate(0px,0px);
    }
    
    .meses{
        font-size: 1.9rem;
        letter-spacing: 0.4rem; 
        text-align: center;
        color: #A5A8A9;
    }

    .ban_nuevo{
        width: 70%;
    }
    
    .margenes_mesa{
        margin-right: 3rem;
        margin-left: 3rem;
    }

    .raya_gris{
        width: 100%;
        height: 10px;
    }

    .input_descuento{
        width: calc(140px);
        border: 1px solid #A5A8A9;
        padding: 0.5rem 1rem;
        margin: 0.5rem 1rem 1.6rem 0;
    }

    .banner_paginas p {
        font-size: 2rem;
        letter-spacing: 0.4rem;
    }

    .banner_paginas_c p {
        font-size: 2rem;
        letter-spacing: 0.4rem;
        margin: 0;
    }

    .banner_paginas_p p {
        font-size: 2rem;
        letter-spacing: 0.4rem;
        text-align: left;
    }

    .banner_paginas {
        padding: 7rem 0;
    }
    
    
    .banner_paginas_c {
        padding: 7rem 0;
    }
    
    
    .banner_paginas_p {
        padding: 7rem 0;
    }

    .slider_nosotros_img{
        height: 330px;
        width: auto;
        object-fit: cover;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-radius: 1.5rem;
    }

    .logo_completo img {
        width: 75%;
        height: auto;
        object-fit: cover;
    }

    .logo_completo {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 3rem;
        padding-bottom: 0.5rem;
    }

    .instagram_carrusel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 0;
    }

    .instagram_carrusel img {
        width: 250px;
        height: 250px;
        object-fit: cover;
    }

    .instagram_carrusel img:not(:first-child) {
        margin-left: 0rem;
        margin-top: 1rem;
    }

    .columna_2 p,
    .columna_3 p {
        padding-top: 3rem;
    }

    .columna_1 p,
    .columna_2 p,
    .columna_3 p {
        text-align: center;
    }

    .menu_horarios {
        padding-top: 0rem;
    }

    .menu_horarios_esp {
        padding-top: 0rem;
    }

    .menu_footer a {
        text-align: center;
        padding-top: 2rem;
    }

    .nosotros_formas {
        border-radius: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .imagen_nosotros {
        width: 90%;
        padding-top: 1rem;
    }

    .texto_nosotros {
        width: 100%;
        padding: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .texto_nosotros div {
        text-align: center;
    }

    .ir-arriba {
        position: fixed;
        bottom: 30px;
        left: 9%;
        transform: translateX(-50%);
        width: 315px;
        background: #fff;
        border-radius: 1.5rem;
    }

    .globo_wha {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .btn-wha-cont {
        margin: 0.8rem 0 0.9rem 0;
    }

    .btn-wha {
        display: flex;
        width: 100%;
        background: #00C400;
        text-decoration: none;
        color: #fff;
        padding: 0.55rem 1rem;
        border-radius: 1.5rem;
        margin-left: 0;
    }

    .btn-enviar {
        background: #A5A8A9;
        width: 100%;
        border: none;
        color: #fff;
        padding: 0.5rem 0rem;
        float: none;
    }

    .p_no_movil {
        display: none;
    }

    .p_movil {
        display: block;
    }

    .articulos_uno {
        padding: 0 2.5rem;
    }

    .articulos_dos {
        padding: 2rem 2.5rem 0 2.5rem;
    }

    .articulos_info {
        padding: 3rem 0 6rem 0;
        color: #A5A8A9;
    }

    .btn_agregar_art {
        display: block;
        width: 100%;
        background: #A5A8A9;
        color: #fff;
        border: 1px solid #A5A8A9;
        padding: 0.6rem 2rem;
        margin: 1.3rem 0;
        transition: 0.3s;
    }

    .fromulario_val a {
        display: block;
        width: 100%;
        padding: 0.5rem 2rem;

        /* a */

        text-align: center;
    }

    .tabla_final {
        padding-top: 4rem;
    }

    .validacion {
        padding: 3.5rem 0 6rem 0;
    }

    .art_validacion_img {
        width: 50px;
        height: 50px;
    }

    .gracias {
        padding: 3rem 0 6rem 0;
    }

    .nosotros p:not(:first-child) {
        text-align: center;
        line-height: 2rem;
        color: #A5A8A9;
        font-size: 1.1rem;
    }

    .borde-inferior {
        background: #fff;
        width: 100%;
        height: 90px;
        position: absolute;
        bottom: 3%;
    }

    .sec {
        padding: 5rem 0;
        position: relative;
    }

}