.filtro .serie {
    display: inline-block;
    min-width: 28px;
    line-height: 0;
    text-align: center;
    color: #0076F8;
    border-radius: 4px;
    font-family: 'Heebo-Bold';
    font-size: 15px;
    margin: 25px 1px 0 1px;
    padding: 0 5px;
}

.filtro h5 {
    float: left;
    font-weight: normal;
    font-family: 'Heebo-Regular';
    font-size: 20px;
    line-height: 22px;
    margin-right: 8px;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0076f8;
}

.inner-sup{
    margin-top: -40px;
    margin-left: 82px;
}

.filtro h5 div {
    font-size: 18px;
    font-family: 'Heebo-Bold';
}

#ventaneros-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2%;
}

.linea{
    margin-top: 1%;
}

#ventaneros-list .ventanero-card { /* Cambia esto a la clase de tus tarjetas */
    flex: 1 1 31.3%;  /* Ocupa alrededor del 30% del espacio, puedes ajustar este valor */
    max-width: 31.3%; /* Máximo 30%, ajusta según el diseño */
    margin: 10px;   /* Margen entre tarjetas */
}
.info-ventaneros{
    width: 31.3% ;
    max-width: 31.3%;
}

.linea .active a{
    background-color: #0077fb !important;
    color: #0077fb !important;
    font-weight: bold;
}

.ciudad{
    margin-top: 2% !important;
} 

.page-numbers{
    padding: 10px;
    color: #0081ff;
    margin: 2px;
}

.current{
    background-color: #0081ff;
    color: white;
}

.main-ventaneros .main-filtro .filtro.linea {
    margin-top: 1%;
}



#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Coloca el loader por encima del contenido */
}

.spinner {
    border: 16px solid #f3f3f3; /* Color gris claro */
    border-top: 16px solid #0077fb; /* Color del borde superior (puedes cambiar) */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}


.filter-line-top{
    margin-top:2% !important;
}





@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

@media (max-width: 740px) {
    #ventaneros-list .info-ventaneros {
        display: contents;
        position: relative;
        background: #fff;
    }

    #ventaneros-list .title-ventaneros{
        width: 90%;
    }
}