#preloader
{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #4d8895;
    background-image: url(/site/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15%;
    z-index: 100;
}

body
{
    background-image: url(/site/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

h1
{
    /*font-family: montserrat;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 26px;
    color: #4d8895;
    margin-bottom: 20px;
}

h2
{
    /*font-family: montserrat;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #3785A4;
    margin-top: 14px;
}

.whatsappLink
{
    color: green;
    text-decoration: none;
}

.alertify .ajs-modal
{
    z-index: 99999999999999;
}

.fixed-top
{
    position: fixed;
    top: -10px;
    right: 0;
    left: auto;
    z-index: 1030;
}

.section-body
{
    /*font-family: montserrat;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    /*color: #3785A4;*/
    color: #fff;
}

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

#msform fieldset .form-card
{
    background: white;
    border: 0 none;
    border-radius: 10px;
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    border: 2px solid #f2f2f2;
    position: relative;
}

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

    /*stacking fieldsets above each other*/
    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;*/
    font-family: 'Roboto', sans-serif;
    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: auto;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
    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: auto;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
    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: 10px;
    position: relative;
    background-color: #4d8895;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.fs-title
{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #FFF;
    margin-bottom: 10px;
    font-weight: bold;
}

#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 #cadastro:before
{
    font-family: FontAwesome;
    content: "\f044";
}

#progressbar #agendamento:before
{
    font-family: FontAwesome;
    content: "\f073";
}

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

#progressbar #comprovante: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;
}

/* Estilo para QR Code */
.qr-code {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    background: white;
}

.qr-code-large {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    background: white;
}

#datepicker select
{
    -webkit-appearance: auto;
}

#datepicker .ui-widget.ui-widget-content
{
    width: 100%;
}

.font-bold
{
    /*font-family: 'amelia-basic-bold-italic';*/
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 992px)
{
    .fixed-top img
    {
        width: 250px;
    }
}

@media screen and (max-width: 768px)
{
}

@media screen and (max-width: 667px) /* largura do iphone se na horizontal */
{
    .fixed-top img
    {
        width: 100px;
    }

    .logomarca
    {
        width: 200px;
    }
}

@media screen and (max-width: 576px)
{
    .fixed-top img
    {
        width: 180px;
    }   
}

@media screen and (max-width: 375px) /* largura do iphone se na vertical */
{
    .fixed-top img
    {
        width: 100px;
    }

    .logomarca
    {
        width: 150px;
    }
}

@media screen and (max-width: 320px)
{
    .fixed-top img
    {
        width: 100px;
    }

    .logomarca
    {
        width: 150px;
    }
}