
#banner {
    height: var(--100vh, 100vh);
    background: #000;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: var(--azul);
    width: 277px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 8px;
    border: solid 1px var(--azul);
    color: #FFF;
    font-weight: 600;
    transition: 0.25s all linear;
    padding: 0 15px;
    max-width: 100%;
    font-size: 16px;
}

.button.b-yellow {
    background: var(--amarelo);
    border-color: var(--amarelo);
    color: var(--azul);
}

.button:hover {
    background: #edb806;
}

.button.b-border {
    background: none;
    color: #FFF;
}

.label_text {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
}

.label_text input, .label_text select {
    width: 100%;
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    line-height: 20px;
    border-bottom: solid 1px;
    border-color: #DBDBDB;
    padding: 10px;
    transition: 0.25s all;
    color: #666;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 400;
    font-display: swap;
}

.label_text span:nth-child(1) {
    position: absolute;
    font-size: 15px;
    color: #666;
    line-height: 0;
    top: 10px;
    font-size: 14px;
    padding: 0 10px;
    pointer-events: none;
    font-weight: 500;
    transition: 0.25s all;
    bottom: 0;
    margin: auto;
    height: 0;
}

.label_text input:focus {
    border-color: #0c3784;
}

.label_text select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.703' height='9.397' viewBox='0 0 15.703 9.397'%3E%3Cpath id='Caminho_6506' data-name='Caminho 6506' d='M1.207,0,0,1.147l5.7,6-5.7,6,1.207,1.148L8,7.145Z' transform='translate(14.996 0.707) rotate(90)' fill='%23666' stroke='%23666' stroke-width='1'/%3E%3C/svg%3E%0A");
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.label_text.has_val span:nth-child(1) {
    line-height: 0;
    font-size: 12px;
    bottom: 40px;
}

#formulario .button {
    width: 100%;
    display: block;
    margin: 20px 0 10px;
}

.label_checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.label_checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 15px;
    height: 15px;
    border: solid 2px #666;
    border-radius: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 32 32'%3E%3Cpath d='M27 4l-15 15-7-7-5 5 12 12 20-20z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.25s all;
}

.label_checkbox input:checked {
    background-color: var(--azul);
    border-color: var(--azul);
}

.label_checkbox a {
    font-weight: 600;
    text-decoration: underline;
}

/* .label_text *:valid, .label_text *:invalid {
    background-color: none;
}

.label_text.has_val *:valid {
    border-color: var(--azul);
    background-color: none;
    color: #555;
}

.label_text.has_val *:invalid {
    border-color: #fd0000;
    background-color: none;
    color: #555;
} */

input.valid{
    border-color: var(--azul);
    background-color: none;
    color: #555;
}
input.invalid{
    border-color: #fd0000;
    background-color: none;
    color: #555;
}

form.ajax_form {
    position: relative;
}

form.ajax_form>* {
    transition: 0.3s all;
}

form.ajax_form.loading>* {
    opacity: 0.6;
    pointer-events: none;
    -webkit-filter: blur(1px) saturate(0);
            filter: blur(1px) saturate(0);
}

form.ajax_form:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    top: 0;
    width: 40px;
    height: 40px;
    border: solid 5px #0000001a;
    border-radius: 50%;
    margin: auto;
    pointer-events: none;
    transition: 0.25s all;
    border-left-color: var(--azul);
    -webkit-animation: rotation 0.5s infinite linear;
            animation: rotation 0.5s infinite linear;
    opacity: 0;
}

form.ajax_form.loading:before {
    bottom: 100px;
    opacity: 1;
}

.label_range input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

.label_range input[type=range]:focus {
    outline: none;
}

.label_range input[type=range]::-webkit-slider-thumb /*, .label_range input[type=range]::-moz-range-track,
.label_range input[type=range]::-ms-thumb */
{
    border: solid 4px #FFF;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    background: #FFC400;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
}

.label_range input[type=range]::-webkit-slider-runnable-track/*,
.label_range input[type=range]::-moz-range-thumb,
.label_range input[type=range]::-ms-track,
.label_range input[type=range]::-ms-fill-lower, 
.label_range input[type=range]::-ms-fill-upper */
{
    width: 100%;
    height: 20px;
    cursor: pointer;
    border-radius: 0px;
    background-repeat: repeat-x;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1' viewBox='0 0 1 1'%3E%3Crect id='Retângulo_336' data-name='Retângulo 336' width='1' height='1' fill='%23ababab'/%3E%3C/svg%3E%0A");
}

label.label_range {
    display: block;
    position: relative;
}

label.label_range span:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.label_range .value_masked {
    display: block;
    font-size: 30px !important;
    font-weight: 800;
    margin-bottom: 10px;
    color: inherit;
    width: 100%;
    padding: 0;
    border: none;
    background: none !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.label_range .value_masked:before {
    content: 'R$ ';
}

.label_range input[type="range"] {
    width: 100%;
    display: block;
}

dialog {
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    background: #00000061;
    transition: 0.5s all;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

dialog[open] {
    opacity: 1;
    pointer-events: all;
}

dialog .alert {
    padding: 30px;
    background: #FFF;
    border-radius: 30px;
    min-width: 340px;
    position: relative;
    transform: translateY(250px);
    transition: 0.5s all;
}

dialog[open] .alert {
    transform: translateY(0);
}

dialog .alert .close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #e3e3e3;
    right: -5px;
    top: -5px;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
}

dialog .alert .close:active {
    background: var(--azul);
    color: var(--amarelo);
    transform: scale(0.9);
}

dialog .alert .close:before, dialog .alert .close:after {
    content: '';
    width: 20px;
    height: 3px;
    background: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}

dialog .alert .close:before {
    transform: rotate(-45deg);
}

dialog .alert .close:before {
    transform: rotate(-45deg);
}

dialog h3 {
    margin: 0 0 10px;
    border-bottom: solid 1px #dfdfdf;
    padding: 0 0 10px;
}




