<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1500px) {
    /*SUBMENU*/
.navbar-default {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(2, 0.5fr);
    column-gap: 10px;
    background-color: var(--blue-color);
}

.contact-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column:  7 / 10;
    grid-row: 1 / 2;
    
}

.email-info {
    color: var(--whithe-color);
    display: flex;
    text-decoration: none;
    font-family: var(--font-family-beba);
    font-size: 1.5vw;
    padding: 3px 0px;
}

.atenciÃ³n-personalizada {
    grid-column: 10 / 12;
    grid-row: 1 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whithe-color);
    font-family: var(--font-family-beba);
    font-size: 1.5vw;
}

.atention-form {
    color: var(--whithe-color);
    text-decoration: none;
}

.logo {
    width: 100%;
    grid-column:  3 / 5;
    grid-row: 2 / 3;
}

.logo img {
    width: 100%;
}

.menu {
    display: flex;
    align-items: center;
    grid-column:  6 / 13;
    grid-row: 2 / 3;
    list-style-type: none;
    font-family: var(--font-family-beba);
    font-size: 1.5vw;
    font-weight: 100;
    display: flex;
    justify-content:flex-end;
}

.menu a {
    color: var(--whithe-color);
    text-decoration: none;
    display: flex;
    justify-content:flex-end;
    margin-right: 50px;
}

.menu a:hover {
    color: var(--blue-color);
    background-color: var(--whithe-color);
    padding: 4px 7px;
}

.container-logo-carrito-compra {
    grid-column: 12 / 12;
    grid-row: 1 / 1;
}

.logo-carrrito-compra {
    width: 40%;
    position: relative;
    top: 6px;
    left: 30px;
}

/*PANTALLA PRINCIPAL DE SUPERMERCADO VEGA*/
.container-pagina-principal-mercado {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(5, 0.5fr);
    column-gap: 10px;
    position: relative;
}

.imgen-pagina-producto-background {
    width: 100%;
    height: 100%;
    grid-column:  3 / 13;
    grid-row: 1 / 6;
    object-fit:cover;
    object-position: center;
}

.subtitle-super-vega {
    width: 100%;
    height: 100%;
    grid-column:  9 / 13;
    grid-row: 2 / 3;
    font-size: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    top: 30px;
}

.title-super-vega {
    width: 100%;
    grid-column:  9 / 13;
    grid-row: 3 / 3;
    font-size: 7vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5px;
    padding-top: 5px;
}

.parrafo-super-vega {
    grid-column:  9 / 13;
    grid-row: 4 / 4;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.2vw;
    font-weight: 400;
    position: relative;
    margin-top: 5px;
    padding-top: 5px;
    bottom: 30px;
}


/*SECTION CONTAINER STORE, US AND SOON*/

.container-three-section {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(3, 0.2fr);
    column-gap: 10px;
    position: relative;
}

.container-section-us {
    width: 100%;
    grid-column:  3 / 6;
    grid-row: 2 / 3;
    text-align: center;
    margin-left: 60px;
    
}

.img-section-us {
    width: 70%;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(39, 39, 39, 0.3);
    margin-top: 10px;

}

.title-section-us {
    margin-top: 0px;
    font-size: 2.1vw;
    padding: 0px 20px;
}

.style-conocenos {
    font-size: 4vw;
    position: relative;
    top: 16px;
}

.paragraph-section-us {
    margin-top: 20px;
    padding: 0px 20px;
    font-size: 1vw;
    font-weight: 300;
    text-align: justify;
    display: flex;
    align-items: flex-start;
}

.conocenos-supervega {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 20px;
    border: none;
    background-color: var(--blue-color);
    color: var(--whithe-color);
    border-radius: 10px;
    font-size: 1vw;
    cursor: pointer;
}

.conocenos-supervega:hover {
    background-color: transparent;
    border: solid 2px var(--blue-color);
    color: var(--blue-color);
}

.container-section-store {
    width: 100%;
    grid-column:  6 / 10;
    grid-row: 2 / 3;
    text-align: center;
}

.img-section-store {
    width: 70%;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(39, 39, 39, 0.3);

}

.container-section-coming-soon {
    width: 100%;
    grid-column:  10 / 13;
    grid-row: 2 / 3;
    text-align: center;
    margin-left: -60px;
}

.tittle-section-store {
    margin-top: 0px;
    font-size: 4vw;
    margin: 0 43px;
    margin-top: 10px;
}

.paragraph-section-store {
    margin-top: 10px;
    padding: 0px 70px;
    font-size: 1vw;
    font-weight: 300;
    text-align: justify;
    display: flex;
    align-items: flex-start;
}

.img-center-collection-coming-soon {
    width: 90%;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(39, 39, 39, 0.3);
}

.store-supervega {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 20px;
    border: none;
    background-color: var(--blue-color);
    color: var(--whithe-color);
    border-radius: 10px;
    cursor: pointer;
    font-size: 1vw;
}

.store-supervega:hover {
    background-color: transparent;
    border: solid 2px var(--blue-color);
    color: var(--blue-color);
}

.tittle-section-soming-soon {
    font-size: 3.6vw;
    padding-top: 20px;

}

.paragraph-section-coming-soon {
    margin-top: 10px;
    padding: 0px 20px;
    font-size: 1vw;
    font-weight: 300;
    text-align: justify;
    display: flex;
    align-items: flex-start;
}

.buttum-coming-soon-supervega {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 20px;
    border: none;
    background-color: var(--blue-color);
    color: var(--whithe-color);
    border-radius: 10px;
    font-size: 1vw;
    cursor: pointer;
}

.buttum-coming-soon-supervega:hover {
    background-color: transparent;
    border: solid 2px var(--blue-color);
    color: var(--blue-color);
}


/*PAGINA NOSOTROS SUPERMERCADO VEGA*/
.container-pagina-nosotros {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(4, 0.2fr);
    column-gap: 10px;
    position: relative;
}

.imgen-pagina-nosotros-background {
    width: 100%;
    height: 100%;
    grid-column:  4 / 12;
    grid-row: 1 / 5;
    object-fit:cover;
    object-position: center;
}

.subtitle-nosotros {
    width: 100%;
    height: 100%;
    grid-column:  4 / 8;
    grid-row: 3 / 3;
    font-size: 3vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    bottom: 20px;
    margin-top: 4px;
}

.title-nosotros {
    width: 100%;
    grid-column:  4 / 8;
    grid-row: 2 / 3;
    font-size: 6.5vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: 10px;
}


/*SECTION-CONTAINER-US*/

.container-section-us-two {
    position: relative;
    display: block;
    width: 100%;
    max-width: 57%;
    margin: 0 auto;
    overflow: hidden;
}

.img-section-us-two {
    position: relative;
    display: block; 
    width: 50%;
    float:right;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
}

.color-signos {
    color: var(--blue-color);
    font-family: var(--font-family-beba);
    font-weight: 500;
    font-size: 3vw;
}

.title-section-us-two {
    grid-column:  1 / 3;
    grid-row: 1;
    margin-top: 0px;
    font-size: 2.8vw;
    font-weight: 100;
    margin-top: 30px;
}

.style-conocenos-two {
    font-size: 3vw;
    font-weight: 300;
    font-family: 'Helvetica Neue', sans-serif;
}

.info-conocer {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-conocer p {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.1vw;
    font-weight: 300;
    text-align: left;
    margin: 20px;
}


/*PAGINA PRINCIPAL NUESTRAS TIENDAS*/
.container-pagina-store {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(4, 0.2fr);
    column-gap: 10px;
    position: relative;
}

.background-store-color {
    width: 100%;
    height: 100%;
    grid-column:  4 / 12;
    grid-row: 1 / 5;
    object-fit:cover;
    object-position: center;
    background-color: var(--blue-color);
}

.background-store-color-movil {
    display: none;
}

.subtitle-store {
    width: 100%;
    height: 100%;
    grid-column:  4 / 12;
    grid-row: 3 / 3;
    font-size: 4.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: var(--whithe-color);
    bottom: 10px;
}

.title-store {
    width: 100%;
    grid-column:  4 / 12;
    grid-row: 2 / 3;
    font-size: 7vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    position: relative;
    top: 10px;
    color: var(--whithe-color);
}

.franja-blanca {
    width: 49.5%;
    height: 5%;
    background-color: var(--whithe-color);
    grid-column:  6 / 14;
    grid-row: 3 / 4;
    position: relative; 
    top: 60px
}


/*CONTAINAR NUESTRA TIENDA*/

.container-store-secciÃ³n-dos {
    position: relative;
    display: block;
    width: 100%;
    max-width: 57%;
    margin: 0 auto;
    overflow: hidden;

}

.img-section-stores-two {
    position: relative;
    display: block; 
    width: 50%;
    height: auto;
    float:right;
    margin: 0 5px 15px 20px;
    border-radius: 15px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
}

.img-section-store-three {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    margin: 0 20px 15px 5px;
    float: left;
    border-radius: 15px;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.5);

}

.color-signos-sectiÃ³n-stores {
    color: var(--blue-color);
    font-family: var(--font-family-beba);
    font-weight: 500;
    font-size: 3vw;
}

.title-section-store-dos {
    grid-column:  1 / 3;
    grid-row: 1;
    margin-top: 0px;
    font-size: 3vw;
    font-weight: 100;
    margin-top: 30px;
}

.style-stores-two {
    font-size: 3vw;
    font-weight: 300;
    font-family: 'Helvetica Neue', sans-serif;
}

.info-stores {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-stores p {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.1vw;
    font-weight: 300;
    text-align: justify;
    margin: 0px 0px 20px 0;
}


/*PAGINA CENTRO LOGÃSTICO*/
.container-pagina-centrologisticos {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(4, 0.2fr);
    column-gap: 10px;
    position: relative;
}

.imgen-pagina-centro-logistico-background {
    width: 100%;
    height: 100%;
    grid-column:  4 / 12;
    grid-row: 1 / 5;
    object-fit:cover;
    object-position: center;
}

.subtitle-centro-logitico {
    width: 100%;
    height: 100%;
    grid-column:  8 / 12;
    grid-row: 3 / 3;
    font-size: 3.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 30px;
    bottom: 20px;
    padding-top: 20px;
    color: var(--whithe-color);
}

.title-centro-logistico {
    width: 100%;
    grid-column:  8 / 12;
    grid-row: 2 / 3;
    font-size: 4.5vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: 10px;
    padding-left: 30px;
    color: var(--whithe-color);
}


/*SECTION-CENTRO-LOGISTICO*/

.container-section-logistica {
    position: relative;
    display: block;
    width: 100%;
    max-width: 57%;
    margin: 0 auto;
    overflow: hidden;
}

.img-section-centro-logistico {
    position: relative;
    display: block; 
    width: 50%;
    float:right;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
}

.color-signos-logistico {
    color: var(--blue-color);
    font-family: var(--font-family-beba);
    font-weight: 500;
    font-size: 3vw;
}

.title-section-logistica {
    grid-column:  1 / 3;
    grid-row: 1;
    margin-top: 0px;
    font-size: 3vw;
    font-weight: 100;
    margin-top: 30px;
}

.style-logistica-two {
    font-size: 3vw;
    font-weight: 300;
    font-family: 'Helvetica Neue', sans-serif;
}

.info-logistica {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-logistica p {
    grid-column: 2;
    grid-row: 2;
    font-size:1.1vw;
    font-weight: 300;
    text-align: left;
    margin: 20px;
}




/*FOOTER PRINCIPAL*/
.footer-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(3, 0.2fr);
    column-gap: 10px;
    position: relative;
    background-color: var(--blue-color);
}

.inicio-footer {
    grid-column:  6 / 7;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    color: var(--whithe-color);
    cursor: pointer;
    font-size: 1.5vw;
}

.separador-element-1 {
    grid-column:  7 / 8;
    grid-row: 2 / 3;
    position: relative;
    left: -9px;
    width: 2px;
    height: 50px;
    margin-left: -5px;
    background-color: var(--whithe-color);
}

.separador-element-2 {
    grid-column:  8 / 9;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    width: 2px;
    height: 50px;
    margin-left: -5px;
    position: relative;
    left: -9px;
    background-color: var(--whithe-color);
}

.footer-producto {    
    grid-column:  7 / 8;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    color: var(--whithe-color);
    cursor: pointer;
    font-size: 1.5vw;
}

.footer-contacto {
    grid-column:  8 / 9;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    color: var(--whithe-color);
    cursor: pointer;
    font-size: 1.5vw;
}


.logo-footer {
    width: 100%;
    grid-column:  3 / 5;
    grid-row: 2 / 3;
}

.container-footer2 {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(1, 0.2fr);
    column-gap: 10px;
    background-color: var(--blue-color); 
}

.content-footer-supermercado {
    color: var(--whithe-color);
    grid-column:  3 / 6;
    grid-row: 2 / 3;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1vw;
    display: flex;
    align-items: center;
}

.content-footer-3 {
    grid-column:  6 / 13;
    grid-row: 2 / 3;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--whithe-color);
    font-size: 15px;
    font-weight: 300;    
    font-size: 1.1vw;
}

.main-address {
    grid-column:  9 / 13;
    grid-row: 2 / 3;
    color: var(--whithe-color);
    font-size: 1.4vw;
    font-weight: 300;
    font-family: var(--font-family-beba);
    display: flex;
    align-items: flex-end;
}



}


@media (max-width: 1200px) {
/*PANTALLA PRINCIPAL DE SUPERMERCADO VEGA*/
.container-pagina-principal-mercado {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(12, 2vw);
    column-gap: 10px;
    position: relative;
}

.imgen-pagina-producto-background {
    width: 100%;
    height: 100%;
    grid-column:  3 / 13;
    grid-row: 1 / 13;
    object-fit: cover;
    object-position: center;
}

.subtitle-super-vega {
    width: 100%;
    height: 100%;
    grid-column:  9 / 13;
    grid-row: 5 / auto;
    font-size: 3.5vw;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    position: relative;
    top: 0px;
}

.title-super-vega {
    width: 100%;
    height: auto;
    grid-column:  9 / 13;
    grid-row: 7 / auto;
    font-size: 7vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0px;
    padding-top: 0px;
}

.parrafo-super-vega {
    width: 100%;
    height: auto;
    grid-column:  9 / 13;
    grid-row: 9 / auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 1.15vw;
    font-weight: 400;
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    bottom: 0px;
}


/*SECTION CONTAINER STORE, US AND SOON*/

.container-three-section {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(6, 0.25fr);
    column-gap: 10px;
    position: relative;
}

.container-section-us {
    width: 100%;
    grid-column:  3 / 13;
    grid-row: 1 / 2;
    text-align: center;
    margin-left: 0px;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(19, 2vw);
}

.img-section-us {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(39, 39, 39, 0.3);
    margin-top: 10px;
    grid-column:  1 / 5;
    grid-row: 3 / auto;
    margin-left: 20px;
}

.title-section-us {
    width: 100%;
    height: auto;
    margin-top: 0px;
    font-size: 2.5vw;
    padding: 0px 0px;
    grid-column:  1 / 6;
    grid-row: 5 / auto;
    text-align: left;
    margin-left: 20px;
}

.style-conocenos {
    font-size: 5.3vw;
    position: relative;
    top: 7px;
}

.paragraph-section-us {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 0px 20px;
    font-size: 1.4vw;
    font-weight: 300;
    text-align: justify;
    display: flex;
    align-items: flex-start;
    grid-column:  1 / 15;
    grid-row: 11/ auto;
}

.conocenos-supervega {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
    border: none;
    background-color: var(--blue-color);
    color: var(--whithe-color);
    border-radius: 7px;
    font-size: 1.2vw;
    cursor: pointer;
    grid-column:  1 / 3;
    grid-row: 16 / 18;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conocenos-supervega:hover {
    background-color: transparent;
    border: solid 2px var(--blue-color);
    color: var(--blue-color);
}

.container-section-store {
    width: 100%;
    grid-column:  3 / 13;
    grid-row: 2 / 3;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(24, 2vw);
}

.img-section-store {
    width: 100%;
    height: auto;
    grid-column:  3 / 13;
    grid-row: 1 / 4;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(39, 39, 39, 0.3);

}

.tittle-section-store {
    width: 100%;
    height: auto;
    margin-top: 0px;
    font-size: 4vw;
    margin-left: 20px;
    margin-top: 0px;
    grid-column:  1 / 13;
    grid-row: 14 / auto;
    text-align: left;
}

.paragraph-section-store {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 20px;
    font-size: 1.4vw;
    font-weight: 300;
    text-align: justify;
    display: flex;
    align-items: flex-start;
    grid-column:  1 / 15;
    grid-row: 17 / auto;
}


.store-supervega {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
    border: none;
    background-color: var(--blue-color);
    color: var(--whithe-color);
    border-radius: 7px;
    font-size: 1.2vw;
    cursor: pointer;
    grid-column:  1 / 3;
    grid-row: 21 / 23;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-supervega:hover {
    background-color: transparent;
    border: solid 2px var(--blue-color);
    color: var(--blue-color);
}

.container-section-coming-soon {
    width: 100%;
    grid-column:  3 / 13;
    grid-row: 3 / 6;
    text-align: center;
    margin-left: 0px;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(24, 2vw);
}

.img-center-collection-coming-soon {
    width: 100%;
    height: auto;
    grid-column:  3 / 13;
    grid-row: 1 / 4;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(39, 39, 39, 0.3);
}

.tittle-section-soming-soon {
    width: 100%;
    height: auto;
    margin-top: 0px;
    font-size: 4vw;
    margin-left: 20px;
    margin-top: 0px;
    grid-column:  1 / 13;
    grid-row: 14 / auto;
    text-align: left;

}

.paragraph-section-coming-soon {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 20px;
    font-size: 1.4vw;
    font-weight: 300;
    text-align: justify;
    display: flex;
    align-items: flex-start;
    grid-column:  1 / 15;
    grid-row: 18 / auto;
}

.buttum-coming-soon-supervega {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
    border: none;
    background-color: var(--blue-color);
    color: var(--whithe-color);
    border-radius: 7px;
    font-size: 1.2vw;
    cursor: pointer;
    grid-column:  1 / 3;
    grid-row: 21 / 23;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttum-coming-soon-supervega:hover {
    background-color: transparent;
    border: solid 2px var(--blue-color);
    color: var(--blue-color);
}

}


@media (max-width: 900px) {
/*SUBMENU*/
.navbar-default {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(2, 0.5fr);
    column-gap: 10px;
    background-color: var(--blue-color);
}

.contact-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column:  7 / 10;
    grid-row: 1 / 2;
    display: none;
    
}

.atenciÃ³n-personalizada {
    grid-column: 10 / 12;
    grid-row: 1 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whithe-color);
    font-family: var(--font-family-beba);
    font-size: 19px;
    display: none;
}

/*MENU PRINCIPAL*/

.main-menu a {
    text-decoration: none;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
}

.main-menu .logo {
    height: 100%;
    grid-column: 2 / 8;
    padding: 0px;
}

.main-menu .menu {
    grid-column: 8 / 13;
    display: flex;
    justify-content: space-around;
}


.menu li {
    display: none;

}


.hamburguesa {
    display: none;
    flex-direction: column;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 12 / 12;
    display: flex;
}

.linea {
    width: 25px;
    height:3px;
    background-color: var(--whithe-color);
    transition: background-color 0.3s ease;
}

.hamburguesa:hover .linea {
    background-color: var(--purple-color);
}

.logo-carrrito-compra {
    width: 35px;
    position: relative;
    top: 6px;
    left: 30px;
    display: none;
}

}

@media (max-width: 430px) {
    .navbar-default {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(14, 1fr);
        grid-template-rows: repeat(5, 0.5fr);
        column-gap: 10px;
        background-color: var(--blue-color);
        padding: 20px 0;
    }

    /*PANTALLA PRINCIPAL */

    .container-pagina-principal-mercado {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(14, 1fr);
        grid-template-rows: repeat(10, auto);
        column-gap: 10px;
        position: relative;
    }

    .imgen-pagina-producto-background {
        display: none;
    }
    
    .imgen-pagina-producto-background-movil {
        display: block;
        width: 100%;
        height: 100%;
        grid-column:  1 / 15;
        grid-row: 1 / 11;
        object-fit:cover;
        object-position: center;
    }

    .hamburguesa {
        grid-column:  1 / 13;
        grid-row: 1 / 6;
        display: flex;
        align-items: flex-end;
    }

    .logo {
        grid-column:  3 / 9;
        grid-row: 1 / 6;
    }

    .menu-desplegado ul {
        list-style: none;
        padding: 50px 20px;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 40px;
    }

    .cerrar {
        position: absolute;
        font-size: 30px;
        right: 80px;
        cursor: pointer;
        top: 40px;
    }

    .subtitle-super-vega {
        width: 100%;
        height: 100%;
        grid-column:  2 / 14;
        grid-row: 7 / 7;
        font-size: 10vw;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        margin: 0;
        padding: 0;
        top: 0px;
        padding-bottom: 10px;
    }
    
    .title-super-vega {
        width: 100%;
        grid-column:  2 / 14;
        grid-row:5 / 7;
        font-size: 22vw;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        bottom: 0px;
        margin: 0;
        padding: 0;
    }
    
    .parrafo-super-vega {
        grid-column:  2 / 14;
        grid-row: 8/ 8;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        font-size: 3.5vw;
        font-weight: 400;
        position: relative;
        margin: 0;
        padding: 0;
        top: 0px;
    
    }

    .franja-azul {
        width: 280px;
        height: 6px;
        background-color: var(--blue-color);
        grid-column:  3 / 14;
        grid-row: 9/ 10;
        position: relative;
        top: 40px;
        left: 0px;

    }
    

/*SECTION CONTAINER STORE, US AND SOON*/

.container-three-section {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(140, 4vw);
    column-gap: 10px;
    position: relative;

}

.container-section-us {
    width: 100%;
    height: auto;
    grid-column:  1 / 15;
    grid-row: 1 / 5;
    text-align: center;
    margin-left: 0px;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(33, 4vw);
}

.img-section-us {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(39, 39, 39, 0.3);
    margin-top: 0px;
    grid-column:  2 / 14;
    grid-row: 1 / auto;
    margin: 0;
}

.title-section-us {
    width: 100%;
    height: auto;
    margin-top: 0px;
    font-size: 7vw;
    padding: 0px 0px;
    margin: 0;
    grid-column:  2 / 14;
    grid-row: 5 / auto;
    text-align: center;
}

.style-conocenos {
    font-size: 16vw;
    position: relative;
    top: 10px;
}

.paragraph-section-us {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0px 20px;
    font-size: 4vw;
    font-weight: 300;
    text-align: justify;
    display: flex;
    align-items: flex-start;
    grid-column:  1 / 15;
    grid-row: 12 / auto;
}

.conocenos-supervega {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 30px 30px;
    border: none;
    background-color: var(--blue-color);
    color: var(--whithe-color);
    border-radius: 10px;
    cursor: pointer;
    grid-column:  4 / 12;
    grid-row: 25 / auto ;
    font-size: 5vw;
}

.conocenos-supervega:hover {
    background-color: transparent;
    border: solid 2px var(--blue-color);
    color: var(--blue-color);
}

.container-section-store {
    width: 100%;
    height: auto;
    grid-column:  1 / 15;
    grid-row: 33 / auto;
    text-align: center;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(9, auto);
    row-gap: 30px;
}

.img-section-store {
    width: 100%;
    height: auto;
    display: none;
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(39, 39, 39, 0.3);
    grid-column:  2 / 14;
    grid-row: 2 / auto;
    position: relative;
    top: 0px;
}

.img-section-store-movil {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(39, 39, 39, 0.3);
    grid-column:  2 / 14;
    grid-row: 1 / 5;    
    position: relative;
    top: 50px;
    margin-bottom: 30px;
}

.tittle-section-store {
    width: 100%;
    height: auto;
    font-size: 15vw;
    margin: 0 0px;
    margin-top: 0px;
    grid-column:  2 / 14;
    grid-row: 5 / 6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
}

.paragraph-section-store {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
    font-size: 4vw;
    font-weight: 300;
    text-align: justify;
    display: flex;
    align-items: center;
    grid-column:  2 / 14;
    grid-row: 6 / 7;
    position: relative;
    top: 30px;
}


.store-supervega {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 30px;
    font-size: 4.5vw;
    border: none;
    background-color: var(--blue-color);
    color: var(--whithe-color);
    border-radius: 10px;
    cursor: pointer;
    grid-column:  4 / 12;
    grid-row: 8 / auto;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

.store-supervega:hover {
    background-color: transparent;
    border: solid 2px var(--blue-color);
    color: var(--blue-color);
}

.container-section-coming-soon {
    width: 100%;
    height: auto;
    grid-column:  1 / 15;
    grid-row: 92 / auto;
    text-align: center;
    margin-left: 0px;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(48, 4vw);
}

.img-center-collection-coming-soon {
    width: 100%;
    height: auto;
    border-radius: 10px;
    grid-column:  2 / 14;
    grid-row: 8 / auto;
    margin: 0;
    padding: 0;
    display: none;
}

.img-center-collection-coming-soon-movil {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    grid-column:  2 / 14;
    grid-row: 1 / 8;
    position: relative;
    top: 0px;
}

.tittle-section-soming-soon {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 15vw;
    padding-top: 0px;
    grid-column:  2 / 14;
    grid-row: 28 / auto;
    text-align: center;
    position: relative;
    top: 0px;
    margin-bottom: 0px;


}

.paragraph-section-coming-soon {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 0px 0px;
    font-size: 4vw;
    font-weight: 300;
    text-align: justify;
    display: flex;
    align-items: flex-start;
    grid-column:  2 / 14;
    grid-row: 32 / auto;
    position: relative;
    top: 20px;
}


.buttum-coming-soon-supervega {
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 30px 30px;
    border: none;
    background-color: var(--blue-color);
    color: var(--whithe-color);
    border-radius: 10px;
    cursor: pointer;
    grid-column:  4 / 12;
    grid-row: 42 / auto;
    font-size: 4.5vw;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

.buttum-coming-soon-supervega:hover {
    background-color: transparent;
    border: solid 2px var(--blue-color);
    color: var(--blue-color);
}


/*PAGINA NOSOTROS SUPERMERCADO VEGA*/
.container-pagina-nosotros {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(10, 60px);
    column-gap: 10px;
    position: relative;
}

.imgen-pagina-nosotros-background {
    width: 100%;
    height: 100%;
    grid-column:  4 / 12;
    grid-row: 1 / 15;
    object-fit:cover;
    object-position: center;
    display: none;
}

.imgen-pagina-producto-background-movil {
    display: block;
    width: 100%;
    height: 100%;
    grid-column:  1 / 15;
    grid-row: 1 / 11;
}

.subtitle-nosotros {
    width: 100%;
    height: 100%;
    grid-column:  2 / 14;
    grid-row: 8 / 9;
    font-size: 11vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0px;
    bottom: 0px;
    margin: 0;
    padding: 0;
}

.title-nosotros {
    width: 100%;
    grid-column:  2 / 14;
    grid-row: 6 / 8;
    font-size: 25vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: 10px;
}


/*SECTION-CONTAINER-US*/

.container-section-us-two {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.img-section-us-two {
    position: relative;
    width: 50%;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
    display: none;
}

.img-section-us-two-movil {
    display: block;
    width: 90%;
    height: auto;
    margin: 20px 20px;
    border-radius: 10px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
}

.color-signos {
    color: var(--blue-color);
    font-family: var(--font-family-beba);
    font-weight: 500;
    font-size: 40px;
}

.title-section-us-two {
    text-align: center;
    margin-top: 0px;
    font-size: 11vw;
    font-weight: 100;
    margin-top: 30px;
}

.style-conocenos-two {
    font-size: 10vw;
    font-weight: 300;
    font-family: 'Helvetica Neue', sans-serif;
}

.info-conocer {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-conocer p {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    margin: 20px;
    position: relative;
    top: 30px;
}

.parrafo-final {
padding-bottom: 40px;
}


/*PAGINA PRINCIPAL NUESTRAS TIENDAS*/
.container-pagina-store {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(10, auto);
    gap: 20px;
    position: relative;
}

.background-store-color {
    display: none;
    width: 100%;
    height: 100%;
    grid-column:  4 / 12;
    grid-row: 1 / 5;
    object-fit:cover;
    object-position: center;
    background-color: var(--blue-color);
}

.background-store-color-movil {
    display: block;
    width: 100%;
    height: 100%;
    grid-column:  1 / 15;
    grid-row: 1 / 11;
    object-fit:cover;
    object-position: center;
    background-color: var(--blue-color);
}

.subtitle-store {
    width: 100%;
    height: 100%;
    grid-column:  2 / 14;
    grid-row: 5 / 7;
    font-size: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: var(--whithe-color);
    bottom: 0px;
    margin-top: 5px;
}

.title-store {
    width: 100%;
    grid-column:  2 / 14;
    grid-row: 3 / 6;
    font-size: 21vw;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    position: relative;
    top: 0px;
    color: var(--whithe-color);
}

.franja-blanca {
    width: 49.5%;
    height: 5%;
    background-color: var(--whithe-color);
    grid-column:  6 / 14;
    grid-row: 5 / 7;
    position: relative; 
    top: 100px
}


/*CONTAINAR STORE*/

.container-store-secciÃ³n-dos {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;

}

.img-section-stores-two {
    position: relative;
    display: none; 
    width: 50%;
    float:right;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
}

.img-section-stores-two-movil {
    display: block;
    width: 90%;
    height: auto;
    margin: 20px;
}

.img-section-store-three {
    display: none;
    position: relative;
    width: 50%;
    height: auto;
    margin: 0 10px 0px 20px;
    float: left;
    border-radius: 15px;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.5);

}

.img-section-store-three-movil {
    display: block;
    width: 90%;
    margin: 20px;
    padding: 20px 0;
}

.color-signos-sectiÃ³n-stores {
    color: var(--blue-color);
    font-family: var(--font-family-beba);
    font-weight: 500;
    font-size: 40px;
}

.title-section-store-dos {
    margin-top: 0px;
    font-size: 11vw;
    font-weight: 100;
    margin-top: 30px;
    text-align: center;
    padding: 0 20px;
}

.style-stores-two {
    font-size: 10vw;
    font-weight: 300;
    font-family: 'Helvetica Neue', sans-serif;
}

.info-stores {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-stores p {
    grid-column: 2;
    grid-row: 2;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    margin: 20px;
}


/*PAGINA CENTRO LOGÃSTICO*/
.container-pagina-centrologisticos {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(11, auto);
    column-gap: 10px;
    position: relative;
}

.imgen-pagina-centro-logistico-background {
    width: 100%;
    height: 100%;
    grid-column:  4 / 12;
    grid-row: 1 / 5;
    object-fit:cover;
    object-position: center;
    display: none;
}

.imgen-pagna-logistica-movil {
    display: block;
    width: 100%;
    height: 100%;
    grid-column:  1 / 15;
    grid-row: 1 / 11;
    object-fit:cover;
    object-position: center;
}

.subtitle-centro-logitico {
    width: 100%;
    height: 100%;
    grid-column:  2 / 14;
    grid-row: 7 / 10;
    font-size: 14vw;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-left: 0;
    bottom: 24px;
    color: black;
}

.title-centro-logistico {
    width: 100%;
    grid-column:  2 / 14;
    grid-row: 6 / 7;
    font-size: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 10px;
    padding-left: 0px;
    color: black;

}


/*SECTION-CENTRO-LOGISTICO*/

.container-section-logistica {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0%;
    overflow: hidden;
}

.img-section-centro-logistico {
    position: relative;
    display: none; 
    width: 50%;
    float:right;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
}

.img-section-centro-logistico-movil {
    display: block;
    width: 90%;
    height: auto;
    border-radius: 15px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
    margin: 0 20px;
}

.color-signos-logistico {
    color: var(--blue-color);
    font-family: var(--font-family-beba);
    font-weight: 500;
    font-size: 40px;
}

.title-section-logistica {
    width: 100%;
    margin-top: 0px;
    font-size: 9vw;
    font-weight: 100;
    margin-top: 30px;
    text-align: center;
}

.style-logistica-two {
    font-size: 9vw;
    font-weight: 300;
    font-family: 'Helvetica Neue', sans-serif;
}

.info-logistica {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 40px;
}

.info-logistica p {
    grid-column: 2;
    grid-row: 2;
    font-size: 4vw;
    font-weight: 300;
    text-align: justify;
    margin: 20px;
}




/*FOOTER PRINCIPAL*/
.footer-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(10, 0.2fr);
    column-gap: 10px;
    position: relative;
    background-color: var(--blue-color);
}

.inicio-footer {
    grid-column:  3 / 7;
    grid-row: 2 / 3;
    display: flex;
    align-items: center;
    color: var(--whithe-color);
    cursor: pointer;
    font-size: 25px;
}

.separador-element-1 {
    display: none;
    grid-column:  7 / 8;
    grid-row: 2 / 3;
    position: relative;
    left: -9px;
    width: 2px;
    height: 50px;
    margin-left: -5px;
    background-color: var(--whithe-color);
}

.separador-element-2 {
    grid-column:  8 / 9;
    grid-row: 2 / 3;
    display: none;
    align-items: center;
    width: 2px;
    height: 50px;
    margin-left: -5px;
    position: relative;
    left: -9px;
    background-color: var(--whithe-color);
}

.footer-producto {    
    grid-column:  3 / 7;
    grid-row: 3 / 4;
    display: flex;
    align-items: center;
    color: var(--whithe-color);
    cursor: pointer;
    font-size: 25px;
    position: relative;
    top: 5px
}

.footer-contacto {
    grid-column:  3 / 9;
    grid-row: 5 / 5;
    display: flex;
    align-items: center;
    color: var(--whithe-color);
    cursor: pointer;
    font-size: 25px;
    margin-bottom: 20px;
}


.logo-footer {
    width: 100%;
    grid-column:  8 / 14;
    grid-row: 3 / 4;
}

.container-footer2 {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(2, 0.2fr);
    column-gap: 10px;
    background-color: var(--blue-color); 
}

.content-footer-supermercado {
    color: var(--whithe-color);
    grid-column:  3 / 14;
    grid-row: 1 / 2;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.content-footer-3 {
    grid-column:  3 / 14;
    grid-row: 2 / 3;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--whithe-color);
    font-size: 15px;
    font-weight: 300;    
}

.main-address {
    grid-column:  3 / 14;
    grid-row: 4 / 12;
    color: var(--whithe-color);
    font-size: 5vw;
    font-weight: 300;
    font-family: var(--font-family-beba);
    display: flex;
    align-items: center;
    position: relative;
    top: 20px;
}

}</pre></body></html>