
#idBtn2ws{
    display: none;
}

div .flex-space-between{
    display: flex;
    flex-wrap:nowrap;
    justify-content: space-between;
}
.backgAlpha{
    color: rgba(255, 255, 255, 0.856);
    background-color: rgba(3, 3, 3, 0.205);
}

.backgAlphaPlus{
    color: rgba(255, 255, 255, 0.856);
    background-color: rgba(3, 3, 3, 0.452);
}
.p-700 p{
    font-weight: 700;
}

.modalBackg{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(56, 56, 56, 0.7);
    width: 100vw;
    height: 100vh;
}
.modal{
    z-index: 1000;
    height: 60%;
    width: 70%;
    background-color: brown;
}
.modal__header{
    display: flex;
    justify-content: space-between;
}
.modal__header__texto{
    width: 100%;
    color:var(--white);
    text-align: center;
}


/*//Body/////////////////////////////////////////////////////////*/
.contBody{
    width: 100vw;
    height: 100vh;
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: beige;
}
/*//contCentrado/////////////////////////////////////////////////////////*/
.contCentrado{
    background-color: var(--white);
    width: 98%;
    margin: 0 auto;
    padding: 0rem 0rem;
}

/*//Header/////////////////////////////////////////////////////////*/
.divGridContainer{
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-rows: 2fr repeat(6,1fr);
    grid-template-columns: 100%;
}
.item{
    height: 100%;
    /* background-color: aqua; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.contTextura{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ajusta el tamaño para cubrir todo el elemento */
}
.contBackgLogo{
    width: 100%;
    height: 100%;
    /*no funciono aca*/
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: contain; */

}
.contHero{
    position:relative;
}
.fondorojo{
    display: none;
}
.hero {
    background-image: url(./img/hero.png);
}

.menu{
    background-image: url(./img/texturapizza.jpg);
}
.whatsapp{
    background-image: url(./img/texturawhatsapp.png);
}
.mapa{
    background-image: url(./img/texturamap.png);
    background-size: 50%;
    background-position: center bottom;

}
.instagram{
    background-image: url(./img/texturainstagram.png);
}
.contTexto{}

.contFormasPago{
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4,1fr); 
    justify-content: center;
    align-items:center;
}

.nequi{
    background: url(./img/nequi.png) no-repeat center/contain;
    transform: scale(0.9);
}
.daviplata{
    background: url(./img/davip.png) no-repeat center/contain;
    transform: scale(0.8);
}
.efectivo{
    background: url(./img/efectivo.png) no-repeat center/contain;
}
.tarjeta{
    background: url(./img/tarjetas.png) no-repeat center/contain;
    /*  */
}

.linkFormaPago{
    width: 100%;
}

.txtBorrable{
    text-align: center;
}

.linkitem{
    width: 60%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.divBtnItem{
    width: 100%;
    height: 100%;
    border: 3px solid rgba(3, 3, 3, 0.171);
    border-radius: 5px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.textItem{
    font-weight: 700;
}


/****************************************************************************/


/* .contLogo{} */
/*//flexMainAside/////////////////////////////////////////////////////////*/
/* .contMainAside{display: flex; margin: 0; } */
/* ||.contMainAside ||.coverMainAside || .cover*/
/*//Main///////////////////////////////////////////////////////////*/
/* .contMain{ margin: 0; } */
/*main>section>article*/
/*//Aside//////////////////////////////////////////////////////////*/
/* .contAside{ margin: 0; } */
/*//Footer/////////////////////////////////////////////////////////*/
/* .contFooter{ margin: 0; } */


@media screen and (min-width:400px){
    .contCentrado{
        background-color: var(--white);
        width: 70%;
        /* margin: 0 auto; */
        padding: 0rem 0rem;
    }
    .fondorojo{
        position: absolute;
        display:inline-block;
        background-image: url(./img/red.png);
        background-size: cover;
    }
    .hero {
        background-size: contain;
        z-index: 10;
    }
}

@media screen and (min-width:800px){
    .contCentrado{
        background-color: var(--white);
        width: 50%;
        /* margin: 0 auto; */
        padding: 0rem 0rem;
    }
    .fondorojo{
        position: absolute;
        display:inline-block;
        background-image: url(./img/red.png);
        background-size: cover;
    }
    .hero {
        background-size: contain;
        z-index: 10;
    }
}
@media screen and (min-width:1024px){}


