.gridSections{
    min-height: 70svh;
    position: relative;
    z-index: 5;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.gridSections .topTextCont,
.gridSections .gridNav{
    padding: 2rem;
    z-index: 5;
}


.gridSections .imgSect{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 10%;
}

.gridSections .topTextCont{
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(3px);
    background: var(--bgCristal);
    border-bottom: 1px solid var(--border);
}
.gridSections .topTextCont .gridSec001{
    color: #ff4000;
    font-weight: 700;
    font-size: clamp(.7rem, 2vw, .9rem);
}
.gridSections .topTextCont .gridSec002 strong{
    font-family: var(--textTimes);
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    color: var(--textBn);
}
.gridSections .topTextCont .gridSec002 span{
    font-size: clamp(2rem, 3vw, 2.7rem);
    font-weight: bolder;
    color: #ff4000;
}

.gridSections .topTextCont .gridSec003{
    font-size: clamp(.7rem, 2vw, .9rem);
}


.gridSections .gridNav{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); 
    gap: .7rem; 
}
.gridSections .gridNav .linkBox{
    display: flex;
    flex-direction: column;
    padding: .6rem;
    border-radius: .7rem;
    border:1px solid var(--border);
    row-gap: .5rem;
    box-shadow: var(--shadowEl);
}



.gridSections .gridNav .linkNav001{
    background: url(/images/resources/thumbs/pizza.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.gridSections .gridNav .linkNav002{
    background: url(/images/resources/thumbs/veggies.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.gridSections .gridNav .linkNav003{
    background: url(/images/resources/thumbs/calzoni.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.gridSections .gridNav .linkNav004{
    background: url(/images/resources/thumbs/picar.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.gridSections .gridNav .linkNav005{
    background: url(/images/resources/thumbs/postres.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.gridSections .gridNav .linkNav006{
    background: url(/images/resources/thumbs/bebidas.png)no-repeat;
    background-position: center;
    background-size: cover;
}

.gridSections .gridNav .linkNav007{
    background: url(/images/resources/thumbs/fifty.png)no-repeat;
    background-position: center;
    background-size: cover;
}




.gridSections .gridNav .linkBox img{
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--bgRadial);
}
.gridSections .gridNav .linkBox .nameLink{
    font-size: clamp(.9rem, 2vw, 1.2rem);
    color: #fff;
    font-weight: 500;
}
.gridSections .gridNav .linkBox .parrafDesc{
    font-size: clamp(.6rem, 2vw, .8rem);
    color: #fff;
    width: 60%;
    padding: .2rem;
    border-radius: .5rem;
    background: var(--bgCristal);
    backdrop-filter: var(--blurCristal);
}
.gridSections .gridNav .linkBox i{
    height: 1.7rem;
    width: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: auto;
    color: var(--textBn);
    border:1px solid var(--accent1);
    font-size: .8rem;
    background: var(--mainBg);
}




/*Grid Locations*/

/*SecciÃ³n Banner Localizador Empieza*/

.bannerLocal{
    display: flex;
    flex-wrap: wrap;
    min-height: 20svh;
    gap: 1rem;
    width: 100%;
    height: 100%;
}
.bannerLocal .cubeLocal{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 15rem;
    padding:1rem;
    border: 1px solid var(--border);
    box-shadow: var(--shadowEl);
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    row-gap: .7rem;
}

.bannerLocal .cubeLocal .topTittle{
    z-index: 5;
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}
.bannerLocal .cubeLocal .topTittle i{
    color: var(--textBn);
    background: var(--mainBg);
    font-size: 1.3rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--btnActive);
    backdrop-filter: var(--blurCristal);
}
.bannerLocal .cubeLocal .topTittle span{
    font-size:clamp(1.3rem, 2vw, 2.1rem);
    font-weight: 600;
    letter-spacing: 1px;
    padding: .2rem .5rem;
    border-radius: .7rem;
    background:var(--bgCristal);
    width: max-content;
    backdrop-filter: var(--blurCristal);
    color: #fff;
    border:2px solid var(--border);
    text-shadow: 0 1px 2px #000;
}

.bannerLocal .cubeLocal .auxLinks{
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 1rem;
    padding: 1rem;
    height: 17rem;
}
.bannerLocal .cubeLocal .auxLinks .fixLink{
    padding: .5rem;
    border-radius: .7rem;
    background: var(--bgCristal);
    backdrop-filter: var(--blurCristal);
    width: 65%;
    font-weight: 500;
    color: var(--textNb);
    font-size: clamp(.7rem, 2vw, .8rem);
    border: 1px solid var(--accent1);
}
.bannerLocal .cubeLocal .auxLinks .singleLink{
    box-shadow: var(--innerShadow);
    background: var(--bgCristal);
    width: max-content;
    padding: .5rem 1rem;
    border-radius: 2rem;
    color: var(--textNb);
    border: 2px solid var(--accent1);
    backdrop-filter: var(--blurCristal);
    filter: var(--shadowFilter);
    margin-top: auto;
}

.bannerLocal .cubeLocal .auxLinks .allParraf{
    padding: .5rem;
    border-radius: .7rem;
    background: var(--bgCristal);
    width: 65%;
    font-size: clamp(.6rem, 2vw, .8rem);
    color: var(--textNb);
    backdrop-filter: var(--blurCristal);
    border: 1px solid var(--accent1);
}




.bannerLocal .cubeLocal img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}





.contLocal p:nth-child(3){
    border-radius:unset;
}
.contLocal p:nth-child(2){
    border-radius: .3rem .3rem 0 0;
}
.contLocal p:nth-child(4){
    border-radius: 0 0 .3rem .3rem;
}





/*SecciÃ³n Banner Localizador Termina*/
/*Grid Locations*/