body,
span,
p {
    margin: 0px;
}

a {
    text-decoration: none;
}

p {
    color: #1D1D1F;
}

@font-face {
    font-family: 'futuhv';
    src: url('futuhv.ttf') format('truetype');
}

@font-face {
    font-family: 'futumd';
    src: url('futumd.ttf') format('truetype');
}

@font-face {
    font-family: 'futubk';
    src: url('futubk.ttf') format('truetype');
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 9999;
    transition: opacity 0.4s ease;
}

#loader.fade-out {
    opacity: 0;
    pointer-events: none;
}

.whatsapp {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    margin-bottom: 50px;
    margin-right: 50px;
    cursor: pointer;
}

.video {
    width: 100%;
    height: auto;
    /*border-radius: 0 0 65% 65% / 0 0 75px 75px;*/
    position: relative;
    top: 0;
    background: black;
}

.imgFondoPpal {
    width: 100%;
    height: 80vh;
}

.containerVideo {
    font-size: 0;
    position: relative;
    margin-top: -90px;
    display: block;
}

.containerVideoMobile {
    display: none;
}

.containerVideo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* El color de fondo */
    z-index: 2;
    /* Aparece encima de otros elementos */
    pointer-events: none;
    /* Evita que bloquee la interacción con otros elementos */
}

.fondoVideo {
    width: 100%;
    height: 71px;
    margin-top: -71px;
    z-index: 999;
    position: relative;
}

.separadorVertical {
    position: relative;
    height: 100px;
}

.separadorComponenteNovedades {
    position: relative;
    height: 60px;
}

.divNovedades {
    width: 80%;
    margin: auto;
    text-align: center;
}

.novedadPpal {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    vertical-align: top;
    overflow: hidden;
}

.imgNovedad {
    max-width: 300px;
    transition: transform 0.4s ease;
}

.novedadPpal:hover .imgNovedad {
    transform: scale(1.1);
    /* hace zoom al 110% */
}

.novedadNoPpal {
    display: inline-block;
}

.tituloNovedad {
    color: #1D1D1F;
    font-family: 'futuhv';
    max-width: 380px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 22px;
}

.linkNovedad {
    color: #FF7F00;
    font-family: 'futumd';
    max-width: 380px;
    text-align: left;
    font-size: 16px;
}

.imgNovedad {
    max-width: 380px;
}

.contedorLocal {
    width: fit-content;
    margin: auto;
}

.rutaLocal {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 0px;
}

.textoRutas {
    font-family: 'futumd';
    font-size: 18px;
}

.btnTiendas {
    font-family: 'futuhv';
    color: #1D1D1F;
    padding: 14px 20px 14px 20px;
    background-color: white;
    border: 1px solid #E6E6E6;
    border-radius: 25px;
    font-size: large;
    margin-top: 40px;
    cursor: pointer;
}

.lupitaRubros {
    width: 20px;
    margin-left: 15px;
    top: 3px;
    position: relative;
    cursor: pointer;
}

.iframeTextoBusqueda {
    height: 45px;
    position: absolute;
    left: 0;
    top: 25px;
    margin-left: 15px;
    display: none;
    border: none;
    z-index: 999;
}

.iframeTextoBusquedaM {
    height: 45px;
    position: relative;
    border: none;
    z-index: 999;
    width: 70%;
    height: 45px;
}

.textoBusqueda {
    width: 200px;
    font-family: 'futubk';
    border-radius: 10px;
    border: 1px solid #1D1D1F;
    height: 25px;
}

.textoBusqueda::placeholder {
    font-family: 'futumd';
    color: #1D1D1F;
    font-size: 18px;
}

.celdaLupa {
    width: auto;
    display: block;
    top: auto;
    position: relative;
}

.imgLocal {
    max-width: 460px;
    width: 100%;
}

.videoLocal {
    display: none;
}

.local {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    column-gap: 80px;
}

.logoLocal {
    height: 100px;
}

.textoLocal {
    max-width: 380px;
    text-align: left;
    font-family: 'futubk';
    color: #1D1D1F;
    line-height: 24px;
    margin-top: 20px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.sepadadorIconosLocales {
    height: 20px;
    position: relative;
}

.sepadadorTextoLocales {
    height: 60px;
    position: relative;
}

.iconoLocales {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.textoIconLocal {
    font-family: 'futumd';
    font-size: 18px;
    display: inline-block;
}

.tiuloProgramasAsociadosLocal,
.tituloTienda {
    font-family: 'futuhv';
    font-size: 24px;
    margin-bottom: 20px;
    color: #1D1D1F;
    max-width: 300px;
}

.programasLocal1,
.programasLocal2 {
    color: #FFF;
    background-color: #1D1D1F;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'futumd';
    width: fit-content;
    border-radius: 15px;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.iconProgramasLocal1 {
    display: inline-block;
    vertical-align: top;
}

.programasLocal2 {
    background-color: #FF7F00;
}

.fondoOscuroLocales {
    position: relative;
}

.fondoOscuroLocales::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    /* El color de fondo */
    z-index: 2;
    /* Aparece encima de otros elementos */
    pointer-events: none;
    /* Evita que bloquee la interacción con otros elementos */
}

.contenedorTiendas {
    width: 100%;
    margin: auto;
    max-width: 1150px;
    font-size: 0px;
    text-align: center;
    z-index: 10;
}

.cadaTienda {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.imgTienda,
.videoTienda {
    width: 300px;
    height: 390px;
    cursor: pointer;
}

.divisorTxtImgTienda {
    height: 15px;
    position: relative;
}

.logoEnTiendas {
    position: absolute;
    bottom: 10%;
    width: 100px;
    left: 100px;
    z-index: 3;
}

.videoTienda {
    display: none;
    width: 300px;
}

.tituloTienda {
    text-align: left;
    margin-bottom: 0px;
}

.tituloTienda a {
    color: #1D1D1F;
    margin-bottom: 0px;
}

.tituloCategoriaTiendas {
    font-family: 'futumd';
    font-size: 18px;
    color: #1D1D1F;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    margin-right: 9px;
}

.tituloCategoriaTiendas a {
    color: #1D1D1F;
}

.contTituloCategoriaTiendas {
    display: block;
    width: fit-content;
    margin: auto;
}

.contTituloCategoriaTiendasMobile {
    display: none;
    text-align: center;
}

.selectRubros {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-family: 'futumd';
    font-size: 18px;
    color: #1D1D1F;
    background-color: white;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'10'%20height%3D'5'%20viewBox%3D'0%200%2010%205'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M0%200l5%205l5-5H0z'%20fill%3D'%23333'%20/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    width: 70%;
    cursor: pointer;
}

.selectRubrosOptions {
    font-size: 18px;
    color: #1D1D1F;
    font-family: 'futumd';
    cursor: pointer;
}

.selectRubros:focus {
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.imgsProgramas {
    position: absolute;
    right: 0;
    top: 0;
}

.cateHome {
    position: relative;
    margin: auto;
    width: fit-content;
}

.contedorCateHome,
.contedorCateHomeTopBottom {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #F0EFEB;
    margin: auto;
    text-align: center;
}



.contedorCateHomeMobile {
    min-width: 503px;
}

.contedorCateHomeTopBottom {
    position: relative;
    height: 40px;
}

.contedorCateHome a { color:#1D1D1F}
.contedorCateHomeMobile a { color:#1D1D1F}

.contedorCateHome p {
    font-family: 'futuhv';
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -4px;
    line-height: 80px;
    cursor: pointer;
}

.contedorCateHome:hover p:not(:hover) {
    opacity: 0.5;
    color: gray;
}

.tituloCateHomeMobile {
    color: gray;
}

.imgLocalCateHome {
    width: 320px;
}

.image-wrapper-1 {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    opacity: 0;
    transition: opacity 0.5s ease-in, transform 0.2s ease-in-out;
}

.image-wrapper-1.hovered {
    transform: translateY(20px);
    /* Baja 1px */
}

.image-wrapper-2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 150px;
    opacity: 0;
    transition: opacity 0.1s ease-in, transform 0.01s ease-in-out;
}

.image-wrapper-2.hovered {
    transform: translateY(-20px);
    /* Baja 1px */
}

.image-wrapper-1.fade-in {
    opacity: 1;
    /* Aparece suavemente */
}

.image-wrapper-2.fade-in {
    opacity: 1;
    /* Aparece suavemente */
}

.CHdesktop {
    display: block;
}

.CHmobile {
    display: none;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .imgLocalCateHome {
        width: 250px;
    }
}

@media only screen and (max-width: 1040px) {
    .CHdesktop {
        display: none;
    }

    .CHmobile {
        display: block;
    }

    .contedorCateHome p {
        font-size: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contedorCateHome:hover p:not(:hover) {
        opacity: 1;
        color: #1D1D1F;
    }

    .image-wrapper-1,
    .image-wrapper-2 {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .local {
        flex-direction: column;
        row-gap: 30px;
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 980px) {
	

	.novedadPpal {
	margin-left: 0px !important;
	margin-right: 0px !important;
	}	
	
    .containerVideo {
        margin-top: 90px;
        display: none;
    }

    .containerVideoMobile {
        margin-top: 90px;
        display: block;
    }

    .fondoVideo {
        height: 35px;
    }

    .video {
        height: 80vh;
    }

    .novedadNoPpal {
        display: none;
    }
}

@media only screen and (max-width: 840px) {
    .contTituloCategoriaTiendas {
        display: none;
    }

    .contTituloCategoriaTiendasMobile {
        display: block;
    }

    .contenedorTiendas {
        position: relative;
        top: 90px;
    }

    .textoBusqueda {
        width: 100%;
        font-family: 'futubk';
        border-radius: 8px;
        border: 1px solid #ccc;
        height: 35px;
    }

    .celdaLupa {
        width: 0px;
        display: inline-block;
        vertical-align: middle;
        top: 8px;
        position: relative;
    }
}

@media only screen and (max-width: 620px) {

    .contedorCateHome,
    .contedorCateHomeTopBottom {
        width: auto;
    }

    .sepadadorTextoLocales {
        height: 30px;
    }

    .contedorCateHome p {
        font-size: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contedorCateHome:hover p:not(:hover) {
        opacity: 1;
        color: #1D1D1F;
    }

    .contedorCateHome,
    .contedorCateHomeTopBottom {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 520px) {
    .contedorCateHomeMobile {
        min-width: 0;
    }

    .contedorCateHome,
    .contedorCateHomeTopBottom {
        padding-left: 0px;
        padding-right: 0px;
        width: 100vw;
    }

    .imgLocal {
        width: 80%;
    }

    .contedorCateHome p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 470px) {
    .rutaLocal {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 480px) {

    .imgNovedad,
    .tituloNovedad {
        max-width: 250px;
    }
}