<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.honorar_1_left_ind {
	width: 50%;
    border-right: 15px solid white;
    background-color: #0063af;
    padding: 20px;
    height: 355px;
}

.honorar_1_right_ind {
    width: 50%;
    border-left: 15px solid white;
    background-color: #878f99;
    padding: 20px;
    height: 355px;
}
.honorar_1_left_ind p, .honorar_1_right_ind p {
	color: white;
	font-size: 28px;
}

.wdwl--2-cols {
    flex-direction: row;
    display: flex;
    gap: 30px;
}
.wd-serach-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 19px 48px
}
.wd-serach-flex form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.f-error-form-tome {
    right: 0;
    left: 0;
    bottom: -10px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.f-error-form-page {
    right: 0;
    left: 0;
    bottom: -10px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.window-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 0 19px 0;
    /*	width:40%*/
}

.wd-serach-form {
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
}

input[name=tome] {
}

.wdwl--2-cols-2st-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wd-show-search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    border: 2px solid #dbdbdb;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wd-tome input {
    height: 100%;
}

.wd-show-search-content .border-input {
    width: 1px;
    height: 22px;
    background: #dcdddc;
}

.wd-show-search-content-submit {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    width: 14%;
    background: #0063ae;
    height: 100%
}

.wd-show-search-content-submit:hover {
    background: #a9a9a9;
}

.wd-show-search-content-submit i {
    font-size: 30px;;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
}

.wd-show-search-content-submit input.BTN {
    border: none;
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    height: 100%; /* padding-bottom: 100%; */
}

.wd-show-search-content input[name=tome],
.wd-show-search-content input[name=page_t], 
.wd-show-search-content select[name=tome] {
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: none;
    font-size: 1.5rem;
    vertical-align: middle;
    color: #0063ae;
    padding: 13px 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    width: 100%;

}

.wd-tome-text-tom.display,
.wd-tome-text-page.display {
    display: none;
}

.wd-tome-text-page,
.wd-tome-text-tom {
    font-size: 1.5rem;
    display: inline-block;
    color: #0063ae;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wd-tome,
.wd-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.wd-show-search-content input[name=tome]::-webkit-input-placeholder,
.wd-show-search-content input[name=page_t]::-webkit-input-placeholder {
    color: #0063ae;
}

.wd-show-search-content input[name=tome]::-moz-placeholder,
.wd-show-search-content input[name=page_t]::-moz-placeholder {
    color: #0063ae;
}

.wd-show-search-content input[name=tome]:-ms-input-placeholder,
.wd-show-search-content input[name=page_t]:-ms-input-placeholder {
    color: #0063ae;
}

.wd-show-search-content input[name=tome]::-ms-input-placeholder,
.wd-show-search-content input[name=page_t]::-ms-input-placeholder {
    color: #0063ae;
}

.wd-show-search-content input[name=tome]::placeholder,
.wd-show-search-content input[name=page_t]::placeholder {
    color: #0063ae;
}

.wd-serach-form {

    display: none;
    padding: 19px 0;
    width: 30%;

}

.wdwl--col.first {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
}

.wdwl--col.last {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wdw-rows-wrap {
    padding: 45px 48px;
    padding-bottom: 30px;
    /* overflow: hidden; */
}

.wdw-row strong {
    font-weight: bold;
}

.no-home-page .window-btn {
    width: 40%;
}

.wdw-row {
    padding-bottom: 18px;
}

.wdwl--3-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wdwl--3-cols .wdwl--col {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 0 20px;
    min-width: 400px;
}

.wdwl--3-cols .wdwl--col .IMAGE &gt; div {
    text-align: center;
}

.wdwl--3-cols .wdwl--col .IMAGE img {
    max-width: 360px;
}

.wdwl--3-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wdwl--3-boxes .wdwl--box-wrap {
    padding: 0 20px;
}

/*.pos-relative{
	position:relative;
}
.margin-auto
{
	margin:auto;
}
.pos-abs-center
{
	position: absolute;
    width: 100%;
   padding: 0px;
}*/
.wd-serach-flex.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wd-serach-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
}

.wd-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

.wd-tome,
.wd-page {
    width: 43%;
}

.btn-search-tom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 19px 0 19px 0;
}

.wd-serach-flex.flex-end.wd-show-search-content-page {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wd-serach-form.wd-show-search-content-page {
    width: 40%;
}

.wd-serach-flex.flex-end.wd-show-search-content-page .window-btn {
    padding: 19px 0;
}

.wd-serach-flex.flex-end.wd-show-search-content-page .window-btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media all and (max-width: 1200px) {
    .wd-serach-form-wrap {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .wd-show-search-content input[name=tome],
    .wd-show-search-content input[name=page_t] {
        font-size: 1.5rem;
    }

    .btn-search-tom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .wd-serach-flex.flex-end.wd-show-search-content-page .wd-serach-form {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .home-page .wd-serach-form {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .wd-serach-form.home-page .wd-search-form {
        width: 50%;
    }

    .wd-serach-flex.flex-end.wd-show-search-content-page.no-home-page .window-btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .f-error-form-page,
    .f-error-form-tome {
        left:0;
        right:unset;
    }
    .wd-serach-form.home-page {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .wd-serach-form.wd-show-search-content-page {
        width: 60%;
    }

}

@media all and (max-width: 900px) {
    .wdwl--3-cols .wdwl--col .IMAGE img {
        max-width: 240px;
    }

    .wd-serach-form.wd-show-search-content-page {
        width: 60%;
    }

    .wd-serach-flex {
        padding: 0 48px;
    }

    .wd-serach-form.home-page .wd-search-form {
        width: 60%;
    }
}

@media all and (max-width: 660px) {
    .wd-serach-form {
        width: 100%;
    }

    .wd-serach-form.wd-show-search-content-page {
        width: 100%;
    }

    .wd-serach-flex.flex-end.wd-show-search-content-page .window-btn {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .wd-serach-form .wd-search-form {
        width: 100%;
    }

    .wd-serach-flex.flex-end.wd-show-search-content-page .window-btn {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .wd-serach-flex.flex-end.wd-show-search-content-page {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .window-btn {
        width: 100%;
        padding: 15px 0;
    }

    .window-btn btn-search-tom {
        width: 100%;
        padding: 15px 0;
    }

    .window-btn a {
        width: 100%;
    }

    .wd-serach-form.home-page .wd-search-form {
        width: 100%;
    }

}

@media all and (max-width: 425px) {
    .wdwl--3-cols .wdwl--col {
        min-width: 200px;
    }

    .wdw-rows-wrap {
        padding: 25px 30px;
    }

    .window-btn {
        width: 100%;
        padding: 10px 0;
    }

    .window-btn btn-search-tom {
        width: 100%;
        padding: 10px 0;
    }

    .window-btn a {
        width: 100%;
    }

    .wdwl--3-cols .wdwl--col .IMAGE img {
        max-width: 220px;
    }

    .wd-show-search-content-submit {
        width: 20%;
    }

    .wd-serach-form.wd-show-search-content-page {
        width: 100%;
    }

    .wd-serach-flex {
        padding:  0;
        width: 90%;
        margin: auto;
    }

}</pre></body></html>