:root {
    --input-padding-x: .80rem;
    --input-padding-y: .75rem;
}

.title {
    font-family: Monroe, Sans-serif !important;
}

.font-orange {
    color: var(--e-global-color-8961924);
}

.font-blue {
    color: rgba(6, 33, 74, 1);
}

.background-orange {
    background: rgb(243, 111, 33);
    background: linear-gradient(112deg, rgba(243, 111, 33, 1) 0%, rgba(185, 96, 43, 1) 100%);
}

.paragrafo-intro {
    font-size: 16px;
}

.botao-avancar {
    border-radius: 35.5px !important;
    padding: 15px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    background: rgb(244, 165, 118);
    background: linear-gradient(112deg, rgba(244, 165, 118, 1) 0%, rgba(255, 95, 0, 1) 100%);
    background-image: linear-gradient(112deg, rgba(244, 165, 118, 1) 0%, rgba(255, 95, 0, 1) 100%) !important;
    font-size: 15px !important;
    max-width: 300px;
    min-width: 300px;
    margin: auto;
    color: #FFF !important;
    border: none !important;
}

.botao-adicionar-cidade {
    border-radius: 35.5px !important;
    padding: 20px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    font-size: 15px !important;
    max-width: 300px;
    color: #FFF !important;
    border: none !important;
    background: rgb(6, 33, 74);
    background: linear-gradient(332deg, rgba(6, 33, 74, 1) 0%, rgba(58, 109, 186, 1) 100%);
}

.modal-title {
    text-align: center;
    width: 100%;
    font-family: Monroe !important;
    font-size: 24px;
    color: rgb(243, 111, 33);
    font-weight: bold !important;
    font-family: Monroe, Sans-serif !important;
}

.block-form {
    padding: 5px 0px
}

.block-form>label {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px !important;
}

.botao-simulacao:hover {
    background-color: #06214A !important;
    color: #FFF !important;
}


.botao-simulacao {
    color: #000 !important;
    border: 1px solid #5c5c5c !important;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100% !important;
    border-radius: 30px !important;
    background: #f0f0f0 !important;
}

.botao-simulacao.active {
    background: #999696;
    background-color: #999696 !important;
    border: 2px solid rgb(243, 111, 33) !important;
    color: #FFF !important;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}

.form-label-group>i {
    position: absolute;
    top: 15px;
    left: 25px;
    /* color: rgba(243, 111, 33, .7); */
    color: rgba(6, 33, 74, 1);
}

.form-label-group>input,
.form-label-group>select {
    border-style: solid;
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, .3) !important;
    border-radius: 30px !important;
    height: 45px !important;
    margin-bottom: 10px;
}

select.form-control {
    border-style: solid;
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, .3) !important;
    border-radius: 30px !important;
    height: 45px !important;
    margin-bottom: 10px;
    padding: 10px 25px !important;
}

.form-label-group>input:focus,
input:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgba(243, 111, 33, 1) !important;
}

.form-label-group>input {
    height: 60px;
    padding: 10px 25px 10px 50px !important;
}

label {
    font-family: Manrope;
    font-weight: normal !important;
}

.btn-adicionar {
    background: linear-gradient(112deg, rgba(243, 111, 33, 1) 0%, rgba(185, 96, 43, 1) 100%);
    background-color: linear-gradient(112deg, rgba(243, 111, 33, 1) 0%, rgba(185, 96, 43, 1) 100%);
    font-family: Monroe, Sans-Serif;
    color: #FFF !important;
    min-width: 200px;
    border: none !important;
    font-size: 18px !important;
    border-radius: 25px !important;
    height: 50px;
}

.select-cidade {
    border-style: solid;
    border-width: 2px !important;
    border-color: rgba(243, 111, 33, 1) !important;
}

#etapa1 {
    /* display: none; */
}

#etapa2 {
    min-height: 600px;
    display: none;
}

#etapa3 {
    min-height: 600px;
    display: none;
}

#etapa4 {
    min-height: 600px;
    display: none;
}

#etapa5 {
    min-height: 600px;
    display: none;
}

#etapa6 {
    display: none;
    min-height: 600px;
}

.city-block {
    gap: 10px;
    max-width: 200px;
    padding: 10px 20px;
    border-radius: 45px;
    cursor: pointer;
    border: 1px solid #5c5c5c;
    width: 50%;
    color: #5c5c5c;
}

.city-block .button-close {
    color: #5c5c5c;
}

.city-block.active {
    color: #FFF !important;
    border: 3px solid #F36F21 !important;
    background: #999696;
    background-color: #999696;
}

[data-escolhido] {
    color: #FFF !important;
    border: 3px solid #F36F21 !important;
    background: #999696;
    background-color: #999696;
}

.city-block.active .button-close {
    color: var(--e-global-color-8961924);;
}

.city-block>div {
    padding-bottom: 0px !important;
    font-size: 16px !important;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.city-block>button {
    border-radius: 50%;
    width: 20px;
    height: 25px;
    border: none;
    padding: 0px;
    color: #999696;
}

.titulo-bloco {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 5px !important;
    text-align: left;
    width: 200px;
    padding-right: 5px;
    text-align: center;
    font-weight: bold !important;
}

.titulo-bloco+div {
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
    padding: 0px;
    justify-content: flex-end;
    flex-grow: unset;
}


.form-box {
    margin-bottom: 15px;
    padding: 15px 0px !important;
}

.mb {
    margin-bottom: 20px;
}


.simulador {
    background-color: #FFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
    min-height: 500px;
    margin: 20px;
    border-radius: 0px 50px;
    display: flex;
    flex-flow: column;
    position: sticky;
    top: calc(100vh - 90%);
    left: 0px;
}

@media screen and (max-width: 994px) {
    .simulador {
        margin: 0px !important;
    }

}

.logo {
    width: 150px;
    margin: 20px auto 5px;
}

.qty-input {
    gap: 10px !important;
    justify-content: start !important;
}

.qty-input > input {
    color: #000;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 150px !important;
    border-radius: 30px !important;
}


.product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
    font-size: 20px !important;
    font-weight: bold;
    min-width: 90px !important;
}

.product-qty::-webkit-outer-spin-button,
.product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.product-qty {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-count {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 35px !important;
    padding: 0px !important;
    height: 35px !important;
    width: 35px !important;
    display: block;
    border-radius: 100% !important;
    line-height: 0 !important;
    color: #FFF;
    border: none !important;
    outline: none !important;
    background: #FFF;
    background-color: #FFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) !important;
    min-width: 35px !important;
}

.qty-count>span {
    display: block;
    margin-top: -7px;
    font-weight: bold;
    color: #FFF;
}

.qty-count:hover {
    background-color: rgba(58, 109, 186, 1) !important;
}

.product-qty:focus,
.qty-count:focus {
    outline: none;
}

.white-space-wrap {
    white-space: wrap !important;
}


/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    max-width: 1140px;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 1200px) {
    #progressbar {
        max-width: 960px;
    }
}

@media screen and (max-width: 996px) {
    #progressbar {
        max-width: 720px;
    }
}

@media screen and (max-width: 800px) {
    #progressbar {
        display: none !important;
    }
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: start;
}

#progressbar li>small {
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
    padding-top: 5px;
    text-align: center;
}

.etapa p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.etapa small {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    display: block;
    text-align: center !important;
}


.etapa>div {
    margin: auto;
    width: 35px;
    height: 35px;
    display: block;
    background-color: #FFF;
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .3);
    border: 2px solid rgba(0, 0, 0, .3);
    font-size: 18px;
    font-family: Monroe, Sans-serif !important;
    font-weight: bold;
    border-radius: 100%;
    display: flex;
    align-items: center;
}

.etapa.active>div {
    opacity: 1 !important;
    color: #FFF !important;
    background-color: rgba(243, 111, 33, 1);
    border: none !important;
}

.etapa.finalizada>div {
    opacity: 1 !important;
    color: var(--e-global-color-8961924) !important;
    background-color: #FFF;
    border: 3px solid var(--e-global-color-8961924);
}

.etapa.active+small {
    color: #F36F21 !important;
}

.etapa>p {
    padding: 0px;
    margin: 0px;
}

.traco {
    position: absolute;
    top: 18px;
    left: 65px;
    z-index: -1;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.etapa.active+.traco {
    border-bottom: 2px solid rgba(0, 0, 0, .5);
}


.title {
    font-size: 22px !important;
    margin-bottom: 5px !important;
}

body {
    background-color: #f7f8fa !important;
}

.block-etapa {
    padding: 40px !important;
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
}

.lista-produtos-cidades {
    list-style: none !important;
    padding-left: 0px !important;
    font-weight: bold;
}

.lista-produtos-cidades>li {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    width: 100%;
    color: #F36F21 !important;
}

.lista-produtos-cidades ul {
    list-style: none !important;
    font-weight: normal;
    padding-left: 0px !important;
    font-size: 14px;
    color: #000;
}

.titulo-bloco-collapse {
    font-size: 18px !important;
    margin-bottom: 5px !important;
    display: flex;
    gap: 5px;
}

.bloco-collapse {
    color: #000 !important;
    text-decoration: none !important;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, .3);
    padding-top: 15px;
}

.bloco-collapse p {
    font-size: 12px !important;

}

.botao-collapse {
    color: #FFF;
    border: none;
    border-radius: 100%;
    padding: 0px !important;
    line-height: 0;
    font-size: 30px;
    width: 35px;
    height: 35px;
    float: right;
    font-weight: bold;
    background: rgb(6, 33, 74);
    background: linear-gradient(75deg, #06214a 0%, #3a6dba 100%);
}

.botao-collapse>p {
    font-size: 38px !important;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 0px;
}

.botao-collapse:hover {
    background: #06214A !important
}

.numero-etapa {
    font-size: 30px !important;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 1.7;
    border-radius: 100%;
    background: #ff6900;
    height: 50px;
    width: 50px;
    color: #FFF;
    margin-right: 5px;
}

.selectize-input {
    padding: 10px 25px;
}

.selectize-dropdown-content .option {
    padding: 10px 25px !important;
}

.bloco-collapse+div {
    background: #FFF;
    padding: 15px;
    border-radius: 0px 0px 40px 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6, 33, 74, 1);
    -webkit-transition: .4s;
    transition: .4s;
    /* linear-gradient(332deg, rgba(6, 33, 74, 1) 0%, rgba(58, 109, 186, 1) 100%) */
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 8px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: rgba(243, 111, 33, 1);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
    left: 42% !important;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 60%;
    font-size: 16px;
}


input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}


.switch-novo-numero {
    width: 215px !important;
    height: 45px;
    font-size: 14px !important;
}

.switch-novo-numero>.slider::before {
    left: 15px !important;
}

.switch-novo-numero .on,
.switch-novo-numero .off {
    font-size: 14px !important;
}

.switch-novo-numero input:checked+.slider:before {
    -webkit-transform: translateX(155px);
    -ms-transform: translateX(155px);
    transform: translateX(155px);
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.bloco-simulador {
    position: sticky;
    height: 300px;
    top: 0px;
    left: 0px;
}

.linha {
    height: 2px;
    background: rgba(153, 150, 150, .6) !important;
    width: 95%;
}

#atualizacoes:invalid {
    color: gray !important;
}

.icon-collapse {
    margin-top: -15px;
}

h4 > .fa-info-circle {
    display: none;
}

.big-tooltip {
    display: none;
    position: absolute;
    bottom: 55px;
    background: #FFF;
    padding: 20px 30px;
    min-width: 350px;
    max-width: 460px;
    width: 100vw;
    z-index: 10000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    box-shadow: 0px 0x rgba(0, 0, 0, 1);
    box-shadow: 3px 5px 5px rgba(0, 0,0, 0.2);
    border: 2px solid rgb(243, 111, 33);
    opacity: 0;
    transition: opacity 2s;
}

.tooltip-mobile {
    font-size: 35px !important;
}

.tooltip-mobile.font-blue {
    font-size: 16px !important;
}

@media screen and (min-width: 996px) {
    .big-tooltip {
        top: 29px;
        left: 180px;
        bottom: inherit;
    }

    .tooltip-mobile {
        font-size: 20px !important;
    }

    .tooltip-mobile.font-blue {
        font-size: 16px !important;
    }

    h4 > .fa-info-circle {
        display: block;
    }

    .fa-info-circle:hover + .big-tooltip {
        display: block;
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {
    .qty-input > input {
        width: 75% !important;
    }
}

@media screen and (min-width: 1200px) {
    .qty-input > input {
        width: 150px !important;
    }

    .qty-input {
        padding-right: 30px;
    }
}

