/*
############
Estrutura
############
*/
/*
var(--base1)
*/
:root {
    --base1: rgba(250, 204, 20, 1);
    --base2: rgba(250, 204, 20, 0.9);
    --base3: rgba(250, 204, 20, 0.8);
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.12) transparent;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* ------------- */

/* McCandGeneroRadios - Botoes de selecao de genero no curriculo do candidato */
.McCandGeneroRadios .McCandAltCad_IdiomaRadioLabel {
    font-size: 13px;
    padding: 6px 18px;
    border-radius: 6px;
    gap: 6px;
    display: inline-flex;
    align-items: center;
}

.McCandGeneroRadios .McCandAltCad_IdiomaRadioLabel i {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.jFiler-theme-default .jFiler-input {
    max-width: none !important;
    width: 100% !important;
}

/* ------------- */

/* ============================================================
   Flatpickr - Tema VagaLocal
   ============================================================ */

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 10px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.06);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 4px);
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 rgba(250, 204, 20, 0.15), 5px 0 0 rgba(250, 204, 20, 0.15);
    box-shadow: -2px 0 0 rgba(250, 204, 20, 0.15), 5px 0 0 rgba(250, 204, 20, 0.15);
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before {
    bottom: 100%;
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
    border-bottom-color: #141414;
}

.flatpickr-calendar.arrowBottom:before {
    top: 100%;
    border-top-color: rgba(255, 255, 255, 0.06);
}

.flatpickr-calendar.arrowBottom:after {
    top: 100%;
    border-top-color: #141414;
}

.flatpickr-calendar:focus {
    outline: 0;
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}

.flatpickr-months {
    display: flex;
    padding: 6px 0 4px;
}

.flatpickr-months .flatpickr-month {
    background: #141414;
    color: rgba(255, 255, 255, 0.9);
    fill: rgba(255, 255, 255, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.5);
    fill: rgba(255, 255, 255, 0.5);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0;
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #facc14;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #facc14;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    transition: fill 0.1s;
    fill: inherit;
}

.numInputWrapper {
    position: relative;
    height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}

.numInputWrapper input {
    width: 100%;
}

.numInputWrapper input::-ms-clear {
    display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.numInputWrapper span:hover {
    background: rgba(250, 204, 20, 0.08);
}

.numInputWrapper span:active {
    background: rgba(250, 204, 20, 0.15);
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(255, 255, 255, 0.5);
    top: 26%;
}

.numInputWrapper span.arrowDown {
    top: 50%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.5);
    top: 40%;
}

.numInputWrapper span svg {
    width: inherit;
    height: auto;
}

.numInputWrapper span svg path {
    fill: rgba(255, 255, 255, 0.4);
}

.numInputWrapper:hover {
    background: rgba(250, 204, 20, 0.04);
}

.numInputWrapper:hover span {
    opacity: 1;
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    height: 34px;
    display: inline-block;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(250, 204, 20, 0.06);
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(255, 255, 255, 0.7);
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(255, 255, 255, 0.3);
    background: transparent;
    pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: #141414;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(250, 204, 20, 0.06);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #141414;
    outline: none;
    padding: 0;
}

.flatpickr-weekdays {
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1;
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 80%;
    background: transparent;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dayContainer,
.flatpickr-weeks {
    padding: 4px 0;
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px;
}

.flatpickr-days:focus {
    outline: 0;
}

.dayContainer {
    padding: 4px;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.06);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.06);
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 6px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 36px;
    line-height: 36px;
    margin: 1px 0;
    display: inline-block;
    position: relative;
    justify-content: center;
    text-align: center;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: rgba(250, 204, 20, 0.08);
    border-color: rgba(250, 204, 20, 0.2);
    color: rgba(255, 255, 255, 0.95);
}

.flatpickr-day.today {
    border-color: rgba(250, 204, 20, 0.5);
    color: #facc14;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: rgba(250, 204, 20, 0.7);
    background: rgba(250, 204, 20, 0.12);
    color: #facc14;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #facc14;
    box-shadow: none;
    color: #000;
    border-color: #facc14;
    font-weight: 600;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 6px 0 0 6px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 6px 6px 0;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #facc14;
    box-shadow: -10px 0 0 #facc14;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 6px;
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 rgba(250, 204, 20, 0.08), 5px 0 0 rgba(250, 204, 20, 0.08);
    box-shadow: -5px 0 0 rgba(250, 204, 20, 0.08), 5px 0 0 rgba(250, 204, 20, 0.08);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(255, 255, 255, 0.18);
    background: transparent;
    border-color: transparent;
    cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.1);
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #facc14, 5px 0 0 #facc14;
    box-shadow: -5px 0 0 #facc14, 5px 0 0 #facc14;
}

.flatpickr-day.hidden {
    visibility: hidden;
}

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.06);
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(255, 255, 255, 0.18);
    background: transparent;
    cursor: default;
    border: none;
}

.flatpickr-innerContainer {
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(255, 255, 255, 0.6);
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(255, 255, 255, 0.6);
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}

.flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: rgba(255, 255, 255, 0.85);
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: rgba(250, 204, 20, 0.08);
}

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* ------------- */

/* ============================================================
   McEmpNav - Navegacao portal Empresa e Candidato
   ============================================================ */

.McEmpNav {
    background: #0d0d0d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.McEmpNav_Inner {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    scrollbar-width: none;
}

.McEmpNav_Inner::-webkit-scrollbar {
    display: none;
}

.McEmpNav_Item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 14px 18px;
    font-family: 'hinted-Dobra-Medium', sans-serif;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.2s, border-color 0.2s;
}

.McEmpNav_Item svg {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    flex-shrink: 0;
}

.McEmpNav_Item:hover {
    color: #aaa;
}

.McEmpNav_Item_Dest {
    color: rgba(250, 204, 20, 0.65);
    font-family: 'hinted-Dobra-Bold', sans-serif;
}

.McEmpNav_Item_Dest:hover {
    color: rgba(250, 204, 20, 1);
}

.McEmpNav_Item_Ativo,
.McEmpNav_Item_Ativo:hover {
    color: rgba(250, 204, 20, 1) !important;
    border-bottom-color: rgba(250, 204, 20, 1);
}

.McEmpNav_Sep {
    width: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 10px 6px;
    flex-shrink: 0;
}

.McEmpNav_Sair {
    margin-left: auto;
}

.McEmpNav_Sair:hover {
    color: #cc4444 !important;
}

.McEmpNav_Toggle {
    display: none;
}

@media (max-width: 768px) {

    .McEmpNav_Toggle {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        padding: 13px 0;
        background: none;
        border: none;
        color: #888;
        font-family: 'hinted-Dobra-Medium', sans-serif;
        font-size: 13px;
        cursor: pointer;
        transition: color 0.2s;
    }

    .McEmpNav_Toggle:hover {
        color: #bbb;
    }

    .McEmpNav_Toggle svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    .McEmpNav_IcoFechar {
        display: none;
    }

    .McEmpNav.McEmpNav_Open .McEmpNav_IcoMenu {
        display: none;
    }

    .McEmpNav.McEmpNav_Open .McEmpNav_IcoFechar {
        display: block;
    }

    .McEmpNav_Inner {
        display: none;
        flex-direction: column;
        padding-bottom: 8px;
    }

    .McEmpNav.McEmpNav_Open .McEmpNav_Inner {
        display: flex;
    }

    .McEmpNav_Item {
        width: 100%;
        padding: 11px 4px;
        border-bottom: none;
        border-left: 2px solid transparent;
        padding-left: 12px;
    }

    .McEmpNav_Item_Ativo,
    .McEmpNav_Item_Ativo:hover {
        border-left-color: rgba(250, 204, 20, 1);
        border-bottom-color: transparent;
    }

    .McEmpNav_Sep {
        width: 100%;
        height: 1px;
        margin: 4px 0;
    }

    .McEmpNav_Sair {
        margin-left: 0;
    }

}

/* ------------- */

/*
############
Geral
############
*/

body {
    font-family: Arial;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;

    font-family: sans-serif;

    background: #040404;
}

/* ------------- */

.form-control {
    text-align: left !important;
}

:is([type="tel"], [type="url"], [type="email"], [type="number"])::placeholder {
    text-align: left !important;
}

.disabled {
    background-color: var(--vz-tertiary-bg);
    opacity: 1;
}

.cursos {
    cursor: pointer;
}

/* ------------- */

/* ============================================
   ChoicesDark - Choices.js tema escuro (reutilizavel)
   Aplicar na div-pai do <select>: class="ChoicesDark"
   ============================================ */

.choices[data-type*="select-one"]:after {
    display: none;
}

.choices--bloqueado .choices__list--dropdown .choices__list {
    display: none !important;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    margin-top: 6px;
    z-index: 200;
}

.choices__list--dropdown .choices__input {
    background: #0c0c0c !important;
    border: none;
    border-bottom: 1px solid #2a2a2a !important;
    border-top: 1px solid rgba(250, 204, 20, 0.25) !important;
    color: #ccc;
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    width: 100% !important;
}

.choices__list--dropdown .choices__item {
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 10px 14px;
}

.choices__list--dropdown .choices__item.is-highlighted {
    background: #222200;
    color: #facc14;
}

.choices__list--dropdown .choices__item--disabled {
    color: #555;
}

/* ------------- */

/* ============================================
   EstCapa1 - Choices.js campo Cidade
   ============================================ */

.EstCapa1_Busca_Campo .choices {
    flex: 1;
    margin-bottom: 0;
}

.EstCapa1_Busca_Campo .choices__inner {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    min-height: unset;
    display: flex;
    align-items: center;

    padding-bottom: 0px !important;
}

.EstCapa1_Busca_Campo .choices__list--single {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.EstCapa1_Busca_Campo .choices__item {
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 17px;
    color: #fff;
}

.EstCapa1_Busca_Campo .choices__placeholder {
    color: #8f8f8f;
    opacity: 1;
}

.EstCapa1_Busca_Campo .choices__input {
    background: transparent;
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 17px;
    color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    width: 100% !important;
}

.EstCapa1_Busca_Campo .choices__input::placeholder {
    color: #8f8f8f;
}



/* ------------- */

/* ============================================================
   FrmInputWrap / FrmOlho - toggle exibir/ocultar senha
   ============================================================ */

.FrmInputWrap {
    position: relative;
}

.FrmInputWrap .FrmInput {
    padding-right: 44px;
}

.FrmOlho {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #555;
    line-height: 1;
    transition: color 0.2s;
}

.FrmOlho:hover {
    color: #aaa;
}

.FrmOlho svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    display: block;
}

/* ============================================================
   Frm - Sistema de Formularios
   ============================================================ */

/* ---- Header da pagina ---- */

.FrmHeader {
    margin-bottom: 32px;
}

.FrmHeader_Titulo {
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 6px;
}

.FrmHeader_Sub {
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 14px;
    color: #555;
}

/* ---- Card ---- */

.FrmCard {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    margin-bottom: 20px;
}

/* ---- Secao dentro do card ---- */

.FrmSecao {
    padding: 26px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.FrmSecao:last-child {
    border-bottom: none;
}

.FrmSecaoTitulo {
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-size: 11px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.FrmSecaoTitulo svg,
.FrmSecaoTitulo i {
    width: 13px;
    height: 13px;
    stroke: #333;
    flex-shrink: 0;
}

/* ---- Grade de campos ---- */

.FrmCampos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.FrmCampos.Cols1 {
    grid-template-columns: 1fr;
}

.FrmCampos.Cols3 {
    grid-template-columns: 1fr 1fr 1fr;
}

/* ---- Campo individual ---- */

.FrmCampo {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.FrmCampo.ColSpan2 {
    grid-column: span 2;
}

/* ---- Label ---- */

.FrmLabel {
    font-family: 'hinted-Dobra-Medium', sans-serif;
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

.FrmDica {
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 11px;
    color: #444;
    font-style: italic;
}

/* ---- Inputs ---- */

.FrmInput,
.FrmTextarea,
.FrmSelect {
    width: 100%;
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 11px 14px;
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 14px;
    color: #fff;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.FrmInput:focus,
.FrmTextarea:focus,
.FrmSelect:focus {
    border-color: rgba(250, 204, 20, 0.6);
}

.FrmInput::placeholder,
.FrmTextarea::placeholder {
    color: #444;
}

.FrmTextarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.55;
}

.FrmSelect {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.FrmSelect option {
    background: #141414;
    color: #fff;
}

/* ---- Botoes ---- */

.FrmBtnArea {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.FrmBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 32px;
    background: rgba(250, 204, 20, 1);
    color: #000;
    border: none;
    border-radius: 10px;
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, opacity 0.2s;
    white-space: nowrap;
}

.FrmBtn:hover {
    background: rgba(250, 204, 20, 0.88);
}

.FrmBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.FrmBtn svg,
.FrmBtn i {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    flex-shrink: 0;
}

.FrmBtn_Sec {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    background: transparent;
    color: #666;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-family: 'hinted-Dobra-Medium', sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.FrmBtn_Sec:hover {
    border-color: rgba(255, 255, 255, 0.25);
    color: #aaa;
}

.FrmBtn_Sec svg,
.FrmBtn_Sec i {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    flex-shrink: 0;
}

/* ---- Responsivo ---- */

@media screen and (max-width: 680px) {

    .FrmCampos {
        grid-template-columns: 1fr;
    }

    .FrmCampos.Cols3 {
        grid-template-columns: 1fr;
    }

    .FrmCampo.ColSpan2 {
        grid-column: span 1;
    }

    .FrmSecao,
    .FrmBtnArea {
        padding-left: 18px;
        padding-right: 18px;
    }

    .FrmHeader_Titulo {
        font-size: 22px;
    }

    .FrmBtnArea {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .FrmBtn,
    .FrmBtn_Sec {
        width: 100%;
    }

}

/* ------------- */

/* ============================================================
   Choices.js - Tema Escuro
   ============================================================ */

.choices {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: 0;
}

/* Inner (campo visivel) */
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    padding: 6px 10px 4px;
    font-size: 14px;
    min-height: 40px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    transition: border-color 0.2s;
}

.is-open .choices__inner,
.choices__inner:focus {
    border-color: rgba(250, 204, 20, 0.4);
    border-radius: 6px 6px 0 0;
}

.is-focused .choices__inner {
    border-color: rgba(250, 204, 20, 0.4);
}

.choices[data-type*="select-one"] .choices__inner {
    padding-right: 32px;
    cursor: pointer;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}

/* Seta do select-one */
.choices[data-type*="select-one"]::after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
    transition: transform 0.2s;
}

.choices[data-type*="select-one"].is-open::after {
    border-color: transparent transparent rgba(250, 204, 20, 0.8) transparent;
    margin-top: -8px;
}

/* Placeholder */
.choices__placeholder {
    opacity: 0.45;
}

/* Input de busca */
.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #2a2a2a;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    margin-bottom: 4px;
    outline: 0;
    padding: 4px 0 4px 2px;
    width: 100%;
    box-sizing: border-box;
}

.choices__input:focus {
    border-bottom-color: rgba(250, 204, 20, 0.4);
}

.choices__input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* Dropdown */
.choices__list--dropdown,
.choices__list[aria-expanded] {
    visibility: hidden;
    z-index: 1001;
    position: absolute;
    width: 100%;
    background: #1a1a1a;
    border: 1px solid rgba(250, 204, 20, 0.25);
    border-top: 0;
    top: 100%;
    left: 0;
    margin-top: -1px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}

.choices__list--dropdown.is-active,
.choices__list[aria-expanded="true"] {
    visibility: visible;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 220px;
    overflow: auto;
    will-change: scroll-position;
    -webkit-overflow-scrolling: touch;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 8px 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.15s, color 0.15s;
}

.choices__list--dropdown .choices__item:last-child {
    border-bottom: none;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list--dropdown .choices__item--selectable:hover {
    background: rgba(250, 204, 20, 0.08);
    color: rgba(255, 255, 255, 0.95);
}

.choices__list--dropdown .choices__item--selected {
    color: rgba(250, 204, 20, 0.9);
    font-weight: 500;
}

.choices__list--dropdown .choices__item--disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

/* Cabecalho de grupo */
.choices__group .choices__heading {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.3);
    padding: 8px 12px 4px;
    border-bottom: 1px solid #222;
}

/* Tags (multiple selected) */
.choices__list--multiple .choices__item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(250, 204, 20, 0.12);
    border: 1px solid rgba(250, 204, 20, 0.25);
    border-radius: 4px;
    color: rgba(250, 204, 20, 0.9);
    font-size: 12px;
    font-weight: 500;
    padding: 2px 6px;
    margin: 2px 4px 2px 0;
    word-break: break-all;
    box-sizing: border-box;
    transition: background 0.15s;
}

.choices__list--multiple .choices__item.is-highlighted {
    background: rgba(250, 204, 20, 0.2);
    border-color: rgba(250, 204, 20, 0.5);
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 4px;
}

/* Botao X das tags */
.choices__button {
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(250, 204, 20, 0.2);
    border-radius: 0;
    color: rgba(250, 204, 20, 0.6);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-left: 4px;
    padding: 0 4px;
    transition: color 0.15s;
}

.choices__button:hover {
    color: rgba(250, 204, 20, 1);
}

.choices[data-type*="select-one"] .choices__button {
    background: transparent;
    border: 0;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 16px;
    height: 16px;
}

.choices[data-type*="select-one"] .choices__button:hover {
    opacity: 1;
}

/* Sem resultados */
.choices__list--dropdown .choices__item.has-no-results,
.choices__list--dropdown .choices__item.has-no-choices {
    color: rgba(255, 255, 255, 0.3);
    cursor: default;
    font-style: italic;
}

/* Scrollbar do dropdown */
.choices__list--dropdown .choices__list::-webkit-scrollbar {
    width: 4px;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
    background: #111;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 2px;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb:hover {
    background: rgba(250, 204, 20, 0.3);
}

/* Disabled */
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    cursor: not-allowed;
    opacity: 0.5;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.table-valign-top td {
    vertical-align: top;
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.modal-dialog .btn-close {
    filter: invert(1);
}

/* ------------- */

/*
############
H1
############
*/
h1 {
    margin: 0px;
}

/* ------------- */

h1.style0 {
    display: none;
}

/* ------------- */

@media screen and (max-width: 767px) {

    /* ------------- */



    /* ------------- */

}

/* ------------- */

/*
############
H2
############
*/
h2 {
    margin: 0px;
}

h2.style0 {
    display: none;
}

/* ------------- */

h2.style1 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px;

    display: block;

    text-align: center;
    vertical-align: middle;

    font-family: 'hinted-Poppins-Bold';
    font-size: 37px;
    color: #fff;
    font-weight: normal;

    line-height: 40px;
    height: auto;
}

/* ------------- */

@media screen and (max-width: 767px) {

    /* ------------- */



    /* ------------- */

}

/* ------------- */

/*
############
h3
############
*/
h3 {
    margin: 0px;
}

/* ------------- */

h3.style0 {
    display: none;
}

/* ------------- */

@media screen and (max-width: 767px) {

    /* ------------- */



    /* ------------- */

}

/* ------------- */

/*
############
row-xs-flex-cente
############
*/
.row-xs-flex-center {
    display: flex;
    align-items: center;
}

@media (min-width:768px) {
    .row-sm-flex-center {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .row-md-flex-center {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .row-lg-flex-center {
        display: flex;
        align-items: center;
    }
}

/*
############
nopadding
############
*/
.p0 {
    padding: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

/* Geral */

.p10 {
    padding: 10px !important;
}

.p20 {
    padding: 20px !important;
}

.p30 {
    padding: 30px !important;
}

.p40 {
    padding: 40px !important;
}

.p50 {
    padding: 50px !important;
}

/* TOP */

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

/* BOTTOM */

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

/* LEFT */

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

/* RIGHT */

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

/*
############
nomargin
############
*/
.m0 {
    margin: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

/* Geral */

.m10 {
    margin: 10px !important;
}

.m20 {
    margin: 20px !important;
}

.m30 {
    margin: 30px !important;
}

.m40 {
    margin: 40px !important;
}

.m50 {
    margin: 50px !important;
}

/* TOP */

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

/* BOTTOM */

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

/* LEFT */

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

/* RIGHT */

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

/*
############
section
############
*/
section {
    position: relative;

    padding: 0px;
    margin: 0px;
}

section::before,
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
    overflow: hidden;
}

section .section-heading .divider:after {
    background: #373737;
}

/* ------------- */

@media screen and (max-width: 640px) {

    /* ------------- */

    section {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    /* ------------- */

}

/* ------------- */

/*
############
Botoes
############
*/

.sweet-alert button {
    background: #444444 !important;
    border: 0px !important;

    color: #fff !important;
    font-size: 18px !important;

    text-transform: uppercase !important;
    font-weight: normal !important;

    -webkit-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}

.sweet-alert button:hover,
.sweet-alert button:focus,
.sweet-alert button:active {
    color: #FFF !important;
    text-decoration: none !important;

    background: #262626 !important;
    border: 0px !important;
}

/* ------------- */

.btn-primary {
    color: #fff;
    background-color: #444444;
    border-color: #262626;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #262626;
    border-color: #000;
}

.btn-info {
    color: #fff;
    background-color: #444444;
    border-color: #262626;
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #262626;
    border-color: #000;
}

.admin-form .btn-primary {
    color: #fff;
    background-color: #444444;
    border-color: #262626;
    font-weight: bold;
}

.admin-form .btn-primary:hover,
.admin-form .btn-primary:focus {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.admin-form .btn-dark {
    color: #fff;
    background-color: #444444;
    border-color: #262626;
    font-weight: bold;
}

.admin-form .btn-dark:hover,
.admin-form .btn-dark:focus {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.admin-form .btn-success {
    color: #fff;
    background-color: #444444;
    border-color: #262626;
    font-weight: bold;
}

.admin-form .btn-success:hover,
.admin-form .btn-success:focus {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.subscribe-form input[type="submit"] {
    background-color: #444444 !important;
}

.subscribe-form input[type="submit"]:hover,
.subscribe-form input[type="submit"]:focus,
.subscribe-form input[type="submit"]:active {
    background: #262626 !important;
}

/* ------------- */

.btn-custom1 {
    font-family: 'hinted-Poppins-Bold';
    font-size: 17px;
    color: #fff !important;
    font-weight: normal;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    display: inline-block;
    text-align: center;
    vertical-align: middle;

    width: auto;
    height: 43px;
    line-height: 43px;

    padding: 0px 20px;
    margin: 0px;

    border: none;
    background: #0DDB17;

    text-decoration: none !important;

    transition: transform 180ms ease, box-shadow 180ms ease;
    animation: AnPulse1 1.6s ease-in-out infinite;
}

.btn-custom1 div {
    display: inline-block;
    text-align: left;
}

.btn-custom1 div .spr1 {
    float: left;
    margin-top: 10px;
    margin-right: 6px;
}

/* ------------- */

@media screen and (max-width: 767px) {

    /* ------------- */



    /* ------------- */

}

/* ------------- */

/*
############
container
############
*/
.container {
    width: 1280px !important;

    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* ------------- */

@media screen and (max-width: 1280px) {

    /* ------------- */

    .container {
        width: 100% !important;
        max-width: 100% !important;

        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* ------------- */

}

/* ------------- */

/*
############
header
############
*/

#header {
    margin: 0px;
    padding: 0px;

    position: relative;

    background: #121212;
    border-bottom: 1px solid #2E280E;
}

/*
---------------
Linha 1
---------------
*/

#header .Linha1 {
    padding: 15px 0px;
    margin: 0px;

    position: relative;
}

/* ------- */

#header .Linha1 .container {
    position: relative;
}

/* ------- */

#header .Linha1 .SRow1 {
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}

#header .Linha1 .SRow1 .SRow1_Col {
    margin: 0px;
    padding: 0px;

    position: relative;
}

#header .Linha1 .SRow1 .SRow1_Col1 {
    width: calc(100% - 580px);
}

#header .Linha1 .SRow1 .SRow1_Col2 {
    width: 580px;
    text-align: right;
}

/* ------- */

#header .Linha1 .Logo {
    max-width: 154px;
}

#header .Linha1 .LogoEditoriaTitulo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #facc14;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* ------- */

#header .Linha1 .EstMenu1 {
    list-style: none;
    display: inline-block;

    padding: 0px;
    margin: 0px;
}

#header .Linha1 .EstMenu1 li {
    list-style: none;
    display: inline-block;

    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}

#header .Linha1 .EstMenu1 li:last-child {
    margin-right: 0px;
}

#header .Linha1 .EstMenu1 li a {
    font-family: 'hinted-Dobra-Book';
    font-size: 18px;
    color: #fff;
    font-weight: normal;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    display: block;
    text-align: center;
    vertical-align: middle;

    height: 40px;
    line-height: 40px;
    width: auto;

    padding: 0px 10px;
    margin: 0px;

    text-decoration: none !important;
}

#header .Linha1 .EstMenu1 li a div {
    display: inline-block;
    text-align: left;
}

#header .Linha1 .EstMenu1 li a div .spr1 {
    float: left;
    margin-top: 12px;
    margin-right: 7px;
}

#header .Linha1 .EstMenu1 li a:hover {}

#header .Linha1 .EstMenu1 li.Dest1 a {
    color: #000;
    background: #FACC14;
}

#header .Linha1 .EstMenu1 li.Dest1 a:hover {
    background: #d8af0d;
}

/* -------- */

#header .Linha1 .MenuMobile {
    background: var(--base1);
    border: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    width: 35px;
    height: 35px;

    display: none;
    overflow: hidden;

    text-align: center;
    vertical-align: middle;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    position: absolute;
    right: 14px;
    top: calc(50% - 17px);

    padding-top: 6px;
}

#header .Linha1 .MenuMobile svg {
    width: 16px;
    height: 16px;
}

/* ------------- */

@media screen and (max-width: 767px) {

    /* ------------- */

    #header .Linha1 {
        padding: 10px 0px;
    }

    #header .Linha1 .SRow1 .SRow1_Col1 {
        width: 100%;
        text-align: left;
    }

    #header .Linha1 .SRow1 .SRow1_Col2 {
        display: none;
    }

    #header .Linha1 .MenuMobile {
        display: block;
    }

    #header .Linha1 .Logo {
        max-width: 110px;
    }

    #header .Linha1 .LogoEditoriaTitulo {
        font-size: 11px;
    }

    /* ------------- */

}

/* ------------- */

/*
############
footer
############
*/
#footer {
    position: relative;

    padding: 0px;
    margin: 0px;

    background: #0f0f0f;
}

/*
---------------
Linha 1
---------------
*/

#footer .Linha1 {
    margin: 0px;
    padding: 0px;
}

/* ------------- */

#footer .Linha1 .container {
    padding-top: 60px;
    padding-bottom: 40px;
}

/* ------------- */

#footer .FooterLogo img {
    max-height: 40px;
    width: auto;
}

/* ------------- */

#footer .Linha1 .ExtTitulo {
    font-family: 'hinted-Dobra-Medium';
    color: #facc14;
    font-size: 20px;
    font-weight: normal;

    display: block;
    margin-bottom: 20px;
}

/* ------------- */

#footer .Linha1 .ExtText1 {
    font-family: 'hinted-Dobra-Book';
    font-size: 17px;
    color: #bfbfbf;
    font-weight: normal;

    line-height: 26px;
    max-width: 220px;
}

/* ------------- */

#footer .Linha1 .ExtList1 {
    list-style: none;
    display: block;

    margin: 0px;
    padding: 0px;
}

#footer .Linha1 .ExtList1 li {
    list-style: none;
    display: block;

    margin: 0px;
    padding: 0px;
}

#footer .Linha1 .ExtList1 li a {
    font-family: 'hinted-Dobra-Book';
    color: #bfbfbf;
    font-size: 17px;
    font-weight: normal;

    display: block;
    text-decoration: none;

    line-height: 26px;
    margin-bottom: 0;
}

#footer .Linha1 .ExtList1 li a:hover {
    color: #facc14;
    text-decoration: none;
}

/* ------------- */

#footer .Linha1 .ExtList2 {
    list-style: none;
    display: inline-block;

    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

#footer .Linha1 .ExtList2 li {
    list-style: none;
    display: inline-block;

    margin: 0px;
    padding: 0px;
    margin-right: 8px;
}

#footer .Linha1 .ExtList2 li:last-child {
    margin-right: 0px;
}

#footer .Linha1 .ExtList2 li a {
    display: inline-block;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

#footer .Linha1 .ExtList2 li a:hover {
    opacity: 1;
}

/*
---------------
Linha 2
---------------
*/

#footer .Linha2 {
    margin: 0px;
    padding: 25px 0px;

    text-align: center;

    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ------------- */

#footer .Linha2 .ExtText1,
#footer .Linha2 .ExtText1 a {
    font-family: 'hinted-Dobra-Book';
    font-size: 15px;
    color: #bfbfbf;
    font-weight: normal;
    text-decoration: none;
}

#footer .Linha2 .ExtText1 a:hover {
    color: #facc14;
}

/* ------------- */

@media screen and (max-width: 767px) {

    /* ------------- */

    #footer .Linha1,
    #footer .Linha2 {
        text-align: center;
    }

    #footer .Linha1 .FooterLogo {
        display: flex;
        justify-content: center;
    }

    #footer .Linha1 .ExtText1 {
        max-width: none;
    }

    /* ------------- */

    #footer .Linha2 .ExtText1 span {
        font-size: 13px;

        display: block;
        text-indent: -1000px;
        height: 4px;
    }

    /* ------------- */

}

/* ------------- */

/*
############
EstCapa1
############
*/
.EstCapa1 {
    display: block;
    margin: 0px;
    padding: 80px 0px;

    background: #000 url('/imagens/Estrutura/fundo-banner_02.jpg') center center no-repeat;
    background-size: cover;
    border-bottom: 1px solid #2E280E;
}

/* ------------- */

.EstCapa1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ------- */

.EstCapa1_Titulo {
    margin: 0px;
    padding: 0px;
    margin-bottom: 18px;
}

.EstCapa1_Titulo_L1 {
    font-family: 'hinted-Dobra-Bold';
    font-size: 58px;
    color: #fff;
    font-weight: normal;
    line-height: 62px;
}

.EstCapa1_Titulo_L2 {
    font-family: 'hinted-Dobra-Bold';
    font-size: 58px;
    font-weight: normal;
    line-height: 62px;
}

.EstCapa1_Titulo_Amarelo {
    color: #facc14;
}

/* ------- */

.EstCapa1_Sub {
    font-family: 'hinted-Dobra-Book';
    font-size: 28px;
    color: #fff;
    font-weight: normal;

    margin-bottom: 40px;
}

/* ------- */

.EstCapa1_Busca {
    width: 100%;
    max-width: 760px;
}

.EstCapa1_Busca_Box {
    display: flex;
    align-items: center;

    background: #0A0A0A;
    border: 1px solid #2E2810;

    border-radius: 12px;

    height: 62px;
    padding: 10px;
}

.EstCapa1_Busca_Campo {
    display: flex;
    align-items: center;
    justify-content: space-between;

    flex: 1;
    height: 48px;

    padding: 0px 10px;
    border-radius: 10px;

    background: #181818;

    text-align: left;
}

.EstCapa1_Busca_Campo input,
.EstCapa1_Busca_Campo select {
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;

    font-family: 'hinted-Dobra-Book';
    font-size: 17px;
    color: #fff;

    width: 100%;
    cursor: pointer;

    padding-right: 10px;
}

.EstCapa1_Busca_Campo select option {
    background: #1a1a1a;
    color: #fff;
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 17px;
}

.EstCapa1_Busca_Campo select option:first-child {
    color: #8f8f8f;
}

.EstCapa1_Busca_Campo input::placeholder {
    color: #8f8f8f;
}

.EstCapa1_Busca_Sep {
    width: 6px;
    height: 28px;
    flex-shrink: 0;
}

.EstCapa1_Busca_Btn {
    flex-shrink: 0;
    margin-left: 7px;
}

.EstCapa1_Busca_Btn button {
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'hinted-Dobra-Book';
    font-size: 19px;
    color: #000;
    font-weight: normal;

    background: #facc14;
    border: none;
    border-radius: 6px;
    cursor: pointer;

    height: 48px;
    padding: 0px 28px;
    white-space: nowrap;
}

.EstCapa1_Busca_Btn button:hover {
    background: #d8af0d;
}

/* ------------- */

@media screen and (max-width: 767px) {

    /* ------------- */

    .EstCapa1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .EstCapa1_Titulo_L1,
    .EstCapa1_Titulo_L2 {
        font-size: 36px;
        line-height: 42px;
    }

    .EstCapa1_Sub {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .EstCapa1_Busca_Box {
        flex-direction: column;
        height: auto;
        border-radius: 20px;
        padding: 8px;
        gap: 4px;
    }

    .EstCapa1_Busca_Campo {
        width: 100%;
        padding: 12px 15px;
        border-bottom: 1px solid #2a2a2a;
    }

    .EstCapa1_Busca_Sep {
        display: none;
    }

    .EstCapa1_Busca_Btn {
        width: 100%;
        margin-left: 0;
    }

    .EstCapa1_Busca_Btn button {
        width: 100%;
        border-radius: 12px;
    }

    /* ------------- */

}

/* ------------- */

/*
############
EstCapa2
############
*/
.EstCapa2 {
    display: block;
    margin: 0px;
    padding: 60px 0px;

    background: #000 url('/imagens/Estrutura/fundo-site_02.jpg') center top no-repeat;
    background-size: cover;
}

/* ------- */

.EstCapa2_Header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.EstCapa2_Titulo {
    font-family: 'hinted-Dobra-Medium';
    font-size: 27px;
    color: #fff;
    font-weight: normal;
}

/* ------- */

.EstCapa2_Filtros {
    display: flex;
    gap: 12px;
    align-items: center;
}

.EstCapa2_Filtro_Wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.EstCapa2_Filtro_Sel {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #FACC16;
    border-radius: 10px;
    padding: 5px 30px 5px 15px;
    color: #fff;
    font-family: 'hinted-Dobra-Book';
    font-size: 17px;
    cursor: pointer;
    outline: none;
}

.EstCapa2_Filtro_Sel option {
    background: #1a1a1a;
    color: #fff;
}

.EstCapa2_Filtro_Seta {
    position: absolute;
    right: 12px;
    pointer-events: none;
    background: url('/imagens/Estrutura/filtro1.png') no-repeat center;
    width: 11px;
    height: 6px;
    flex-shrink: 0;
}

/* ------------- */

@media screen and (max-width: 767px) {

    /* ------------- */

    .EstCapa2 {
        padding: 40px 0px;
    }

    .EstCapa2_Header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 20px;
    }

    .EstCapa2_Filtro_Sel {
        font-size: 11px;
    }

    /* ------------- */

}

/* ------------- */

.EstCapa2_Rodape {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.EstCapa2_BtnVerTodas {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F5C400;
    color: #111;
    font-family: 'hinted-Dobra-Medium';
    font-size: 15px;
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}

.EstCapa2_BtnVerTodas:hover {
    background: #e0b000;
    color: #111;
}

/* ------------- */

/*
############
BoxVagas
############
*/
.BoxVagas_Grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -14px;
    margin-left: -14px;
}

.BoxVagas_Item_Wrap {
    width: 50%;
    padding: 0px 14px;
    margin-bottom: 22px;
    box-sizing: border-box;
}

.BoxVagas_Item {
    display: flex;
    align-items: flex-start;

    background: #141414;
    border: 1px solid rgba(250, 204, 20, 0.25);
    border-radius: 12px;

    padding: 18px 18px 18px 20px;
    height: 100%;
    box-sizing: border-box;

    cursor: pointer;
    transition: border-color 0.2s ease;

    text-decoration: none !important;
}

.BoxVagas_Item * {
    text-decoration: none !important;
}

.BoxVagas_Item:hover {
    border-color: rgba(250, 204, 20, 0.6);
}

/* ------- */

.BoxVagas_Logo_Wrap {
    flex-shrink: 0;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BoxVagas_Logo_Img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.BoxVagas_Logo_Placeholder {
    background: #1e1e1e;
    border: 1px solid #2a2a2a;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.BoxVagas_Logo_Placeholder span {
    font-family: Arial, sans-serif;
    font-size: 26px;
    color: #555;
    text-align: center;
    line-height: 16px;
}

.BoxVagas_SaibaMais {
    display: block;
    margin-top: 8px;

    font-family: 'hinted-Dobra-Book';
    font-size: 12px;
    color: #000;
    text-align: center;
    text-decoration: none !important;

    background: #F9CD16;
    border-radius: 50px;
    width: 75px;
    height: 21px;
    line-height: 21px;
}

/* ------- */

.BoxVagas_Info {
    flex: 1;
    min-width: 0;
}

.BoxVagas_Titulo {
    font-family: 'hinted-Dobra-Medium';
    font-size: 20px;
    color: #fff;
    font-weight: normal;

    margin-bottom: 8px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.BoxVagas_Desc {
    font-family: 'hinted-Dobra-Book';
    font-size: 16px;
    color: #8b8b8b;
    line-height: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ------- */

.BoxVagas_Right {
    flex-shrink: 0;
    margin-left: 14px;
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    align-self: stretch;
}

.BoxVagas_Trofeu {
    display: block;
    max-width: 26px;
}

.BoxVagas_Local {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.BoxVagas_Pin {
    margin-top: 1px;
    margin-right: 5px;

    flex-shrink: 0;
}

.BoxVagas_LocalTxt {
    font-family: 'hinted-Dobra-Book';
    font-size: 15px;
    color: #8b8b8b;
    line-height: 19px;
    text-align: right;
}

/* ------------- */

@media screen and (max-width: 900px) {

    /* ------------- */

    .BoxVagas_Item_Wrap {
        width: 100%;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 600px) {

    /* ------------- */

    .BoxVagas_Grid {
        margin-right: -8px;
        margin-left: -8px;
    }

    .BoxVagas_Item_Wrap {
        padding: 0px 8px;
        margin-bottom: 14px;
    }

    .BoxVagas_Item {
        padding: 14px;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* Logo menor + info lado a lado na linha de cima */
    .BoxVagas_Logo_Wrap {
        margin-right: 0;
    }

    .BoxVagas_Logo_Img {
        width: 52px;
        height: 52px;
    }

    .BoxVagas_SaibaMais {
        width: 52px;
        font-size: 11px;
    }

    .BoxVagas_Info {
        flex: 1;
        min-width: 0;
    }

    .BoxVagas_Titulo {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .BoxVagas_Desc {
        font-size: 14px;
        line-height: 18px;
        -webkit-line-clamp: 3;
    }

    /* Coluna direita (trofeu + local) vai para baixo, largura total */
    .BoxVagas_Right {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-left: 0;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .BoxVagas_LocalTxt {
        font-size: 13px;
        text-align: left;
    }

    .BoxVagas_Trofeu {
        max-width: 20px;
    }

    /* ------------- */

}

/* ------------- */

/*
############
EstSemResultados
############
*/

.EstSemResultados {
    width: 100%;
}

.EstSemResultados_Card {
    text-align: center;
    margin: 0px auto;

    background: #0d0d0d;
    border: 1px solid #1e1e1e;
    border-radius: 16px;

    padding: 50px 40px;
}

.EstSemResultados_Icone {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    height: 72px;
    background: rgba(250, 204, 20, 0.07);
    border: 1px solid rgba(250, 204, 20, 0.15);
    border-radius: 50%;

    margin: 0px auto 24px auto;
}

.EstSemResultados_Icone svg {
    width: 28px;
    height: 28px;
    stroke: rgba(250, 204, 20, 0.7);
    stroke-width: 1.5;
}

.EstSemResultados_Titulo {
    font-family: 'hinted-Dobra-Medium';
    font-size: 22px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 10px;
}

.EstSemResultados_Sub {
    font-family: 'hinted-Dobra-Book';
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 28px;
}

.EstSemResultados_Btn {
    display: inline-block;
    text-align: center;

    background: transparent;
    border: 1px solid rgba(250, 204, 20, 0.4);
    border-radius: 10px;

    padding: 11px 28px;

    font-family: 'hinted-Dobra-Book';
    font-size: 15px;
    color: #facc14;
    text-decoration: none;

    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.EstSemResultados_Btn:hover {
    background: rgba(250, 204, 20, 0.08);
    border-color: #facc14;
    color: #facc14;
    text-decoration: none;
}

/* ------------- */

/*
############
EstPaginacao
############
*/

.EstPaginacao {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 40px;
    width: 100%;
}

.EstPaginacao_Num,
.EstPaginacao_Btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 40px;
    height: 40px;

    font-family: 'hinted-Dobra-Book';
    font-size: 15px;
    color: #8b8b8b;
    text-decoration: none;

    background: #141414;
    border: 1px solid #222222;
    border-radius: 8px;

    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.EstPaginacao_Num:hover,
.EstPaginacao_Btn:hover {
    background: #1e1e1e;
    border-color: rgba(250, 204, 20, 0.35);
    color: #ffffff;
    text-decoration: none;
}

.EstPaginacao_Num.EstPaginacao_Ativo {
    background: #facc14;
    border-color: #facc14;
    color: #000000;
    font-family: 'hinted-Dobra-Medium';
    pointer-events: none;
}

.EstPaginacao_Sep {
    font-family: 'hinted-Dobra-Book';
    font-size: 15px;
    color: #444444;
    padding: 0px 4px;
}

.EstPaginacao_Prev,
.EstPaginacao_Next {
    padding: 0px 14px;
}

.EstPaginacao_Btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
}

/* ------------- */

@media screen and (max-width: 600px) {

    .EstPaginacao {
        gap: 4px;
        margin-top: 28px;
    }

    .EstPaginacao_Num,
    .EstPaginacao_Btn {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
        border-radius: 6px;
    }

}

/* ------------- */

/*
############
mmenu
############
*/
#menu1 .mm-panel {
    padding-top: 0 !important;

    background: #000 url('/imagens/Estrutura/fundo-banner_02.jpg') center center no-repeat;
    background-size: cover;
}

#menu1 .mm-navbar {
    display: none !important;
}

#menu1 em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
}

#menu1 .LiNormal {
    background: rgba(0, 0, 0, 0.1) !important;
}

#menu1 .LiNormal {
    font-weight: bold !important;
    color: #FFF !important;
    text-transform: uppercase !important;
}

#menu1 .LiMinhaConta1 {
    background: rgba(0, 0, 0, 0.4) !important;
}

#menu1 .LiMinhaConta1 a {
    font-weight: bold !important;
    color: #FFF !important;
    text-transform: uppercase !important;
}

#menu1 .mm-listview>li>a,
#menu1 .mm-listview>li>span {
    font-weight: bold !important;
    color: #FFF !important;
}

/* ------------- */

/*
############
EstHeader
############
*/

.EstHeader {
    display: block;
    margin: 0px;
    padding: 50px 0px;

    background: #000 url('/imagens/Estrutura/fundo-banner_02.jpg') center center no-repeat;
    background-size: cover;
    border-bottom: 1px solid #2E280E;
}

/* ------------- */

.EstHeader .container {
    position: relative;
}

/* ------------- */

.EstHeader h1 {
    margin: 0px;
    padding: 0px;

    font-family: 'hinted-Dobra-Bold';
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.2;
}

.EstHeader_Filtros {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.EstHeader_FiltroTag {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 20px;
    line-height: 1.4;
}

.EstHeader_FiltroTag b {
    font-weight: 600;
    margin-right: 4px;
}

/* ------------- */

.EstHeader h1::after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    margin-top: 12px;
    background: var(--base1);
}

/* ------------- */

@media screen and (max-width: 767px) {

    .EstHeader {
        padding: 35px 0px;
    }

    .EstHeader h1 {
        font-size: 26px;
    }

}

/* ------------- */

/*
############
bxSlider
############
*/
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

    border: none !important;
    background: transparent !important;

    padding: 0px !important;
    margin: 0px !important;
}

/* ------------- */

/*
############
spr1
############
*/
.spr1 {
    background-image: url('/imagens/sprites/spr1.png?v=5');
    background-repeat: no-repeat;
    display: inline-block;
}

.spr1-a4 {
    width: 11px;
    height: 15px;
    background-position: -5px -5px;
}

.spr1-b1 {
    width: 31px;
    height: 31px;
    background-position: -26px -5px;
}

.spr1-b2 {
    width: 31px;
    height: 31px;
    background-position: -5px -46px;
}

.spr1-b3 {
    width: 31px;
    height: 31px;
    background-position: -46px -46px;
}

.spr1-busca-4 {
    width: 16px;
    height: 16px;
    background-position: -67px -5px;
}

.spr1-busca-5 {
    width: 15px;
    height: 21px;
    background-position: -93px -5px;
}

.spr1-minha-conta {
    width: 13px;
    height: 16px;
    background-position: -87px -36px;
}

/* ------------- */

/*
############
EstPlanos
############
*/

.EstPlanos {
    display: block;
    padding: 70px 0px 90px 0px;
    background: #040404;
}

/* ------------- */

.EstPlanos_Beneficio {
    display: flex;
    align-items: center;
    gap: 20px;

    background: #0d0d0d;
    border: 1px solid #2E280E;
    border-left: 4px solid var(--base1);
    border-radius: 12px;
    padding: 22px 28px;

    margin-bottom: 50px;
}

.EstPlanos_Beneficio_Icone {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;
    background: rgba(250, 204, 20, 0.08);
    border-radius: 10px;
}

.EstPlanos_Beneficio_Icone svg {
    width: 24px;
    height: 24px;
    stroke: var(--base1);
}

.EstPlanos_Beneficio_Titulo {
    font-family: 'hinted-Dobra-Bold';
    font-size: 17px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 4px;
}

.EstPlanos_Beneficio_Sub {
    font-family: 'hinted-Dobra-Book';
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
}

/* ------------- */

.EstPlanos_Grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* ------------- */

.EstPlanos_Card {
    position: relative;
    background: #0d0d0d;
    border: 1px solid #1e1e1e;
    border-radius: 16px;
    padding: 32px 28px;

    display: flex;
    flex-direction: column;
    gap: 0;

    transition: border-color 0.2s, transform 0.2s;
}

.EstPlanos_Card:hover {
    transform: translateY(-4px);
}

/* ------- Tiers ------- */

.EstPlanos_Card.Tier_Ouro {
    border-color: rgba(255, 195, 0, 0.35);
    box-shadow: 0 0 30px rgba(255, 195, 0, 0.06);
}

.EstPlanos_Card.Tier_Ouro:hover {
    border-color: rgba(255, 195, 0, 0.6);
}

.EstPlanos_Card.Tier_Bronze {
    border-color: rgba(205, 127, 50, 0.35);
    box-shadow: 0 0 30px rgba(205, 127, 50, 0.06);
}

.EstPlanos_Card.Tier_Bronze:hover {
    border-color: rgba(205, 127, 50, 0.6);
}

.EstPlanos_Card.Tier_Prata {
    border-color: rgba(180, 180, 190, 0.3);
    box-shadow: 0 0 30px rgba(180, 180, 190, 0.05);
}

.EstPlanos_Card.Tier_Prata:hover {
    border-color: rgba(180, 180, 190, 0.55);
}

.EstPlanos_Card--Gratis {
    border: 1px dashed rgba(52, 211, 153, 0.3);
    box-shadow: 0 0 30px rgba(52, 211, 153, 0.04);
}

.EstPlanos_Card--Gratis:hover {
    border-color: rgba(52, 211, 153, 0.55);
}

/* ------- Badge Gratis ------- */

.EstPlanos_Card_Badge--Gratis {
    background: rgba(52, 211, 153, 0.12);
    color: rgb(52, 211, 153);
    border: 1px solid rgba(52, 211, 153, 0.25);
}

.EstPlanos_Card_Badge--Gratis i {
    stroke: rgb(52, 211, 153);
}

/* ------- Badge Destaque ------- */

.EstPlanos_Card_Badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(250, 204, 20, 1);
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}

.EstPlanos_Card_Badge i,
.EstPlanos_Card_Badge svg {
    width: 11px;
    height: 11px;
}

.EstPlanos_Card_Badge--N {
    background: rgb(24, 24, 24);
    color: #dfd7d7;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.EstPlanos_Card_Badge--N svg,
.EstPlanos_Card_Badge--N i {
    stroke: #666;
}

/* ------- Trofeu ------- */

.EstPlanos_Card_Trofeu {
    display: block;
    margin-bottom: 20px;
}

.EstPlanos_Card_Trofeu img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

/* ------- Card Gratis - elementos ------- */

.EstPlanos_Card_GratisIcone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: rgba(52, 211, 153, 0.08);
    border-radius: 12px;
    margin-bottom: 20px;
}

.EstPlanos_Card_GratisIcone i {
    width: 26px;
    height: 26px;
    stroke: rgb(52, 211, 153);
}

.EstPlanos_Card_GratisPreco {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 14px;
}

.EstPlanos_Card_GratisPreco_Label {
    font-family: 'hinted-Dobra-Book';
    font-size: 14px;
    color: #666666;
}

.EstPlanos_Card_GratisPreco_Val {
    font-family: 'hinted-Dobra-Bold';
    font-size: 36px;
    font-weight: normal;
    color: rgb(52, 211, 153);
    line-height: 1;
}

.EstPlanos_Card_GratisMensagem {
    font-family: 'hinted-Dobra-Book';
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 14px;
    background: rgba(52, 211, 153, 0.04);
    border-radius: 8px;
    border-left: 3px solid rgba(52, 211, 153, 0.25);
}

.EstPlanos_Card--Gratis .EstPlanos_Card_Itens li i,
.EstPlanos_Card--Gratis .EstPlanos_Card_Itens li svg {
    stroke: rgb(52, 211, 153);
}

.EstPlanos_Card_Btn--Gratis {
    border-color: rgba(52, 211, 153, 0.4);
    color: rgb(52, 211, 153);
}

.EstPlanos_Card--Gratis .EstPlanos_Card_Btn:hover {
    background: rgba(52, 211, 153, 0.12);
    border-color: rgba(52, 211, 153, 0.7);
    color: rgb(52, 211, 153);
}

/* ------- Card body ------- */

.EstPlanos_Card_Titulo {
    font-family: 'hinted-Dobra-Bold';
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 20px;
}

.EstPlanos_Card_Preco {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 14px;
}

.EstPlanos_Card_Preco_Label {
    font-family: 'hinted-Dobra-Book';
    font-size: 14px;
    color: #666666;
}

.EstPlanos_Card_Preco_Val {
    font-family: 'hinted-Dobra-Bold';
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
}

.EstPlanos_Card_Dias {
    display: flex;
    align-items: center;
    gap: 7px;

    font-family: 'hinted-Dobra-Book';
    font-size: 14px;
    color: #666666;

    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1a1a1a;
}

.EstPlanos_Card_Dias svg {
    width: 14px;
    height: 14px;
    stroke: #555555;
}

.EstPlanos_Card_Itens {
    list-style: none;
    margin: 0px 0px 28px 0px;
    padding: 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.EstPlanos_Card_Itens li {
    display: flex;
    align-items: center;
    gap: 10px;

    font-family: 'hinted-Dobra-Book';
    font-size: 14px;
    color: #aaaaaa;
}

.EstPlanos_Card_Itens li svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    stroke: var(--base1);
}

.EstPlanos_Card_Btn {
    display: block;
    text-align: center;

    background: transparent;
    border: 1px solid #2a2a2a;
    border-radius: 10px;

    padding: 13px;

    font-family: 'hinted-Dobra-Bold';
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;

    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.Tier_Ouro .EstPlanos_Card_Btn,
.Tier_Bronze .EstPlanos_Card_Btn,
.Tier_Prata .EstPlanos_Card_Btn {
    background: var(--base1);
    border-color: var(--base1);
    color: #000000;
}

.EstPlanos_Card_Btn:hover {
    background: var(--base1);
    border-color: var(--base1);
    color: #000000;
}

/* ------- Obs ------- */

.EstPlanos_Obs {
    margin-top: 32px;
    text-align: center;
    font-family: 'hinted-Dobra-Book';
    font-size: 14px;
    color: #555555;
}

.EstPlanos_Obs a {
    color: var(--base1);
    text-decoration: none;
}

/* ------------- */

@media screen and (max-width: 991px) {

    .EstPlanos_Grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 575px) {

    .EstPlanos {
        padding: 40px 0px 60px 0px;
    }

    .EstPlanos_Grid {
        grid-template-columns: 1fr;
    }

    .EstPlanos_Beneficio {
        flex-direction: column;
        align-items: flex-start;
    }

    .EstPlanos_Card_Preco_Val {
        font-size: 30px;
    }

}

/* ------------- */

/*
############
EstPgTexto
############
*/

.EstPgTexto {
    display: block;
    padding: 70px 0px 90px 0px;
    background: #040404;
}

/* ------------- */

.EstPgTexto_Wrap p {
    font-family: 'hinted-Dobra-Book';
    font-size: 16px;
    color: #aaaaaa;
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.EstPgTexto_Wrap h2 {
    font-family: 'hinted-Dobra-Bold';
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    margin: 40px 0px 16px 0px;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px solid #1e1e1e;
}

.EstPgTexto_Wrap h2::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: var(--base1);
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 2px;
    margin-top: -5px;
}

.EstPgTexto_Wrap h3 {
    font-family: 'hinted-Dobra-Bold';
    font-size: 18px;
    font-weight: normal;
    color: #dddddd;
    margin: 30px 0px 12px 0px;
    padding: 0px;
}

.EstPgTexto_Wrap a {
    color: var(--base1);
    text-decoration: none;
    border-bottom: 1px solid rgba(250, 204, 20, 0.3);
    transition: border-color 0.2s;
}

.EstPgTexto_Wrap a:hover {
    border-bottom-color: var(--base1);
}

.EstPgTexto_Wrap ul,
.EstPgTexto_Wrap ol {
    font-family: 'hinted-Dobra-Book';
    font-size: 16px;
    color: #aaaaaa;
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
    padding-left: 24px;
}

.EstPgTexto_Wrap li {
    margin-bottom: 6px;
}

/* ------------- */

@media screen and (max-width: 767px) {

    .EstPgTexto {
        padding: 40px 0px 60px 0px;
    }

    .EstPgTexto_Wrap p,
    .EstPgTexto_Wrap ul,
    .EstPgTexto_Wrap ol {
        font-size: 15px;
    }

    .EstPgTexto_Wrap h2 {
        font-size: 19px;
    }

}

/* ------------- */

/*
############
EstContato
############
*/

.EstContato {
    display: block;
    padding: 80px 0px;
    background: #040404;
}

/* ------------- */

.EstContato_Grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    align-items: start;
}

/* ------------- */

.EstContato_Info_Titulo {
    font-family: 'hinted-Dobra-Bold';
    font-size: 32px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 14px;
}

.EstContato_Info_Sub {
    font-family: 'hinted-Dobra-Book';
    font-size: 16px;
    color: #888888;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* ------- */

.EstContato_Info_Lista {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.EstContato_Info_Lista li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.EstContato_Info_Icone {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    flex-shrink: 0;

    background: #111111;
    border: 1px solid #2E280E;
    border-radius: 10px;
}

.EstContato_Info_Icone svg {
    width: 18px;
    height: 18px;
    stroke: var(--base1);
}

.EstContato_Info_Label {
    font-family: 'hinted-Dobra-Book';
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}

.EstContato_Info_Valor {
    font-family: 'hinted-Dobra-Book';
    font-size: 15px;
    color: #cccccc;
}

/* ------------- */

.EstContato_Form {
    background: #0d0d0d;
    border: 1px solid #1e1e1e;
    border-radius: 16px;
    padding: 40px;
}

/* ------- */

.EstContato_Form_Grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* ------- */

.EstContato_Form_Campo {
    position: relative;
    margin-bottom: 16px;
}

.EstContato_Form_Campo input,
.EstContato_Form_Campo select,
.EstContato_Form_Campo textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;

    background: #141414;
    border: 1px solid #222222;
    border-radius: 10px;

    padding: 22px 16px 8px 16px;
    outline: none;

    font-family: 'hinted-Dobra-Book';
    font-size: 15px;
    color: #ffffff;

    transition: border-color 0.2s;
    resize: none;
}

.EstContato_Form_Campo select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.EstContato_Form_Campo select option {
    background: #1a1a1a;
    color: #ffffff;
}

.EstContato_Form_Campo textarea {
    padding-top: 26px;
    min-height: 130px;
}

.EstContato_Form_Campo label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    pointer-events: none;

    font-family: 'hinted-Dobra-Book';
    font-size: 15px;
    color: #555555;

    transition: all 0.18s ease;
}

.EstContato_Form_Campo:has(textarea) label {
    top: 20px;
    transform: none;
}

.EstContato_Form_Campo input::placeholder,
.EstContato_Form_Campo textarea::placeholder {
    color: #444444;
    opacity: 0;
    transition: opacity 0.18s;
}

.EstContato_Form_Campo input:focus::placeholder,
.EstContato_Form_Campo textarea:focus::placeholder {
    opacity: 1;
}

.EstContato_Form_Campo input:focus,
.EstContato_Form_Campo select:focus,
.EstContato_Form_Campo textarea:focus {
    border-color: #3a3110;
    box-shadow: 0 0 0 3px rgba(250, 204, 20, 0.07);
}

.EstContato_Form_Campo input:focus~label,
.EstContato_Form_Campo input:not(:placeholder-shown)~label,
.EstContato_Form_Campo select~label,
.EstContato_Form_Campo textarea:focus~label,
.EstContato_Form_Campo textarea:not(:placeholder-shown)~label {
    top: 8px;
    transform: none;
    font-size: 11px;
    color: var(--base1);
    letter-spacing: 0.04em;
}

/* ------- */

.EstContato_Form_Rodape {
    margin-top: 8px;
    text-align: right;
}

.EstContato_Form_Btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: var(--base1);
    border: none;
    border-radius: 10px;
    cursor: pointer;

    padding: 14px 28px;

    font-family: 'hinted-Dobra-Bold';
    font-size: 16px;
    font-weight: normal;
    color: #000000;

    transition: background 0.2s, transform 0.15s;
}

.EstContato_Form_Btn svg {
    width: 18px;
    height: 18px;
    stroke: #000000;
}

.EstContato_Form_Btn:hover {
    background: rgba(250, 204, 20, 0.85);
    transform: translateY(-1px);
}

.EstContato_Form_Btn:active {
    transform: translateY(0px);
}

/* ------- */

.EstCaptchaMock {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: #f9f9f9;
    padding: 14px 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    margin: 0;
}

.EstContato_Form_Campo:has(.EstCaptchaMock) {
    display: flex;
    justify-content: center;
}

.EstCaptchaMock input[type="checkbox"] {
    display: none;
}

.EstCaptchaMock_Box {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s;
}

.EstCaptchaMock input[type="checkbox"]:checked+.EstCaptchaMock_Box {
    border-color: #4a90d9;
    background: #4a90d9;
}

.EstCaptchaMock_Ico {
    width: 14px;
    height: 14px;
    stroke: #fff;
    opacity: 0;
    transition: opacity 0.15s;
}

.EstCaptchaMock input[type="checkbox"]:checked+.EstCaptchaMock_Box .EstCaptchaMock_Ico {
    opacity: 1;
}

.EstCaptchaMock_Txt {
    font-size: 14px;
    color: #333;
    user-select: none;
}

/* ------- */

@media screen and (max-width: 991px) {

    .EstContato_Grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .EstContato {
        padding: 50px 0px;
    }

}

@media screen and (max-width: 575px) {

    .EstContato_Form {
        padding: 24px;
    }

    .EstContato_Form_Grid2 {
        grid-template-columns: 1fr;
    }

    .EstContato_Form_Btn {
        width: 100%;
        justify-content: center;
    }

}

/* ------------- */

.jFiler {
    color: #aaa;
    font-family: 'hinted-Dobra-Book', sans-serif;
}

/* ---- Zona de drag-drop ---- */

.jFiler-input-dragDrop {
    background: #0d0d0d;
    border: 2px dashed rgba(255, 255, 255, 0.1);
    color: #555;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.jFiler .jFiler-input-dragDrop.dragged {
    border-color: rgba(250, 204, 20, 0.45);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.jFiler-input-dragDrop:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.jFiler-input-text h3 {
    color: #aaa;
    font-family: 'hinted-Dobra-Medium', sans-serif;
    font-weight: normal;
}

.jFiler-input-text span {
    color: #444;
}

/* ---- Botao escolher arquivo ---- */

.jFiler-input-choose-btn,
.jFiler-input-choose-btn.gray {
    background: transparent;
    background-image: none;
    color: rgba(250, 204, 20, 1);
    border: 1px solid rgba(250, 204, 20, 0.45);
    box-shadow: none;
    font-family: 'hinted-Dobra-Medium', sans-serif;
    border-radius: 7px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    opacity: 1;
}

.jFiler-input-choose-btn:hover,
.jFiler-input-choose-btn:active,
.jFiler-input-choose-btn.gray:hover,
.jFiler-input-choose-btn.gray:active {
    background: rgba(250, 204, 20, 1);
    background-image: none;
    color: #000;
    border-color: transparent;
    opacity: 1;
}

/* ---- Input tema padrao ---- */

.jFiler-theme-default .jFiler-input {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #888;
    box-shadow: none;
    width: 100%;
    max-width: 400px;
}

.jFiler-theme-default .jFiler-input.focused {
    box-shadow: none;
    border-color: rgba(250, 204, 20, 0.5);
}

.jFiler-theme-default .jFiler-input.dragged {
    border: 1px dashed rgba(250, 204, 20, 0.4);
    background: #0d0d0d;
}

.jFiler-theme-default .jFiler-input-button {
    background: #141414;
    background-image: none;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    color: #666;
}

.jFiler-theme-default .jFiler-input-button:hover {
    box-shadow: none;
    color: #aaa;
}

.jFiler-theme-default .jFiler-input-button:active {
    background-image: none;
    background: #1a1a1a;
}

/* ---- Barra de progresso ---- */

.jFiler-jProgressBar {
    background: #1a1a1a;
}

.jFiler-jProgressBar .bar {
    background-color: rgba(250, 204, 20, 1);
}

/* ---- Itens (lista padrao) ---- */

.jFiler-items-default .jFiler-item {
    background: #141414;
    color: #aaa;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    margin-bottom: 8px;
}

.jFiler-items-default .jFiler-item .jFiler-item-title {
    color: #ccc;
    font-family: 'hinted-Dobra-Medium', sans-serif;
    font-weight: normal;
}

.jFiler-items-default .jFiler-item .jFiler-item-icon {
    color: rgba(250, 204, 20, 0.7);
}

.jFiler-items-default .jFiler-item .jFiler-item-others {
    color: #444;
}

.jFiler-items-default .jFiler-item-assets a {
    background: #1a1a1a;
    color: #555;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:hover,
.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
    color: #cc4444;
    background: rgba(204, 68, 68, 0.08);
    border-color: rgba(204, 68, 68, 0.2);
}

/* ---- Itens (grade/grid) ---- */

.jFiler-items-grid .jFiler-item .jFiler-item-container {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: none;
    border-radius: 8px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #0d0d0d;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb-overlay {
    background: rgba(0, 0, 0, 0.75);
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
    color: #555;
}

.jFiler-items-grid .jFiler-item-trash-action:hover {
    color: #cc4444;
}

/* ------------- */

/*
############
SweetAlert2 - Tema Escuro
############
*/

.swal2-popup {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
    font-family: 'hinted-Dobra-Book', sans-serif;
}

.swal2-title {
    color: #ffffff;
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.swal2-html-container,
.swal2-content {
    color: #dbdbdb !important;
    font-family: 'hinted-Dobra-Book', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.swal2-close {
    color: #444;
    font-size: 24px;
    transition: color 0.2s;
}

.swal2-close:hover {
    color: #aaa;
}

/* ---- Icone de sucesso ---- */

.swal2-icon.swal2-success {
    border-color: rgba(250, 204, 20, 0.3);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: rgba(250, 204, 20, 1);
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(250, 204, 20, 0.25);
}

.swal2-icon.swal2-success .swal2-success-circular-line-left,
.swal2-icon.swal2-success .swal2-success-circular-line-right,
.swal2-icon.swal2-success .swal2-success-fix {
    background: #141414;
}

/* ---- Icone de erro ---- */

.swal2-icon.swal2-error {
    border-color: rgba(204, 68, 68, 0.4);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #cc4444;
}

/* ---- Icone de aviso ---- */

.swal2-icon.swal2-warning {
    border-color: rgba(250, 204, 20, 0.4);
    color: rgba(250, 204, 20, 1);
}

/* ---- Icone de info ---- */

.swal2-icon.swal2-info {
    border-color: rgba(100, 160, 220, 0.4);
    color: rgba(100, 160, 220, 0.9);
}

/* ---- Backdrop ---- */

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.72);
}

/* ---- Botoes (quando usados sem customClass) ---- */

.swal2-confirm {
    background: rgba(250, 204, 20, 1) !important;
    color: #000 !important;
    font-family: 'hinted-Dobra-Bold', sans-serif;
    border-radius: 8px;
}

.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(250, 204, 20, 0.25);
}

.swal2-cancel {
    background: #1a1a1a !important;
    color: #888 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-family: 'hinted-Dobra-Medium', sans-serif;
    border-radius: 8px;
}

.swal2-cancel:focus {
    box-shadow: none;
}

/* ---- Input (quando swal2 tem input field) ---- */

.swal2-input,
.swal2-textarea,
.swal2-select {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: 'hinted-Dobra-Book', sans-serif;
    border-radius: 8px;
}

.swal2-input:focus,
.swal2-textarea:focus,
.swal2-select:focus {
    border-color: rgba(250, 204, 20, 0.6);
    box-shadow: 0 0 0 3px rgba(250, 204, 20, 0.12);
}

.swal2-validation-message {
    background: rgba(204, 68, 68, 0.1);
    color: #cc4444;
}

/* ------------- */

/* ============================================================
   Campos compartilhados - Login, Anunciar, Candidato, Empresa
   (LgLabel, LgInput, LgInputWrap, LgOlho, CdGrid2, CdSelect)
   ============================================================ */

.LgLabel {
    font-family: 'hinted-Dobra-Medium', sans-serif;
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    display: block;
}

.AnVLabelDica {
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 10px;
    color: #444;
    text-transform: none;
    letter-spacing: 0;
    font-style: italic;
}

.LgInput {
    width: 100%;
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 11px 14px;
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 14px;
    color: #fff;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.LgInput:focus {
    border-color: rgba(250, 204, 20, 0.6);
}

textarea.LgInput {
    resize: none;
    min-height: 130px;
    padding-top: 11px;
}

.LgInput::placeholder {
    color: #444;
}

.LgInputWrap {
    position: relative;
}

.LgInputWrap .LgInput {
    padding-right: 42px;
}

.LgOlho {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #555;
    line-height: 1;
    transition: color 0.2s;
}

.LgOlho:hover {
    color: #aaa;
}

.LgOlho svg,
.LgOlho i {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    display: block;
}

.LgOlho .IcoOlhoOff {
    display: none;
}

.LgDica {
    display: block;
    font-size: 0.76rem;
    color: #555;
    margin-top: 5px;
    line-height: 1.4;
}

/* ============================================================
   PgtoRetorno - Pagina de retorno de pagamento
   ============================================================ */

.PgtoRet {
    padding: 60px 0 80px;
    min-height: 60vh;
}

/* Demo switcher (remover em producao) */
.PgtoRetDemo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    flex-wrap: wrap;
}

.PgtoRetDemo_Label {
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 11px;
    color: #444;
    margin-right: 4px;
}

.PgtoRetDemo_Btn {
    font-family: 'hinted-Dobra-Medium', sans-serif;
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
}

.PgtoRetDemo_Btn:hover {
    background: rgba(255, 255, 255, 0.09);
    color: #aaa;
}

.PgtoRetDemo_Btn_Ativo {
    background: rgba(250, 204, 20, 0.12);
    color: rgba(250, 204, 20, 1);
}

.PgtoRetWrap {
    max-width: 620px;
    margin: 0 auto;
}

.PgtoRetTopo {
    text-align: center;
    margin-bottom: 36px;
}

.PgtoRetIcone {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.PgtoRetIcone svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.PgtoRetIcone_Ok {
    background: rgba(34, 197, 94, 0.1);
    border: 2px solid rgba(34, 197, 94, 0.25);
}

.PgtoRetIcone_Ok svg {
    stroke: #22c55e;
}

.PgtoRetIcone_Pendente {
    background: rgba(250, 204, 20, 0.08);
    border: 2px solid rgba(250, 204, 20, 0.25);
}

.PgtoRetIcone_Pendente svg {
    stroke: rgba(250, 204, 20, 1);
}

.PgtoRetIcone_Recusado {
    background: rgba(239, 68, 68, 0.08);
    border: 2px solid rgba(239, 68, 68, 0.22);
}

.PgtoRetIcone_Recusado svg {
    stroke: #ef4444;
}

.PgtoRetStatus {
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-size: 26px;
    margin-bottom: 10px;
}

.PgtoRetStatus_Ok {
    color: #22c55e;
}

.PgtoRetStatus_Pendente {
    color: rgba(250, 204, 20, 1);
}

.PgtoRetStatus_Recusado {
    color: #ef4444;
}

.PgtoRetSubtitulo {
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 15px;
    color: #777;
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.55;
}

.PgtoRetCard {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 20px;
}

.PgtoRetCard_Titulo {
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-size: 11px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.PgtoRetCard_Grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 24px;
}

.PgtoRetCard_Item_Full {
    grid-column: 1 / -1;
}

.PgtoRetCard_Label {
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 10px;
    color: #444;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.PgtoRetCard_Valor {
    font-family: 'hinted-Dobra-Medium', sans-serif;
    font-size: 14px;
    color: #ccc;
}

.PgtoRetValor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.PgtoRetValor_Label {
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 13px;
    color: #555;
}

.PgtoRetValor_Num {
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-size: 22px;
    color: rgba(250, 204, 20, 1);
}

.PgtoRetMsg {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.PgtoRetMsg svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.PgtoRetMsg strong {
    font-family: 'hinted-Dobra-Bold', sans-serif;
}

.PgtoRetMsg_Ok {
    background: rgba(34, 197, 94, 0.07);
    border: 1px solid rgba(34, 197, 94, 0.18);
    color: #6ee7a0;
}

.PgtoRetMsg_Ok svg {
    stroke: #22c55e;
}

.PgtoRetMsg_Pendente {
    background: rgba(250, 204, 20, 0.05);
    border: 1px solid rgba(250, 204, 20, 0.18);
    color: #c9a700;
}

.PgtoRetMsg_Pendente svg {
    stroke: rgba(250, 204, 20, 0.9);
}

.PgtoRetMsg_Recusado {
    background: rgba(239, 68, 68, 0.07);
    border: 1px solid rgba(239, 68, 68, 0.18);
    color: #f87171;
}

.PgtoRetMsg_Recusado svg {
    stroke: #ef4444;
}

.PgtoRetBtns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.PgtoRetBtn {
    flex: 1;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border-radius: 8px;
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
}

.PgtoRetBtn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    flex-shrink: 0;
}

.PgtoRetBtn_Pri {
    background: rgba(250, 204, 20, 1);
    color: #000;
}

.PgtoRetBtn_Pri:hover {
    background: rgba(250, 204, 20, 0.85);
    color: #000;
}

.PgtoRetBtn_Sec {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #777;
}

.PgtoRetBtn_Sec:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #bbb;
}

@media (max-width: 575px) {
    .PgtoRetCard_Grid {
        grid-template-columns: 1fr;
    }

    .PgtoRetCard_Item_Full {
        grid-column: 1;
    }

    .PgtoRetStatus {
        font-size: 22px;
    }

    .PgtoRetBtn {
        flex: 0 0 100%;
    }
}

/* ------------- */

.LgMb {
    margin-bottom: 18px;
}

.LgLinkRecuperar {
    display: block;
    text-align: right;
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    margin-top: 7px;
    transition: color 0.2s;
}

.LgLinkRecuperar:hover {
    color: rgba(250, 204, 20, 1);
}

.CdGrid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
}

.CdSelect {
    width: 100%;
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 11px 14px;
    font-family: 'hinted-Dobra-Book', sans-serif;
    font-size: 14px;
    color: #fff;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
    cursor: pointer;
}

.CdSelect:focus {
    border-color: rgba(250, 204, 20, 0.6);
}

.CdSelect option {
    background: #1a1a1a;
    color: #fff;
}

/* ------------- */

/*
############
PgMsgGeral
############
*/

.PgMsgGeral .MsgGeralSec {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 220px);
    padding: 80px 0;
    background: #040404;
}

.PgMsgGeral .MsgGeralWrap {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
}

.PgMsgGeral .MsgGeralTexto {
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0 0 36px 0;
}

.PgMsgGeral .MsgGeralBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    background: rgba(250, 204, 20, 1);
    color: #000000;
    font-family: 'hinted-Dobra-Bold', sans-serif;
    font-size: 14px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
}

.PgMsgGeral .MsgGeralBtn svg {
    width: 16px;
    height: 16px;
    stroke: #000000;
}

.PgMsgGeral .MsgGeralBtn:hover {
    background: rgba(250, 204, 20, 0.85);
    color: #000000;
}

@media (max-width: 576px) {
    .PgMsgGeral .MsgGeralTexto {
        font-size: 18px;
    }
}

/* ------------- */

/*
############
PgContatoSucesso
############
*/

.PgContatoSucesso {
    display: block;
    padding: 80px 0px;
}

.PgContatoSucesso_Box {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.PgContatoSucesso_Icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(250, 204, 20, 0.10);
    border: 2px solid rgba(250, 204, 20, 0.25);
}

.PgContatoSucesso_Icone svg {
    width: 36px;
    height: 36px;
    stroke: #facc14;
}

.PgContatoSucesso_Titulo {
    font-family: 'hinted-Dobra-Bold';
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
}

.PgContatoSucesso_Sub {
    font-family: 'hinted-Dobra-Book';
    font-size: 16px;
    color: #aaaaaa;
    line-height: 1.7;
}

.PgContatoSucesso_Sub strong {
    color: #facc14;
    font-family: 'hinted-Dobra-Bold';
}

.PgContatoSucesso_Btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 12px 28px;
    background: #facc14;
    color: #000000;
    font-family: 'hinted-Dobra-Bold';
    font-size: 14px;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s, transform 0.15s;
}

.PgContatoSucesso_Btn svg {
    width: 16px;
    height: 16px;
    stroke: #000000;
}

.PgContatoSucesso_Btn:hover {
    background: rgba(250, 204, 20, 0.85);
    color: #000000;
    transform: translateY(-1px);
}

.PgContatoSucesso_Btn:active {
    transform: translateY(0px);
}

@media (max-width: 576px) {
    .PgContatoSucesso {
        padding: 50px 0px;
    }

    .PgContatoSucesso_Titulo {
        font-size: 24px;
    }
}

/* ------------- */

/* ============================================================
   CHOICES.JS - DARK THEME GLOBAL
   ============================================================ */

.choices {
    margin-bottom: 0;
    font-size: 14px;
}

.choices__inner {
    background: #0d0d0d;
    border: 1px solid #222;
    border-radius: 9px;
    min-height: 44px;
    padding: 6px 8px;
    font-size: 13px;
    color: #ddd;
    transition: border-color 0.2s;
}

.choices.is-focused .choices__inner,
.choices__inner:focus-within {
    border-color: rgba(250, 204, 20, 0.4);
    outline: none;
    box-shadow: none;
}

.choices__input {
    background: transparent;
    color: #ddd;
    font-size: 13px;
    margin-bottom: 0;
    padding: 2px 4px;
}

.choices__input::placeholder {
    color: #444;
}

/* Tags dos itens selecionados */
.choices__list--multiple .choices__item {
    background: rgba(250, 204, 20, 0.12);
    border: 1px solid rgba(250, 204, 20, 0.3);
    border-radius: 5px;
    color: rgba(250, 204, 20, 0.9);
    font-size: 12px;
    padding: 3px 8px;
    margin: 2px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background: rgba(250, 204, 20, 0.2);
    border-color: rgba(250, 204, 20, 0.5);
}

/* Botao de remover a tag */
.choices__button {
    border-left: 1px solid rgba(250, 204, 20, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23facc14' stroke-width='2.5'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    opacity: 0.7;
    padding: 0 0 0 8px;
    margin-left: 4px;
}

.choices__button:hover {
    opacity: 1;
}

/* Dropdown */
.choices__list--dropdown,
.choices[data-type*='select-multiple'] .choices__list--dropdown {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 9px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    z-index: 100;
    margin-top: 4px;
    overflow: hidden;
}

.choices__list--dropdown.is-active {
    border-color: rgba(250, 204, 20, 0.25);
}

/* Campo de busca dentro do dropdown */
.choices__list--dropdown .choices__input {
    background: #0d0d0d;
    border-bottom: 1px solid #222;
    padding: 10px 12px;
    font-size: 13px;
    color: #ccc;
    border-radius: 0;
    width: 100%;
}

/* Itens do dropdown */
.choices__list--dropdown .choices__item {
    padding: 10px 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    transition: background 0.15s, color 0.15s;
    background: #141414 !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: rgba(250, 204, 20, 0.08) !important;
    color: rgba(250, 204, 20, 0.9) !important;
}

.choices__list--dropdown .choices__item--selected {
    color: rgba(255, 255, 255, 0.35) !important;
    background: #141414 !important;
}

.choices__list--dropdown .choices__item--selected.is-highlighted {
    background: rgba(250, 204, 20, 0.04) !important;
    color: rgba(250, 204, 20, 0.5) !important;
}

/* Placeholder */
.choices__placeholder {
    color: #444;
    opacity: 1;
}

/* Select simples */
.choices__list--single .choices__item {
    color: #ddd;
}

.choices[data-type*='select-one']::after {
    border-color: #555 transparent transparent;
}

.choices[data-type*='select-one'].is-open::after {
    border-color: transparent transparent #555;
}

/* ------------- */

/* ============================================================
   PgGeral - ModalEditoria
   ============================================================ */

.LogoEditoriaTitulo {
    cursor: pointer;
    transition: opacity 0.2s;
}

.LogoEditoriaTitulo:hover {
    opacity: 0.75;
}

.LogoEditoriaTituloIco {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    margin-top: -2px;
    color: #facc14;
    opacity: 0.75;
    transition: transform 0.2s ease;
}

.LogoEditoriaTitulo:hover .LogoEditoriaTituloIco {
    opacity: 1;
    transform: translateY(2px);
}

/* Modal background */

.ModalEdBg {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ModalEdBg .modal-header {
    background: #141414;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 20px;
}

.ModalEdBg .modal-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.ModalEdBg .btn-close {
    filter: invert(1) opacity(0.6);
}

.ModalEdBg .btn-close:hover {
    filter: invert(1) opacity(1);
}

.ModalEdBg .modal-body {
    background: #0d0d0d;
    padding: 20px;
}

/* Campo de busca */

.ModalEd_BuscaWrap {
    position: relative;
    margin-bottom: 20px;
}

.ModalEd_BuscaIco {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    color: rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.ModalEd_Input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    padding: 10px 14px 10px 40px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.ModalEd_Input:focus {
    border-color: rgba(250, 204, 20, 0.5);
}

.ModalEd_Input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.ModalEd_Input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* Grid de cards */

.ModalEd_Grid {
    display: grid;
    gap: 12px;
}

.ModalEd_Card {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 14px 16px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.ModalEd_Card:hover {
    background: rgba(250, 204, 20, 0.07);
    border-color: rgba(250, 204, 20, 0.35);
    text-decoration: none;
}

.ModalEd_Card.ativo {
    background: rgba(250, 204, 20, 0.06);
    border-color: rgba(250, 204, 20, 0.6);
}

.ModalEd_Card_Ativo {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(250, 204, 20, 1);
    display: flex;
    align-items: center;
}

.ModalEd_Card_Ativo svg {
    width: 14px;
    height: 14px;
}

.ModalEd_Card_Titulo {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    padding-right: 20px;
}

.ModalEd_Card.ativo .ModalEd_Card_Titulo {
    color: rgba(250, 204, 20, 1);
}

.ModalEd_Card_Cidades {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

/* Estado vazio */

.ModalEd_Vazio {
    text-align: center;
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.35);
}

.ModalEd_Vazio svg {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 10px;
}

.ModalEd_Vazio span {
    display: block;
    font-size: 14px;
}

/* ------------- */

/* UtilCrop - Modal de recorte de imagem */

.UtilCropModal_Content {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.UtilCropModal_Header {
    background: #141414;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 20px;
}

.UtilCropModal_Title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.UtilCropModal_Title svg {
    width: 17px;
    height: 17px;
    color: rgba(250, 204, 20, 1);
    flex-shrink: 0;
}

.UtilCropModal_Body {
    background: #0d0d0d;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.UtilCrop_Area {
    position: relative;
    width: 320px;
    height: 320px;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 0 0 2px rgba(250, 204, 20, 0.4), 0 4px 20px rgba(0, 0, 0, 0.5);
}

#UtilCropCanvas {
    display: block;
    width: 320px;
    height: 320px;
    max-width: 100%;
}

.UtilCrop_Dica {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin: 14px 0 0 0;
    line-height: 1.6;
}

.UtilCrop_Dica strong {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.UtilCrop_DicaItens {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.UtilCrop_DicaItem {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

.UtilCrop_DicaItem svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    color: rgba(250, 204, 20, 0.7);
}

.UtilCropModal_Footer {
    background: #141414;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.UtilCrop_BtnConfirmar {
    background: rgba(250, 204, 20, 1);
    border: none;
    color: #000;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.15s, box-shadow 0.15s;
    letter-spacing: 0.01em;
}

.UtilCrop_BtnConfirmar:hover {
    background: rgba(250, 204, 20, 1);
    color: #000;
    box-shadow: 0 0 20px rgba(250, 204, 20, 0.4);
}

.UtilCrop_BtnConfirmar svg {
    width: 16px;
    height: 16px;
}

.UtilCrop_BtnCancelar {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    padding: 2px 8px;
    transition: color 0.15s;
}

.UtilCrop_BtnCancelar:hover {
    background: none;
    color: rgba(255, 255, 255, 0.6);
}