@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}



.box101{
    padding-left: 5%;
    background-color:#777777;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1px;
    background-image: url(/images/container_bg.png), linear-gradient(270deg, #191b1d 0%, #474e4f 50%, #191b1d 100%);
    border-radius: 10px 10px 0 0;

}



body{
    font-family: 'Poppins', sans-serif;
}

.container{
    max-width: 1600px;
    margin: 0 auto;

}


.header{
 
    display: flex;
    align-items: center;
    min-height: 60vh;
    position: relative;
}

.menu{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    background-image: url(/images/container_bg.png);
}


.logo{
    font-size: 25px;
    color: #c24f0d;
    text-transform: uppercase;
    font-weight: 800;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    font-weight: 600;
    color: #00f;
    display: block;
}

.menu .navbar ul li a:hover {
    color: #777777;
}

#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: #77777797;
    padding: 20px;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

table {
    width: 100%;
}

th, td {
    color: #ffffffff;
}

.borrar {
    background-color: rgba(216, 52, 216, 0);
    border-radius: 50%;
    padding: 5px 10px;
    text-decoration: none;
    color: #ffffffff;
    font-weight: 800;
}

.bg {
    position: absolute;
    width: 700px;
    top: 0;
    right: 0;
    z-index: -1;
}


.header-content {
    display: flex;
    align-items: center;
    background-image: url(/images/container_bg.png);

}

.header-txt {
    width: 50%;
    margin-right: 50px;
}

.header-txt h1 {
    font-size: 55px;
    line-height: 65px;
    color: #552277;
    margin-bottom: 35px;
}

.header-txt p {
    font-size: 16px;
    color: #5e5e5e;
    margin-bottom: 45px;
}

.header-txt span {
    color: #6060b0;
    font-style: italic;
}

.txt-escarlata {
    color: #da1304;
    font-style: italic;
    font-size: 18;
}

.txt-purpura {
    color: #552277;
    font-style: italic;
    font-size: 18;
}

.txt-blanco {
    color: #ffffff;
    font-style: italic;
}

.txt-ygo {
    color: #160e0e;
    font-style: normal;
}

.txt-ygo2 {
    color: #fbf9f9;
    font-style: normal;

}

.txt-ghost {
    color: whitesmoke;
    font-style: italic;
}

.txt-azul {
    color: #00f;
    font-style: italic;
}

.txt-negro2 {
    color: #bd69e4;
    font-style: italic;
    font-size: 25px;
    line-height: 65px;
    margin-bottom: 15px;
}

.zoom {
    transition: transform .2s; 
    border-radius: 2px;
}
 
.zoom:hover {
    transform: scale(3); 
}

.zoom2 {
    transition: transform .4s; 
}
 
.zoom2:hover {
    transform: scale(2.5); 
}

.zoom3 {
    transition: transform .4s; 
}
 
.zoom3:hover {
    transform: scale(2); 
}

.zoom4 {
    transition: transform .4s; 
}
 
.zoom4:hover {
    transform: scale(1.8); 
}


.btn-1 {
    display: inline-block;
    padding: 13px 45px;
    border-radius: 25px;
    background-color: #0000cd;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.btn-1:hover {
    background-color: #0000cd;
}

.header-img {
    width: 50%;
    text-align: right;
}

.header-img2 {
    width: 80%;
    text-align: right;
}

.header-img img {
    width: 600px;
}

.header-img2 img {
    width: 850px;
}

.breakfast {
    padding: 50px 20px;
    background-image: url(/images/tunlu2.jpg);
    border-radius: 0 0 10px 10px;
}

.breakfast2 {
    display: block;
    /*background-image: url(/images/Ting.jpg);*/
    border: 4px solid rgb(106, 106, 224);
    padding: 1px;
    background-image: url(/images/container_bg.png);
    border-radius: 10px;
    
}

.container3{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 auto;
    height: 30;
}



h2 {
    font-size: 45px;
    line-height: 55px;
    color: #552277;
    margin-bottom: 15px;
    text-align: center;
}


prod {
    display: block;
    font-size: 45px;
    line-height: 55px;
    color: #552277;
    margin-bottom: 15px;
    text-align: center;
  
}

p {
    font-size: 18px;
    color: #252424;
    margin-bottom: 45px;
    text-align: justify;
    font-style: oblique;
}

p2 {
    font-size: 18px;
    color: #252424;
    margin-bottom: 45px;
    text-align: center;
    font-style: oblique;
}

.breakfast-content {
    display: flex;
    justify-content: space-between;
}

.breakfast-content2 {
    display: flex;
    justify-content: space-between;
}

.breakfast-1 {
    display: flex;
    align-items: center;
    /*background-color: #f0e0e097;*/
    background-image: url(/images/container_bg.png);
    padding: 15px;
    border-radius: 15px;
    width: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.breakfast-1 h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.breakfast-1 img {
    width: 80px;
    margin-right: 30px;
}

.info {
    padding: 100px 0;
    position: relative;
}

.bg-2 {
    position: absolute;
    width: 500px;
    z-index: -1;
    top: 50px;
}

.info-content {
    display: flex;
    align-items: center;
}

.info-content2 {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    /*background-color:#777777;*/
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
    /*background-image: url(/images/container_bg.png), linear-gradient(270deg, #191b1d 0%, #474e4f 50%, #191b1d 100%);*/
    border-radius: 10px 10px 10px 10px;
    background-image: url(/images/bkg_lostart.jpg);
}

.info-img {
    width: 50%;
    text-align: center;
}


.info-img img {
    width: 450px;
    margin-left: -50px;
}




.info-txt {
    width: 50%;
}

.info-txt2 {
    width: 50%;
    text-align: center;
    color: #ffffff;
    font-style: italic;
}

.info-txt101 {
    width: 50%;
    color: #ffffff;
}


.products {
    padding: 0 0 50px 0;
    text-align: center;
}

.box-container {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.box {
    border-top: 2px solid #6060b0;
    padding: 20px;
    border-radius: 15px;
    z-index: 1000;
    box-shadow: 0 5px 10px rgba(9, 8, 8, 0.2);
    display: none;
    background-color: #fbfcfe;
    background-image: url(/images/container_bg.png);
}

.box:nth-child(1),
.box:nth-child(2),
.box:nth-child(3),
.box:nth-child(4),
.box:nth-child(5),
.box:nth-child(6),
.box:nth-child(7),
.box:nth-child(8), 
.box:nth-child(9),
.box:nth-child(10),
.box:nth-child(11),
.box:nth-child(12)

    {
    display: inline-block;
}

.box img {
    height: 120px;
}

.product-txt h3 {
    font-size: 20px;
    color: #6060b0;
    margin-bottom: 5px;
}

.product-txt p {
    margin-bottom: 5px;
    text-align: center;
}

.precio {
    font-size: 20px;
    color: #89a313;
    text-align: center;
    font-style: normal;
}

.btn-2 {
    background-color: #6060B0;
    margin-top: 50px;
    display: inline-block;
    padding: 13px 15px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-2:hover {
    background-color: #6060b0;
}

.btn-3 {
    display: inline-block;
    padding: 5px 25px;
    background-color: #852a7f;
    color: #ffffff;
    border-radius: 10px;
}

.btn-3:hover {
    background-color: #6060b0;
}

.btn-5 {
    display: inline-block;
    padding: 5px 25px;
    background-color: #6060b0;
    color: #ffffff;
    border-radius: 10px;
    background-image: url(/images/container_bg.png);
}

.btn-6 {
    display: inline-block;
    padding: 5px 25px;
    background-color: #4682B4;
    color: #ffffff;
    border-radius: 10px;
    font-style: normal;
}



.app {
    padding: 30px 0;
    display: flex;
    align-items: center;
}

.app-txt {
    width: 50%;
}

.descarga {
    display: flex;
}

.descarga img {
    width: 150px;
}

.app-img {
    width: 50%;
    text-align: center;
}

.app-img img {
    width: 450px;
}

.footer {
    padding: 50px 0;
    background-color: #6060b0;
    background-image: url(/images/container_bg.png);
    max-width: 1200px;
    margin: 0 auto;
    
    display: flex;
    align-items: center;


}

.footer-content {
    display: flex;
    justify-content: space-between;
    
}

.link h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.link a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    margin-left: 10px;
}

@media (max-width:991px) {

    .menu {
        padding: 20px;
    }

    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ff9000;
        display: none;
    }


    .menu .navbar ulli {
        width: 100%;
    }


    .menu .navbar ul li a:hover {
        color: #ffffff;

    }

    .logo {
        display: none;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }

    .submenu:hover #carrito {
        width: 100%;
    }


    .bg {
        display: none;
    }


    .header-content {
        padding: 100px 30px 30px 30px;
        flex-direction: column;
    }

    .header-txt {
        text-align: center;
        width: 100%;
        margin: 0 0 25px 0;

    }

    .header-txt h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .header-txt p {
        margin-bottom: 20px;
    }

    .header-img {
        width: 100%;
        text-align: center;
    }

    .header-img img {
        width: 300px;
    }


    .breakfast {
        padding: 30px;
    }


    .breakfast-content {
        flex-direction: column;
        align-items: center;
    }

    .breakfast-1 .box101 {
        justify-content: space-between;
        padding: 10px 55px;
        width: 100%;
        margin-bottom: 25px;
    }


    .info {
        padding: 30px;
    }

    .bg-2 {
        display: none;
    }

    .info-content {
        flex-direction: column;
    }

    .info-content2 {
        flex-direction: column;
    }

    .info-img {
        width: 100%;
        text-align: center;
    }

    .info-img img {
        width: 250px;
        margin-left: 0;
    }

    .info-txt {
        width: 100%;
        text-align: center;
    }


    .products {
        padding: 30px;
    }

    .box-container {
        margin-top: 25px;
    }

    .app {
        flex-direction: column;
        padding: 30px;
    }

    .app-txt {
        width: 100%;
        text-align: center;
    }

    .descarga {
        flex-direction: column;
        text-align: center;
    }

    .app-img {
        width: 100%;
        text-align: center;
    }

    .app-img {
        width: 30px;
    }

    .footer {
        padding: 30px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

}