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

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

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

.celular .view-filters.form-group .views-exposed-form.bef-exposed-form .form--inline.form-inline input,
.celular .view-filters.form-group .views-exposed-form.bef-exposed-form .form--inline.form-inline .select2-selection {
    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;
}

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

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

.celular .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%);
}


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

.celular .view-empty h2 {
    color: #A8D42E;

    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

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

.celular .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;
}

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

.celular .wrap-messages{
    width: 100%;
}


.celular-recuperado {
    margin: 50px;
    padding: 30px;
    background-color: rgba(200, 200, 200, 0.10);
}

.celular-recuperado .block.block-layout-builder.block-field-blocknodecelular-recuperadotitle.clearfix {
    color: #134759;
    font-family: 'Montserrat-Regular';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}



.celular-recuperado section div {
    margin-top: 10px;
}

.celular-recuperado .field--label,
.celular-recuperado .field--item {
    color: #316649;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.celular-recuperado .field--label {
    font-weight: 600;

}