body {
    font-family: 'PuebloBonito', sans-serif;
}
.bienvenidos {
    font-size: 2.5em;
    color: #685830;
    text-align: center;
    margin-top: 20px;
}
.tamano_img {
    width: 40rem;
    height: auto;
    display: block;
    margin: 0 auto;
}
.ocultar_elemento {
    display: none !important;
}

/* New classes to replace inline styles */
.alert-error {
    font-size: 12px;
}
.alert-error-title {
    font-size: 13px;
    font-weight: bold;
}
.modal-header-custom {
    margin-bottom: 2px;
}
.logo-header {
    height: 50px;
    width: 85px;
}
.search-button {
    width: 35px;
    height: 50px;
}
.user-label {
    color: #685830;
}
.overlay-loading {
    display: none;
}