.home{
    background-color: #F8F4EF;
}

.wp-block-site-logo img {
    height: auto;
    max-width: 140%;
    display: flex;
    justify-content: center;
}


body.page-id-108{
    background-color: #F8F4EF;
}

body.page-id-108 .wp-site-blocks{
    overflow: hidden;
}

body.page-id-108 h2{
    text-transform: uppercase;
}

.menu-tcaj{
    max-width: 50%;
}

#menu-cabecera{
    display:flex;
    justify-content:center;
    background-color: #656b4c;
    padding-top: 5px;
}
#menu-cabecera li a{
    color: #f1e0cc;
}

.sub-menu{
    background-color: rgba(27, 16, 1, 0.8);
    z-index: 9999;
    width: max-content;
}

.sub-menu li a{
    color:#f1e0cc;
}

.wp-classic-menu-block>.menu .sub-menu li{
    padding-left:10px;
    padding-right:10px;
}

#trending-recipes {
    position: relative;
}
/*.ultimas-recetas::after {
    content: "";
    background-image: url(/wp-content/themes/foodie-blocks/assets/images/front/croasan.png);
    display: block;
    width: 450px;
    height: 450px;
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: -200px;
    opacity:75%
} */

.bloque-el-concurso::before {
    content: "";
    background-image: url(/wp-content/themes/foodie-blocks/assets/images/front/croasanlinea.png);
    display: block;
    width: 350px;
    height: 350px;
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    position: absolute;
    bottom: 340px;
    right: -210px;
    opacity:95%;
    /*z-index: 9999;*/
}

.bloque-hall-of-fame::before {
    content: "";
    background-image: url(/wp-content/themes/foodie-blocks/assets/images/front/napolitanalinea.png);
    display: block;
    width: 400px;
    height: 400px;
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    position: absolute;
    bottom: 10px;
    left: -200px;
    opacity:95%;
    /*z-index: 9999;*/
}

.bloque-las-bases::before {
    content: "";
    background-image: url(/wp-content/themes/foodie-blocks/assets/images/front/tartalinea.png);
    display: block;
    width: 400px;
    height: 400px;
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    position: absolute;
    bottom: -202px;
    right: -250px;
    opacity:95%;
    z-index: 2;
}

/*VERSIÓN MVL*/
@media (max-width: 780px){
    header .wp-block-site-logo img {
        max-width: 250px;
    }

    header .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        max-width: 20%;
    }

    header .is-layout-constrained > :first-child > :first-child {
        display: none;
    }

    header .is-layout-constrained > :first-child {
        justify-content: space-between;
    }

    header .wp-classic-menu-block>.menu li{
        padding: 5px;
    }

    .bloque-ultimas-recetas ul.ultimas-recetas {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }

    .bloque-ultimas-recetas ul.ultimas-recetas li{
        max-width: 50%;
        padding: 5px;
    }

    .menu-tcaj {
        max-width: 100%;
        gap: 0;
    }

    .menu-tcaj > div {
        max-width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5px;
    }
    .bloque-las-bases::before{
        width: 300px;
        height: 300px;
        bottom: -160px;
        right: -158px;
    }
    .bloque-hall-of-fame::before{
        width: 250px;
        height: 250px;
        bottom: 140px;
        left: -100px;
    }
    .bloque-el-concurso::before{
        width: 250px;
        height: 250px;
        bottom: 800px;
        right: -170px;
    }
}
