/* Minification failed. Returning unminified contents.
(2882,31): run-time error CSS1046: Expect comma, found '131'
(2882,39): run-time error CSS1046: Expect comma, found '/'
(2900,31): run-time error CSS1046: Expect comma, found '131'
(2900,39): run-time error CSS1046: Expect comma, found '/'
(2917,31): run-time error CSS1046: Expect comma, found '131'
(2917,39): run-time error CSS1046: Expect comma, found '/'
(2930,31): run-time error CSS1046: Expect comma, found '131'
(2930,39): run-time error CSS1046: Expect comma, found '/'
(2944,31): run-time error CSS1046: Expect comma, found '131'
(2944,39): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: "Montserrat";
    src: url("../Content/fonts/Montserrat-Thin.ttf") format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: "Montserrat";
    src: url("../Content/fonts/Montserrat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Montserrat";
    src: url("../Content/fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Montserrat";
    src: url("../Content/fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("../Content/fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    src: url("../Content/fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("../Content/fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    overflow: auto;
    perspective: 1px;
    /*transform-style: preserve-3d;*/
}

    /*body, body * {
        transform-style: preserve-3d;
    }*/

html,
body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", "Helvetica", "Calibri";
    font-weight: 400;
    overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.wrap {
    height: 100%;
    width: 100%;
    padding-bottom: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn .loader {
    display: none;
}

.btn label {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.box-steps {
    display: flex;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
}

    .box-steps .progress {
        position: absolute;
        width: 73.8%;
        height: 2px;
        left: 50%;
        margin-left: calc(-73.8% / 2);
        margin-top: 48px;
        z-index: 0;
    }

    .box-steps .step {
        flex-direction: row;
        height: 100%;
        width: calc(100% / 4);
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }

        .box-steps .step label {
            display: block;
            height: 16px;
            min-height: 16px;
            margin-bottom: 28px;
            line-height: 13px;
        }

        .box-steps .step span {
            position: absolute;
            width: 11px;
            height: 11px;
            margin: 0 auto;
            border-radius: 50px;
            z-index: 2;
        }

    .box-steps.consulta .step:nth-child(2) label {
        font-weight: 700;
    }

    .box-steps.consulta .step:nth-child(2) span {
        transform: scale(1);
        animation: pulse 2s infinite;
    }

    .box-steps.tipoServico .step:nth-child(2) span, .box-steps.tipoServico .step:nth-child(3) span {
        transform: scale(1);
    }

    .box-steps.tipoServico .step:nth-child(3) label {
        font-weight: 700;
    }

    .box-steps.tipoServico .step:nth-child(3) span {
        animation: pulse 2s infinite;
    }

    .box-steps.estampagem .step:nth-child(3) span, .box-steps.estampagem .step:nth-child(4) span {
        transform: scale(1);
    }

    .box-steps.estampagem .step:nth-child(4) label {
        font-weight: 700;
    }

    .box-steps.estampagem .step:nth-child(4) span {
        animation: pulse 2s infinite;
    }

    .box-steps.pagamento .step:nth-child(2) span, .box-steps.pagamento .step:nth-child(3) span, .box-steps.pagamento .step:nth-child(4) span {
        transform: scale(1);
    }

    .box-steps.pagamento .step:nth-child(4) label {
        font-weight: 700;
    }

    .box-steps.pagamento .step:nth-child(4) span {
        animation: pulse 2s infinite;
    }

    .box-steps.agendamento .step:nth-child(2) span, .box-steps.agendamento .step:nth-child(3) span, .box-steps.agendamento .step:nth-child(4) span, .box-steps.agendamento .step:nth-child(5) span {
        transform: scale(1);
    }

    .box-steps.agendamento .step:nth-child(5) label {
        font-weight: 700;
    }

    .box-steps.agendamento .step:nth-child(5) span {
        animation: pulse 2s infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.navbar {
    margin-bottom: 30px;
}

    .navbar .navbar-bg {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background-image: url(../Content/images/pattern.png);
        background-size: 111%;
        background-position: center;
        background-blend-mode: color-dodge;
        opacity: 0.06;
        z-index: 0;
    }

    .navbar .navbar-brand {
        margin: 0 auto;
    }

.input-group {
    width: 100%;
}

    .input-group .form-label-group {
        width: 100% px;
        position: relative;
        margin-bottom: 1rem;
        /* Fallback for Edge
  -------------------------------------------------- */
        /* Fallback for IE
  -------------------------------------------------- */
    }

        .input-group .form-label-group input,
        .input-group .form-label-group label {
            height: 3.95rem;
            padding: 1.25rem 0.85rem;
        }

        .input-group .form-label-group input,
        .input-group .form-label-group select {
            display: inline-block;
            border: 1px solid transparent;
            outline: none;
            vertical-align: middle;
        }

            .input-group .form-label-group input.txt-md,
            .input-group .form-label-group select.txt-md {
                font-size: 1.4rem;
            }

            .input-group .form-label-group input:focus,
            .input-group .form-label-group select:focus {
                border: 1px solid transparent;
            }

        .input-group .form-label-group label {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            margin-bottom: 0;
            /* Override default `<label>` margin */
            line-height: 1.5;
            pointer-events: none;
            cursor: text;
            /* Match the input under the label */
            border: 1px solid transparent;
            border-radius: 0.25rem;
            transition: all 0.1s ease-in-out;
        }

@supports (-ms-ime-align: auto) {
    .input-group .form-label-group label {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .input-group .form-label-group label {
        display: none;
    }
}

.input-group button {
    height: 63px;
    padding: 8px 20px;
    border: 1px solid transparent;
    outline: 0;
}

    .input-group button:focus {
        outline: none !important;
    }

.card {
    margin: 0px 0px 20px 0px;
    border: none;
}

    .card h2 {
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 22px;
        font-weight: 400;
    }

        .card h2 ~ hr {
            margin-bottom: 30px;
        }

#lista-documentos h5 {
    margin-top: 15px;
}
#lista-documentos ul.list-infos li ul {
    font-size: 13px;
    list-style-type: disc;
}

.home,
.tipoServico,
.estampador,
.pagamento,
.agendamento {
    padding: 0px;
}

    .home .navbar .navbar-bg,
    .tipoServico .navbar .navbar-bg,
    .estampador .navbar .navbar-bg,
    .pagamento .navbar .navbar-bg,
    .agendamento .navbar .navbar-bg {
        height: 216px;
    }

    .home .navbar .navbar-brand img,
    .tipoServico .navbar .navbar-brand img,
    .estampador .navbar .navbar-brand img,
    .pagamento .navbar .navbar-brand img,
    .agendamento .navbar .navbar-brand img {
        margin-top: 40px;
        height: 150px;
        width: 290px;
    }

    .home .box-steps,
    .tipoServico .box-steps,
    .estampador .box-steps,
    .pagamento .box-steps,
    .agendamento .box-steps {
        margin: 20px 0px;
    }

    .home .description,
    .tipoServico .description,
    .estampador .description,
    .pagamento .description,
    .agendamento .description {
        font-weight: 200;
        text-align: center;
        padding: 40px 0px;
        line-height: 35px;
    }

    .home.separator,
    .tipoServico.separator,
    .estampador.separator,
    .pagamento.separator,
    .agendamento.separator {
        position: relative;
        margin-top: -13px;
        height: 135px;
        background-image: url(../Content/images/bg.svg);
        background-repeat: repeat-x;
        background-position: bottom;
        background-size: 172px 180px;
        z-index: -1;
    }

    .home.instrucoes,
    .tipoServico.instrucoes,
    .estampador.instrucoes,
    .pagamento.instrucoes,
    .agendamento.instrucoes {
        padding-top: 20px;
        width: 100%;
    }

        .home.instrucoes .instrucoes-title,
        .tipoServico.instrucoes .instrucoes-title,
        .estampador.instrucoes .instrucoes-title,
        .pagamento.instrucoes .instrucoes-title,
        .agendamento.instrucoes .instrucoes-title {
            width: 100%;
            padding-top: 30px;
            padding-bottom: 0px;
        }

            .home.instrucoes .instrucoes-title h2,
            .tipoServico.instrucoes .instrucoes-title h2,
            .estampador.instrucoes .instrucoes-title h2,
            .pagamento.instrucoes .instrucoes-title h2,
            .agendamento.instrucoes .instrucoes-title h2 {
                text-align: center;
                font-size: 3em;
                line-height: 40px;
                font-weight: 100;
            }

            .home.instrucoes .instrucoes-title .hr,
            .tipoServico.instrucoes .instrucoes-title .hr,
            .estampador.instrucoes .instrucoes-title .hr,
            .pagamento.instrucoes .instrucoes-title .hr,
            .agendamento.instrucoes .instrucoes-title .hr {
                width: 20%;
                height: 2px;
                margin: 0 auto;
                margin-top: 20px;
                border-radius: 50px;
            }

        .home.instrucoes .steps,
        .tipoServico.instrucoes .steps,
        .estampador.instrucoes .steps,
        .pagamento.instrucoes .steps,
        .agendamento.instrucoes .steps {
            width: 100%;
        }

            .home.instrucoes .steps .step-content,
            .tipoServico.instrucoes .steps .step-content,
            .estampador.instrucoes .steps .step-content,
            .pagamento.instrucoes .steps .step-content,
            .agendamento.instrucoes .steps .step-content {
                position: relative;
                width: 100%;
                height: auto;
                margin: 80px 0;
            }

                .home.instrucoes .steps .step-content .step-number,
                .tipoServico.instrucoes .steps .step-content .step-number,
                .estampador.instrucoes .steps .step-content .step-number,
                .pagamento.instrucoes .steps .step-content .step-number,
                .agendamento.instrucoes .steps .step-content .step-number {
                    position: absolute;
                    margin-top: 80px;
                    width: auto;
                    transform: translateZ(-0.1px) scale(1.1);
                    z-index: -100;
                }

                    .home.instrucoes .steps .step-content .step-number img,
                    .tipoServico.instrucoes .steps .step-content .step-number img,
                    .estampador.instrucoes .steps .step-content .step-number img,
                    .pagamento.instrucoes .steps .step-content .step-number img,
                    .agendamento.instrucoes .steps .step-content .step-number img {
                        width: 100%;
                    }

                .home.instrucoes .steps .step-content .step-scene,
                .tipoServico.instrucoes .steps .step-content .step-scene,
                .estampador.instrucoes .steps .step-content .step-scene,
                .pagamento.instrucoes .steps .step-content .step-scene,
                .agendamento.instrucoes .steps .step-content .step-scene {
                    position: relative;
                    margin: 0 auto;
                    width: 800px;
                    height: 600px;
                }

                    .home.instrucoes .steps .step-content .step-scene h1,
                    .tipoServico.instrucoes .steps .step-content .step-scene h1,
                    .estampador.instrucoes .steps .step-content .step-scene h1,
                    .pagamento.instrucoes .steps .step-content .step-scene h1,
                    .agendamento.instrucoes .steps .step-content .step-scene h1 {
                        position: absolute;
                        margin-top: 80px;
                        margin-left: -30px;
                        font-size: 3em;
                        font-weight: 700;
                        line-height: 42px;
                        transform: translateZ(0.1px) scale(0.9);
                        z-index: 100;
                    }

                    .home.instrucoes .steps .step-content .step-scene .scene,
                    .tipoServico.instrucoes .steps .step-content .step-scene .scene,
                    .estampador.instrucoes .steps .step-content .step-scene .scene,
                    .pagamento.instrucoes .steps .step-content .step-scene .scene,
                    .agendamento.instrucoes .steps .step-content .step-scene .scene {
                        position: relative;
                        width: 100%;
                        height: 100%;
                    }

                        .home.instrucoes .steps .step-content .step-scene .scene .bg,
                        .tipoServico.instrucoes .steps .step-content .step-scene .scene .bg,
                        .estampador.instrucoes .steps .step-content .step-scene .scene .bg,
                        .pagamento.instrucoes .steps .step-content .step-scene .scene .bg,
                        .agendamento.instrucoes .steps .step-content .step-scene .scene .bg {
                            position: absolute;
                            bottom: 0px;
                            width: 100%;
                            height: 108px;
                            border: 1px solid transparent;
                        }

                            .home.instrucoes .steps .step-content .step-scene .scene .bg .noise,
                            .tipoServico.instrucoes .steps .step-content .step-scene .scene .bg .noise,
                            .estampador.instrucoes .steps .step-content .step-scene .scene .bg .noise,
                            .pagamento.instrucoes .steps .step-content .step-scene .scene .bg .noise,
                            .agendamento.instrucoes .steps .step-content .step-scene .scene .bg .noise {
                                width: 100%;
                                height: 100%;
                                background-image: url(../Content/images/noise.png);
                                background-size: 574px 482px;
                                opacity: 0.2;
                            }

                        .home.instrucoes .steps .step-content .step-scene .scene img,
                        .tipoServico.instrucoes .steps .step-content .step-scene .scene img,
                        .estampador.instrucoes .steps .step-content .step-scene .scene img,
                        .pagamento.instrucoes .steps .step-content .step-scene .scene img,
                        .agendamento.instrucoes .steps .step-content .step-scene .scene img {
                            position: absolute;
                            width: calc(100% + 40px);
                            margin-left: calc(-40px / 2);
                            left: 0;
                            right: 0;
                            bottom: 0;
                            text-align: center;
                        }

                            .home.instrucoes .steps .step-content .step-scene .scene img:nth-child(3),
                            .tipoServico.instrucoes .steps .step-content .step-scene .scene img:nth-child(3),
                            .estampador.instrucoes .steps .step-content .step-scene .scene img:nth-child(3),
                            .pagamento.instrucoes .steps .step-content .step-scene .scene img:nth-child(3),
                            .agendamento.instrucoes .steps .step-content .step-scene .scene img:nth-child(3) {
                                bottom: 10px;
                                transform: translateZ(0.1px) scale(0.9);
                                z-index: 100;
                            }

                            .home.instrucoes .steps .step-content .step-scene .scene img:nth-child(4),
                            .tipoServico.instrucoes .steps .step-content .step-scene .scene img:nth-child(4),
                            .estampador.instrucoes .steps .step-content .step-scene .scene img:nth-child(4),
                            .pagamento.instrucoes .steps .step-content .step-scene .scene img:nth-child(4),
                            .agendamento.instrucoes .steps .step-content .step-scene .scene img:nth-child(4) {
                                transform: translateZ(0.05px) scale(0.95);
                                z-index: 50;
                            }

                .home.instrucoes .steps .step-content .step-description,
                .tipoServico.instrucoes .steps .step-content .step-description,
                .estampador.instrucoes .steps .step-content .step-description,
                .pagamento.instrucoes .steps .step-content .step-description,
                .agendamento.instrucoes .steps .step-content .step-description {
                    margin: 0 auto;
                    width: 800px;
                    height: auto;
                    padding: 32px 0 16px 0;
                }

                .home.instrucoes .steps .step-content:nth-child(1) .step-number,
                .tipoServico.instrucoes .steps .step-content:nth-child(1) .step-number,
                .estampador.instrucoes .steps .step-content:nth-child(1) .step-number,
                .pagamento.instrucoes .steps .step-content:nth-child(1) .step-number,
                .agendamento.instrucoes .steps .step-content:nth-child(1) .step-number {
                    margin-left: -192px;
                }

                .home.instrucoes .steps .step-content:nth-child(2) .step-number,
                .tipoServico.instrucoes .steps .step-content:nth-child(2) .step-number,
                .estampador.instrucoes .steps .step-content:nth-child(2) .step-number,
                .pagamento.instrucoes .steps .step-content:nth-child(2) .step-number,
                .agendamento.instrucoes .steps .step-content:nth-child(2) .step-number {
                    margin-left: -304px;
                }

                .home.instrucoes .steps .step-content:nth-child(3) .step-number,
                .tipoServico.instrucoes .steps .step-content:nth-child(3) .step-number,
                .estampador.instrucoes .steps .step-content:nth-child(3) .step-number,
                .pagamento.instrucoes .steps .step-content:nth-child(3) .step-number,
                .agendamento.instrucoes .steps .step-content:nth-child(3) .step-number {
                    margin-left: -295px;
                }

                .home.instrucoes .steps .step-content:nth-child(4) .step-number,
                .tipoServico.instrucoes .steps .step-content:nth-child(4) .step-number,
                .estampador.instrucoes .steps .step-content:nth-child(4) .step-number,
                .pagamento.instrucoes .steps .step-content:nth-child(4) .step-number,
                .agendamento.instrucoes .steps .step-content:nth-child(4) .step-number {
                    margin-left: -350px;
                }

                .home.instrucoes .steps .step-content:nth-child(5) .step-number,
                .tipoServico.instrucoes .steps .step-content:nth-child(5) .step-number,
                .estampador.instrucoes .steps .step-content:nth-child(5) .step-number,
                .pagamento.instrucoes .steps .step-content:nth-child(5) .step-number,
                .agendamento.instrucoes .steps .step-content:nth-child(5) .step-number {
                    margin-left: -296px;
                }

                .home.instrucoes .steps .step-content:nth-child(6) .step-number,
                .tipoServico.instrucoes .steps .step-content:nth-child(6) .step-number,
                .estampador.instrucoes .steps .step-content:nth-child(6) .step-number,
                .pagamento.instrucoes .steps .step-content:nth-child(6) .step-number,
                .agendamento.instrucoes .steps .step-content:nth-child(6) .step-number {
                    margin-left: -300px;
                }

    .home.footer,
    .tipoServico.footer,
    .estampador.footer,
    .pagamento.footer,
    .agendamento.footer {
        padding: 80px 0px;
        margin-top: 80px;
    }

        .home.footer h3,
        .tipoServico.footer h3,
        .estampador.footer h3,
        .pagamento.footer h3,
        .agendamento.footer h3 {
            float: left;
            font-weight: 100;
        }

        .home.footer .filter,
        .tipoServico.footer .filter,
        .estampador.footer .filter,
        .pagamento.footer .filter,
        .agendamento.footer .filter {
            float: right;
        }

            .home.footer .filter select,
            .tipoServico.footer .filter select,
            .estampador.footer .filter select,
            .pagamento.footer .filter select,
            .agendamento.footer .filter select {
                width: 300px;
                padding: 8px 6px;
                border: none;
                outline: none;
                font-size: 12px;
            }

                .home.footer .filter select option,
                .tipoServico.footer .filter select option,
                .estampador.footer .filter select option,
                .pagamento.footer .filter select option,
                .agendamento.footer .filter select option {
                    padding: 8px 6px;
                }

        .home.footer hr,
        .tipoServico.footer hr,
        .estampador.footer hr,
        .pagamento.footer hr,
        .agendamento.footer hr {
            position: relative;
            border: none;
            border-bottom: 1px solid transparent;
            padding-top: 45px;
            margin-bottom: 60px;
            z-index: -1;
        }

        .home.footer .card,
        .tipoServico.footer .card,
        .estampador.footer .card,
        .pagamento.footer .card,
        .agendamento.footer .card {
            display: inline-block;
            width: calc((100% / 3) - 19px);
            height: 0;
            min-height: 120px;
            padding: 16px 8px;
            margin-left: 8px;
            margin-right: 8px;
            font-size: 12px;
            border-radius: 0px;
            vertical-align: top;
        }

            .home.footer .card h4,
            .tipoServico.footer .card h4,
            .estampador.footer .card h4,
            .pagamento.footer .card h4,
            .agendamento.footer .card h4 {
                font-size: 14px;
                text-transform: uppercase;
            }

                .home.footer .card h4 span,
                .tipoServico.footer .card h4 span,
                .estampador.footer .card h4 span,
                .pagamento.footer .card h4 span,
                .agendamento.footer .card h4 span {
                    font-size: 16px;
                }

                    .home.footer .card h4 span small,
                    .tipoServico.footer .card h4 span small,
                    .estampador.footer .card h4 span small,
                    .pagamento.footer .card h4 span small,
                    .agendamento.footer .card h4 span small {
                        font-size: 12px;
                        text-transform: capitalize;
                        font-weight: 200;
                    }

    .tipoServico,
    .estampador,
    .pagamento,
    .agendamento {
        padding: 0px;
    }

        .tipoServico .box-steps,
        .estampador .box-steps,
        .pagamento .box-steps,
        .agendamento .box-steps {
            margin: 20px 0px 80px 0px;
        }

        .tipoServico .list-infos,
        .estampador .list-infos,
        .pagamento .list-infos,
        .agendamento .list-infos {
            list-style: none;
            padding: 0px;
            font-size: 14px;
        }

            .tipoServico .list-infos span,
            .estampador .list-infos span,
            .pagamento .list-infos span,
            .agendamento .list-infos span {
                margin-right: 8px;
                font-weight: 600;
            }

        .tipoServico .submit,
        .estampador .submit,
        .pagamento .submit,
        .agendamento .submit {
            padding-bottom: 20px;
        }

        .tipoServico.footer,
        .estampador.footer,
        .pagamento.footer,
        .agendamento.footer {
            height: 80px;
        }

        .tipoServico .input-group {
            width: 300px;
        }

            .tipoServico .input-group .form-label-group {
                width: 100%;
            }

                .tipoServico .input-group .form-label-group input,
                .tipoServico .input-group .form-label-group label {
                    height: 2.65rem;
                    padding: 0.65rem 0.85rem;
                }

                .tipoServico .input-group .form-label-group select {
                    height: 2.65rem;
                    padding: 0.65rem 0.55rem;
                    font-size: 1rem;
                    background: url(../Content/images/arrow-down.png) no-repeat right;
                    -webkit-appearance: none;
                    background-position-x: calc(100% - 16px);
                }

                    .tipoServico .input-group .form-label-group select.selected {
                        height: 2.65rem;
                        padding: 9px 0px 0px 13px;
                        font-size: 1rem;
                        line-height: 2.65rem;
                    }

                    .tipoServico .input-group .form-label-group select ~ label.selected {
                        height: 2.65rem;
                        padding: 0.05rem 0.85rem;
                        font-size: 12px;
                    }

                .tipoServico .input-group .form-label-group input {
                    font-size: 1rem;
                }

                    .tipoServico .input-group .form-label-group input:not(:placeholder-shown) {
                        padding-top: 1.45rem;
                        padding-bottom: 0.45rem;
                    }

                        .tipoServico .input-group .form-label-group input:not(:placeholder-shown) ~ label {
                            padding-top: 0.05rem;
                            padding-bottom: 0.25rem;
                            font-size: 12px;
                        }

        .estampador .input-group {
            width: 300px;
        }

        .estampador .input-group .form-label-group {
            width: 100%;
        }

            .estampador .input-group .form-label-group input,
            .estampador .input-group .form-label-group label {
                height: 2.65rem;
                padding: 0.65rem 0.85rem;
            }

            .estampador .input-group .form-label-group select {
                height: 2.65rem;
                padding: 0.65rem 0.55rem;
                font-size: 1rem;
                background: url(../Content/images/arrow-down.png) no-repeat right;
                -webkit-appearance: none;
                background-position-x: calc(100% - 16px);
            }

                .estampador .input-group .form-label-group select.selected {
                    height: 2.65rem;
                    padding: 9px 0px 0px 13px;
                    font-size: 1rem;
                    line-height: 2.65rem;
                }

                .estampador .input-group .form-label-group select ~ label.selected {
                    height: 2.65rem;
                    padding: 0.05rem 0.85rem;
                    font-size: 12px;
                }

            .estampador .input-group .form-label-group input {
                font-size: 1rem;
            }

                .estampador .input-group .form-label-group input:not(:placeholder-shown) {
                    padding-top: 1.45rem;
                    padding-bottom: 0.45rem;
                }

                    .estampador .input-group .form-label-group input:not(:placeholder-shown) ~ label {
                        padding-top: 0.05rem;
                        padding-bottom: 0.25rem;
                        font-size: 12px;
                    }

    .pagamento .list-infos.price {
        font-size: 18px;
        font-weight: 600;
    }

        .pagamento .list-infos.price span {
            font-size: 14px;
        }

    .pagamento .jumbotron {
        text-align: center;
        border: 1px solid transparent;
        padding: 20px 16px;
        margin-top: 40px;
    }

    .pagamento .info-adicional sub {
        font-size: 22px;
    }

    .pagamento .info-adicional span {
        font-size: 12px;
        margin-left: 10px;
    }

    .pagamento .btn-block {
        width: 245px;
        float: right;
    }

    .agendamento .card .list-infos.price {
        font-size: 18px;
        font-weight: 600;
    }

        .agendamento .card .list-infos.price span {
            font-size: 14px;
        }

    .agendamento .card .container-agendamento {
        width: 100%;
        height: auto;
    }

        .agendamento .card .container-agendamento .agendamento-navbar {
            position: relative;
            display: flex;
            width: 100%;
            padding: 0px 0px 40px 0px;
        }

            .agendamento .card .container-agendamento .agendamento-navbar .navbar-item {
                flex-direction: column;
                width: calc(100% / 3);
                padding: 8px 0px 8px 0px;
                text-align: center;
                font-weight: 300;
                font-size: 14px;
                vertical-align: middle;
                cursor: pointer;
            }

                .agendamento .card .container-agendamento .agendamento-navbar .navbar-item span {
                    font-size: 12px;
                    font-weight: 600;
                    cursor: pointer;
                }

                .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(1)::before {
                    position: absolute;
                    content: " ";
                    height: calc(61px - (2 * 8px));
                    width: 61px;
                    left: 0px;
                    background: url(../Content/images/arrow-left.svg) no-repeat left;
                    opacity: 0.4;
                }

                .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(2) {
                    border-left: 1px solid transparent;
                    border-right: 1px solid transparent;
                    font-size: 18px;
                    font-weight: 600;
                    cursor: default;
                }

                    .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(2) span {
                        cursor: default;
                    }

                .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(3)::before {
                    position: absolute;
                    content: " ";
                    height: calc(61px - (2 * 8px));
                    width: 61px;
                    left: calc(100% - 61px);
                    background: url(../Content/images/arrow-right.svg) no-repeat right;
                    opacity: 0.4;
                }

        .agendamento .card .container-agendamento .agendamento-content .timetable .time {
            display: inline-block;
            width: calc((100% / 10) - 4px);
            padding: 8px 0px;
            margin: 8px 2px;
            border: 1px solid transparent;
            border-radius: 4px;
            text-align: center;
            cursor: pointer;
        }

            .agendamento .card .container-agendamento .agendamento-content .timetable .time.disabled {
                border: none;
                box-shadow: none;
                cursor: default;
            }

@media (max-width: 1290px) {
    .home.instrucoes h2 {
        font-size: 3em;
    }

    .home.instrucoes .steps {
        width: 100%;
    }

        .home.instrucoes .steps .step-content {
            position: relative;
            width: 100%;
            height: auto;
            margin: 80px 0;
        }

            .home.instrucoes .steps .step-content .step-number {
                position: absolute;
                margin-top: 120px;
                width: 25%;
                transform: translateZ(-0.1px) scale(1.1);
                z-index: -100;
            }

                .home.instrucoes .steps .step-content .step-number img {
                    width: 100%;
                }

            .home.instrucoes .steps .step-content .step-scene {
                position: relative;
                margin: 0 auto;
                width: 800px;
                height: 600px;
            }

                .home.instrucoes .steps .step-content .step-scene h1 {
                    position: absolute;
                    margin-top: 80px;
                    margin-left: -14px;
                    font-size: 3em;
                    font-weight: 700;
                    line-height: 42px;
                    transform: translateZ(0.1px) scale(0.9);
                    z-index: 100;
                }

                .home.instrucoes .steps .step-content .step-scene .scene {
                    position: relative;
                    width: 100%;
                    height: 100%;
                }

                    .home.instrucoes .steps .step-content .step-scene .scene .bg {
                        position: absolute;
                        bottom: 0px;
                        width: 100%;
                        height: 108px;
                        border-top: 1px solid #d7e3f4;
                        background: #e7ecf4;
                    }

                        .home.instrucoes .steps .step-content .step-scene .scene .bg .noise {
                            width: 100%;
                            height: 100%;
                            background-image: url(../Content/images/noise.png);
                            background-size: 574px 482px;
                            opacity: 0.2;
                        }

                    .home.instrucoes .steps .step-content .step-scene .scene img {
                        position: absolute;
                        width: calc(100% + 40px);
                        margin-left: calc(-40px / 2);
                        left: 0;
                        right: 0;
                        bottom: 0;
                        text-align: center;
                    }

                        .home.instrucoes .steps .step-content .step-scene .scene img:nth-child(3) {
                            bottom: 10px;
                            transform: translateZ(0.1px) scale(0.9);
                            z-index: 100;
                        }

                        .home.instrucoes .steps .step-content .step-scene .scene img:nth-child(4) {
                            transform: translateZ(0.05px) scale(0.95);
                            z-index: 50;
                        }

            .home.instrucoes .steps .step-content .step-description {
                margin: 0 auto;
                width: 800px;
                height: auto;
                padding: 32px 0 0px 0;
            }

                .home.instrucoes .steps .step-content .step-description p {
                    margin-bottom: 0px;
                }

            .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                margin-left: -134px;
            }

            .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                margin-left: -214px;
            }

            .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                margin-left: -218px;
            }

            .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                margin-left: -254px;
            }

            .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                margin-left: -212px;
            }

            .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                margin-left: -218px;
            }
}

@media (max-width: 992px) {
    .home .input-group {
        width: 80%;
        margin: 0 auto 16px auto;
    }

        .home .input-group .form-label-group:nth-child(1), .home .input-group .form-label-group:nth-child(2), .home .input-group .form-label-group:nth-child(3) {
            width: 100%;
        }

        .home .input-group button {
            width: 100%;
            margin: 0 auto 16px auto;
        }

    .home.instrucoes h2 {
        font-size: 3em;
    }

    .home.instrucoes .steps {
        margin-bottom: 0px;
    }

        .home.instrucoes .steps .step-content {
            width: 100%;
            height: auto;
        }

            .home.instrucoes .steps .step-content .step-number {
                width: 200px;
            }

            .home.instrucoes .steps .step-content .step-scene {
                width: 100%;
                height: 620px;
            }

                .home.instrucoes .steps .step-content .step-scene h1 {
                    margin-left: 160px;
                    margin-top: 20px;
                    font-size: 3em;
                }

                .home.instrucoes .steps .step-content .step-scene .scene .bg {
                    height: 140px;
                }

            .home.instrucoes .steps .step-content .step-description {
                width: 80%;
                height: auto;
                padding-bottom: 0;
            }

                .home.instrucoes .steps .step-content .step-description p {
                    padding-bottom: 80px;
                }

            .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }
}

@media (max-width: 768px) {
    .home .input-group {
        width: 80%;
        margin: 0 auto 16px auto;
    }

        .home .input-group .form-label-group:nth-child(1), .home .input-group .form-label-group:nth-child(2), .home .input-group .form-label-group:nth-child(3) {
            width: 100%;
        }

        .home .input-group button {
            width: 100%;
            margin: 0 auto 16px auto;
        }

    .home.instrucoes h2 {
        font-size: 1.3em;
    }

    .home.instrucoes .steps {
        margin-bottom: 0px;
    }

        .home.instrucoes .steps .step-content {
            width: 100%;
            height: auto;
        }

            .home.instrucoes .steps .step-content .step-number {
                width: 200px;
            }

            .home.instrucoes .steps .step-content .step-scene {
                width: 100%;
                height: 520px;
            }

                .home.instrucoes .steps .step-content .step-scene h1 {
                    margin-left: 120px;
                    margin-top: 20px;
                    font-size: 2em;
                }

                .home.instrucoes .steps .step-content .step-scene .scene .bg {
                    height: 112px;
                }

            .home.instrucoes .steps .step-content .step-description {
                width: 80%;
                height: auto;
                padding-bottom: 0;
            }

                .home.instrucoes .steps .step-content .step-description p {
                    padding-bottom: 80px;
                }

            .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

    .home.footer {
        margin-top: 0px;
    }

        .home.footer .filter {
            float: none;
            position: relative;
            top: 16px;
            width: 100%;
        }

            .home.footer .filter select {
                width: 100%;
            }

        .home.footer hr {
            padding-top: 16px;
        }

        .home.footer .card {
            width: calc((100% / 2) - 19px);
            min-height: 120px;
        }

    .estampador .input-group,
    .pagamento .input-group {
        width: 100%;
    }

        .estampador .input-group .form-label-group,
        .pagamento .input-group .form-label-group {
            width: 100%;
        }

    .estampador .btn-block,
    .pagamento .btn-block {
        width: 100%;
    }

    .agendamento .submit a, .agendamento .submit button {
        width: 100%;
        margin-bottom: 8px;
    }

    .agendamento .card .container-agendamento .agendamento-content .timetable .time {
        width: calc((100% / 4) - 4px);
    }
}

@media (max-width: 576px) {
    body {
        background-position: 0px 360px;
        background-size: 172px 180px;
        background-blend-mode: color-burn;
    }

    .container .row {
        margin: 0px;
    }

    .card h2 {
        font-size: 20px;
        margin-top: 0px;
    }

    .box-steps .progress {
        width: 70%;
        margin-left: calc(-70% / 2);
    }

    .box-steps .step {
        font-size: 10px;
        font-weight: 400;
    }

    .home .navbar .navbar-bg,
    .estampador .navbar .navbar-bg,
    .pagamento .navbar .navbar-bg {
        height: 86px;
    }

    .home .navbar .navbar-brand img,
    .estampador .navbar .navbar-brand img,
    .pagamento .navbar .navbar-brand img {
        margin-top: 0px;
        height: 60px;
        width: 160px;
    }

    .home .input-group {
        width: 100%;
    }

        .home .input-group .form-label-group:nth-child(1), .home .input-group .form-label-group:nth-child(2), .home .input-group .form-label-group:nth-child(3) {
            width: 90%;
            margin: 0 auto 16px auto;
        }

        .home .input-group button {
            width: 90%;
            margin: 0 auto 16px auto;
        }

    .home.instrucoes {
        padding: 0px;
    }

        .home.instrucoes .instrucoes-title {
            padding-top: 30px;
            padding-bottom: 0px;
        }

            .home.instrucoes .instrucoes-title h2 {
                font-size: 2em;
                padding: 8px 0 0 0;
            }

        .home.instrucoes .steps {
            margin-bottom: 34px;
        }

            .home.instrucoes .steps .step-content {
                width: 100%;
                height: auto;
            }

                .home.instrucoes .steps .step-content .step-number {
                    width: 100px;
                }

                .home.instrucoes .steps .step-content .step-scene {
                    width: 100%;
                    height: 430px;
                }

                    .home.instrucoes .steps .step-content .step-scene h1 {
                        margin-left: 80px;
                        margin-top: 20px;
                        font-size: 2em;
                    }

                    .home.instrucoes .steps .step-content .step-scene .scene .bg {
                        height: 86px;
                    }

                .home.instrucoes .steps .step-content .step-description {
                    width: 80%;
                    height: auto;
                    padding-bottom: 0;
                }

                    .home.instrucoes .steps .step-content .step-description p {
                        padding-bottom: 20px;
                    }

                .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

    .home.footer {
        margin-top: 0px;
    }

        .home.footer .card {
            width: calc((100% / 1) - 19px);
            min-height: 90px;
        }

    .estampador .input-group,
    .pagamento .input-group,
    .agendamento .input-group {
        width: 100%;
    }

    .estampador .btn-block,
    .pagamento .btn-block,
    .agendamento .btn-block {
        width: 100%;
    }

    .estampador .submit a, .estampador .submit button,
    .pagamento .submit a,
    .pagamento .submit button,
    .agendamento .submit a,
    .agendamento .submit button {
        width: 100%;
        margin-bottom: 8px;
    }

    .agendamento .card .container-agendamento .agendamento-navbar .navbar-item {
        font-size: 10px;
        cursor: pointer;
    }

        .agendamento .card .container-agendamento .agendamento-navbar .navbar-item span {
            font-size: 10px;
            font-weight: 600;
        }

        .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(1)::before {
            height: calc(52px - (2 * 8px));
            left: -10px;
        }

        .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(2) {
            border: none;
            color: #007bff;
            font-size: 14px;
            font-weight: 600;
            cursor: default;
        }

            .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(2) span {
                cursor: default;
            }

        .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(3)::before {
            height: calc(52px - (2 * 8px));
            left: calc((100% - 52px) + 1px);
        }

    .agendamento .card .container-agendamento .agendamento-content .timetable .time {
        width: calc((100% / 3) - 4px);
    }
}

@media (max-width: 480px) {
    .home.instrucoes {
        padding: 0px;
    }

        .home.instrucoes .instrucoes-title {
            padding-top: 30px;
            padding-bottom: 0px;
        }

            .home.instrucoes .instrucoes-title h2 {
                font-size: 2em;
                padding: 8px 0 0 0;
            }

        .home.instrucoes .steps {
            margin-bottom: 34px;
        }

            .home.instrucoes .steps .step-content {
                width: 100%;
                height: auto;
            }

                .home.instrucoes .steps .step-content .step-number {
                    width: 100px;
                }

                .home.instrucoes .steps .step-content .step-scene {
                    width: 100%;
                    height: 320px;
                }

                    .home.instrucoes .steps .step-content .step-scene h1 {
                        margin-left: 80px;
                        margin-top: 20px;
                        font-size: 2em;
                    }

                    .home.instrucoes .steps .step-content .step-scene .scene .bg {
                        height: 74px;
                    }

                .home.instrucoes .steps .step-content .step-description {
                    width: 80%;
                    height: auto;
                    padding-bottom: 0;
                }

                    .home.instrucoes .steps .step-content .step-description p {
                        padding-bottom: 0;
                    }

                .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }
}

@media (max-width: 320px) {
    .home.instrucoes {
        padding: 0px;
    }

        .home.instrucoes .instrucoes-title {
            padding-top: 30px;
            padding-bottom: 0px;
        }

            .home.instrucoes .instrucoes-title h2 {
                font-size: 2em;
                padding: 8px 0 0 0;
            }

        .home.instrucoes .steps {
            margin-bottom: 34px;
        }

            .home.instrucoes .steps .step-content {
                width: 100%;
                height: auto;
            }

                .home.instrucoes .steps .step-content .step-number {
                    width: 100px;
                }

                .home.instrucoes .steps .step-content .step-scene {
                    width: 100%;
                    height: 320px;
                }

                    .home.instrucoes .steps .step-content .step-scene h1 {
                        margin-left: 80px;
                        margin-top: 20px;
                        font-size: 2em;
                    }

                    .home.instrucoes .steps .step-content .step-scene .scene .bg {
                        height: 54px;
                    }

                .home.instrucoes .steps .step-content .step-description {
                    width: 80%;
                    height: auto;
                    padding-bottom: 0;
                }

                    .home.instrucoes .steps .step-content .step-description p {
                        padding-bottom: 0;
                    }

                .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }
}

html,
body {
    background-color: whitesmoke;
}

.box-steps .progress {
    background: #e2e2e2;
}

.box-steps .step {
    color: rgba(0, 0, 0, 0.5);
}

    .box-steps .step span {
        background: #e2e2e2;
        box-shadow: 0px 0px 0px 4px whitesmoke;
    }

.box-steps.consulta .step:nth-child(2) label {
    color: #0283d7;
}

.box-steps.consulta .step:nth-child(2) span {
    background: #0283d7;
    box-shadow: 0 0 0 0 rgba(2, 131, 215, 0.8), 0px 0px 0px 4px whitesmoke;
}

.box-steps.estampagem .progress {
    background-image: linear-gradient(to right, #0283d7 35%, #e2e2e2 calc(35% + 0.01%), #e2e2e2 100%);
}

.box-steps.estampagem .step:nth-child(2) span, .box-steps.estampagem .step:nth-child(3) span {
    background: #0283d7;
    box-shadow: 0 0 0 0 rgba(2, 131, 215, 0.8), 0px 0px 0px 4px whitesmoke;
}

.box-steps.estampagem .step:nth-child(4) label {
    color: #0283d7;
}

.box-steps.pagamento .progress {
    background-image: linear-gradient(to right, #0283d7 68%, #e2e2e2 calc(68% + 0.01%), #e2e2e2 100%);
}

.box-steps.pagamento .step:nth-child(2) span, .box-steps.pagamento .step:nth-child(3) span, .box-steps.pagamento .step:nth-child(4) span {
    background: #0283d7;
    box-shadow: 0 0 0 0 rgba(2, 131, 215, 0.8), 0px 0px 0px 4px whitesmoke;
}

.box-steps.pagamento .step:nth-child(4) label {
    font-weight: 700;
    color: #0283d7;
}

.box-steps.agendamento .progress {
    background-image: linear-gradient(to right, #0283d7 99.9%, #e2e2e2 calc(99.9% + 0.01%), #e2e2e2 100%);
}

.box-steps.agendamento .step:nth-child(2) span, .box-steps.agendamento .step:nth-child(3) span, .box-steps.agendamento .step:nth-child(4) span, .box-steps.agendamento .step:nth-child(5) span {
    background: #0283d7;
    box-shadow: 0 0 0 0 rgba(2, 131, 215, 0.8), 0px 0px 0px 4px whitesmoke;
}

.box-steps.agendamento .step:nth-child(5) label {
    color: #0283d7;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(2, 131, 215, 0.7), 0 0 0 4px whitesmoke;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(2, 131, 215, 0), 0 0 0 4px whitesmoke;
    }

    100% {
        box-shadow: 0 0 0 0 rgba(2, 131, 215, 0), 0 0 0 4px whitesmoke;
    }
}

.navbar {
    background-color: #0283d7;
}

    .navbar .navbar-bg {
        background-color: #0067aa;
    }

    .navbar .navbar-brand img {
        filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.5));
    }

.input-group .form-label-group {
    /* Fallback for Edge
  -------------------------------------------------- */
    /* Fallback for IE
  -------------------------------------------------- */
}

    .input-group .form-label-group input,
    .input-group .form-label-group label {
        height: 3.95rem;
        padding: 1.25rem 0.85rem;
    }

    .input-group .form-label-group input,
    .input-group .form-label-group select {
        border-color: #005993;
    }

        .input-group .form-label-group input:focus,
        .input-group .form-label-group select:focus {
            border-color: #0086de;
            box-shadow: 0 0 5px 1px rgba(0, 123, 255, 0.25);
        }

        .input-group .form-label-group input::-webkit-input-placeholder,
        .input-group .form-label-group select::-webkit-input-placeholder {
            color: transparent;
        }

        .input-group .form-label-group input:-ms-input-placeholder,
        .input-group .form-label-group select:-ms-input-placeholder {
            color: transparent;
        }

        .input-group .form-label-group input::-ms-input-placeholder,
        .input-group .form-label-group select::-ms-input-placeholder {
            color: transparent;
        }

        .input-group .form-label-group input::-moz-placeholder,
        .input-group .form-label-group select::-moz-placeholder {
            color: transparent;
        }

        .input-group .form-label-group input::placeholder,
        .input-group .form-label-group select::placeholder {
            color: transparent;
        }

    .input-group .form-label-group label {
        color: #495057;
    }

@supports (-ms-ime-align: auto) {
    .input-group .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .input-group .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

.input-group button {
    background: #0283d7;
    border-color: #005993;
}

.home .description {
    color: #34495e;
}

.home .input-group {
    display: flex;
}

    .home .input-group .form-label-group {
        flex-direction: row;
    }

        .home .input-group .form-label-group:nth-child(1) {
            width: 22%;
            margin-right: 8px;
        }

        .home .input-group .form-label-group:nth-child(2) {
            width: calc(100% - ((2 * 8px) + 22% + 220px));
            margin-right: 8px;
        }

        .home .input-group .form-label-group input:not(:placeholder-shown) {
            padding-top: 2.05rem;
            padding-bottom: 0.45rem;
        }

            .home .input-group .form-label-group input:not(:placeholder-shown) ~ label {
                padding-top: 0.55rem;
                padding-bottom: 0.25rem;
                font-size: 14px;
                color: #777;
            }

        .home .input-group .form-label-group input#Placa {
            text-transform: uppercase;
        }

        .home .input-group .form-label-group select {
            display: inline-block;
            height: 3.95rem;
            width: 100%;
            padding-top: 1.68rem;
            padding-bottom: 0.45rem;
            font-size: 1.4rem;
            background: url(../Content/images/arrow-down.png) no-repeat right;
            -webkit-appearance: none;
            background-position-x: calc(100% - 10px);
            outline: none;
            vertical-align: middle;
            background-color: #fff;
            color: #777;
        }

            .home .input-group .form-label-group select option {
                font-size: 14px;
                padding: 2px 8px;
            }

            .home .input-group .form-label-group select ~ label {
                font-size: 14px;
                padding: 0.55rem 0.85rem;
            }

.home.separator {
    background-color: whitesmoke;
}

.home.instrucoes .instrucoes-title h2 {
    color: #34495e;
}

.home.instrucoes .instrucoes-title .hr {
    background: #e2e2e2;
}

.home.instrucoes .steps .step-content .step-scene h1 {
    color: #007bff;
}

.home.instrucoes .steps .step-content .step-scene .scene .bg {
    border-color: #d7e3f4;
    background: #e7ecf4;
}

.home.instrucoes .steps .step-content .step-description p {
    background: whitesmoke;
}

.home.footer {
    color: #fff;
    background: #151515;
}

    .home.footer .filter select {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

        .home.footer .filter select option {
            color: #000;
        }

    .home.footer hr {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .home.footer .card {
        background: transparent;
    }

        .home.footer .card h4 span {
            color: rgba(255, 255, 255, 0.4);
        }

            .home.footer .card h4 span small {
                color: #fff;
            }

        .home.footer .card p {
            color: rgba(255, 255, 255, 0.4);
        }

.estampador .input-group .form-label-group select {
    background-color: #fff;
}

    .estampador .input-group .form-label-group select ~ label {
        color: transparent;
    }

        .estampador .input-group .form-label-group select ~ label.selected {
            color: #777;
        }

.estampador .input-group .form-label-group input:not(:placeholder-shown) ~ label {
    color: #777;
}

.pagamento .list-infos.price {
    color: #1dd1a1;
}

    .pagamento .list-infos.price span {
        color: #212529;
    }

.pagamento .jumbotron {
    border-color: #007bff;
    background: #f0f7ff;
}

.agendamento .card .list-infos.price {
    color: #1dd1a1;
}

    .agendamento .card .list-infos.price span {
        color: #212529;
    }

.agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(2) {
    border-color: #cfcfcf;
    color: #007bff;
}

.agendamento .card .container-agendamento .agendamento-content .timetable .time {
    border-color: #007bff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

    .agendamento .card .container-agendamento .agendamento-content .timetable .time:hover {
        background: #f0f7ff;
    }

    .agendamento .card .container-agendamento .agendamento-content .timetable .time.disabled {
        color: #cfcfcf;
        background: #fbfbfb;
    }

@media (max-width: 1290px) {
    .home.instrucoes h2 {
        font-size: 3em;
    }

    .home.instrucoes .steps {
        width: 100%;
    }

        .home.instrucoes .steps .step-content {
            position: relative;
            width: 100%;
            height: auto;
            margin: 80px 0;
        }

            .home.instrucoes .steps .step-content .step-number {
                position: absolute;
                margin-top: 120px;
                width: 25%;
                transform: translateZ(-0.1px) scale(1.1);
                z-index: -100;
            }

                .home.instrucoes .steps .step-content .step-number img {
                    width: 100%;
                }

            .home.instrucoes .steps .step-content .step-scene {
                position: relative;
                margin: 0 auto;
                width: 800px;
                height: 600px;
            }

                .home.instrucoes .steps .step-content .step-scene h1 {
                    position: absolute;
                    margin-top: 80px;
                    margin-left: -14px;
                    font-size: 3em;
                    font-weight: 700;
                    line-height: 42px;
                    transform: translateZ(0.1px) scale(0.9);
                    z-index: 100;
                }

                .home.instrucoes .steps .step-content .step-scene .scene {
                    position: relative;
                    width: 100%;
                    height: 100%;
                }

                    .home.instrucoes .steps .step-content .step-scene .scene .bg {
                        position: absolute;
                        bottom: 0px;
                        width: 100%;
                        height: 108px;
                        border-top: 1px solid #d7e3f4;
                        background: #e7ecf4;
                    }

                        .home.instrucoes .steps .step-content .step-scene .scene .bg .noise {
                            width: 100%;
                            height: 100%;
                            background-image: url(../Content/images/noise.png);
                            background-size: 574px 482px;
                            opacity: 0.2;
                        }

                    .home.instrucoes .steps .step-content .step-scene .scene img {
                        position: absolute;
                        width: calc(100% + 40px);
                        margin-left: calc(-40px / 2);
                        left: 0;
                        right: 0;
                        bottom: 0;
                        text-align: center;
                    }

                        .home.instrucoes .steps .step-content .step-scene .scene img:nth-child(3) {
                            bottom: 10px;
                            transform: translateZ(0.1px) scale(0.9);
                            z-index: 100;
                        }

                        .home.instrucoes .steps .step-content .step-scene .scene img:nth-child(4) {
                            transform: translateZ(0.05px) scale(0.95);
                            z-index: 50;
                        }

            .home.instrucoes .steps .step-content .step-description {
                margin: 0 auto;
                width: 800px;
                height: auto;
                padding: 32px 0 0px 0;
            }

                .home.instrucoes .steps .step-content .step-description p {
                    margin-bottom: 0px;
                }

            .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                margin-left: -134px;
            }

            .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                margin-left: -214px;
            }

            .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                margin-left: -218px;
            }

            .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                margin-left: -254px;
            }

            .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                margin-left: -212px;
            }

            .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                margin-left: -218px;
            }
}

@media (max-width: 992px) {
    .home .input-group {
        width: 80%;
        margin: 0 auto 16px auto;
    }

        .home .input-group .form-label-group:nth-child(1), .home .input-group .form-label-group:nth-child(2), .home .input-group .form-label-group:nth-child(3) {
            width: 100%;
        }

        .home .input-group button {
            width: 100%;
            margin: 0 auto 16px auto;
        }

    .home.instrucoes h2 {
        font-size: 3em;
    }

    .home.instrucoes .steps {
        margin-bottom: 0px;
    }

        .home.instrucoes .steps .step-content {
            width: 100%;
            height: auto;
        }

            .home.instrucoes .steps .step-content .step-number {
                width: 200px;
            }

            .home.instrucoes .steps .step-content .step-scene {
                width: 100%;
                height: 620px;
            }

                .home.instrucoes .steps .step-content .step-scene h1 {
                    margin-left: 160px;
                    margin-top: 20px;
                    font-size: 3em;
                }

                .home.instrucoes .steps .step-content .step-scene .scene .bg {
                    height: 140px;
                }

            .home.instrucoes .steps .step-content .step-description {
                width: 80%;
                height: auto;
                padding-bottom: 0;
            }

                .home.instrucoes .steps .step-content .step-description p {
                    padding-bottom: 80px;
                }

            .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }
}

@media (max-width: 768px) {
    .home .input-group {
        width: 80%;
        margin: 0 auto 16px auto;
    }

        .home .input-group .form-label-group:nth-child(1), .home .input-group .form-label-group:nth-child(2), .home .input-group .form-label-group:nth-child(3) {
            width: 100%;
        }

        .home .input-group button {
            width: 100%;
            margin: 0 auto 16px auto;
        }

    .home.instrucoes h2 {
        font-size: 1.3em;
    }

    .home.instrucoes .steps {
        margin-bottom: 0px;
    }

        .home.instrucoes .steps .step-content {
            width: 100%;
            height: auto;
        }

            .home.instrucoes .steps .step-content .step-number {
                width: 200px;
            }

            .home.instrucoes .steps .step-content .step-scene {
                width: 100%;
                height: 520px;
            }

                .home.instrucoes .steps .step-content .step-scene h1 {
                    margin-left: 120px;
                    margin-top: 20px;
                    font-size: 2em;
                }

                .home.instrucoes .steps .step-content .step-scene .scene .bg {
                    height: 112px;
                }

            .home.instrucoes .steps .step-content .step-description {
                width: 80%;
                height: auto;
                padding-bottom: 0;
            }

                .home.instrucoes .steps .step-content .step-description p {
                    padding-bottom: 80px;
                }

            .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

            .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                margin-top: -5px;
                margin-left: 0px;
            }

    .home.footer {
        margin-top: 0px;
    }

        .home.footer .filter {
            float: none;
            position: relative;
            top: 16px;
            width: 100%;
        }

            .home.footer .filter select {
                width: 100%;
            }

        .home.footer hr {
            padding-top: 16px;
        }

        .home.footer .card {
            width: calc((100% / 2) - 19px);
            min-height: 120px;
        }

    .estampador .input-group,
    .pagamento .input-group {
        width: 100%;
    }

        .estampador .input-group .form-label-group,
        .pagamento .input-group .form-label-group {
            width: 100%;
        }

    .estampador .btn-block,
    .pagamento .btn-block {
        width: 100%;
    }

    .agendamento .submit a, .agendamento .submit button {
        width: 100%;
        margin-bottom: 8px;
    }

    .agendamento .card .container-agendamento .agendamento-content .timetable .time {
        width: calc((100% / 4) - 4px);
    }
}

@media (max-width: 576px) {
    body {
        background-position: 0px 360px;
        background-size: 172px 180px;
        background-blend-mode: color-burn;
    }

    .container .row {
        margin: 0px;
    }

    .card h2 {
        font-size: 20px;
        margin-top: 0px;
    }

    .box-steps .progress {
        width: 70%;
        margin-left: calc(-70% / 2);
    }

    .box-steps .step {
        font-size: 10px;
        font-weight: 400;
    }

    .home .navbar .navbar-bg,
    .estampador .navbar .navbar-bg,
    .pagamento .navbar .navbar-bg {
        height: 86px;
    }

    .home .navbar .navbar-brand img,
    .estampador .navbar .navbar-brand img,
    .pagamento .navbar .navbar-brand img {
        margin-top: 0px;
        height: 60px;
        width: 160px;
    }

    .home .input-group {
        width: 100%;
    }

        .home .input-group .form-label-group:nth-child(1), .home .input-group .form-label-group:nth-child(2), .home .input-group .form-label-group:nth-child(3) {
            width: 90%;
            margin: 0 auto 16px auto;
        }

        .home .input-group button {
            width: 90%;
            margin: 0 auto 16px auto;
        }

    .home.instrucoes {
        padding: 0px;
    }

        .home.instrucoes .instrucoes-title {
            padding-top: 30px;
            padding-bottom: 0px;
        }

            .home.instrucoes .instrucoes-title h2 {
                font-size: 2em;
                padding: 8px 0 0 0;
            }

        .home.instrucoes .steps {
            margin-bottom: 34px;
        }

            .home.instrucoes .steps .step-content {
                width: 100%;
                height: auto;
            }

                .home.instrucoes .steps .step-content .step-number {
                    width: 100px;
                }

                .home.instrucoes .steps .step-content .step-scene {
                    width: 100%;
                    height: 430px;
                }

                    .home.instrucoes .steps .step-content .step-scene h1 {
                        margin-left: 80px;
                        margin-top: 20px;
                        font-size: 2em;
                    }

                    .home.instrucoes .steps .step-content .step-scene .scene .bg {
                        height: 86px;
                    }

                .home.instrucoes .steps .step-content .step-description {
                    width: 80%;
                    height: auto;
                    padding-bottom: 0;
                }

                    .home.instrucoes .steps .step-content .step-description p {
                        padding-bottom: 20px;
                    }

                .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

    .home.footer {
        margin-top: 0px;
    }

        .home.footer .card {
            width: calc((100% / 1) - 19px);
            min-height: 90px;
        }

    .estampador .input-group,
    .pagamento .input-group,
    .agendamento .input-group {
        width: 100%;
    }

    .estampador .btn-block,
    .pagamento .btn-block,
    .agendamento .btn-block {
        width: 100%;
    }

    .estampador .submit a, .estampador .submit button,
    .pagamento .submit a,
    .pagamento .submit button,
    .agendamento .submit a,
    .agendamento .submit button {
        width: 100%;
        margin-bottom: 8px;
    }

    .agendamento .card .container-agendamento .agendamento-navbar .navbar-item {
        font-size: 10px;
        cursor: pointer;
    }

        .agendamento .card .container-agendamento .agendamento-navbar .navbar-item span {
            font-size: 10px;
            font-weight: 600;
        }

        .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(1)::before {
            height: calc(52px - (2 * 8px));
            left: -10px;
        }

        .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(2) {
            border: none;
            color: #007bff;
            font-size: 14px;
            font-weight: 600;
            cursor: default;
        }

            .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(2) span {
                cursor: default;
            }

        .agendamento .card .container-agendamento .agendamento-navbar .navbar-item:nth-child(3)::before {
            height: calc(52px - (2 * 8px));
            left: calc((100% - 52px) + 1px);
        }

    .agendamento .card .container-agendamento .agendamento-content .timetable .time {
        width: calc((100% / 3) - 4px);
    }
}

@media (max-width: 480px) {
    .home.instrucoes {
        padding: 0px;
    }

        .home.instrucoes .instrucoes-title {
            padding-top: 30px;
            padding-bottom: 0px;
        }

            .home.instrucoes .instrucoes-title h2 {
                font-size: 2em;
                padding: 8px 0 0 0;
            }

        .home.instrucoes .steps {
            margin-bottom: 34px;
        }

            .home.instrucoes .steps .step-content {
                width: 100%;
                height: auto;
            }

                .home.instrucoes .steps .step-content .step-number {
                    width: 100px;
                }

                .home.instrucoes .steps .step-content .step-scene {
                    width: 100%;
                    height: 320px;
                }

                    .home.instrucoes .steps .step-content .step-scene h1 {
                        margin-left: 80px;
                        margin-top: 20px;
                        font-size: 2em;
                    }

                    .home.instrucoes .steps .step-content .step-scene .scene .bg {
                        height: 74px;
                    }

                .home.instrucoes .steps .step-content .step-description {
                    width: 80%;
                    height: auto;
                    padding-bottom: 0;
                }

                    .home.instrucoes .steps .step-content .step-description p {
                        padding-bottom: 0;
                    }

                .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }
}

@media (max-width: 320px) {
    .home.instrucoes {
        padding: 0px;
    }

        .home.instrucoes .instrucoes-title {
            padding-top: 30px;
            padding-bottom: 0px;
        }

            .home.instrucoes .instrucoes-title h2 {
                font-size: 2em;
                padding: 8px 0 0 0;
            }

        .home.instrucoes .steps {
            margin-bottom: 34px;
        }

            .home.instrucoes .steps .step-content {
                width: 100%;
                height: auto;
            }

                .home.instrucoes .steps .step-content .step-number {
                    width: 100px;
                }

                .home.instrucoes .steps .step-content .step-scene {
                    width: 100%;
                    height: 320px;
                }

                    .home.instrucoes .steps .step-content .step-scene h1 {
                        margin-left: 80px;
                        margin-top: 20px;
                        font-size: 2em;
                    }

                    .home.instrucoes .steps .step-content .step-scene .scene .bg {
                        height: 54px;
                    }

                .home.instrucoes .steps .step-content .step-description {
                    width: 80%;
                    height: auto;
                    padding-bottom: 0;
                }

                    .home.instrucoes .steps .step-content .step-description p {
                        padding-bottom: 0;
                    }

                .home.instrucoes .steps .step-content:nth-child(1) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(2) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(3) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(4) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(5) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }

                .home.instrucoes .steps .step-content:nth-child(6) .step-number {
                    margin-top: -5px;
                    margin-left: 0px;
                }
}


body {
    background: #fff;
    background: #171f2600 !important;
}

/*GLOBAL*/

#infoTerceiroAutorizado {
    display: none;
}

.btn.btn-primary {
    background-color: #4361a0;
    border-color: #002369;
}

    .btn.btn-primary:hover {
        background-color: #5b77b4;
        border-color: #001a4e;
    }

    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #475d8f;
    }

.btn-outline-secondary {
    background: #fff;
}

.navbar {
    height: auto;
    padding-top: 0px;
    border-bottom: 1px solid rgba(10, 13, 14, 0.8);
    background: #171f26;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e2830), color-stop(100%, #141b20));
    background-image: -webkit-linear-gradient(top, #1e2830, #141b20);
    background-image: -moz-linear-gradient(top, #1e2830, #141b20);
    background-image: -o-linear-gradient(top, #1e2830, #141b20);
    background-image: linear-gradient(top, #1e2830, #141b20);
}
    .navbar .navbar-bg {
        display: none;
    }

    .navbar .navbar-brand {
        padding-bottom: 0px !important;
    }
        .navbar .navbar-brand img {
            margin-top: 20px !important;
            margin-bottom: 20px !important;
            height: auto !important;
            width: auto !important;
            filter: none !important;
        }

.box-steps .progress {
    margin-left: calc(-73.8% / 2);
}

.box-steps.consulta .step:nth-child(2) label {
    color: #0283d7;
    color: #5370b0;
}
.box-steps.consulta .step:nth-child(2) span {
    background: #5370b0;
    box-shadow: 0 0 0 0 rgb(2 131 215 / 80%), 0px 0px 0px 4px whitesmoke;
}

.box-steps.tipoServico .progress {
    background-image: linear-gradient(to right, #5370b0 35%, #e2e2e2 35%, #e2e2e2 100%) !important;
}

.box-steps.tipoServico .step:nth-child(3) label {
    color: #5370b0;
}

.box-steps.tipoServico .progress {
    background-image: linear-gradient(to right, #5370b0 35%, #e2e2e2 calc(35% + 0.01%), #e2e2e2 100%);
}

.box-steps.tipoServico .step:nth-child(2) span,
.box-steps.tipoServico .step:nth-child(3) span {
    background: #5370b0;
    box-shadow: 0 0 0 0 rgb(2 131 215 / 80%), 0px 0px 0px 4px whitesmoke;
}

.box-steps.estampagem .progress {
    background-image: linear-gradient(to right, #5370b0 67%, #e2e2e2 67%, #e2e2e2 100%)!important;
}

.box-steps.estampagem .step:nth-child(4) label {
    color: #5370b0;
}
.box-steps.estampagem .progress {
    background-image: linear-gradient(to right, #5370b0 67%, #e2e2e2 calc(67% + 0.01%), #e2e2e2 100%);
}
.box-steps.estampagem .step:nth-child(2) span,
.box-steps.estampagem .step:nth-child(3) span,
.box-steps.estampagem .step:nth-child(4) span {
    background: #5370b0;
    box-shadow: 0 0 0 0 rgb(2 131 215 / 80%), 0px 0px 0px 4px whitesmoke;
}

.box-steps.pagamento .step:nth-child(4) label {
    color: #5370b0;
}
.box-steps.pagamento .progress {
    background-image: linear-gradient(to right, #5370b0 68%, #e2e2e2 calc(68% + 0.01%), #e2e2e2 100%);
}
.box-steps.pagamento .step:nth-child(2) span,
.box-steps.pagamento .step:nth-child(3) span,
.box-steps.pagamento .step:nth-child(4) span {
    background: #5370b0;
    box-shadow: 0 0 0 0 rgb(2 131 215 / 80%), 0px 0px 0px 4px whitesmoke;
}

.box-steps.agendamento .step:nth-child(5) label {
    color: #5370b0;
}
.box-steps.agendamento .progress {
    background-image: linear-gradient(to right, #5370b0 99.9%, #e2e2e2 calc(99.9% + 0.01%), #e2e2e2 100%);
}
.box-steps.agendamento .step:nth-child(2) span,
.box-steps.agendamento .step:nth-child(3) span,
.box-steps.agendamento .step:nth-child(4) span,
.box-steps.agendamento .step:nth-child(5) span {
    background: #5370b0;
    box-shadow: 0 0 0 0 rgb(2 131 215 / 80%), 0px 0px 0px 4px whitesmoke;
}

.box-steps .progress {
    margin-left: calc(-71% / 2);
    width: 71%;
}

.box-steps .step {
    width: calc(100% / 3);
}

.login .input-group {
    display: block;
}

.login .input-group .form-label-group input:not(:placeholder-shown) {
    padding-top: 2.05rem;
    padding-bottom: 0.45rem;
}

    .login .input-group .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: 0.55rem;
        padding-bottom: 0.25rem;
        font-size: 14px;
        color: #777;
    }

.login .btn {
    width: 100%;
}

.login .validation-summary-errors {
    margin-top: 20px;
}

.configuracao-agendamento {
    padding: 0px;
}

    .configuracao-agendamento .navbar .navbar-bg {
        height: 216px;
    }

    .configuracao-agendamento .navbar .navbar-brand img {
        margin-top: 40px;
        height: 150px;
        width: 290px;
    }

    .configuracao-agendamento .input-group {
        width: 300px;
    }

        .configuracao-agendamento .input-group .form-label-group {
            width: 100%;
        }

            .configuracao-agendamento .input-group .form-label-group input,
            .configuracao-agendamento .input-group .form-label-group label {
                height: 2.65rem;
                padding: 0.65rem 0.85rem;
            }


            .configuracao-agendamento .input-group .form-label-group select {
                height: 2.65rem;
                padding: 0.65rem 0.55rem;
                font-size: 1rem;
                background: url(../Content/images/arrow-down.png) no-repeat right;
                -webkit-appearance: none;
                background-position-x: calc(100% - 16px);
            }

                .configuracao-agendamento .input-group .form-label-group select[readonly] {
                    height: 2.65rem;
                    padding: 0.65rem 0.55rem;
                    font-size: 1rem;
                    background: #e9ecef url(../Content/images/arrow-down.png) no-repeat right;
                    -webkit-appearance: none;
                    background-position-x: calc(100% - 16px);
                }

                .configuracao-agendamento .input-group .form-label-group select.selected {
                    height: 2.65rem;
                    padding: 9px 0px 0px 13px;
                    font-size: 1rem;
                    line-height: 2.65rem;
                }

                .configuracao-agendamento .input-group .form-label-group select ~ label {
                    font-size: 14px;
                    padding: 0.55rem 0.85rem;
                    color: transparent;
                }

                    .configuracao-agendamento .input-group .form-label-group select ~ label.selected {
                        height: 2.65rem;
                        padding: 0.05rem 0.85rem;
                        font-size: 12px;
                        color: #777;
                    }

            .configuracao-agendamento .input-group .form-label-group input {
                font-size: 1rem;
            }

                .configuracao-agendamento .input-group .form-label-group input:not(:placeholder-shown) {
                    padding-top: 1.45rem;
                    padding-bottom: 0.45rem;
                }

                    .configuracao-agendamento .input-group .form-label-group input:not(:placeholder-shown) ~ label {
                        padding-top: 0.05rem;
                        padding-bottom: 0.25rem;
                        font-size: 12px;
                    }

    .configuracao-agendamento .form-inline .input-group {
        width: 258px;
    }

        .configuracao-agendamento .form-inline .input-group .form-control {
            width: 100%;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    .configuracao-agendamento .form-inline button {
        height: 42.39px;
        width: 42px;
        margin-top: -16px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .configuracao-agendamento .form-inline button img {
            height: 16px;
        }

    .configuracao-agendamento .card h2 small {
        border-left: 1px solid #ccc;
        margin-left: 8px;
        padding-left: 8px;
        font-size: 14px;
    }

        .configuracao-agendamento .card h2 small .badge {
            padding: 6px;
            font-size: 13px;
            font-weight: 600;
            color: #212529;
            background-color: rgba(108, 117, 125, 0.2);
        }

    .configuracao-agendamento .card h3 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
    }

        .configuracao-agendamento .card h3:not(:first-of-type) {
            margin-top: 40px;
        }

    .configuracao-agendamento table {
        width: 100%;
        margin-bottom: 1.5rem;
    }

        .configuracao-agendamento table thead {
            color: #212529;
            border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        }

            .configuracao-agendamento table thead tr th {
                padding-bottom: 8px;
                font-size: 15px;
            }

        .configuracao-agendamento table tbody tr:nth-child(even) {
            background: rgba(108, 117, 125, 0.06);
        }

        .configuracao-agendamento table tbody tr td {
            padding-top: 4px;
            padding-bottom: 4px;
            font-size: 14px;
        }

            .configuracao-agendamento table thead tr th:last-child,
            .configuracao-agendamento table tbody tr td:last-child {
                text-align: right;
                padding-right: 16px;
            }

            .configuracao-agendamento table thead tr th:first-child,
            .configuracao-agendamento table tbody tr td:first-child {
                padding-left: 16px;
            }

            .configuracao-agendamento table tbody tr td img.remove-indisponibilidade {
                height: 20px;
                opacity: 0.8;
            }

    .configuracao-agendamento .btn-sm {
        height: 40px;
    }

    .configuracao-agendamento .alert {
        display: none;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: calc(300px / -2);
        margin-bottom: 20px;
        height: auto;
        width: 300px;
        max-width: 300px;
        min-width: 300px;
        text-align: center;
    }

.login .description,
.home .description,
.estampador .description,
.pagamento .description,
.agendamento .description {
    font-weight: 200;
    text-align: center;
    padding: 40px 0px;
    line-height: 35px;
}

.box-steps.agendamento .step span {
    background: #003399;
}

.list-infos ~ h5 {
    font-weight: 400;
}

.form-group {
    transform-style: preserve-3d;
}

.home .form-group {
    flex-direction: row;
}

    .home .form-group input,
    .home .form-group label {
        height: 3.95rem;
        padding: 1.25rem 0.85rem;
    }

    .home .form-group label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        line-height: 1.5;
        pointer-events: none;
        cursor: text;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .home .form-group input,
    .home .form-group select {
        border-color: #005993;
    }

        .home .form-group input:focus,
        .home .form-group select:focus {
            border-color: #0086de;
            box-shadow: 0 0 5px 1px rgba(0, 123, 255, 0.25);
        }

        .home .form-group input::-webkit-input-placeholder,
        .home .form-group select::-webkit-input-placeholder {
            color: transparent;
        }

        .home .form-group input:-ms-input-placeholder,
        .home .form-group select:-ms-input-placeholder {
            color: transparent;
        }

        .home .form-group input::-moz-placeholder,
        .home .form-group select::-moz-placeholder {
            color: transparent;
        }

        .home .form-group input::placeholder,
        .home .form-group select::placeholder {
            color: transparent;
        }

    .home .form-group label {
        color: #495057;
    }

.home #informativo {
    width: 100%;
}

    .home .form-group .input-group-append {
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: calc(-40px + 1px);
        margin-top: 1px;
        height: calc(100% - 2px);
    }

        .home .form-group .input-group-append button {
            border: none;
            background: #e2e2e2;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

            .home .form-group .input-group-append button i {
                color: #005993;
            }

@supports (-ms-ime-align: auto) {
    .home .form-group input::-ms-input-placeholder {
        color: #777;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home .form-group input:-ms-input-placeholder {
        color: #777;
    }
}

    .home .form-group input:not(:placeholder-shown) {
        padding-top: 2.05rem;
        padding-bottom: 0.45rem;
    }

        .home .form-group input:not(:placeholder-shown) ~ label {
            padding-top: 0.55rem;
            padding-bottom: 0.25rem;
            font-size: 14px;
            color: #777;
        }

    .home .form-group input#Placa {
        text-transform: uppercase;
    }

    .home .form-group select {
        display: inline-block;
        height: 3.95rem;
        width: 100%;
        padding-top: 1.68rem;
        padding-bottom: 0.45rem;
        font-size: 1rem;
        background: url(../Content/images/arrow-down.png) no-repeat right;
        -webkit-appearance: none;
        background-position-x: calc(100% - 10px);
        outline: none;
        vertical-align: middle;
        background-color: #fff;
        color: #777;
    }

        .home .form-group select option {
            font-size: 14px;
            padding: 2px 8px;
        }

        .home .form-group select ~ label {
            font-size: 14px;
            padding: 0.55rem 0.85rem;
        }

.home .link-lojistas {
    text-decoration: none;
    color: #34495e;
}

.home .card-lojistas {
    min-height: 185px;
    color: #34495e;
}

    .home .card-lojistas.title-only .title {
        display: table;
        height: 137px;
    }
        .home .card-lojistas.title-only .title h2 {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 30px;
            font-weight: 600;
        }

.home .card-lojistas img {
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 180px;
}

.home .card-lojistas h3 {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.home .card-lojistas p {
    font-size: 13px!important;
}

.home button#btnConsultarAutorizacao {
    width: 100%;
    padding: 0.975rem 0.75rem;
}

.home #frmConsultarAutorizacao {
    margin-bottom: 80px;
}

.home.footer {
    background: #171f26;
}

.local-instalacao {
    /*width: 100%;*/
}

    .local-instalacao p {
        margin-top: 30px !important;
        margin-bottom: 8px;
    }

    .local-instalacao .instalacao-option {
        padding: 8px 20px !important;
        background: #efefef;
        border-radius: 8px;
    }

        .local-instalacao .instalacao-option li {
            cursor: pointer;
        }

            .local-instalacao .instalacao-option li:not(:last-child) {
                margin-bottom: 8px;
            }

            .local-instalacao .instalacao-option li input[type="radio"] {
                cursor: pointer;
                margin-right: 8px;
                vertical-align: middle;
            }

            .local-instalacao .instalacao-option li span {
                display: inline-block;
                margin-right: 8px;
                font-weight: 600;
                vertical-align: middle;
                -webkit-touch-callout: none; /* iOS Safari */
                -webkit-user-select: none; /* Safari */
                -khtml-user-select: none; /* Konqueror HTML */
                -moz-user-select: none; /* Old versions of Firefox */
                -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
            }

.endereco-instalacao {
    display: table;
    width: 100%;
    height: 100%;
}

    .endereco-instalacao p {
        display: table-cell;
        vertical-align: middle;
    }

.alert {
    display: none;
    margin-top: 15px;
    font-size: 15px;
}

#formDelivery {
    display: none;
}

#content-map {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 20px;
    padding: 6px;
    border: 1px solid #ddd;
}

    #content-map.map-blocked:before {
        content: '';
        position: absolute;
        width: calc(100% - 12px);
        height: 400px;
        background: transparent;
        z-index: 10;
    }

    #content-map #loader-map {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

        #content-map #loader-map .loader {
            position: absolute;
            width: 32px;
            height: 32px;
            left: 50%;
            margin-left: calc(32px / -2);
            top: 200px;
            margin-top: calc(32px / -2);
            color: #fff;
        }

    #content-map #map {
        width: 100%;
        height: 100%;
    }

.leaflet-objects-pane {
    transform-style: unset;
}

#formDelivery .btn {
    height: 39px;
    width: 100%;
}

.field-validation-error span {
    font-size: 11px;
    color: red!important;
    font-weight: normal!important;
}

@media (min-width: 1200px) {
    .home #frmConsultarAutorizacao {
        padding-left: 16%;
        padding-right: 16%;
    }
}

@media (max-width: 992px) {
    .list-infos.instalacao-option li {
        display: flex;
    }

        .list-infos.instalacao-option li input {
            margin-top: 5px;
        }
}

@media (max-width: 768px) {
    .list-infos.instalacao-option li {
        display: flex;
    }

        .list-infos.instalacao-option li input {
            margin-top: 5px;
        }
}

@media (max-width: 576px){
    body {
        background-blend-mode: normal;
    }

    .list-infos.instalacao-option li {
        display: flex;
    }

        .list-infos.instalacao-option li input {
            margin-top: 5px;
        }
}
