.glosario {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
}

.glosario .view-filters.form-group {
    width: 30%;
    padding-right: 20px;
}

.glosario .view-filters.form-group .views-exposed-form.bef-exposed-form .form--inline.form-inline {
    display: flex;
    flex-direction: column;
}

.glosario .view-filters.form-group .views-exposed-form.bef-exposed-form .form--inline.form-inline input {
    border-radius: 6px;
    border: 1px solid #76777A;
    width: 100%;
    height: 33px;
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.glosario .control-label {
    color: #00665F;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.glosario .form-item {
    margin: 10px;
}

.glosario .button.js-form-submit.form-submit.btn-primary.btn.icon-before {
    border: none !important;
    border-radius: 30px;
    background: #A8D42E !important;
    color: #142749 !important;
    text-align: center !important;
    font-family: 'WorkSans-Regular' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    width: 170px;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 9px 16px 9px 16px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.glosario .view-empty {
    width: 70%;
    text-align: center;
}

.glosario .view-empty h2 {
    color: #A8D42E;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.glosario .view-empty p {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.glosario .view-content {
    width: 70%;
}

.glosario .view-content .field-content .field-content a {
    color: #00665F;
    text-align: right;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.glosario .view-content .field-content .field-content a::after {
    content: var(--icono-boton);
    position: absolute;
    display: inline-block;
    padding-left: 10px;
}


.glosario .views-field.views-field-name span {
    color: #316649;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.glosario .views-field.views-field-description {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.glosario nav {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.glosario nav .previous a,
.glosario nav .next a {
    border: none;
    color: #76777A;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;

}

.glosario nav a:hover {
    color: #00665F;
    background-color: transparent;
}


.glosario .view-empty {
    text-align: center;
    width: 70%;
}

.glosario .view-empty h2 {
    color: #A8D42E;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.glosario .view-empty p {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}