/* #Primary
================================================== */

::selection {
    color: #ffffff;
    background-color: var(--cliente_580_20251202_1-d-50);
}

::-moz-selection {
    color: #ffffff;
    background-color: var(--cliente_580_20251202_1-d-50);
}

mark {
    color: #ffffff;
    background-color: #000000;
}

.section {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.over-hide {
    overflow: hidden;
}

.z-bigger {
    z-index: 100 !important;
}


.background-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f2029;
    z-index: 1;
}

.checkbox:checked ~ .background-color {
    background-color: #ffffff;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.checkbox:checked + label,
.checkbox:not(:checked) + label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--cliente_580_20251202_1), #f8ab37);
    z-index: 100 !important;
}

.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
    position: absolute;
    font-family: 'unicons';
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.checkbox:not(:checked) + label:before {
    content: '\eac1';
    left: 0;
    color: #ecedf3;
    background-color: #353746;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked + label:before {
    content: '\eb8f';
    left: 30px;
    color: #f8ab37;
    background-color: #1f2029;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p {
    color: #1f2029;
}

.checkbox-budget:checked + label,
.checkbox-budget:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 10px;
    width: auto;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-text-fill-color: #373737;
    text-fill-color: #373737;
    color: transparent;
}

.checkbox-budget:not(:checked) + label {
    background-color: #cbcdd2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-budget:checked + label {
    background-color: var(--cliente_580_20251202_1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-text-fill-color: var(--cliente_580_20251202_1-text);
    text-fill-color: var(--cliente_580_20251202_1-text);
}

.checkbox-budget:not(:checked) + label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-budget:checked + label::before,
.checkbox-budget:not(:checked) + label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: -1;
}

.checkbox-budget:checked + label span,
.checkbox-budget:not(:checked) + label span {
    position: relative;
    display: block;
}

.checkbox-budget:checked + label span::before,
.checkbox-budget:not(:checked) + label span::before {
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: #ffffff;
    text-fill-color: #ffffff;
    color: #ffffff;
}

.checkbox-budget:not(:checked) + label span::before {
    max-height: 0;
}

.checkbox-budget:checked + label span::before {
    max-height: 100%;
}

.checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label {
    background-color: #f0eff3;
    -webkit-text-stroke: 1px #1f2029;
    text-stroke: 1px #1f2029;
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}


.link-to-page {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20000;
    cursor: pointer;
    width: 50px;
}

.link-to-page img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-checkbox-box {
    margin: auto;
    padding: 20px;
    background: var(--cliente_580_20251202_1);
}

/*Checkboxes styles*/
input.custom-checkbox[type="checkbox"] {
    display: none;
}

input.custom-checkbox[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: white;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input.custom-checkbox[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input.custom-checkbox[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input.custom-checkbox[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}