.contenedor-flex-cpe {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.filtro-lateral-cpe {
    width: 350px;
    background-color: white;
    padding: 20px !important;
    height: fit-content;
    margin-left: -15px;
}

.filtro-region-cpe {
    -webkit-appearance: checkbox !important;
}

.region-cafetalera-tittle-map-cpe {
    display: -webkit-inline-box;
    margin: -50px 0px -20px 0px;
}

#buscarRegion {
    border: none !important;
    border-bottom: 1px solid #EAEAEA !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

    #buscarRegion:focus {
        border-bottom: 1px solid #000 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.sust-section-container-cpe {
    padding-left: 5rem !important;
    padding-right: 6rem !important;
}

.input-region-cpe {
    border: none;
    border-bottom: 1px solid #EAEAEA;
    padding: 6px;
    width: 100%;
    background-color: transparent;
    transition: border-color 0.3s;
}

    .input-region-cpe:focus {
        border-bottom: 1px solid #000;
        outline: none;
    }

    .input-region-cpe.sin-focus:focus {
        border-bottom: 1px solid #000; /* asegúrate que NO lo quite */
        outline: none;
    }

.tabla-cafeterias-cpe {
    width: 80%;
}

.fila-oculta-cpe {
    display: none;
}

.filtro-lateral-cpe h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Open Sans';
}

.filtro-lateral-cpe select,
.filtro-lateral-cpe input {
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.filtro-titulo-cpe {
    font-size: 24px;
    font-family: 'Bree Serif';
}

.filtro-linea-cpe {
    margin: 10px 0;
    border: none;
    border-top: 1px solid #ccc;
    margin: 25px 0px 25px 0px !important;
}

.filtro-subtitulo-cpe {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.center-dis-cpe {
    display: flex;
}

.region-toggle-cpe {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    display: block;
}

.region-btn-cpe {
    padding: 6px 12px;
    border: none;
    border-radius: 9999px;
    background-color: #f1f1f1;
    cursor: pointer;
}

    .region-btn-cpe.activo {
        background-color: white;
        color: black;
    }

.filtro-busqueda-cpe {
    margin-bottom: 15px;
}

.filtro-label-cpe {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.input-region-cpe {
    width: 100%;
    padding: 6px 10px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.btn-limpiar-cpe {
    display: block;
    margin-top: 5px;
    background: none;
    border: none;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    float: right;
    text-align: right;
}

.filtro-lista-cpe {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .filtro-lista-cpe label {
        font-size: 16px;
        display: flex;
        gap: 8px;
        cursor: pointer;
    }

    .filtro-lista-cpe input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

b, strong {
    font-weight: 100;
    color: #6f6f6f;
    text-transform: uppercase;
    font-size: 16px;
}

/*.h3, h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}*/

.card-tittle-cpe {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

a {
    color: black;
    text-decoration: auto;
}

.py-2-cpe {
    border: 0px;
    width: 84%;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.border-cpe {
    border: 0px !important;
    border-bottom: 1px solid #9D9D9D !important;
    width: 30%;
    float: right;
    margin-top: 15px;
}

.filtro-lateral-cpe select,
.filtro-lateral-cpe input {
    border: 0px;
    border-bottom: 1px solid #9D9D9D !important;
    font-weight: 500;
}

.region-toggle-cpe {
    display: inline-flex;
    background-color: #f3f3f3;
    border-radius: 9999px;
    padding: 4px;
    width: 100%;
    display: ruby-text;
}

.region-btn-cpe {
    border: none;
    background: none;
    padding: 6px 16px;
    border-radius: 9999px;
    font-weight: 500;
    color: black;
    cursor: pointer;
    width: 48%;
    font-size: 15px;
}

    .region-btn-cpe.activo {
        background-color: white;
        color: black;
        padding: 5px 25px 5px 25px;
    }

.menu-home-container-cpe {
    margin-bottom: -35px;
    margin-left: 18px;
    margin-top: -40px;
    justify-content: left !important;
}

.px-3-cpe {
    padding-right: 5px !important;
    padding-left: 0px !important
}

#cafeteriasGrid {
    min-height: 500px; /* o lo que se ajuste al dise�o */
}

.flex.items-center.border-cpe {
    min-height: 44px; /* o lo que necesites */
    padding: 0.5rem;
}

.cafeterias-grid-cpe {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Espaciado entre tarjetas */
}

.cafeteria-tarjeta-cpe {
    width: calc(25% - 20px); /* 4 tarjetas por fila con espacio */
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    overflow-x: clip;
}

@media (max-width: 1024px) {
    .cafeteria-tarjeta-cpe {
        width: calc(50% - 20px); /* 2 por fila */
    }
}

.sin-focus:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.btn-mostrar-mas-cpe {
    border: 1px solid #adb5bd;
    padding: 15px 25px 15px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    background-color: white;
}

.region-mas-cpe {
    margin-bottom: 40px;
}

.titulo-a-cpe {
    word-spacing: 0px !important;
    color: #747474;
    margin-left: -5px;
}

.titulo-d-cpe {
    word-spacing: 0px !important;
    color: #181818;
}

.region-cafe-cpe {
    text-wrap: nowrap;
    font-size: 15px;
    display: contents;
}

.p-cpe {
    text-align: -webkit-match-parent;
    margin-left: -15px;
}

.p-ocultar-filtro-cpe {
    display: none;
}

.div-100-cpe {
    width: 100%;
}

.div-ruby-text-cpe {
    display: flow-root;
}

.span-cpe {
    display: flex;
    float: inline-start;
    margin-top: 2.5%;
}
/* .div-right-cpe  {
    style ="float:right;"
} */
.div-buscar-filtro-cpe {
    position: absolute;
    bottom: 0;
    background: transparent;
    color: #c5c5c5;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    text-align: right;
}

.div-img-cpe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div-cafe-cpe {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
}

.div-img-2-cpe {
    margin-top: -6px;
    cursor: pointer;
    margin-left: 5px
}

.div-sty-masmenos-cpe {
    text-align: center;
    margin-top: 20px;
    display: inline-flex;
    margin-top: 25px;
    cursor: pointer;
}

.div-left-cpe {
    text-align: left;
}

.modal-cpe {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    display: none;
}

.modal-content-cpe {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 10px;
    position: relative;
    margin-top: 50%;
}

.close-modal-cpe {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.filtro-mundo-modal-cpe {
    margin-top: 40px;
}

.search-movil-cpe {
    display: none;
}

.search-btn-cpe {
    background: #f1f1f1;
    padding: 9px 7px 12px 6px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.label-sep-cpe {
    height: 27px;
    border: 1px solid #cbcbcb;
    margin-top: 9px;
}

.filter-movilrega-cpe {
    display: block;
}

@media (max-width: 768px) {
    .btn-abrir-modal-cpe {
        display: block;
        margin: 10px auto;
        padding: 10px 15px;
        font-size: 16px;
        cursor: pointer;
    }

    #filtro-mundo {
        display: none;
    }

    .region-toggle-cpe {
        display: inline-flex;
        background-color: #f3f3f3;
        border-radius: 9999px;
        padding: 4px;
        width: 90%;
        display: ruby-text;
    }

    .search-movil-cpe {
        display: contents;
    }

    .filtro-lateral-cpe {
        width: 350px;
        background-color: white;
        padding: 20px !important;
        height: fit-content;
        margin-left: -15px;
        margin-bottom: -45px;
    }

    .filter-movilrega-cpe {
        display: none;
    }

    .btn-abrir-modal-cpe {
        display: none;
    }

    #filtro-mundo {
        display: block;
    }

    .sust-section-container-cpe {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .cafeteria-tarjeta-cpe {
        width: 100%; /* 1 por fila */
    }

    .contenedor-flex-cpe {
        flex-direction: column;
    }

    .flex.items-center.border-cpe {
        width: 100%;
        padding: 0.5rem;
    }

    .border-cpe {
        border: 0px !important;
        border-bottom: 1px solid #9D9D9D !important;
        width: 100%;
        float: right;
        margin-top: 15px;
    }

    .breadcrumbs-cpe {
        display: flex;
        text-wrap: nowrap;
        font-size: 10px;
        font-weight: 700;
    }

    #buscarRegionModal {
        border: none;
        border-bottom: 1px solid #EAEAEA;
        background-color: transparent;
        outline: none;
        box-shadow: none;
    }

        #buscarRegionModal:focus {
            border-bottom: 1px solid #000;
            outline: none;
            box-shadow: none;
        }

    .modal-cpe {
        display: none;
    }
}

.breadcrumbs-cpe {
    padding-top: 1rem;
    padding-right: 5rem;
    padding-bottom: 0rem;
    font-weight: 700;
}

/* Estilos para la modal */
.modal-cpe {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* En pantallas grandes no se muestra la modal */
@media (min-width: 769px) {
    filter-movilrega-cpe {
        display: flex;
    }

    .modal-cpe {
        display: none;
    }
}

#modalFiltroMundo {
    display: none;
}
