@font-face {
    font-family: 'kyocera';
    src:url('../resource/crixus.ttf') format('truetype');
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body{
    font-family:'kyocera',sans-serif;
    text-transform: capitalize;
}


.container{
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    display: flex;
    position: relative;
    /*background: url(resource/BG.png);*/
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
}

.menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    background-color: #121113;
}

.logo img {
    width: 150px; /* o el tamaño que tú necesites */
    margin-left: 20px;
    height: auto;
    object-fit: contain;
}

.menu .navbar ul li{
    position: relative;
    float: left;
}

.menu .navbar ul li a{
    font-size: 18px;
    padding: 20px;
    color: #dfdde0;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
}

.menu .navbar ul li:hover{
    color: #7e7674;
}

#menu{
    display: none;
}

.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}

.submenu{
    position: relative;
}

.submenu #carrito{
    display: none;
}

.submenu:hover #carrito{
    display: block;
    position: absolute;
    right: 0;
    backdrop-filter: blur(10px);
    top: 100%;
    z-index: 1;
    background-color: #4e4b5076;
    padding: 20px;
    min-height: 400px;
    min-width: 400px;
}

table{
    width: 100%;
}

th{
    color: #dfdde0;
}

td{
    color: #dfdde0;
}

.borrar{
    background-color: #b10000;
    border-radius: 50%;
    padding: 5px 10px;
    text-decoration: none;
    color: #dfdde0;
    font-weight: 800;
}

.header-content{
    position: relative;
    text-align: center;
    margin-top: 300px;
}

.header-content h1{
    font-size: 70px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 30px;
}

.header-content p{
    font-size: 18px;
    padding: 0 200px;
    color: #3d3d3d;
    margin-bottom: 80px;
}

.botons{
    display: flex;
    justify-content: center;
}

.btn-1{
    display: inline-block;
    width: 200px;
    margin: 0 10px;
    padding: 13px 0;
    border-radius: 25px;
    color: #dfdde0;
    text-transform: uppercase;
    background-color: #b10000;
    transition: all .4s ease;
}

.btn-1:hover{
    background-color: #550000;
    transition: all .4s ease;
}

.socials-1{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
}
.socials-1 img{
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
}

.arrow{
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
}

.recetas{
    display: flex;
    padding: 50px 0;
}

.recetas-1{
    width: 50%;
}

.recetas-1 h3{
    font-size: 18px;
    color: #00a2ff;
    margin-left: 20px;
}

.recetas-1 p{
    color: #b10000;
}

.recetas-1 hr{
    margin: 10px 0;
    border: 1px solid #312f32;
}

.recetas-2{
    width: 50%;
    text-align: center;
}

.recetas-2 h2{
    font-size: 55px;
    line-height: 55px;
    color: #dfdde0;
}

.platillos{
    padding: 50px 0;
}

.swiper{
    width: 100%;
    height: 100%;
}

.swiper-slide{
    text-align: center;
    padding-bottom: 80px;
}

.swiper-button-prev::after{
    font-size: 25px;
}

.swiper-button-next::after{
    font-size: 25px;
}

.swiper-button-prev{
    color: #810000;
}

.swiper-button-next{
    color: #810000;
}

.swiper-pagination-bullet{
    background-color: #004906;
    opacity: 1;
    top: 50px;
}

.swiper-pagination-bullet-active{
    background-color: #34a3e4;
}

.platillo{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
}

.platillo h3{
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.precio{
    font: 18px;
    color: #3d3d3d;
}

.platillo img{
    width: 200px;
}

.platillo p{
    font-size: 16px;
    color: #363636;
    margin-top: 15px;
}

.btn-2{
    display: inline-block;
    padding: 15px;
    background-color: #e85123;
    color: #dfdde0;
    font-size: 14px;
    margin-top: 25px;
    border-radius: 25px;
}

.btn-2:hover{
    background-color: #c23b11;
}

.c1,.c2{
    color: #8d7e7b;
}

.btn-3{
    display: inline-block;
    color: #dfdde0;
    padding: 8px 15px;
    border-radius: 25px;
    margin-top: 25px;
    border: 1px solid #dfdde0;
}

.btn-3:hover{
    background-color: #c23b11;
    border: 1px solid #c23b11;
}

.map{
    filter: grayscale(100%) invert(92%) contrast(93%);
}

/*------footer------*/
.footer{
    background-color: #282828;
    padding: 70px 0;
    color: #ffffff;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 10px;
}

.footer-links h4{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.footer-links a{
    display: block;
    color: #707070;
    text-decoration: none;
    margin-bottom: 7px;
    font-size: 17px;
    transition: all .3s ease;
}

.footer-links a:hover{
    color: #b10000;
    transition: all .3s ease;
}

.input-send form{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.input-send input{
    padding: 14px 15px;
    font-size: 15px;
    background-color: #59595e;
    color: #f0f0f0;
    border-radius: 20px 0 0 20px;
    outline: none;
    width: 250px;
    border: 0;
}

.input-send input::placeholder{
    color: #afafaf;
}

.input-send button{
    padding: 13px 15px;
    background-color: #b10000;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
}

@media(max-width:768px){

    
    .menu{
        padding: 30px;
        background-color: #121113;
    }

    .menu label{
        display: initial;
    }

    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #303030;
        display: none;
        border-radius: 25px;
    }

    .logo img {
    width: 120px; /* o ajusta el tamaño más pequeño para móvil */
    }


    .menu .navbar ul li{
        width: 100%;
    }

    #menu:checked ~ .navbar{
        display: initial;
    }

    .header-content{
        flex-direction: 30px;
        padding: 30px;
        margin-top: 150px;
    }

    .header-content h1{
        font-size: 40px;
    }

    .header-content p{
        padding: 0;
        margin-bottom: 40px;
    }

    .botons{
        flex-direction: column;
        align-items: center;
    }

    .btn-1{
        margin: 0 0 20px 0;
    }

    .socials-1{
        display: none;
    }

    .arrow{
        display: initial;
    }

    .recetas{
        flex-direction: column;
        padding: 30px;
        text-align: center;
    }

    .recetas-1{
        width: 100%;
        margin-bottom: 25px;
    }

    .recetas-2{
        width: 100%;
    }

    .footer-content{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-links{
        margin-bottom: 30px;
    }

    .input-send{
        justify-content: center;
    }

}