﻿@import url('https://fonts.googleapis.com/css2?family=Carattere&family=Julius+Sans+One&family=Montserrat:wght@100;200;300;500;600;700&display=swap');

:root {
    --miotato-a: #8B0000;
    --miotato-bg: #ffa500;
    --miotato-gray: rgb(104, 104, 104);
    --miotato-mostza: #CFB015;
    --miotato-footer: #363636;
    --miotato-orange: #c84800;
    /*--principal: 'Montserrat', sans-serif;
    --julius: "Julius Sans One",sans-sefir;
    --cursiva: 'Carattere',sans-serif;*/
}


* {
    margin: 0;
    padding: 0;
    font-family: var(--principal)
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Delius", serif;
    font-weight: 400;
    font-style: normal;
}
input[type="radio"]{
    display:none;
}
header {
    height: 0;
}

input {
    max-width: 100% !important;
}
.preloader {
    display:flex;
    justify-content:center;
    align-items:center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8b0000;
    z-index: 999;
}

.colorful {
    width: 49.3px;
    height: 49.3px;
    border-radius: 50%;
    background: #b90000;
    animation: colorful-3dvxb1hg 2s infinite;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: #ed7000 !important;
}

@keyframes colorful-3dvxb1hg {
    0% {
        box-shadow: 0 -28.2px #e06726, calc(28.2px*0.707) calc(-28.2px*0.707) #ffa500,0 0 #e06726, 0 0 #ffa500, 0 0 #e06726, 0 0 #ffa500,0 0 #e06726, 0 0 #ffa500;
    }

    12.5% {
        box-shadow: 0 0 #e06726, calc(28.2px*0.707) calc(-28.2px*0.707) #ffa500,28.2px 0 #e06726, 0 0 #ffa500, 0 0 #e06726, 0 0 #ffa500,0 0 #e06726, 0 0 #ffa500;
    }

    25% {
        box-shadow: 0 0 #e06726, 0 0 #ffa500,28.2px 0 #e06726, calc(28.2px*0.707) calc(28.2px*0.707) #ffa500, 0 0 #e06726, 0 0 #ffa500,0 0 #e06726, 0 0 #ffa500;
    }

    37.5% {
        box-shadow: 0 0 #e06726, 0 0 #ffa500,0 0 #e06726, calc(28.2px*0.707) calc(28.2px*0.707) #ffa500, 0 28.2px #e06726, 0 0 #ffa500,0 0 #e06726, 0 0 #ffa500;
    }

    50% {
        box-shadow: 0 0 #e06726, 0 0 #ffa500,0 0 #e06726, 0 0 #ffa500, 0 28.2px #e06726, calc(-28.2px*0.707) calc(28.2px*0.707) #ffa500,0 0 #e06726, 0 0 #ffa500;
    }

    62.5% {
        box-shadow: 0 0 #e06726, 0 0 #ffa500,0 0 #e06726, 0 0 #ffa500, 0 0 #e06726, calc(-28.2px*0.707) calc(28.2px*0.707) #ffa500,-28.2px 0 #e06726, 0 0 #ffa500;
    }

    75% {
        box-shadow: 0 0 #e06726, 0 0 #ffa500,0 0 #e06726, 0 0 #ffa500, 0 0 #e06726, 0 0 #ffa500,-28.2px 0 #e06726, calc(-28.2px*0.707) calc(-28.2px*0.707) #ffa500;
    }

    87.5% {
        box-shadow: 0 -28.2px #e06726, 0 0 #ffa500,0 0 #e06726, 0 0 #ffa500, 0 0 #e06726, 0 0 #ffa500,0 0 #e06726, calc(-28.2px*0.707) calc(-28.2px*0.707) #ffa500;
    }

    100% {
        box-shadow: 0 -28.2px #e06726, calc(28.2px*0.707) calc(-28.2px*0.707) #ffa500,0 0 #e06726, 0 0 #ffa500, 0 0 #e06726, 0 0 #ffa500,0 0 #e06726, 0 0 #ffa500;
    }
}

/*LOGIN ADMIN*/
.bg-mio {
    background-color: #ffa500bd;
    border: 5px solid var(--miotato-a)
}

.btn-mio-color {
    background-color: var(--miotato-orange);
}

#icon {
    position: fixed;
    margin-top: 1rem;
    margin-left: 2.5rem;
    width: 40px;
    height: 40px;
    color: #fff;
    background: var(--miotato-bg);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    transition: 1s;
    z-index: 3;
}

#close {
    position: fixed;
    margin-top: 1rem;
    margin-left: 2.5rem;
    font-size: .4em;
    color: #7d7d7d;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: 1s all;
    z-index: 2;
}

#icon:hover {
    background: #fcda9c;
}

#icon i {
    font-size: 30px;
}

#cotizacion {
    position: fixed;
    right: 4%;
    font-size: 15px;
    margin-top: 0rem;
    margin-left: 2.5rem;
    width: 150px;
    height: 36px;
    color: #fff;
    background: #ed7000;
    border-radius: 12px;
    text-align: center;
    z-index: 3;
    opacity: 1;
    transition: all 1s;
    cursor: pointer;
}

    #cotizacion:hover {
        color: var(--miotato-bg);
        background: #ffffff;
    }

    #cotizacion h3 {
        margin: 7px;
        opacity: 1;
    }


#miotato {
    position: fixed;
    text-align: center;
    font-weight: 700;
    width: 100%;
    letter-spacing: 30px;
    font-size: 5rem;
    color: var(--miotato-a);
    margin-top: 0.5rem;
    z-index: 2;
    animation: not-checked-anim-miotato .5s forwards;
}

    #miotato a {
        color: var(--miotato-a);
        text-decoration: none;
        text-transform: none;
        list-style: none;
    }


#menu a:hover {
    color: var(--miotato-a);
}

#menu > li {
    width: 100%;
    text-align: center;
}

    #menu > li > a {
        margin: 158px 0 -55px 0;
        font-size: 2.8rem;
        color: var(--miotato-gray);
        font-weight: 700;
        line-height: 1.8;
        text-decoration: none;
        text-transform: none;
        list-style: none;
        outline: 0;
        display: none;
    }


#menu {
    list-style: none;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 11%;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
    animation: not-checked-anim 1s ease both;
    transition: .2s;
    z-index: 1;
}

    #menu li a:hover {
        color: var(--miotato-a)
    }


body#index ul#menu li:nth-child(1) a,
body#services ul#menu li:nth-child(2) a,
body#about ul#menu li:nth-child(3) a,
body#menu-miotato ul#menu li:nth-child(4) a,
body#contact ul#menu li:nth-child(5) a {
    color: var(--miotato-a);
}

/*ANIMACIONES*/
/*miotato*/
@keyframes not-checked-anim-miotato {
    0% {
        font-weight: 100;
    }

    50% {
        font-weight: 500;
    }

    100% {
        font-weight: 700;
    }
}

@keyframes checked-anim-miotato {
    0% {
        font-weight: 700;
    }

    50% {
        font-weight: 500;
    }

    100% {
        font-weight: 100;
    }
}

/*MENU DESPLEGABLE*/
@keyframes checked-anim {

    100% {
        width: 100%;
        height: 30%;
    }
}

@keyframes not-checked-anim {
    0% {
        width: 100%;
        height: 15%;
    }
}

@keyframes cheked-anim-menu {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#menu-toggle:checked + #trigger ~ #cotizacion {
    opacity: 0;
}

    #menu-toggle:checked + #trigger ~ #cotizacion h3 {
        opacity: 0;
    }

#menu-toggle:checked + #trigger ~ #close {
    font-size: 2rem;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
}

#menu-toggle:checked + #trigger {
    animation: checked-anim-cotizacion 1s ease-in forwards;
}

    #menu-toggle:checked + #trigger + #miotato {
        animation: checked-anim-miotato .5s ease-in forwards;
    }

        #menu-toggle:checked + #trigger + #miotato + #menu {
            animation: checked-anim 1s ease both;
        }

    #menu-toggle:checked + #trigger #icon {
        opacity: 0;
    }

    #menu-toggle:checked + #trigger ~ #menu li a {
        animation: cheked-anim-menu 1s;
        display: inline-flex;
    }


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    display: none;
}

/*index*/
.bg-photo {
    background-image: url("../Images/9.png");
    background-color: #ed7000;
    background-size: cover;
    background-position-x: center;
    width: 100%;
    height: 100vh;
    padding-top: 60px; /* Espacio igual a la altura del nav */
}
.bg-photo-menu {
    margin: 0;
    padding: 0;
    padding-top: 60px; /* Para que comience justo debajo del nav */
}

.vh-60 {
    height: 60vh !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.logo-miotato {
    width: auto;
    height: auto;
}

.empresa {
    text-align: center;
    height: 54px;
    border-radius: 5px;
    width: 243px;
    background: var(--miotato-a);
    color: #fff;
    transition: 1s;
}

    .empresa h3 {
        margin-top: 14px;
        font-weight: 700;
    }

    .empresa:hover, .usuario:hover {
        background-color: #ffffff95;
        color: var(--miotato-bg);
        border-radius: 20px;
    }

.usuario {
    text-align: center;
    height: 54px;
    border-radius: 5px;
    width: 243px;
    background: var(--miotato-bg);
    transition: 1s;
    color: #fff;
}

    .usuario h3 {
        margin-top: 14px;
        font-weight: 700;
    }
.empresa a,
.usuario a {
    color:#fff !important;
    text-decoration: none !important;
}
/*Form index*/
.my-6 {
    margin-top: 10%;
}

.menu-email {
    background-color: #fff9;
    width: 40%;
    padding: 1%;
}

.input-email-index {
    font-family: var(--cursiva);
    font-size: 2rem;
    width: 70%;
    height: 51px;
    border-style: none;
}

.btn-form-index {
    width: 25%;
    border-style: none;
}

.direccion {
    width: 50%;
    color: #ed7000;
}

    .direccion h4 {
        margin-top: 100px;
    }
/*Services*/
.bg-photo-services {
    background-image: url("../Images/1.png") !important;
    background-attachment: fixed;
    height: 100% !important;
}

    .bg-photo-services div div {
        width: auto;
        height: auto;
    }

        .bg-photo-services div div h1 {
            margin-top: 30%;
            font-weight: 300;
            font-size: 6rem;
            color: #fff;
        }

.services div div h4 {
    font-size: 3rem;
    color: #fff;
}

.services div div h5 {
    font-size: 1.6rem;
    color: #fff;
    line-height: 40px;
}

.coments div div h2 {
    margin-top: 15%;
    font-weight: 300;
    font-size: 4rem;
    color: #fff;
}

.img-services {
    display: none;
}
/*Galeria services*/
/*Coments*/
.coments-users {
    font-family: var(--julius);
    display: -webkit-inline-box;
    height: 300px !important;
    width: 100% !important;
    margin-bottom: 30px;
    background-color: #ffffff;
    overflow: hidden;
    scroll-behavior: smooth;
}

.comments-carousel {
    position: relative;
    height: 100% !important;
    padding-left: 0 !important;
}

.carousel-card {
    height: 100% !important;
    padding: 0 100px 0 100px;
}

.user-photo {
    width: 15% !important;
    height: 54% !important;
    border-radius: 50%;
    background-color: black;
    margin: 8px 0px 0px 8px
}

.photo-1 {
    background-image: url('/Images/anonimo.png');
    background-size: cover;
    background-position: center;
}

.photo-2 {
    background-image: url('/Images/anonimo.png');
    background-size: cover;
    background-position: center;
}

.photo-3 {
    background-image: url('/Images/anonimo.png');
    background-size: cover;
    background-position: center;
}

.carousel-card img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.carousel-arrows {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    color: aliceblue;
    width: 100% !important;
    height: 100% !important;
    padding: 20px;
}

    .carousel-arrows a {
        text-decoration: none;
        color: #000;
    }

        .carousel-arrows a i {
            font-size: 4rem;
        }
/*Nosotros*/
.bg-photo-about, .bg-photo-menu, .bg-photo-contact {
    background-image: none;
    height: 100% !important;
}

. /*bg-photo-about div div, .bg-photo-menu div div, .bg-photo-contact div div {
        width: auto;
        height: auto;
    }*/
.bg-photo-menu div div {
    width: 100%; /* Usamos 100% para asegurarnos de que el contenedor se ajuste al tamaño disponible */
    height: auto; /* La altura debe ajustarse automáticamente */
    background-color: #66a05f; /* Mantén el color de fondo */
    box-sizing: border-box; /* Para asegurarnos de que los padding no afecten el tamaño del contenedor */
}


        .bg-photo-about div div h1 {
            /*margin-top: 30%;*/
            font-weight: 300;
            font-size: 6rem;
            color: #000;
        }

.about div div h4 {
    font-size: 3rem;
    color: #000;
    text-align: start;
    line-height: 5rem;
    font-weight: 300;
}

.col-img-photo {
    background-image: url('/Images/Food Snapshot_edited.jpg');
    background-position: center;
}

.row-photo-food {
    display: none;
}

.mx-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
}

.instagram div div h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
}

.div-insta {
    display: flex;
    position: relative;
    justify-content: space-evenly;
}

.insta_hashtag {
    display: flex;
    position: absolute;
    top: 70px;
    font-size: 3rem;
    color: #FFF;
    z-index: 1;
    opacity: 0;
    transition: 1s all;
}

.img-insta {
    display: flex;
}

.insta {
    margin: 2rem;
    transition: 1s all;
}

.div-insta:hover img {
    filter: brightness(.5)
}

.div-insta:hover h5 {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*menu*/

#pestanas {
    width: 100% !important;
}
.ui-tabs .ui-tabs-panel {
    width: 100%;

}
/*#menu-tabs-5,
#menu-tabs-4,
#menu-tabs-3,
#menu-tabs-2,
#menu-tabs-1 {
    display: grid !important;
    column-gap: 50px;
    grid-template-columns: repeat(2, minmax(400px, 600px));
    grid-template-rows: repeat(2, 1fr);
    gap: 5px;
    justify-content: center;
}*/
/*#menu-tabs-1, #menu-tabs-2, #menu-tabs-3, #menu-tabs-4, #menu-tabs-5 {
    display: grid !important;
    column-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/ /* Ajusta las tarjetas para que se adapten al espacio disponible */
    /*grid-template-rows: auto;
    gap: 10px;
    justify-content: center;
    width: 100%;*/  /*Asegura que el contenedor tenga un tamaño dinámico */
    /*padding: 10px;*/  /*Espaciado alrededor */
    /*box-sizing: border-box;*/  /*Para evitar que los paddings afecten el tamaño */
/*}*/

/*NUEVO CODIGO*/
#menu-tabs-1, #menu-tabs-2, #menu-tabs-3, #menu-tabs-4, #menu-tabs-5 {
    display: grid !important;
    column-gap: 30px; /* Ajusta el espacio horizontal entre las tarjetas */
    row-gap: 30px; /* Ajusta el espacio vertical entre las tarjetas */
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Controla el número de tarjetas por fila */
    grid-template-rows: auto;
    justify-content: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Cuando la pantalla sea grande (más de 1200px), mostrar máximo 1 tarjetas por fila */
@media (max-width: 1200px) {
    #menu-tabs-1, #menu-tabs-2, #menu-tabs-3, #menu-tabs-4, #menu-tabs-5 {
        grid-template-columns: repeat(1, minmax(300px, 1fr)); /* 3 tarjetas por fila */
    }
}

/* Cuando la pantalla sea mediana (entre 768px y 1199px), mostrar 2 tarjetas por fila */
@media (max-width: 1199px) and (min-width: 768px) {
    #menu-tabs-1, #menu-tabs-2, #menu-tabs-3, #menu-tabs-4, #menu-tabs-5 {
        grid-template-columns: repeat(2, minmax(300px, 1fr)); /* 2 tarjetas por fila */
    }
}

/* Cuando la pantalla sea pequeña (menos de 768px), mostrar 1 tarjeta por fila (lista) */
@media (max-width: 767px) {
    #menu-tabs-1, #menu-tabs-2, #menu-tabs-3, #menu-tabs-4, #menu-tabs-5 {
        grid-template-columns: repeat(1, minmax(300px, 1fr)); /* 1 tarjeta por fila (lista) */
    }
}


#pestanas main div div img {
    margin-top: 10px;

}

#pestanas ul li a {
    color: #000 !important;
    background-color: #fff !important;
    border: 0px !important;
}

.ui-state-active,
.ui-widget-content
.ui-state-active,
.ui-widget-header
.ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #000 !important;
    background-color: #fff !important;
    border: none;
}
.title-menus {
    margin: 0;
    width: 100%;
    box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5),inset 10px 10px 15px rgba(70, 70, 70, 0.12);
}
.card-menu {
    width: 350px !important;
    margin: auto !important;
}

    .card-menu div:hover {
        transition: 1s all;
        box-shadow: 10px 10px 47px 0px rgba(0,0,0,0.75);
        -webkit-box-shadow: 10px 10px 47px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 47px 0px rgba(0,0,0,0.75);
    }

    .card-menu div h6 {
        font-size: 0rem;
    }

    .card-menu:hover h6 {
        transition: .5s all;
        font-weight: 700;
        font-size: 1.5rem;
    }


.mx-20 {
    margin-right: 30rem !important;
    margin-left: 30rem !important;
}

.bg-photo-menu div {
    font-family: var(--julius)
}

    .bg-photo-menu div div h3 {
        font-weight: 300;
        font-size: 4rem;
        color: #000;
    }

    .bg-photo-menu div div h5 {
        font-weight: 300;
        font-size: 2rem;
        color: #000;
    }


    .bg-photo-menu div div hr {
        border-top: 5px solid #ed7000;
        width: 30%;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        margin: auto;
    }

.menu-tags {
    background-color: #c2c248;
    margin: 3% 29% 3% 30%;
}


.marco-star {
    border: 10px solid #88c248;
}

.marco {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    border: 10px solid #88c248;
}

.bi-bookmark-star-fill {
    position: absolute;
    display: flex;
    top: 0;
    color: #88c248;
    font-size: 5rem;
}

.menu-buton {
    border: 8px solid var(--miotato-bg);
    position: inherit;
    width: 11%;
    height: 180px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
}

    .menu-buton a {
        color: #000;
        text-decoration: none;
    }

.m-button {
    margin: 5rem !important;
}

.menu-buton:hover {
    background-color: #cac0c0 !important;
}

/*CONTACTO*/
.img-contact img {
    width: 100%;
}

.bg-photo-contact div div h1 {
    /*margin-top: 34%;*/
    font-weight: 600;
    letter-spacing: 10px;
    font-size: 6rem;
    color: #000;
}
/*Boton de mesanje*/
#chat {
    position: fixed;
    background-color: var(--miotato-bg);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    bottom: 5px;
    right: 10px;
}


#messege {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bi-whatsapp {
    position: absolute;
    color: #fff;
    font-size: 4rem;
}
/*Footer*/
footer {
    width: 100%;
    height: 50px;
    background-color: var(--miotato-footer);
    text-align: center;
    color: #fff;
}

    footer p {
        padding-top: 10px;
        margin: 0;
    }
.content {
    flex: 1; /* Esto empuja el footer hacia abajo */
}
/*ANIMACIONES*/
.imgGrow {
    opacity: 0;
    transform: scale(.3);
    transition: all 1s;
}

.fadeTop {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
}

.fadeBottom {
    opacity: 0;
    transform: translate(10, 0vh);
    transition: all 1s;
}

.fadeRight {
    opacity: 0;
    transform: translate(10vh, 0vh);
    transition: all 1s;
}

.fadeLeft {
    opacity: 0;
    transform: translate(-10vh, 0vh);
    transition: all 1s;
}

.visible {
    opacity: 1;
    transform: translate(0,0);
}


.close {
    font-size: 6rem !important;
    position: absolute;
    top: 20px;
    right: 11% !important;
    color: #000 !important;
}

/*carrito*/
.carrito-compras {
    font-family: var(--julius);
    border-radius: 10px;
    background: #ffffffc7;
    position: fixed !important;
    top: 30%;
    right: 0;
    width: auto !important;
    height: auto;
    margin: 10px;
}

#trigger-car {
    position: absolute;
    top: -17px;
    left: 82%;
    width: 43px;
    height: auto;
    background-color: #ff0000b0;
    border-radius: 50%;
    font-size: 3rem;
    text-align: center;
    box-shadow: 10px 12px 37px -16px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 12px 37px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 12px 37px -16px rgba(0,0,0,0.75);
    animation: pulse_noti 1s ease infinite;
}

#carrito {
    counter-reset: notifications 0;
    border-radius: 7px;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: rgb(238 229 229 / 36%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
    animation: checked-car 1s ease both;
    transition: .2s;
}


#carrito li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


    #carrito li {
        display: none;
    }

.delete_button {
    margin: 1rem;
}

#trigger-car:before,
#trigger-car:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    height: 5px;
    width: 30px;
    background-color: #000;
    box-shadow: 10px 12px 37px -16px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 12px 37px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 12px 37px -16px rgba(0,0,0,0.75);
}

#trigger-car:before {

    transform: rotate(45deg);
}

#trigger-car:after {

    transform: rotate(-45deg);
}


#toggle-car:checked + #trigger-car + #carrito {
    animation: checked-anim-car 1.4s ease-in forwards;
}
#toggle-car:checked ~ #trigger-car {
    display: flex;
    top: 0;
    font-size: 0px;
}

    #toggle-car:checked ~ #trigger-car::after {
        opacity: 1;
    }

    #toggle-car:checked ~ #trigger-car::before {
        opacity: 1;
    }

#toggle-car:checked + #trigger-car ~ #carrito li {
    animation: cheked-anim-orden 1.4s;
    display: flex;
}

@keyframes cheked-anim-orden {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse_noti{
    0%{
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }

}
/*@keyframes not-checked-car {
    0% {
        opacity:0;
    }
}

@keyframes checked-anim-car {
    100% {
        opacity:1;
    }
}*/


/*cotizacion*/
#coti-modal {
    background-color: #fdf8f870;
}
.coti-modal-2 {
    margin-top: 40rem !important;
}
.coti-modal-2 form{
    display: flex;
    justify-content: center;
}
    .coti-modal-2 form button {
        background-color: #ed7000 !important;
        border-radius: 0px;
        width: 18rem;
        border: 0;
        transition: .5s;
    }

    .coti-modal-2 form button:hover {
        background-color: #fff;
        color:var(--miotato-mostza);
        border:1px solid var(--miotato-mostza);
    }
.input-file-input {
    position: absolute;
    opacity: 0;
}

/*no reservaxciones*/

#icon_phone {
    width: 5rem;
    height: 5rem;
    background-color: #cfb0152e;
    border-radius: 50%;
    border: 1px solid var(--miotato-mostza);
    font-size: 3rem;
    margin: auto !important;
    color: var(--miotato-mostza);
}

#menu_diario {
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-a,
#menu-b {
    display: grid;
    margin: 5rem;

}

#lb_entrada_a,
#lb_entrada_b,
#lb_p_fuerte_a,
#lb_p_fuerte_b,
#lb_postre_a,
#lb_postre_b,
#lb_adicional_a,
#lb_adicional_b,
#lb_pechuga {
    background: #f0f5ed;
    padding: 3rem;
    margin: 1rem;
    border-radius: 2rem;
    transition: 1s all;
    box-shadow: 6px 6px 8px #c1c1c1, -6px -6px 12px #FFF;
}
#lb_pechuga {
    position: absolute;
    bottom: 0%;
}
input#rdio_entrada_a:checked + #lb_entrada_a,
input#rdio_entrada_b:checked + #lb_entrada_b,
input#rdio_p_fuerte_a:checked + #lb_p_fuerte_a,
input#rdio_p_fuerte_b:checked + #lb_p_fuerte_b,
input#rdio_postre_a:checked + #lb_postre_a,
input#rdio_postre_b:checked + #lb_postre_b,
input#rdio_adicional_a:checked + #lb_adicional_a,
input#rdio_adicional_b:checked + #lb_adicional_b,
input#chk_pechuga:checked + #lb_pechuga {
    background-color: green;
    color: white;
    box-shadow: inset 3px 0px 3px 0px black;
}

#ordenarMenu {
    font-family: var(--julius);
    border-radius: 10px;
    background: #dbff96de;
    position: fixed !important;
    top: 30%;
    right: 6rem;
    width: 10rem !important;
    height: 7rem;
    margin: 10px;
    animation: pulse_noti 1s ease infinite;
}

/**/
/*TABLET*/
@media (max-width: 900px) {
    #miotato {
        font-size: 2rem !important;
    }

    .col-img-photo {
        display: none;
    }

    .row-photo-food {
        display: inline;
        width: 100%
    }

    #myModal div img {
        margin-left: 6% !important;
        
    }
    .carrito-compras{
        top:16%;
    }
    .bg-white div {
        margin-top: 8% !important;
    }
    .mx-20 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
    .card-menu {
        width: 335px !important;
        margin: 0 !important;
    }
}

/*SMARTPHONE*/
@media (max-width: 600px) {



    #lb_pechuga {
        position: absolute;
        right: 30%;
        bottom: 0%;
    }

    #miotato {
        text-align: start;
        margin-left: 10px;
        letter-spacing: 16px;
        font-size: 1rem;
        margin-top: 1rem;
        z-index: 2;
        animation: not-checked-anim-miotato .5s forwards;
    }

    #cotizacion {
        margin-top: 3.5rem;
        margin-left: 2.5rem;
        width: 100px;
        height: 25px;
    }

        #cotizacion h3 {
            font-size: 10px;
        }

    #burger,
    #burger:before,
    #burger:after {
        position: fixed;
        background: var(--miotato-gray);
        border-radius: 4px;
        width: 46px;
        height: 5px;
        top: 26px;
        right: 44px;
        z-index: 4;
    }

        #burger::after {
            content: " ";
            height: 4px;
            top: 15px;
            right: 44px;
            transition: .5s all;
        }

        #burger::before {
            content: " ";
            height: 7px;
            top: 37px;
            right: 44px;
            transition: .5s all;
        }

    #icon {
        display: none;
    }

    #close {
        display: none;
    }

    #menu-toggle:checked + #trigger #burger {
        height: 0px;
    }

        #menu-toggle:checked + #trigger #burger::before {
            transform: rotate(45deg);
            height: 5px;
        }

        #menu-toggle:checked + #trigger #burger::after {
            transform: rotate(-45deg);
            top: 37px;
            height: 5px;
        }

    #menu {
        display: block;
    }

        #menu > li > a {
            margin: 100px 0 113px 0;
            line-height: 0;
        }

    #menu-toggle:checked + #trigger ~ #menu li a {
        display: block;
    }

    body#index ul#menu li:nth-child(1) a,
    body#services ul#menu li:nth-child(2) a,
    body#about ul#menu li:nth-child(3) a,
    body#menu-miotato ul#menu li:nth-child(4) a,
    body#contact ul#menu li:nth-child(5) a {
        color: var(--miotato-mostza);
    }


    /*MENU DESPLEGABLE*/
    @keyframes checked-anim {
        100% {
            width: 100%;
            height: 100%;
        }
    }


    h1,
    /*index*/
    .logo-miotato {
        transform: scale(.5)
    }

    .menu-email {
        width: 90%;
    }

    .direccion {
        width: 90%;
    }

        .direccion h4 {
            margin-top: 0px;
        }
    /*services*/
    .carousel-card {
        height: 100% !important;
        padding: 0px 0px 0px 0px;
    }

    .user-photo {
        width: 60% !important;
        height: 54% !important;
        margin: auto;
    }

    /*About*/

    .mx-10 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .mx-20 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .bg-photo-contact div div h1,
    .bg-photo-services div div h1,
    .bg-photo-about div div h1 {
        font-size: 3.8rem;
    }

    .about-row {
        display: block;
    }

    .menu-buton {
        width: 36%;
        height: 134px;
    }

    .m-button {
        margin: 1rem !important;
    }

    .close {
        font-size: 6rem !important;
        position: absolute;
        top: 0px;
        right: 45px !important;
        color: #000 !important;
    }

    .carrito-compras,
    #ordenarMenu{
        color: #fff;
        background-color: #000000c7;
        position: sticky !important;
        bottom: 5px;
        margin: 16px !important;
        padding: 10px;
    }
    #menu_diario{
        display:grid;
    }
    .card-menu {
        width: auto !important;
        margin: 0rem !important;
    }

        .card-menu div img,
        .card-menu div div img {
            height: auto;
            width: 100%;
        }

    .bg-white div {
        margin-top: 14% !important;
    }

    #menu-tabs-5,
    #menu-tabs-4,
    #menu-tabs-3,
    #menu-tabs-2,
    #menu-tabs-1 {
        display: block !important;
    }
}

/*estilos agregados*/
.btninicio {
    cursor: pointer;
    height: 40px;
    width: 60px;
    font-size: 15px;
}

.inputcarrito{
    width:150px;
    color:black;
}
/* Ajuste para que la tarjeta empiece 30px debajo del nav */
.orden-container {
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Tarjeta con borde y sombra */
.cardpedido {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    height: 400px;
}

/* Ítems de la orden */
.orden-item {
    font-size: 2rem;
}

/* Estilización del botón */
.btn-primary {
    background-color: #007bff;
    border: none;
    transition: 0.3s;
}

    .btn-primary:hover {
        background-color: #0056b3;
        transform: scale(1.05);
    }

/* Estilización del campo de correo */
.form-control {
    border-radius: 8px;
    padding: 10px;
}
.alineacionfiltros{
    display:flex;
    justify-content: space-evenly;
}

.reporte-ventas-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.form-label1 {
    margin-right: 10px;
    width: 30%;
    color: white;
    font-size:15px;
}

.form-input1 {
    width: 65%;
}

.reporte-ventas-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
/* Global variables */
:root {
    --primary-color: #4CAF50;
    --secondary-color: #FFFFFF;
    --hover-color: #FF5722;
    --background-color: #F9F9F9;
    --shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    --transition: all 0.3s ease-in-out;
}

/* General header styles */
.nav-header {
    display: flex;
    align-items: center;
    justify-content: stretch;
    background-color: #000000e6;
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow);
}


/* Logo/brand */
.nav-brand a {
    font-size: 2rem;
    font-weight: bold;
    color: #ed7000;
    text-decoration: none;
    transition: var(--transition);
}

    .nav-brand a:hover {
        color: var(--hover-color);
    }

/* Burger menu */
.nav-trigger {
    display: none;
    cursor: pointer;
}

.burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}

    .burger span {
        height: 4px;
        width: 100%;
        background-color: var(--primary-color);
        border-radius: 4px;
        transition: var(--transition);
    }

/* Navigation menu */
.nav-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
}

    .nav-menu ul {
        display: flex;
        gap: 3.5rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .nav-menu ul li a {
            font-size: 2.1rem;
            color: #ed7000;
            text-decoration: none;
            font-weight: 500;
            transition: var(--transition);
        }

            .nav-menu ul li a:hover {
                color: var(--hover-color);
                transform: scale(1.1);
            }

/* Cotización */
.cotizacion {
    font-size: 1.2rem;
    color: var(--hover-color);
    font-weight: bold;
}

/* Responsive Design: Burger menu for smaller screens */
@media (max-width: 768px) {
    .nav-trigger {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 250px;
        background-color: var(--background-color);
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
        transform: translateX(100%);
        transition: var(--transition);
        box-shadow: var(--shadow);
    }

        .nav-menu ul {
            flex-direction: column;
            gap: 1.5rem;
        }

    #menu-toggle:checked ~ .nav-menu {
        transform: translateX(0);
    }

    .burger span:nth-child(1) {
        transform: rotate(45deg) translateY(7px);
    }

    .burger span:nth-child(2) {
        opacity: 0;
    }

    .burger span:nth-child(3) {
        transform: rotate(-45deg) translateY(-7px);
    }
}
/*login*/
/* Main container */
.login-container {
    margin-top: 80px; /* Ajusta el margen para que empiece debajo del nav */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 1.5rem;
}

/* Title */
.login-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #ed7000;
}

/* Login form */
.login-form {
    background: #ffffff;
    /*background: #ffffffd9;*/
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    width: 500px;
    /* max-width: 400px;*/
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: auto;
}
/* Login form */
.login-form2 {
    background: #ffffff;
    /*background: #ffffffd9;*/
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    width: 500px;
    /* max-width: 400px;*/
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: auto;
}

/* Form labels */
.form-label {
    font-size: 1.8rem;
    font-weight: bold;
    color: black;
}

/* Input fields */
.form-control {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-radius: 8px;
    background: #1c1c1c;
    color: #fff;
    font-size: 1rem;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
}

    .form-control:focus {
        outline: none;
        border: 2px solid #ed7000;
        box-shadow: 0 0 5px rgba(237, 112, 0, 0.8);
    }

/* Error messages */
.error-message {
    font-size: 0.9rem;
    color: red;
    margin-top: 0.5rem;
}

/* Login button */
.btn-login {
    width: 100%;
    padding: 0.75rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: #ed7000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

    .btn-login:hover {
        background: #ff8c42;
        box-shadow: 0 4px 10px rgba(237, 112, 0, 0.6);
    }

/* Register link */
.register-link {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.7rem;
}

    .register-link a {
        color: #ed7000;
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s ease-in-out;
    }

        .register-link a:hover {
            color: #ff8c42;
            text-decoration: underline;
        }
/*.size{
    width:50%;
    height:50%;
    text-align:center;
}*/
.colorini{
    background-color: white;
}
.image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; /* Espacio entre la imagen y el formulario */
}

.size {
    max-width: 40%;
    height: auto;
    display: block;
}
/* Encapsula los estilos en una clase específica */
.static-footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

    .static-footer p {
        margin: 0; /* Elimina el margen del texto */
        line-height: 50px; /* Centra verticalmente el texto */
    }
/* Establece el contenedor principal para usar Flexbox */
.main-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
/* Encapsula los estilos en una clase específica */
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Asegura que el contenedor ocupe toda la altura de la pantalla */
}

/* From Uiverse.io by cssbuttons-io */
.buttonG {
    --color: #ed7000;
    font-family: inherit;
    display: inline-block;
    width: 8em;
    height: 2.6em;
    line-height: 2.5em;
    margin: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
}

    .buttonG:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 200px;
        border-radius: 50%;
    }

    .buttonG:hover {
        color: #fff;
        text-decoration: none;
    }

    .buttonG:before {
        top: 100%;
        left: 100%;
        transition: all 0.7s;
    }

    .buttonG:hover:before {
        top: -30px;
        left: -30px;
    }

    .buttonG:active:before {
        background: #ed7000;
        transition: background 0s;
    }
.contenedor-imagen-boton {
    display: flex; /* Coloca los elementos en una fila */
    align-items: center; /* Alinea verticalmente al centro */
    justify-content: center; /* Centra horizontalmente los elementos dentro del contenedor */
    gap: 20px; /* Espaciado entre la imagen y el botón */
}

    .contenedor-imagen-boton img {
        max-width: 200px; /* Asegura que la imagen tenga un tamaño máximo */
        height: auto; /* Mantén la proporción de la imagen */
    }
.tipografia {
    font-family: "Delius", serif;
    font-weight: 600;
    font-style: normal;
}
.tipografia2 {
    font-family: "Delius", serif;
    font-weight: 400;
    font-style: normal;
}
.size2{
    font-size:1rem;
}
.text-end {
    text-align: right !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fs-5 {
    font-size: 1.8rem !important;
}

.email {
    background-color: #fff9;
    width: 35%;
    padding: 1%;
    margin-left: 3%;
}
.emailcolor{
    color: #ed7000;
}
/*pantallas de laptop*/
@media(min-width: 768px) and (max-width: 1366px) {
    .contenedor-imagen-boton {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: -8%;
    }

    .email {
        background-color: #fff9;
        width: 50%;
        padding: 1%;
        margin-left: 3%;
    }
}
/*monitor*/
/*@media(max-width:1600px)
{
    .static-footer {
        width: 100%;
        height: 50px;
        background-color: #000000e6;
        text-align: center;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}*/
/*telefono*/
@media(max-width:400px){
    .contenedor-imagen-boton {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }
    .email {
        background-color: #fff9;
        width: auto;
        padding: 1%;
        margin-left: 3%;
    }
    .coti-modal-2 form {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .login-form {
        /* background: #000000d9; */
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        padding: 2rem;
         width: 100%; 
        /* max-width: 400px; */
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: auto;
    }
    .login-form2 {
        /* background: #000000d9; */
        background: #ffffffd9;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        padding: 2rem;
        width: 100%;
        /* max-width: 400px; */
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: auto;
    }
    .modalP {
        /*display: flex;*/
        /* position: absolute; */
        z-index: 1;
        left: 10px;
        top: 20%;
        width: 250px;
        height: auto;
        /* background-color: rgba(0, 0, 0, 0.5); */
        padding: 10px;
        border-radius: 8px;
    }
    table {
        width: 90%;
        border-collapse: collapse;
        margin: 0 auto;
        font-size: 15px;
    }
    
}
.fondo-registro {
    background-image: url('/Images/1.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Espacio igual a la altura del nav */
}

/*estilos tabla de historial*/
.table-container {
    width: 50%; /* Ancho al 50% */
    height: 50%; /* Alto al 50% */
    overflow-y: auto; /* Agrega scroll si la tabla es muy grande */
    border-radius: 10px; /* Bordes redondeados */
    background-color: #fff; /* Fondo blanco para la tabla */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
    padding: 20px;
}

/* Estilo para la tabla */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size:17px;
}

th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center !important;
    /*color: #ed7000;*/
}

td {
    background-color: #f9f9f9;
}

/*tr:hover {
    background-color: #f1f1f1;
}*/


h2.tipografia {
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    color: #ed7000;
}
.centrar {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    /*height: 100vh; 
    margin: 0;*/
}
.modalP {
    display: none;
    position: fixed;
    z-index: 1;
    left: 10px; /* Mostrar del lado izquierdo */
    top: 20%;
    width: 250px; /* Tamaño pequeño */
    height: auto;
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* Fondo semi-transparente */
    padding: 10px;
    border-radius: 8px;
}

.modal-contentP {
    background-color: #fefefe;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
    }
.puntos {
    right: 10%;
    top: 15%;
}