@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');

#btn_close_novo_form {
    clear: both !Important;
    width: 34px !important;
    height: 34px !important;
    line-height: 31px !important;
    position: fixed !important;
    right: 11% !important;
    top: 8vh !important;
    float: right !important;
    border-radius: 50% !important;
    border: 1pxsolid #fff !important;
    background-color: #fff !important;
    color: #000 !important;
    transition: all .2sease !important;
    cursor: pointer !important;
    z-index: 5004 !important;
    display: none;
    font-weight: 200 !important;
    text-align: center !important;
    border: 2px solid #fff !important;
    font-family: arial !important;
    font-size: 28px !important;
}

#bg_modal_orcamento_rapido_novo {
    clear: both !Important;
    display: none;
    position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 1040 !important;
    background-color: #000 !important;
    opacity: 0.78 !important;
}

#content_form {
    clear: both !Important;
    display: none;
    margin: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10% !important;
    font-family: 'Abel', sans-serif !important;
    z-index: 5000 !important;
    position: fixed !important;
    top: 10px !important;
    left: 0px !important;
    filter: blur(0px) !important;
    backdrop-filter: blur(5px);
    /* efeito de desfoque */
    -webkit-backdrop-filter: blur(5px);
    /* efeito de desfoque */
    height: 100%;
}

#primeira_etapa {
    clear: both !Important;
    display: none;
    text-align: center;
}

#segunda_etapa {
    clear: both !Important;
    display: none;
    text-align: center;
}

#terceira_etapa {
    clear: both !Important;
    display: none;
    text-align: center;
}

.titulo_form {
    clear: both;
    color: #fff;
    font-size: 30px;
    line-height: 1.8;
}

.labels_form {
    clear: both;
    color: #fff;
    font-size: 21px;
    line-height: 1.6;
    margin-top: 0vh;
}

.ipts>input {
    clear: both !Important;
    width: 65% !Important;
    border-radius: 3px !important;
    color: #000 !important;
    padding: 10px !important;
    margin-bottom: 2vh;
}

.ipts>input:focus {
    clear: both !Important;
    background: #fff !important;
    color: #000 !important;
    margin-bottom: 4vh;
}

.ipts>input::placeholder {
    color: #000 !important;
}

.ipts>select {
    clear: both !Important;
    width: 65% !Important;
    border-radius: 3px !important;
    color: #fff;
    padding: 10px !important;
    margin-bottom: 4vh;
}

.ipts>select:focus {
    clear: both !Important;
    background: #fff !important;
    color: #000 !important;
    margin-bottom: 4vh;
}

.ipts>select::placeholder {
    color: #fff !important;
}

.ipts>textarea {
    clear: both !Important;
    width: 65% !Important;
    border-radius: 3px !important;
    color: #fff !important;
    padding: 10px !important;
    margin-bottom: 4vh;
    height: 100px;
}

.ipts>textarea:focus {
    clear: both !Important;
    background: #fff !important;
    color: #000 !important;
    margin-bottom: 4vh;
}

.ipts>textarea::placeholder {
    color: #fff !important;
}

.ldBar {
    clear: both !Important;
    display: none !important;
}

/*
input[type=button]#passo_2 {
    clear: both!Important;
    font-family: 'Abel', sans-serif;
    width: 150px!important;
    padding: 10px!important;
    font-size: 24px!important;
    background: #ffffff!important;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%)!important;
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%)!important;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1)!important;
    color: #444445!important;
    text-align: center!important;
    border-radius: 4px!important;
    font-weight: bold!important;
    cursor: pointer!important;
    opacity: 0.5;
    display: none;
    margin: auto;
    margin-right: 10px;
}

input[type=button]#passo_2:hover {
    clear: both!Important;
    background: #ffffff!important;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #f7f7f7 40%, #ffffff 66%, #f7f7f7 80%, #fcfcfc 100%)!important;
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #f7f7f7 40%, #ffffff 66%, #f7f7f7 80%, #fcfcfc 100%)!important;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 16%, #f7f7f7 40%, #ffffff 66%, #f7f7f7 80%, #fcfcfc 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1)!important;
}

input[type=button]#passo_3 {
    clear: both!Important;
    font-family: 'Abel', sans-serif!important;
    width: 150px!important;
    padding: 10px!important;
    font-size: 24px!important;
    background: #ffffff!important;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%)!important;
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%)!important;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1)!important;
    color: #444445!important;
    text-align: center!important;
    border-radius: 4px!important;
    font-weight: bold!important;
    cursor: pointer!important;
    opacity: 0.5;
    display: none;
    margin: auto;
    margin-right: 10px;
}

input[type=button]#enviar {
    clear: both!Important;
    font-family: 'Abel', sans-serif!important;
    width: 35%!important;
    padding: 10px!important;
    font-size: 24px;
    background: #ffffff!important;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%)!important;
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%)!important;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1)!important;
    color: #444445!important;
    text-align: center!important;
    border-radius: 4px!important;
    font-weight: bold!important;
    cursor: pointer!important;
    opacity: 0.5;
    display: none;
    margin: auto;
    margin-right: 10px;
}
*/
#Combo_enviando {
    display: none;
    text-align: center;
}

.lds-ripple {
    display: inline-block !important;
    position: relative !important;
    width: 64px !important;
    height: 64px !important;
    padding-top: 60px !Important;
    color: #fff !Important;
    margin: auto;
}

.lds-ripple div {
    clear: both !Important;
    position: absolute !important;
    border: 4px solid #fff !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
}

.lds-ripple div:nth-child(2) {
    clear: both !Important;
    animation-delay: -0.5s !important;
}

.envio_msg {
    display: none;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #168790;
    padding: 7%;
    padding-top: 7%;
    color: #fff;
    font-size: 21px;
    z-index: 1049;
    position: fixed;
    height: 100vh;
    width: 100%;
    padding-top: 25vh;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .6;
    cursor: pointer;
}

.envio_msg2 {
    display: none;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #168790;
    padding: 7%;
    padding-top: 7%;
    color: #fff;
    font-size: 21px;
    z-index: 1049;
    position: fixed;
    height: 100vh;
    width: 100%;
    padding-top: 25vh;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .6;
    cursor: pointer;
}

.txtformorcamento {
    font-family: 'Abel', sans-serif;
    color: #fff;
    font-size: 16px;
    display: contents;
}

.msninput {
    font-family: 'Abel', sans-serif;
    color: #ff4e4e;
    font-size: 18px;
}

.txtformorcamento b {
    font-weight: bold;
}

#DivVoltarP1 {
    clear: both !Important;
    font-family: 'Abel', sans-serif;
    width: 100px !important;
    padding: 6px !important;
    font-size: 16px !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin: auto;
    display: table-caption;
    margin-top: 25px;
    border: 1px solid #fff;
}

#DivVoltarP2 {
    clear: both !Important;
    font-family: 'Abel', sans-serif;
    width: 100px !important;
    padding: 6px !important;
    font-size: 16px !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin: auto;
    display: table-caption;
    margin-top: 25px;
    border: 1px solid #fff;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@media (max-width:767px) {
    .titulo_form {
        clear: both;
        color: #fff;
        font-size: 18px;
        line-height: 1.8;
    }

    .labels_form {
        clear: both;
        color: #fff;
        font-size: 18px;
        line-height: 1.8;
        margin-top: 2vh;
    }

    .ipts>input {
        font-size: 14px;
        width: 100% !important;
    }

    .ipts>select {
        font-size: 14px;
        width: 100% !important;
    }

    .ipts>textarea {
        font-size: 14px;
        width: 100% !important;
    }

    input[type=button]#enviar {
        font-size: 14px !Important;
        width: 100% !Important;
    }

    .txtformorcamento {
        display: none;
    }

    .msninput {
        font-family: 'Abel', sans-serif;
        color: #ff4e4e;
        font-size: 14px;
    }
}




























@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');

/** CSS PERSONALIZADO 13-10-2021**/

.btnVoltar {
    color: #fff;
    margin: 33px 0px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.btn-consumo-revenda {
    display: grid;
    width: 20%;
    padding: 15px;
    margin: 10px 20px;
    background: #666;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    box-shadow: 2px 2px 2px #000;
    cursor: pointer;
    flex-wrap: nowrap;
    justify-content: center;
}

.selecione {
    display: flex;
    justify-content: center;
}

.btn-consumo-revenda span {
    font-family: 'Abel', sans-serif !important;
}

.btn-consumo-revenda:hover {
    background-color: #ff760e;
    transition: 0.4s;
    box-shadow: 0px 0px 0px #000;
}

.btn1:hover {
    top: 2px;
    position: relative;
    transition: 0.3s;
}

.btn2:hover {
    top: 2px;
    position: relative;
    transition: 0.3s;
}

.ball {
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.balls,
.ballsSelected,
.ballsNotSelected {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}

.ballsSelected>.ball {
    background-color: #ff760e;
    color: #fff;
}

.ballsNotSelected>.ball {
    background-color: #fff;
    color: #ff760e;
}

.ballsSelected>hr {
    width: 20px;
    border: 1px solid #ff760e;
    margin: 0px;
}

.ballsNotSelected>hr {
    width: 20px;
    border: 1px solid #fff;
    margin: 0px;
}

hr {
    width: 20px;
    margin: 0px;
}

#primeira_etapa {
    clear: both !Important;
    display: block;
    text-align: center;
}

#segunda_etapa {
    clear: both !Important;
    display: none;
    text-align: center;
}

#terceira_etapa {
    clear: both !Important;
    display: none;
    text-align: center;
}

.titulo_form {
    clear: both;
    color: #fff;
    font-size: 30px;
    line-height: 1.8;
}

.labels_form {
    clear: both;
    color: #fff;
    font-size: 21px;
    line-height: 1.8;
    margin-top: 0vh;
}

.ipts>input {
    clear: both !Important;
    width: 45% !Important;
    border-radius: 3px !important;
    color: #000 !important;
    padding: 10px !important;
    margin-bottom: 4vh;
    font-size: 14px;
}

.ipts>input:focus {
    clear: both !Important;
    background: #fff !important;
    color: #000 !important;
    margin-bottom: 4vh;
}

.ipts>input::placeholder {
    color: #000 !important;
}

.ipts>select {
    clear: both !Important;
    width: 65% !Important;
    border-radius: 3px !important;
    color: #fff;
    padding: 10px !important;
    margin-bottom: 4vh;
}

.ipts>select:focus {
    clear: both !Important;
    background: #fff !important;
    color: #000 !important;
    margin-bottom: 4vh;
}

.ipts>select::placeholder {
    color: #fff !important;
}

.ipts>textarea {
    clear: both !Important;
    width: 65% !Important;
    border-radius: 3px !important;
    color: #000 !important;
    padding: 10px !important;
    margin-bottom: 0vh;
    height: 101px;
}

.labels_form a {
    color: #ff760e;
}

.ipts>textarea:focus {
    clear: both !Important;
    background: #fff !important;
    color: #000 !important;
    margin-bottom: 4vh;
}

.ipts>textarea::placeholder {
    color: #000 !important;
}

.ldBar {
    clear: both !Important;
    display: none !important;
}

input[type=button]#passo_2 {
    clear: both !Important;
    font-family: 'Abel', sans-serif;
    width: 150px !important;
    padding: 10px !important;
    font-size: 24px !important;
    background: #ffffff !important;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%) !important;
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%) !important;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 16%, #ffffff 51%, #fcfcfc 81%, #fcfcfc 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1) !important;
    color: #444445 !important;
    text-align: center !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    opacity: 0.5;
    display: none;
    margin: auto 10px auto auto !important;
}

input[type=button]#passo_2:hover {
    clear: both !Important;
    background: linear-gradient(135deg, #ff760e 0%, #ff760e 16%, #ff760e 51%, #ff760e 81%, #ff760e 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1) !important;
    color: #ffffff !important;
    transition: 0.3s;
}

input[type=button]#passo_3:hover {
    background: linear-gradient(135deg, #ff760e 0%, #ff760e 16%, #ff760e 51%, #ff760e 81%, #ff760e 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1) !important;
    color: #ffffff !important;
    top: 2px;
    position: relative;
    box-shadow: none;
    transition: 0.3s;
}

input[type=button]#passo_3 {
    clear: both !Important;
    font-family: 'Abel', sans-serif !important;
    width: 150px !important;
    padding: 10px !important;
    font-size: 24px !important;
    background: #666 !important;
    transition: 0.3s;
    box-shadow: 2px 2px 2px #000;
    color: #ffffff !important;
    text-align: center !important;
    border-radius: 5px !important;
    border: 0px;
    cursor: pointer !important;
    opacity: 0.5;
    display: none;
    margin: auto 10px auto auto !important;
}

input[type=button]#enviar:hover {
    background: linear-gradient(135deg, #ff760e 0%, #ff760e 16%, #ff760e 51%, #ff760e 81%, #ff760e 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1) !important;
    color: #ffffff !important;
    top: 2px;
    position: relative;
    box-shadow: none;
    transition: 0.3s;
}

input[type=button]#enviar {
    clear: both !Important;
    font-family: 'Abel', sans-serif !important;
    width: 30% !important;
    padding: 10px !important;
    font-size: 24px !important;
    background: #666 !important;
    transition: 0.3s;
    box-shadow: 2px 2px 2px #000;
    color: #ffffff !important;
    text-align: center !important;
    border-radius: 5px !important;
    border: 0px;
    cursor: pointer !important;
    opacity: 0.5;
    display: none;
    margin: auto 10px !important;
}

input[type=button]#passo_2:disabled,
input[type=button]#passo_2:disabled:hover,
input[type=button]#passo_3:disabled,
input[type=button]#passo_3:disabled:hover,
input[type=button]#enviar:disabled,
input[type=button]#enviar:disabled:hover {
    background: #666666 !important;
    pointer-events: none;
}

#Combo_enviando {
    display: none;
    text-align: center;
}

.lds-ripple {
    display: inline-block !important;
    position: relative !important;
    width: 64px !important;
    height: 64px !important;
    padding-top: 60 px !Important;
    color: #fff !Important;
    margin: auto;
}

.lds-ripple div {
    clear: both !Important;
    position: absolute !important;
    border: 4px solid #fff !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite !important;
}

.lds-ripple div:nth-child(2) {
    clear: both !Important;
    animation-delay: -0.5s !important;
}

.envio_msg {
    display: none;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #11122e;
    padding: 25vh 7% 7%;
    color: #fff;
    font-size: 21px;
    z-index: 99999;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .6;
    cursor: pointer;
}

.envio_msg2 {
    display: none;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #168790;
    padding: 25vh 7% 7%;
    color: #fff;
    font-size: 21px;
    z-index: 1049;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .6;
    cursor: pointer;
}

.txtformorcamento {
    font-family: 'Abel', sans-serif;
    color: #fff;
    font-size: 16px;
    display: contents;
}

.msninput {
    font-family: 'Abel', sans-serif;
    color: #ff4e4e;
    font-size: 18px;
}

.txtformorcamento b {
    font-weight: bold;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@media(max-width:767px) {
    .titulo_form {
        clear: both;
        color: #fff;
        font-size: 18px;
        line-height: 1.8;
    }

    .labels_form {
        clear: both;
        color: #fff;
        font-size: 18px;
        line-height: 1.8;
        margin-top: 2vh;
    }

    .ipts>input {
        font-size: 14px;
        width: 100% !important;
    }

    .ipts>select {
        font-size: 14px;
        width: 100% !important;
    }

    .ipts>textarea {
        font-size: 14px;
        width: 100% !important;
    }

    input[type=button]#enviar {
        font-size: 14 px !Important;
        width: 100% !Important;
    }

    .txtformorcamento {
        display: none;
    }

    .msninput {
        font-family: 'Abel', sans-serif;
        color: #ff4e4e;
        font-size: 14px;
    }
}

#email_contato {
    display: none;
}