* {
    transition: 0.5s;
}

*::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  /* border-radius: 10px; */
  background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
  /* border-radius: 10px; */
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}


.hide-element{
    position: fixed;
    top: -9990px;
}

.modal-content-height-auto{
    height: auto !important
}

.texto-confirmar-dados-negrito{
    font-weight: bold;
    color: #1b1b1b;
}

.texto-confirmar-dados{
    font-weight: 500;
    color: #656565;
}

.titulo-anexos::before{
    background-color: #000;
    width: 25px;
    height: 5px;
}

.custom-file-label{
    overflow: hidden;
    text-overflow: clip;
    width: 100%;
}

.custom-file-label::after { content: "Procurar";}

#img-footer-logo-wifimaxx {
    width: 145px;
    vertical-align: bottom;
    margin-right: 8px;
}

#checkbox-assinatura-contrato {
    transform: scale(1.2);
    padding: 10px;
    margin-right: 5px;
}

.label-checkbox-assinatura-contrato {
    font-size: 19px;
}

/* #icone-whatsapp{
    color: #ffffff !important;
    width: 3.75rem;
    height: 3.75rem;
    padding: 15px;
    background: #00e676; */
    /* box-shadow: 0px 0px 3px #000; */
    /* border-radius: 5px; */
/* } */

/* #icone-whatsapp:hover{
    background: #02bd62;
}

.position-fixed-whatsapp-icone {
    position: fixed;
    bottom: 5.25rem;
    right: 1.25rem;
    z-index: 9999999999;
} */

#icone-whatsapp{
    color: #ffffff !important;
    width: 3.2rem;
    height: 3.2rem;
    padding: 11px;
    background: #00e676;
    border-radius: 12px;
}

#icone-whatsapp:hover{
    background: #02bd62;
}

.position-fixed-whatsapp-icone{
    position: fixed;
    bottom: 5.25rem;
    right: 0.6rem;
    z-index: 9999;
}

#icone-timer {
    color: #ffffff !important;
    width: 3.2rem;
    height: 3.2rem;
    padding: 15px 5px;
    background: #db0000;
    border-radius: 11px;
    font-size: 16px;
}

/* #icone-timer:hover{
    background: #db0000;
} */

.position-fixed-timer-icone {
    position: fixed;
    bottom: 9.7rem;
    right: 0.7rem;
    z-index: 9999;
}

#text-clock-timer-form {
    width: 80%;
    /* width: 89%; */
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

#dtDisponiveis {
    width: 255px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#select-motivo {
    background-color: #ffffff !important;
}

/* .color-whatsapp-icon{
    color: #00e676 !important;
} */

#select-motivo option {
    height: 50px !important;
}

.box-acompanhante {
    box-sizing: border-box;
    font-size: 0;
    display: contents;
}

.btn-custom-acompanhante-entrega {
    /* display: inline-block; */
    font-size: 16px !important;
    font-weight: 500;
    /* width: 80%; */
    height: 70px;
    text-align: center;
    padding: 20px;
    /* position: relative; */
    border: solid 2px #149dcc;
    margin: 5px;
    /* vertical-align: bottom; */
    color: #000 !important;
    cursor: pointer;
}

.btn-custom-acompanhante {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500;
    width: 45%;
    height: 70px;
    position: relative;
    border: solid 2px #149dcc;
    margin: 5px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    vertical-align: bottom;
    color: #000 !important;
    cursor: pointer;
}

.btn-custom-acompanhante p{
    margin: 0px auto !important;
    /* margin: 0; */
    /* position: absolute; */
}

#text-presencial {
    font-family: Rubik;
    margin: 0px !important;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 40%;
    margin-right: -50%;
}

#text-paraMim {
    font-family: Rubik;
    /* margin: 0px !important; */
    /* margin: 0; */
    /* position: absolute; */
    /* top: 40%; */
    /* left: 40%; */
    /* margin-right: -50%; */
}

#text-acompnhante {
    margin: 0px !important;
    margin: 0;
    position: absolute;
    top: 20%;
    left: 32%;
    margin-right: -50%;
}

.borders-checkbox {
    padding-left: 0px !important;
    max-width: 380px;
    cursor: pointer;
}

.borders-checkbox-terms {
    padding-left: 0px !important;
    max-width: 295px;
    cursor: pointer;
}

.borders-checkbox input {
    z-index: -1;
    position: relative;
}

.custom-label {
    width: 100%;
    height: 60px;
    top: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 2px #149dcc;
    border: solid 2px #149dcc;
    padding: 10px;
    text-align: center;
}

.custom-label:hover, .custom-label-terms:hover {
    background-color: #dcdcdc;
}

.fa-accessible-icon {
    font-size: 25px;
    margin-right: 8px;
}

#docs_obrigatorios {
    padding: 10px;
    background: #e6e2e2;
    border-radius: 5px;
}

.borders-checkbox input[type="checkbox"]:checked+label {
    width: 100%;
    height: 60px;
    top: 5px;
    cursor: pointer;
    padding: 10px;
    cursor: pointer;
    background-color: #149dcc;
    box-shadow: 0px 0px 0px #149dcc;
    color: #ffffff;
}

.borders-checkbox-terms input {
    z-index: -1;
    position: relative;
}

.custom-label-terms {
    width: 100%;
    height: 60px;
    top: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 2px #149dcc;
    border: solid 2px #149dcc;
    padding: 10px;
    text-align: center;
}

.box-acompanhante input[type="radio"]:checked+label {
    background-color: #149dcc !important;
    color: #ffffff !important;
}

.borders-checkbox-terms input[type="checkbox"]:checked+label {
    width: 100%;
    height: 60px;
    top: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 3px #000;
    padding: 10px;
    cursor: pointer;
    background-color: #149dcc;
    box-shadow: 0px 0px 0px #149dcc;
    color: #ffffff;
}

.custom-control-label p {
    vertical-align: middle;
    margin: 0px !important;
    padding: 4px 45px;
}

#modal-error {
    padding: 0px !important;
}

/* #modal-error > .modal-dialog, .modal-content{
    /* height: 45% !important;
} */

/* CSS Pagina Consultar */

.container-box-options {
    /* display: inline-block;
    width: 365px;
    margin-bottom: 30px; */
    margin: 0 auto;
    text-align: center !important;
    width: 100%;
    display: block;
}

.container-box-options div {
    width: 325px;
    display: inline-block;
    vertical-align: bottom;
}

.box-options {
    min-height: 120px;
    min-width: 300px;
    padding: 0px;
    padding-left: 20px;
    text-align: initial;
}

.box-options .icon {
    /* font-size: 20px; */
    position: relative;
    /* right: 8px; */
    margin-right: 8px;
}

.bg-box-red {
    background-color: #bc4d3d !important;
}

.bg-box-yellow {
    background-color: #e8d816 !important;
}

.bg-box-green {
    background-color: #6aa842 !important;
}

.bg-box-blue {
    background-color: #4373a8 !important;
}

/* .box-options span{
    font-size: 60px;
} */

/* .box-options p{
    font-size: 25px;
} */

#box-search {
    margin: 55px auto;
    width: 320px;
    text-align: center;
}

.container-consultar {
    text-align: center;
}

.input-consultar {
    max-width: 350px;
    width: 100%;
    padding: 19px;
    box-shadow: 0px 0px 10px #000;
    border: none;
    border-radius: 15px;
    display: block;
    margin: 31px auto;
    margin-top: 0px;
}

#form-consultar-1 {
    text-align: center;
}

#form-consultar-2 {
    text-align: center;
}

/*  CSS Página Agendamento confirmado  */

#container-dados-confirmacao {
    padding-top: 100px;
    padding-bottom: 100px;
}

.circle-success {
    display: block;
    width: 100px;
    height: 100px;
    border: solid 2px hsl(105, 100%, 27%);
    border-radius: 100%;
    position: relative;
    margin: 20px auto;
}

.mbri-success {
    font-size: 40px;
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    bottom: 0;
    color: #000000;
}

.text-circle-success {
    display: block;
    width: 100% !important;
    color: hsl(105, 100%, 27%);
}

.text-info-dados {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px !important;
}

/* CSS Página Consultar Lista */

#container-dados-consulta {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-dados {
    display: inline-block;
    text-align: center;
    width: 47%;
    margin: 10px;
    vertical-align: text-top;
    padding: 10px;
}

.bg-section-dados-cinza {
    background-color: #e2e2e2;
}

.bg-section-dados-amarelo {
    background-color: #ffe599;
}

.section-dados p {
    color: #000;
}

.custom-cards-consulta {
    text-align: left;
}

.cards-custom-consulta-lista {
    min-height: 310px;
}

.cards-custom-confirmacao-lista {
    min-height: 390px;
}

.imagem-cartao{
    right: 10px;
    bottom: 5px;
    width: 50px;
}

/* CSS Página Contato */

.background-chat {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000d4;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    text-align: center;
    display: none;
}

.background-chat .ind-chat {
    position: absolute;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: white;
    bottom: -28px;
    right: -28px;
}

.background-chat>.fa-times {
    color: #ffffff;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 9999999;
    cursor: pointer;
}

.background-chat p {
    color: #fff;
    font-size: 25px;
    width: 300px;
    margin: 0 auto;
    position: relative;
    top: 40%;
    z-index: 9999990;
}

@media (max-width: 992px) {
    /* .container-box-options {
        display: inline-block;
        max-width: 285px;
        margin-bottom: 30px;
    } */
    /*
    .box-options{
        width: 90%;
        height: 150px;
        text-align: center;
        background-color: #bc4d3d;
        border-radius: 15px;
        box-shadow: 0px 0px 12px #000;
        padding: 13% 0px;
        cursor: pointer;
        color: #ffffff;
        text-align: center;
    } */
    /* .box-options span{
        font-size: 40px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        margin-right: 20px;
    } */
    /* .box-options p{
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    } */
    .section-dados {
        display: inline-block;
        text-align: center;
        width: 90%;
        margin: 10px;
        vertical-align: text-top;
        padding: 10px;
    }
}

@media only screen and (max-width: 750px) {
    /* .position-fixed-whatsapp-icone {
        position: fixed;
        bottom: 4.25rem;
        right: 0.0rem;
        z-index: 999999999999;
    }
    .position-fixed-timer-icone {
        position: fixed;
        bottom: 9.1rem;
        right: 0.0rem;
        z-index: 999999999999;
    } */
    /* .fa-clock {
        display: none;
    }
    .background-chat .ind-chat {
        position: absolute;
        width: 115px;
        height: 115px;
        border-radius: 50%;
        background: white;
        bottom: -28px;
        right: -28px;
        z-index: 9999999;
    } */
}

@media (max-width: 435px) {
    .form-check {
        padding-left: 0px;
    }


    .btn-custom-acompanhante{
        /* display: inline-block; */
        /* font-size: 14px !important; */
        width: 100%;
        /* height: 70px; */
        /* text-align: center; */
        /* padding: 0px !important; */
        /* position: relative; */
    }

    /* .btn-custom-acompanhante p{
        margin: 0px !important;
        margin: 0;
        position: absolute;
    } */

    .text-paraMim{
        font-family: Rubik;
        margin: 0px !important;
        margin: 0;
        position: absolute;
        top: 30%;
        left: 40%;
        margin-right: -50%;
        font-weight: 500;
        border-width: 2px;
        font-style: normal;
        letter-spacing: 1px;
        white-space: normal;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        word-break: break-word;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        display: -webkit-inline-flex;
    }
    #text-acompnhante {
        margin: 0px !important;
        margin: 0;
        position: absolute;
        top: 20%;
        left: 35%;
        margin-right: -50%;
    }
    .custom-label {
        width: 100%;
        height: 60px;
        top: 5px;
        cursor: pointer;
        box-shadow: 0px 1px 2px #000;
        padding: 10px;
        text-align: center;
    }
    .fa-accessible-icon {
        font-size: 25px;
        margin-right: 8px;
        display: block !important;
    }
    .borders-checkbox input[type="checkbox"]:checked+label {
        width: 100%;
        height: 92px;
        top: 5px;
        cursor: pointer;
        box-shadow: 0px 0px 3px #000;
        padding: 10px;
        cursor: pointer;
        background-color: #149dcc;
        color: #ffffff;
    }
    .custom-label-terms {
        width: 100%;
        height: 65px;
        top: 5px;
        cursor: pointer;
        box-shadow: 0px 1px 2px #000;
        padding: 10px;
        text-align: center;
    }
    .borders-checkbox-terms input[type="checkbox"]:checked+label {
        width: 100%;
        height: 65px;
        top: 5px;
        cursor: pointer;
        box-shadow: 0px 0px 3px #000;
        padding: 10px;
        cursor: pointer;
        background-color: #149dcc;
        color: #ffffff;
    }
    .section-dados {
        display: inline-block;
        text-align: center;
        width: 90%;
        max-width: 320px;
        margin: 10px;
        vertical-align: text-top;
        padding: 10px;
    }
    .custom-cards-consulta {
        text-align: center;
    }
    .cards-custom-consulta-lista {
        /* min-height: 3200px; */
        text-align: center;
    }
    .cards-custom-confirmacao-lista {
        /* min-height: 320px; */
        text-align: center;
    }
}

/* CSS Página contato */

#form-contato {
    margin: 0 auto;
    text-align: center;
    width: 400px;
}

/* CSS Loader */

.loader-background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000b8;
    z-index: 9999999;
}

.lds-dual-ring {
    width: 64px;
    height: 64px;
    position: relative;
    top: 40%;
    margin: auto;
    z-index: 99999999;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin-right: 8px;
    border-radius: 50%;
    border: 6px solid #e5173e;
    border-color: #e5173e transparent #e5173e transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.text-loader {
    display: table;
    position: relative;
    top: 45%;
    margin: auto;
    color: #fff;
    text-shadow: 0px 0px 15px #000;
    z-index: 99999999;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**************************************************/

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

#grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.paymaxx {
    width: 100%;
    height: 70px;
    background-color: #FFF;
    background-image:url('/images/logo_paymaxx.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
