

.inputPerfilBusqueda{
width: 265px;
border: 1px solid #ccc;
}

.inputagregar {
    padding: 10px;
}

.titulo{
text-transform: uppercase;
font-size:1.2em;
} 

.fuentelight{

}

.with-100{
    width: 100%;
}
.flex-1 {
    flex: 1;
}
.direction-row {
    flex-direction: row;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.flex {
    display: flex;
}
.direction-row {
    flex-direction: row;
}
.card2026 {
    border: none;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 8px;
    padding: 12px;
    background: #f1f1f1;
    border: 1px solid #e6e8e9;
}

.direction-row-column{
    flex-direction: row;
}
.gap-8{
    gap: 8px;
    -webkit-gap: 8px;
}

@media screen and (max-width: 1000px) {
    .direction-row-column{
    flex-direction: column;
}
}